<img src="title.jpg" style="max-width: 100%;">
<div class="button-row">
<<link "<<animeButton>>Start The Game<</animeButton>>" "True Start">>
<</link>>
</div>
<<nobr>>/* Generic Var */
<<set $day to 1>>
<<set $time to 8>> <<set $mind to 50>>
<<set $confidence to 0>><<set $confidence_level to 1>>
<<set $fame to 0>><<set $fame_level to 1>>
<<set $academic to 0>><<set $academic_level to 1>>
<<set $confidence_level_desc to "Nervous Neko">>
<<set $fame_level_desc to "Complete Nobody">>
<<set $academic_level_desc to "Grade F">>
<<set $home to "Rented Small Apartment">>
<<set $mind_power to 50>>
<<set $money to 10000>>
<<set $energy to 50>>
<<set $masturbate_count to 0>>
<<set $corporank to 0>>
<<set $skipworking to "not active">>
<<set $skipdaycount to 0>>
<<set $haveownoffice to 0>>
<<set $lust to 50>>
<<set $prestige to 0>>
<<set $handjob_count to 0>>
<<set $blowjob_count to 0>>
<<set $vaginal_count to 0>>
<<set $sexcount to 0>>
<<set $wife to "None">>
<<set $mtgraduateparty to 0>>
<<set $stress to 0>>
<<set $havesubordinate to 0>>
<<set $transportmode to "On Foot">>
<<set $moneyspenthooker to 0>>
<<set $status to "Single">>
<<set $guest to 0>>
<<set $lifestyle to 0>>
<<set $corpo_budget to 0>>
<<set $corpo_spend_sec to 0>>
<<set $corpo_spend_cre to 0>>
<<set $corpo_spend_aq to 0>>
<<set $corpo_spend to 0>>
<<set $corpo_fund to 0>>
<<set $have_secretary to 0>>
<<set $have_credit_specialist to 0>>
<<set $have_aq_analyst to 0>>
<<set $assistant_manager_promotion_event to 0>>
<<set $avp_promotion_event to 0>>
<<set $CFA_level to 0>>
<<set $CFA_exp to 0>>
<<set $CFA_register to 0>>
<<set $FRM_level to 0>>
<<set $FRM_exp to 0>>
<<set $FRM_register to 0>>
<<set $charm to 50>>
<<set $intelligence to 50>>
<<set $ema_oral to 0>>
/* Items Ownership */
<<set $laptop to 0>>
<<set $workstation to 0>>
<<set $deposito to 0>>
<<set $stock to 0>>
<<set $rolex to 0>>
<<set $rm to 0>>
<<set $patek to 0>>
<<set $aj1 to 0>>
<<set $aj2 to 0>>
<<set $aj3 to 0>>
<<set $bespoke to 0>>
/* Relationship */
<<set $metmia to 0>>
<<set $relmia to 0>>
<<set $sexcount_mia to 0>>
<<set $miastatus to "Not Met">>
<<set $miafucked to 0>>
<<set $metkaren to 0>>
<<set $relkaren to 0>>
<<set $karenfucked to 0>>
<<set $sexcount_karen to 0>>
<<set $karenstatus to "Friend">>
<<set $karen_talk_eva to 0>>
<<set $karen_intro to 0>>
<<set $metellen to 0>>
<<set $relellen to 0>>
<<set $sexcount_ellen to 0>>
<<set $ellenstatus to "Not Met">>
<<set $ellenfucked to 0>>
<<set $metnata to 0>>
<<set $relnata to 0>>
<<set $natafucked to 0>>
<<set $sexcount_nata to 0>>
<<set $natastatus to "Not Met">>
<<set $meteva to 0>>
<<set $releva to 0>>
<<set $sexcount_eva to 0>>
<<set $evastatus to "Not Met">>
<<set $evafucked to 0>>
<<set $metann to 0>>
<<set $relann to 0>>
<<set $sexcount_ann to 0>>
<<set $annstatus to "Not Met">>
<<set $annfucked to 0>>
<<set $metyua to 0>>
<<set $relyua to 0>>
<<set $sexcount_yua to 0>>
<<set $yuastatus to "Not Met">>
<<set $yuafucked to 0>>
<<set $metjulia to 0>>
<<set $reljulia to 0>>
<<set $sexcount_julia to 0>>
<<set $juliastatus to "Not Met">>
<<set $juliafucked to 0>>
<<set $metellie to 0>>
<<set $relellie to 0>>
<<set $sexcount_ellie to 0>>
<<set $elliestatus to "Not Met">>
<<set $elliefucked to 0>>
<<set $metremu to 0>>
<<set $relremu to 0>>
<<set $sexcount_remu to 0>>
<<set $remustatus to "Not Met">>
<<set $remufucked to 0>>
<<set $remu_sexual to "Virgin">>
<<set $favorameri to 0>>
<<set $numberameri to 0>>
<<set $metrameri to 0>>
<<set $relameri to 0>>
<<set $sexcount_ameri to 0>>
<<set $ameristatus to "Not Met">>
<<set $amerifucked to 0>>
<<set $favormaria to 0>>
<<set $numbermaria to 0>>
<<set $metrmaria to 0>>
<<set $relmaria to 0>>
<<set $sexcount_maria to 0>>
<<set $mariastatus to "Not Met">>
<<set $mariafucked to 0>>
<</nobr>><img src="title_1.png" style="max-width: 105%;">version 0.09
<img src="button/line_1.png" style="max-width: 100%;"><<if $name_display is 1>>
<<nobr>>
Day: <<if $day is 1 >> <<set $daydesc to "Monday">>
<<elseif $day is 2>> <<set $daydesc to "Tuesday">>
<<elseif $day is 3>> <<set $daydesc to "Wednesday">>
<<elseif $day is 4>> <<set $daydesc to "Thursday">>
<<elseif $day is 5>> <<set $daydesc to "Friday">>
<<elseif $day is 6>> <<set $daydesc to "Saturday">>
<<else>> <<set $daydesc to "Sunday">><</if>><h1 class="basic-stats">$daydesc </h1>
<<if $time >23 >> <<set $timedesc to "Late Night">>
<<elseif $time >22 >> <<set $timedesc to "Night">>
<<elseif $time >21 >> <<set $timedesc to "Late Evening">>
<<elseif $time >18 >> <<set $timedesc to "Evening">>
<<elseif $time >17 >> <<set $timedesc to "Early Evening">>
<<elseif $time >15 >> <<set $timedesc to "Late Afternoon">>
<<elseif $time >12 >> <<set $timedesc to "Afternoon">>
<<elseif $time >5 >> <<set $timedesc to "Morning">>
<<elseif $time >3 >> <<set $timedesc to "Early Morning">><<else>><</if>><</nobr>>
Time:<h1 class="basic-stats"> $timedesc ($time.00) </h1>
Cash: <h1 class="basic-stats"><<= formatUSD($money)>> </h1>
<<nobr>>
/* Rank Progression */
<<if $confidence > 4320 >>
<<set $confidence_level to 8>>
<<set $confidence_level_desc to "Supreme Senpai">>
<<elseif $confidence > 2160 >>
<<set $confidence_level to 7>>
<<set $confidence_level_desc to "Fearless Champion">>
<<elseif $confidence > 1080 >>
<<set $confidence_level to 6>>
<<set $confidence_level_desc to "Charismatic Leader">>
<<elseif $confidence > 540 >>
<<set $confidence_level to 5>>
<<set $confidence_level_desc to "Determined Protagon">>
<<elseif $confidence > 270 >>
<<set $confidence_level to 4>>
<<set $confidence_level_desc to "Average MC">>
<<elseif $confidence > 90 >>
<<set $confidence_level to 3>>
<<set $confidence_level_desc to "Inquisitive Kitsune">>
<<elseif $confidence > 30 >>
<<set $confidence_level to 2>>
<<set $confidence_level_desc to "Shy Sakura">>
<<elseif $confidence > 0 >>
<<set $confidence_level to 1>>
<<set $confidence_level_desc to "Nervous Neko">>
<</if>>
<<if $fame > 200 >>
<<set $fame_level to 5>>
<<set $fame_level_desc to "School Sensation">>
<<elseif $fame > 100 >>
<<set $fame_level to 4>>
<<set $fame_level_desc to "School Rising Star">>
<<elseif $fame > 50 >>
<<set $fame_level to 3>>
<<set $fame_level_desc to "Class-Room Hero">>
<<elseif $fame > 25 >>
<<set $fame_level to 2>>
<<set $fame_level_desc to "Recognition">>
<<elseif $fame > 0 >>
<<set $fame_level to 1>>
<<set $fame_level_desc to "Complete Nobody">>
<</if>>
<<if $academic > 3240 >>
<<set $academic_level to 7>>
<<set $academic_level_desc to "Grade S">>
<<elseif $academic > 1620 >>
<<set $academic_level to 6>>
<<set $academic_level_desc to "Grade A">>
<<elseif $academic > 810 >>
<<set $academic_level to 5>>
<<set $academic_level_desc to "Grade B">>
<<elseif $academic > 270 >>
<<set $academic_level to 4>>
<<set $academic_level_desc to "Grade C">>
<<elseif $academic > 90 >>
<<set $academic_level to 3>>
<<set $academic_level_desc to "Grade D">>
<<elseif $academic > 30 >>
<<set $academic_level to 2>>
<<set $academic_level_desc to "Grade E">>
<<elseif $academic > 0 >>
<<set $academic_level to 1>>
<<set $academic_level_desc to "Grade F">>
<</if>>
<</nobr>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/social_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Confidence: <<= $confidence_level_desc>></h1> ($confidence_level)<<nobr>>
<</nobr>><<if $confidence_level_desc is "Nervous Neko">>
<progress @value="$confidence" min="0" max="30"> </progress>
<<elseif $confidence_level_desc is "Shy Sakura">>
<progress @value="$confidence" min="31" max="90"> </progress>
<<elseif $confidence_level_desc is "Inquisitive Kitsune">>
<progress @value="$confidence" min="91" max="270"> </progress>
<<elseif $confidence_level_desc is "Average MC">>
<progress @value="$confidence" min="271" max="540"> </progress>
<<elseif $confidence_level_desc is "Determined Protagon">>
<progress @value="$confidence" min="541" max="1080"> </progress>
<<elseif $confidence_level_desc is "Charismatic Leader">>
<progress @value="$confidence" min="1081" max="2160"> </progress>
<<elseif $confidence_level_desc is "Fearless Champion">>
<progress @value="$confidence" min="2161" max="4320"> </progress>
<<elseif $confidence_level_desc is "Supreme Senpai">>
<progress @value="$confidence" min="4321" max="4322"> </progress>
<</if>><<nobr>>
<</nobr>><h1 class="basic-stats">Fame: <<= $fame_level_desc >></h1> ($fame_level)<<nobr>>
<</nobr>><<if $fame_level_desc is "Complete Nobody">>
<progress @value="$fame" min="0" max="25"> </progress>
<<elseif $fame_level_desc is "Recognition">>
<progress @value="$fame" min="26" max="50"> </progress>
<<elseif $fame_level_desc is "Class-Room Hero">>
<progress @value="$fame" min="51" max="100"> </progress>
<<elseif $fame_level_desc is "School Rising Star">>
<progress @value="$fame" min="101" max="200"> </progress>
<<elseif $fame_level_desc is "School Sensation">>
<progress @value="$fame" min="201" max="400"> </progress>
<</if>><<nobr>>
<</nobr>> <h1 class="basic-stats">Academic: <<= $academic_level_desc >></h1> ($academic_level)<<nobr>>
<</nobr>><<if $academic_level_desc is "Grade F">>
<progress @value="$academic" min="0" max="30"> </progress>
<<elseif $academic_level_desc is "Grade E">>
<progress @value="$academic" min="31" max="90"> </progress>
<<elseif $academic_level_desc is "Grade D">>
<progress @value="$academic" min="91" max="270"> </progress>
<<elseif $academic_level_desc is "Grade C">>
<progress @value="$academic" min="271" max="810"> </progress>
<<elseif $academic_level_desc is "Grade B">>
<progress @value="$academic" min="811" max="1620"> </progress>
<<elseif $academic_level_desc is "Grade A">>
<progress @value="$academic" min="1621" max="3240"> </progress>
<<elseif $academic_level_desc is "Grade S">>
<progress @value="$academic" min="3240" max="3240"> </progress>
<</if>><<nobr>>
<</nobr>><img src="button/line_1.png" style="max-width: 100%;"><<nobr>>
<</nobr>>
Quick Nav:
<<nobr>>
<a data-passage="bedroom" class="link-internal link-image">
<img src="button/bedroom_nav.png" class="zoom-image" alt="Image"></a>
<a data-passage="streets" class="link-internal link-image">
<img src="button/street_nav.png" class="zoom-image" alt="Image"></a>
<a data-passage="school facade" class="link-internal link-image">
<img src="button/school_nav.png" class="zoom-image" alt="Image"></a>
<</nobr>>
<</if>> <div class="button-row">
<a data-passage="physics lab" class="link-internal link-image">
<img src="button/physics.png" class="zoom-image" alt="Image"></a>
<a data-passage="geography lab" class="link-internal link-image">
<img src="button/geography.png" class="zoom-image" alt="Image"></a>
<a data-passage="history lab" class="link-internal link-image">
<img src="button/history.png" class="zoom-image" alt="Image"></a>
<a data-passage="biology lab" class="link-internal link-image">
<img src="button/biology.png" class="zoom-image" alt="Image"></a>
</div>
<<nobr>>
<div class="button-row">
<a data-passage="passage1" class="link-internal link-image">
<img src="img/guide_button.png" class="zoom-image" alt="Image"></a>
<a data-passage="passage1" class="link-internal link-image">
<img src="img/guide_button.png" class="zoom-image" alt="Image"></a>
</div>
<div class="button-row">
<a data-passage="passage1" class="link-internal link-image">
<img src="img/guide_button.png" class="zoom-image" alt="Image"></a>
<a data-passage="passage1" class="link-internal link-image">
<img src="img/guide_button.png" class="zoom-image" alt="Image"></a>
</div>
<</nobr>> <div class="button-row"><img src="img/char/mc_1.png" class="zoom-image" alt="Image"></div>
<<speech "You">> Hello there, and thank you for embarking on this journey through my life. Allow me to introduce myself briefly; my name is <<textbox "$firstname" $firstname>> <<textbox "$lastname" $lastname>>. though my identity has always been shrouded in the shadows of shyness and timidity. Leaving the serene embrace of my countryside home and parents was never something I imagined. The bustling urban life of a city like Tokyo seemed worlds away from my comfort zone.
However, fate had other plans in store, as I found myself on a path leading to Tokyo due to the impending university admission test. I was to live with my aunt, Ririko Kinoshita, my mother's youngest sister, in this unfamiliar city. They say a small-town boy like me might struggle to adapt and thrive in the vast expanse of Tokyo's urban landscape, but perhaps, with your guidance, we can prove them wrong. Let's embark on this adventure together!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "intro 1">>
<</link>></div><<nobr>>
<<toggleclass "body" "park_1">>
<<set $name_display to 1>>
<<set $ririko_display to 1>>
<<set $ririko_status to "Aunt">>
<<set $ririko_lust to 0>>
<<set $ririko_mind to 100>>
<<set $mind_power to 50>>
<<set $ririko_sex_level to 0>>
<<set $ririko_stage to 1>>
<<set $rirko_sexcount to 0>>
<<set $ririko_oral to 0>>
<<set $ririko_vaginal to 0>>
<</nobr>>
<<speech "Ririko">>$firstname-chan! Is that really you? I can't believe how much you've shot up!<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Aunt Ririko! It feels like it's been ages since we last saw each other.<</speech>>
<<speech "Ririko">>My god! look at you now $firstname. You became a fine young man<</speech>>
<<speech "You">>*My eyes twinkled with mischief as I saw her* And you, Aunty! Good Lord, look at you... so incredibly splendid. You age with the grace of vintage wine—absolutely exquisite.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "intro 2">>
<</link>></div><<nobr>>
<<set $name_display to 1>>
<<toggleclass "body" "park_1">>
<</nobr>>
<<speech "Ririko">>Thank you, sweetheart. Come, let's chat and catch up. Tell me, how's life been treating you?<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Well, you know, preparing for college admission has been keeping me pretty busy. I've been aiming my to get accepted in Tokyo National University.<</speech>>
<<speech "Ririko">>That sounds amazing! Your parents always knew you were destined for great things.<</speech>>
<<speech "You">> Yeah, they've been a big support. But it's not the same without you around. I've missed our talks and your delicious home-cooked meals.<</speech>>
<<speech "Ririko">> I've missed you too, $firstname. And I promise I'll whip up your favorite meal tonight.<</speech>>
<<speech "You">> YThat's music to my ears! It's so good to be back, Aunt Ririko<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "intro 3">>
<</link>></div><div id="sidebar" style="position: absolute; left: 0; top: 0; width: 15%; background-color: #f0f0f0; padding: 10px;">
<h2>Character Stats</h2>
<ul>
<li><strong>Lust:</strong> <<= $lust>></li>
<li><strong>Energy:</strong> <<= $energy>></li>
<li><strong>Charm:</strong> <<= $charm>></li>
<li><strong>Intelligence:</strong> <<= $intelligence>></li>
</ul>
</div>CustomHeader
<div class="custom-header">
<div class="column">
<h1>Lust: <<= $lust>></h1>
<h1>Energy: <<= $energy>></h1>
</div>
<div class="column">
<h1>Charm: <<= $charm>></h1>
<h1>Intelligence: <<= $intelligence>></h1>
</div>
</div><<nobr>>
<<set $name_display to 1>>
<<toggleclass "body" "park_1">>
<<set $time to 12>>
<</nobr>>
<<speech "Ririko">>"Why don't we make our way to my place, my dear?" Your parents have already arrived, you know."<</speech>>
Her voice carried a warm invitation, promising a haven of comfort.
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>My parents are here? Well, I'm not sure I want to drag them into this...<</speech>>
<<speech "Ririko">>Hush, my love. Trust me, I won't let them treat you like a child while I'm by your side.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "intro 4">>
<</link>></div><div class="center"><<nobr>>
/* Ririko Profile */
<</nobr>><<if $ririko_display is 1>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/girl_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Name: Ririko Kinoshita</h1>
<h1 class="basic-stats">Status: $ririko_status</h1>
<img src="button/line_1.png" style="max-width: 100%;"><<nobr>>
Hint: <<if $ririko_sex_level is 0>><h1 class="basic-stats"> - Masturbate often while watching porn, do this until Ririko catch you red-handed
- Go to the first floor bath at 5-6pm. When Ririko is taking a shower, smell her panties</h1><<nobr>>
<</nobr>><<elseif $ririko_sex_level is 1>>
<h1 class="basic-stats">Keep engaging in sexual activities with Ririko for at least 5 times. Then at 11am to 1pm, go to livingroom, ask for a sexual release, if she's horny enough, she will let you fuck her</h1><<nobr>>
<</nobr>><<elseif $ririko_sex_level is 2 and $ririko_event is not 1 and $ririko_event is not 2 and $ririko_event is not 3 and $ririko_event is not 4 and $ririko_event is not 5 and $ririko_event is not 6 and $ririko_event is not 7 and $ririko_event is not 8 and $ririko_event is not 9 and $ririko_event is not 10 and $ririko_event is not 11 and $ririko_event is not 12 and $ririko_event is not 13>>
<h1 class="basic-stats">Congrats, now Ririko is addicted in having sex with you. Explore her other sex scenes (Have sex with her in her bedroom at 24.00) </h1><<nobr>>
<</nobr>><<elseif $ririko_event is 1 >>
<h1 class="basic-stats">Join her in the bathroom at 7am </h1><<nobr>>
<</nobr>><<elseif $ririko_event is 2 >>
<h1 class="basic-stats">Over the weekend, your parents will come and visit. Early in the morning before 9am, go to Ririko's 1st floor hallway </h1><<nobr>>
<</nobr>><<elseif $ririko_event is 3 >>
<h1 class="basic-stats">Have some drinks with her at night, but this time choose wine instead of beer </h1><<nobr>>
<</nobr>><<elseif $ririko_event is 4 >>
<h1 class="basic-stats">This is the end content for Ririko for this build. </h1><</if>>
<</nobr>>
<img src="button/line_1.png" style="max-width: 100%;">
<img src="img/char/ririko_1.jpg" style="max-width: 100%;">
<img src="button/line_1.png" style="max-width: 100%;">
<h1 class="basic-stats">Lust: <progress @value="$ririko_lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Mind: <progress @value="$ririko_mind" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
$firstname's Stats:
<h1 class="basic-stats">Lust: <progress @value="$lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Energy: <progress @value="$energy" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
Inner Thoughts:
<<nobr>><<if $ririko_sex_level is 0>>
<h1 class="basic-stats">Ririko sees you as a nephew. She won't involve herself in any kind of sexual activities with you</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $ririko_sex_level is 1>>
<h1 class="basic-stats">Ririko is sexually attracted to you, she will cross some boundaries, as long as it's not a vaginal penetration. She doesn't mind giving you handjobs and blowjobs</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $ririko_sex_level is 2>>
<h1 class="basic-stats">Ririko doesn't care about any boundaries anymore. She's willing to fully indulge herself in taboo relationship with you. </h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $ririko_sex_level is 3>>
<h1 class="basic-stats">Ririko doesn't care about any boundaries anymore. She's willing to fully indulge herself in taboo relationship with you.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<</if>><</nobr>><<nobr>>
/* Ema Profile */
<</nobr>><<elseif $ema_display is 1>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/girl_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Name: Ema Kinoshita</h1>
<h1 class="basic-stats">Status: $ema_status</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<img src="img/char/ema_1.jpg" style="max-width: 100%;">
<img src="button/line_1.png" style="max-width: 100%;">
Ema's Stats
<h1 class="basic-stats">Lust: <progress @value="$ema_lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Mind: <progress @value="$ema_mind" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
$firstname's Stats:
<h1 class="basic-stats">Lust: <progress @value="$lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Energy: <progress @value="$energy" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
Inner Thoughts:
<<nobr>><<if $ema_sex_level is 0>>
<h1 class="basic-stats">Ema sees you as a quite handsome cousin. She's curious about you but she won't involve herself in any kind of sexual activities with you</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $ema_sex_level is 1>>
<h1 class="basic-stats">Ema is sexually attracted to you, but she still doesn't want to cross the boundaries. She's willing to give you a handjob/blowjob. That's it.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $ema_sex_level is 2>>
<h1 class="basic-stats">Ema has fallen for you. She's willing to breakup with her boyfriend Yuki to indulge herself in taboo relationship with you. </h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $ema_sex_level is 3>>
<h1 class="basic-stats">Ema doesn't care about any boundaries anymore. She's willing to fully indulge herself in taboo relationship with you.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<</if>><</nobr>><<nobr>>
/* Mei Profile */
<</nobr>><<elseif $mei_display is 1>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/girl_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Name: Mei Satsuki</h1>
<h1 class="basic-stats">Status: $mei_status</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<img src="img/char/mei_1.png" style="max-width: 100%;">
<img src="button/line_1.png" style="max-width: 100%;">
Mei's Stats
<h1 class="basic-stats">Lust: <progress @value="$mei_lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Mind: <progress @value="$mei_mind" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
$firstname's Stats:
<h1 class="basic-stats">Lust: <progress @value="$lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Energy: <progress @value="$energy" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
Inner Thoughts:
<<nobr>>
<<if $mei_event is not 1 and $mei_event is not 2 and $mei_event is not 3 and $met_mei is not 1>>
<h1 class="basic-stats">So there's this new guy $firstname. I heard he's quite handsome?</h1>
<<elseif $mei_event <2 and $met_mei is 1>>
<h1 class="basic-stats">So, this is $firstname, Ema's cousin. He's... um, quite handsome though</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $mei_event is 2>>
<h1 class="basic-stats">I finally confessed my feelings to $firstname, and we even had sex... I hope that he'll consider making me his girlfriend in the future </h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $mei_event is 3>>
<h1 class="basic-stats"> $firstname-kun even came over to my place and met my brother, and then, one thing led to another, and we ended up making love. Maybe, just maybe, there's a chance that $firstname-kun will start to have feelings for me...</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $mei_event is 4>>
<h1 class="basic-stats">Ema doesn't care about any boundaries anymore. She's willing to fully indulge herself in taboo relationship with you.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<</if>><</nobr>><<nobr>>
/* Saeko Profile */
<</nobr>><<elseif $saeko_display is 1>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/girl_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Name: Saeko Sensei</h1>
<h1 class="basic-stats">Status: $saeko_status</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<img src="img/char/saeko_1.png" style="max-width: 100%;">
<img src="button/line_1.png" style="max-width: 100%;">
Saeko's Stats
<h1 class="basic-stats">Lust: <progress @value="$saeko_lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Mind: <progress @value="$saeko_mind" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
$firstname's Stats:
<h1 class="basic-stats">Lust: <progress @value="$lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Energy: <progress @value="$energy" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
Inner Thoughts:
<<nobr>>
<<if $saeko_event is 1>>
<h1 class="basic-stats">This new student, $firstname. I gotta say, he's caught my attention. His grades are quite good, especially for a kid who's transferred from the country-side. I'll be keeping my eyes on him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $saeko_event is 2>>
<h1 class="basic-stats">$firstname's alright, but he ain't there yet. I'm hopin' with my guidance and tutoring, he'll do better. Otherwise, he ain't gonna make it at Suzuran High.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $saeko_event is 3>>
<h1 class="basic-stats">Alright, now I'm really thinkin' he ain't gonna cut it... I gotta tell him the truth.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $saeko_event > 3>>
<h1 class="basic-stats">It's so wrong, I know... I'm his teacher, and he's just a student. We shouldn't be doing this. But... God, it feels so right.
The way he touches me, the way he looks at me... I can't resist him. It's like he's awakened something inside me that's been dormant for too long.
I don't care about the consequences, I just need him. I need to feel him inside me, submitting to his touch. I can't get enough of him, no matter how hard I try to fight it.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<</if>><</nobr>><<nobr>>
/* Rei Profile */
<</nobr>><<elseif $rei_display is 1>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/girl_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Name: Rei Sensei</h1>
<h1 class="basic-stats">Status: $rei_status</h1>
<img src="button/line_1.png" style="max-width: 100%;"><<nobr>>
<</nobr>>Hint: <<if $rei_event is not 1 and $rei_event is not 2 and $rei_event is not 3 and $rei_event is not 4 and $rei_event is not 5 and $rei_event is not 6 and $rei_event is not 7 and $rei_event is not 8 and $rei_event is not 9 and $rei_event is not 10 and $rei_event is not 11 and $rei_event is not 12 and $rei_event is not 13 and $rei_event is not 14 and $rei_event is not 15 and $rei_event is not 16 and $rei_event is not 17 and $rei_event is not 18>><h1 class="basic-stats"> - Progress the story of Saeko Sensei and Remu. Then go to Saeko Sensei to talk about mental health issue
</h1><<nobr>>
<</nobr>><<elseif $rei_event is 1>>
<h1 class="basic-stats">Do Rei sensei test at least 7 times in Class-2, then at lunchbreak (12-13) she will come to check you (you need to be in Class-2)</h1><<nobr>>
<</nobr>><<elseif $rei_event is 2 >>
<h1 class="basic-stats">Keep Doing Rei sensei test at least 10 times</h1><<nobr>>
<</nobr>><<elseif $rei_event is 3>>
<h1 class="basic-stats">Keep Doing Rei sensei test at least 13 times</h1><<nobr>>
<</nobr>><<elseif $rei_event is 4>>
<h1 class="basic-stats">Keep Doing Rei sensei test at least 16 times</h1><<nobr>>
<</nobr>><<elseif $rei_event is 5>>
<h1 class="basic-stats">At 5pm or later, visit the teacher's office and ask Rei Sensei to go with you to classroom 2</h1><<nobr>>
<</nobr>><<elseif $rei_event is 6>>
<h1 class="basic-stats">Meet Rei Sensei at second floor hallway (11am - 2pm) </h1><<nobr>>
<</nobr>><<elseif $rei_event is 7>>
<h1 class="basic-stats">At 5pm or later, visit the teacher's office and ask Rei Sensei if you can visit her house</h1><<nobr>>
<</nobr>><<elseif $rei_event is 8>>
<h1 class="basic-stats">Visit Rei Sensei's house in the weekend, at 13-18 in the afternoon </h1><<nobr>>
<</nobr>><<elseif $rei_event is 9>>
<h1 class="basic-stats">Call Rei Sensei around 7-9pm, and choose the option to hide in her bedroom closet </h1><<nobr>>
<</nobr>><<elseif $rei_event is 10>>
<h1 class="basic-stats">Call Rei Sensei around 7-9pm, and choose the option to hide in the storage room near the bathroom</h1><<nobr>>
<</nobr>><<elseif $rei_event is 11>>
<h1 class="basic-stats">This is the end content for Rei Sensei in 0.06 </h1><<nobr>>
<</nobr>><<elseif $rei_event is 12>>
<h1 class="basic-stats">Go on a date with rei, at the end of the date, ask her to go to your place. Make her your girlfriend and take her virginity. Keep going on dates with rei (3 times), and meet Izaki and let him beat you again and send you to the hospital, then </h1><<nobr>>
<</nobr>><<elseif $rei_event is 13>>
<h1 class="basic-stats">Go on a date with rei, at the end of the date, ask her to go to your place. Make her your girlfriend and take her virginity. Keep going on dates with rei (3 times), and meet Izaki and let him beat you again and send you to the hospital, then </h1><<nobr>>
<</nobr>><<elseif $rei_event is 14>>
<h1 class="basic-stats">The hospital scene is repeatable, make sure you date rei 3 times, to repeat Izaki's scene, and study with her (in the afternoon-classroom interaction), while studying ask for for a break </h1><<nobr>>
<</nobr>><<elseif $rei_event is 15>>
<h1 class="basic-stats">Go to the library and study there around 11am to 2pm, and rei will come to visit </h1><<nobr>>
<</nobr>><<elseif $rei_event is 16>>
<h1 class="basic-stats">rei is having extra studying session in the classroom 1 after the school is over (5pm - 7pm). Go there and study with her </h1><<nobr>>
<</nobr>><<elseif $rei_event is 17>>
<h1 class="basic-stats">This is the end content for rei in 0.06 </h1><</if>><<nobr>>
<</nobr>>
<img src="button/line_1.png" style="max-width: 100%;">
<img src="img/char/rei_2.png" style="max-width: 100%;">
<img src="button/line_1.png" style="max-width: 100%;">
Rei Sensei's Stats
<h1 class="basic-stats">Lust: <progress @value="$rei_lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Mind: <progress @value="$rei_mind" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
$firstname's Stats:
<h1 class="basic-stats">Lust: <progress @value="$lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Energy: <progress @value="$energy" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
Inner Thoughts:
<<nobr>>
<<if $rei_event is 1>>
<h1 class="basic-stats">This new student, $firstname, is quite fascinating! His sexual drive data is just extraordinary, way beyond what you'd expect from kids his age. It makes me wonder... maybe I could conduct some kind of fun research project on this topic. It would be really interesting to explore more about it in a cute, educational way!</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $rei_event is 2>>
<h1 class="basic-stats">Hehe, as I cheer on $firstname-kun's efforts, it's like magic watching his scores climb higher and higher! Maybe if I let him explore more beyond just teasing my soft curves with his pen, he'll be even more motivated... Teehee, it's all for research's results, right?</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $rei_event is 3>>
<h1 class="basic-stats">Oh my, $firstname-kun's face lit up brighter than festival fireworks when I playfully allowed him a moment of respite in my cleavage... Ehehe, such a mischievous reward surely keeps his spirits high and eager to do more tests, doesn't it? Teehee~</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $rei_event is 4>>
<h1 class="basic-stats">Ah, it seems the tide of enjoyment is gently lapping at my own heart too... A-ah, $firstname-kun, he's quite adept at handling a lady's delicate emotions... Nonetheless, I must tread carefully within the boundaries of our roles, for the sake of professionalism and the precision of our academic pursuits, ne? Gosh, maintaining focus is crucial as we continue these experiments together... Ufufu~</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $rei_event is 5>>
<h1 class="basic-stats">Ah, looks like when it's time to collect a sperm sample from $firstname-kun. I'm finding myself really into it, which is sure to make the process a lot more interesting. Gotta keep it professional, though. We're doing this for science, after all. Can't let things get too personal, even if it's becoming super fun. Hehe~</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $rei_event is 6>>
<h1 class="basic-stats">E-Eh?! I'm still in shock... I actually let myself get swept away in such intense moments with $firstname-kun, and it wasn't even for our research! I know it's a bit naughty and wrong to cross that line, but oh my gosh, $firstname-kun is just too irresistible, his allure is something I find myself unable to refuse... Ahh, what's a sensei to do when faced with such temptation? Teehee~</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $rei_event > 6>>
<h1 class="basic-stats">E-Eh?! I'm still in shock... I actually let myself get swept away in such intense moments with $firstname-kun, and it wasn't even for our research! I know it's a bit naughty and wrong to cross that line, but oh my gosh, $firstname-kun is just too irresistible, his allure is something I find myself unable to refuse... Ahh, what's a sensei to do when faced with such temptation? Teehee~</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<</if>><</nobr>><<nobr>>
/* tsubasa Profile */
<</nobr>><<elseif $tsubasa_display is 1>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/girl_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Name: Tsubasa Mai</h1>
<h1 class="basic-stats">Status: $tsubasa_status</h1>
<img src="button/line_1.png" style="max-width: 100%;"><<nobr>>
<</nobr>>Hint: <<if $tsubasa_event is not 1 and $tsubasa_event is not 2 and $tsubasa_event is not 3 and $tsubasa_event is not 4 and $tsubasa_event is not 5 and $tsubasa_event is not 6 and $tsubasa_event is not 7 and $tsubasa_event is not 8 and $tsubasa_event is not 9 and $tsubasa_event is not 10 and $tsubasa_event is not 11 and $tsubasa_event is not 12 and $tsubasa_event is not 13 and $tsubasa_event is not 14 and $tsubasa_event is not 15 and $tsubasa_event is not 16 and $tsubasa_event is not 17 and $tsubasa_event is not 18>><h1 class="basic-stats"> - Improve your grade to a D, and request Saeko Sensei to enroll you in the geography class.
</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 1>>
<h1 class="basic-stats">Attend Tsubasa Sensei's classes </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 2 >>
<h1 class="basic-stats">Go to the boy's restroom (4-5pm), take a peek Tsubasa Sensei who's changing in the girl's restroom and record her. Do this for 3 times</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 3>>
<h1 class="basic-stats">(Random event) Around 1-6pm wander around the first floor school hallway, you'll see Tsubasa Sensei is heading towards the toilet, try to take a peek on her</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 4>>
<h1 class="basic-stats">Stay in her class until the end of the day. Once everyone has left, choose to hang around for a few minutes in the classroom.</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 5>>
<h1 class="basic-stats">Once you run out of energy and faints in the middle of the school's hallway, If Remu visits you just tell her you need to be alone, if not, wait for Tsubasa Sensei to come</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 6>>
<h1 class="basic-stats">Head over to the teachers' office after school hours and ask Ms. Tsubasa if you can visit her at her place.</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 7>>
<h1 class="basic-stats">Try to visit her place again after school hours, there are two random scenes that can be triggered. Also visit her office in the lunch-break (12pm-1pm) </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 8>>
<h1 class="basic-stats">It's the end content for Tsubasa Sensei </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 9>>
<h1 class="basic-stats">Go on a date with tsubasa, at the end of the date, ask her to go to your place. Make her your girlfriend and take her virginity. Keep going on dates with tsubasa (3 times), and meet Izaki and let him beat you again and send you to the hospital, then </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 10>>
<h1 class="basic-stats">The hospital scene is repeatable, make sure you date tsubasa 3 times, to repeat Izaki's scene, and study with her (in the afternoon-classroom interaction), while studying ask for for a break </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 11>>
<h1 class="basic-stats">Go to the library and study there around 11am to 2pm, and tsubasa will come to visit </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 12>>
<h1 class="basic-stats">tsubasa is having extra studying session in the classroom 1 after the school is over (5pm - 7pm). Go there and study with her </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 13>>
<h1 class="basic-stats">If you run out of energy in the school hallway, you'll faint. Then, you'll be taken to the school clinic, where tsubasa will come to visit you. </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 14>>
<h1 class="basic-stats">Go to the classroom 1 in the morning, You'll find a porn magazine, read it. </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 15>>
<h1 class="basic-stats">This is the end content for tsubasa in 0.07 </h1><</if>><<nobr>>
<</nobr>>
<img src="button/line_1.png" style="max-width: 100%;">
<img src="img/char/tsubasa_1.png" style="max-width: 100%;">
<img src="button/line_1.png" style="max-width: 100%;">
tsubasa's Stats
<h1 class="basic-stats">Lust: <progress @value="$tsubasa_lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Mind: <progress @value="$tsubasa_mind" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
$firstname's Stats:
<h1 class="basic-stats">Lust: <progress @value="$lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Energy: <progress @value="$energy" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
Inner Thoughts:
<<nobr>>
<<if $tsubasa_event is 1>>
<h1 class="basic-stats">Hmm this guy, $firstname, is enrolling in my class now. I've been hearing rumors about him being... ah, what am I thinking!</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 2>>
<h1 class="basic-stats">I think there's a crack between the mirrors in the women's restroom, and I have this feeling that someone might have peeked at me while I was changing.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 3>>
<h1 class="basic-stats">I discovered that $firstname-kun was the one who's been recording me all this time through the crack in the toilet wall. But I was tempted to test whether the rumor is true... So we ended up fucking in the toilet, and yes, the rumor is true.. He's a fucking beast... And I'd love to devour him whenever I see possible</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 4 or $tsubasa_event is 5>>
<h1 class="basic-stats">I discovered that $firstname-kun was the one who's been recording me all this time through the crack in the toilet wall. But I was tempted to test whether the rumor is true... So we ended up fucking in the toilet, and yes, the rumor is true.. He's a fucking beast... And I'd love to devour him whenever I see possible</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 6>>
<h1 class="basic-stats">I discovered that $firstname-kun was the one who's been recording me all this time through the crack in the toilet wall. But I was tempted to test whether the rumor is true... So we ended up fucking in the toilet, and yes, the rumor is true.. He's a fucking beast... And I'd love to devour him whenever I see possible</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 7>>
<h1 class="basic-stats">I discovered that $firstname-kun was the one who's been recording me all this time through the crack in the toilet wall. But I was tempted to test whether the rumor is true... So we ended up fucking in the toilet, and yes, the rumor is true.. He's a fucking beast... And I'd love to devour him whenever I see possible</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 8>>
<h1 class="basic-stats">I've had sex with $firstname-kun in almost all public places, ne? The toilet, the hallway, school clinic, and now, even the teachers' office? Ugh, what's gotten into me? But I can't deny, the thrill it gives me... And the way $firstname fucks me... ah, it's just on another level, so amazing!</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 9>>
<h1 class="basic-stats">Izaki's totally out of control, sending $firstname-kun to the hospital like that. I can't stand by him anymore... I'm going to dump Izaki soon... That way, I can be there for $firstname-kun, to take care of him and be by his side when he needs me.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 10>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 11>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 12>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $tsubasa_event is 13>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<</if>><</nobr>><<nobr>>
/* Asano Profile */
<</nobr>><<elseif $asano_display is 1>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/girl_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Name: Asano Kokoro</h1>
<h1 class="basic-stats">Status: $asano_status</h1>
<img src="button/line_1.png" style="max-width: 100%;"><<nobr>>
<</nobr>>Hint: <<if $asano_event is not 1 and $asano_event is not 2 and $asano_event is not 3 and $asano_event is not 4 and $asano_event is not 5 and $asano_event is not 6 and $asano_event is not 7 and $asano_event is not 8 and $asano_event is not 9 and $asano_event is not 10 and $asano_event is not 11 and $asano_event is not 12 and $asano_event is not 13 and $asano_event is not 14 and $asano_event is not 15 and $asano_event is not 16 and $asano_event is not 17 and $asano_event is not 18>><h1 class="basic-stats"> - Complete all Aunt Ririko's scenes first, then go to work at the konbini.
</h1><<nobr>>
<</nobr>><<elseif $asano_event is 1>>
<h1 class="basic-stats">If you work alongside her for 3-4 shifts, by the end of her shift, she'll ask if you can walk her home. </h1><<nobr>>
<</nobr>><<elseif $asano_event is 2 >>
<h1 class="basic-stats">Work in the Konbini, and ask kira to have sex in the toilet.</h1><<nobr>>
<</nobr>><<elseif $asano_event is 3>>
<h1 class="basic-stats">Work in the Konbini, and ask Asano to have sex in the store fridge</h1><<nobr>>
<</nobr>><<elseif $asano_event is 4>>
<h1 class="basic-stats">Call Asano in the middle of the night</h1><<nobr>>
<</nobr>><<elseif $asano_event is 5>>
<h1 class="basic-stats">This is Asano's end content for 0.08</h1><<nobr>>
<</nobr>><<elseif $asano_event is 6>>
<h1 class="basic-stats">This is asano Sensei's end content for 0.07</h1><<nobr>>
<</nobr>><<elseif $asano_event is 7>>
<h1 class="basic-stats">asano's affection for you has grown significantly. Keep going on dates with asano 3 times, and meet Izaki at the school hallway (1st floor) </h1><<nobr>>
<</nobr>><<elseif $asano_event is 8>>
<h1 class="basic-stats">Train MMA at the gym at least 4 times and raise you confidence level to level 4 (Average MC). Then keep going on dates with asano at least 3 times and meet Izaki at the school hall </h1><<nobr>>
<</nobr>><<elseif $asano_event is 9>>
<h1 class="basic-stats">Go on a date with asano, at the end of the date, ask her to go to your place. Make her your girlfriend and take her virginity. Keep going on dates with asano (3 times), and meet Izaki and let him beat you again and send you to the hospital, then </h1><<nobr>>
<</nobr>><<elseif $asano_event is 10>>
<h1 class="basic-stats">The hospital scene is repeatable, make sure you date asano 3 times, to repeat Izaki's scene, and study with her (in the afternoon-classroom interaction), while studying ask for for a break </h1><<nobr>>
<</nobr>><<elseif $asano_event is 11>>
<h1 class="basic-stats">Go to the library and study there around 11am to 2pm, and asano will come to visit </h1><<nobr>>
<</nobr>><<elseif $asano_event is 12>>
<h1 class="basic-stats">asano is having extra studying session in the classroom 1 after the school is over (5pm - 7pm). Go there and study with her </h1><<nobr>>
<</nobr>><<elseif $asano_event is 13>>
<h1 class="basic-stats">If you run out of energy in the school hallway, you'll faint. Then, you'll be taken to the school clinic, where asano will come to visit you. </h1><<nobr>>
<</nobr>><<elseif $asano_event is 14>>
<h1 class="basic-stats">Go to the classroom 1 in the morning, You'll find a porn magazine, read it. </h1><<nobr>>
<</nobr>><<elseif $asano_event is 15>>
<h1 class="basic-stats">This is the end content for asano in 0.07 </h1><</if>><<nobr>>
<</nobr>>
<img src="button/line_1.png" style="max-width: 100%;">
<img src="img/icon/asano_icon.jpg" style="max-width: 100%;">
<img src="button/line_1.png" style="max-width: 100%;">
asano's Stats
<h1 class="basic-stats">Lust: <progress @value="$asano_lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Mind: <progress @value="$asano_mind" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
$firstname's Stats:
<h1 class="basic-stats">Lust: <progress @value="$lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Energy: <progress @value="$energy" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
Inner Thoughts:
<<nobr>>
<<if $asano_event is 1>>
<h1 class="basic-stats">All thanks to $firstname-kun, I landed a job at this konbini. He's incredibly nice, and let's not forget, he's quite the looker with a fit and athletic physique to boot</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 2>>
<h1 class="basic-stats">I ended up having sex with $firstname. I know full well he's got a girlfriend and all, but I've gotta say, being that close to him just felt incredible.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 3>>
<h1 class="basic-stats">I found myself having a bit of fun with $firstname-kun in the konbini restroom during our shift... I'm starting to really enjoy the thrill of these public adventures.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 4>>
<h1 class="basic-stats">I ended up having sex with $firstname-kun behind the store fridge during our work hours... It's risky since customers might catch a glimpse of what we're up to... but yeah, I'm finding myself increasingly drawn to the excitement of public escapades.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 5>>
<h1 class="basic-stats">Now, we're just casually finding moments to have sex, wherever and whenever the mood strikes us. We're well aware of the risks, but each time, I feel myself getting more and more attached to $firstname-kun. </h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 7>>
<h1 class="basic-stats">I discovered that $firstname-kun was the one who's been recording me all this time through the crack in the toilet wall. But I was tempted to test whether the rumor is true... So we ended up fucking in the toilet, and yes, the rumor is true.. He's a fucking beast... And I'd love to devour him whenever I see possible</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 8>>
<h1 class="basic-stats">Izaki's totally out of control, sending $firstname-kun to the hospital like that. I can't stand by him anymore... I'm going to dump Izaki soon... That way, I can be there for $firstname-kun, to take care of him and be by his side when he needs me.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 9>>
<h1 class="basic-stats">Izaki's totally out of control, sending $firstname-kun to the hospital like that. I can't stand by him anymore... I'm going to dump Izaki soon... That way, I can be there for $firstname-kun, to take care of him and be by his side when he needs me.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 10>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 11>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 12>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $asano_event is 13>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<</if>><</nobr>><<nobr>>
/* Kira Profile */
<</nobr>><<elseif $kira_display is 1>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/girl_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Name: Kira Kinoshita</h1>
<h1 class="basic-stats">Status: $kira_status</h1>
<img src="button/line_1.png" style="max-width: 100%;"><<nobr>>
<</nobr>>Hint: <<if $kira_event is not 1 and $kira_event is not 2 and $kira_event is not 3 and $kira_event is not 4 and $kira_event is not 5 and $kira_event is not 6 and $kira_event is not 7 and $kira_event is not 8 and $kira_event is not 9 and $kira_event is not 10 and $kira_event is not 11 and $kira_event is not 12 and $kira_event is not 13 and $kira_event is not 14 and $kira_event is not 15 and $kira_event is not 16 and $kira_event is not 17 and $kira_event is not 18>><h1 class="basic-stats"> - Complete all Aunt Ririko's scenes first, have dinner with Aunt Ririko to talk about Kira's coming.
</h1><<nobr>>
<</nobr>><<elseif $kira_event is 1>>
<h1 class="basic-stats">Spend some time alone in the living room during the evening, specifically between 4 and 7 PM.</h1><<nobr>>
<</nobr>><<elseif $kira_event is 2 >>
<h1 class="basic-stats">Work together with Kira at the ramen shop for 3-4 times </h1><<nobr>>
<</nobr>><<elseif $kira_event is 3>>
<h1 class="basic-stats">Kira regularly takes her showers at 7 AM and 9 PM in the upstairs bathroom on the second floor every day.</h1><<nobr>>
<</nobr>><<elseif $kira_event is 4>>
<h1 class="basic-stats">Go to Kira's bedroom between 6-7pm</h1><<nobr>>
<</nobr>><<elseif $kira_event is 5>>
<h1 class="basic-stats">After school, Kira's always hanging-out in the livingroom alone by herself (1-6pm) </h1><<nobr>>
<</nobr>><<elseif $kira_event is 6>>
<h1 class="basic-stats">This is kira end content for 0.09</h1><<nobr>>
<</nobr>><<elseif $kira_event is 7>>
<h1 class="basic-stats">kira's affection for you has grown significantly. Keep going on dates with kira 3 times, and meet Izaki at the school hallway (1st floor) </h1><<nobr>>
<</nobr>><<elseif $kira_event is 8>>
<h1 class="basic-stats">Train MMA at the gym at least 4 times and raise you confidence level to level 4 (Average MC). Then keep going on dates with kira at least 3 times and meet Izaki at the school hall </h1><<nobr>>
<</nobr>><<elseif $kira_event is 9>>
<h1 class="basic-stats">Go on a date with kira, at the end of the date, ask her to go to your place. Make her your girlfriend and take her virginity. Keep going on dates with kira (3 times), and meet Izaki and let him beat you again and send you to the hospital, then </h1><<nobr>>
<</nobr>><<elseif $kira_event is 10>>
<h1 class="basic-stats">The hospital scene is repeatable, make sure you date kira 3 times, to repeat Izaki's scene, and study with her (in the afternoon-classroom interaction), while studying ask for for a break </h1><<nobr>>
<</nobr>><<elseif $kira_event is 11>>
<h1 class="basic-stats">Go to the library and study there around 11am to 2pm, and kira will come to visit </h1><<nobr>>
<</nobr>><<elseif $kira_event is 12>>
<h1 class="basic-stats">kira is having extra studying session in the classroom 1 after the school is over (5pm - 7pm). Go there and study with her </h1><<nobr>>
<</nobr>><<elseif $kira_event is 13>>
<h1 class="basic-stats">If you run out of energy in the school hallway, you'll faint. Then, you'll be taken to the school clinic, where kira will come to visit you. </h1><<nobr>>
<</nobr>><<elseif $kira_event is 14>>
<h1 class="basic-stats">Go to the classroom 1 in the morning, You'll find a porn magazine, read it. </h1><<nobr>>
<</nobr>><<elseif $kira_event is 15>>
<h1 class="basic-stats">This is the end content for kira in 0.07 </h1><</if>><<nobr>>
<</nobr>>
<img src="button/line_1.png" style="max-width: 100%;">
<img src="img/icon/kira_icon.jpg" style="max-width: 100%;">
<img src="button/line_1.png" style="max-width: 100%;">
kira's Stats
<h1 class="basic-stats">Lust: <progress @value="$kira_lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Mind: <progress @value="$kira_mind" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
$firstname's Stats:
<h1 class="basic-stats">Lust: <progress @value="$lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Energy: <progress @value="$energy" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
Inner Thoughts:
<<nobr>>
<<if $kira_event is 1>>
<h1 class="basic-stats">I haven't seen $firstname-kun for quite some time. I don't feel very comfortable when I'm alone with him. He kind of gives off a creepy vibe... yikes...</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 2>>
<h1 class="basic-stats">Not only is $firstname-kun a bit of a creep, but he's also kind of lazy. How does mom even allow this jerk to live in our house?</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 3>>
<h1 class="basic-stats">I can't believe I had sex with $firstname-kun! He's my cousin. If mom finds out about this, I'm gonna be dead for sure.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 4>>
<h1 class="basic-stats">I can't believe I had sex with $firstname-kun! He's my cousin. If mom finds out about this, I'm gonna be dead for sure. I even gave him a blowjob while I'm showering. What happened to me? I can't believe this is happening</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 5>>
<h1 class="basic-stats"><h1 class="basic-stats">I can't believe I had sex with $firstname-kun! He's my cousin. If mom finds out about this, I'm gonna be dead for sure. I even gave him a blowjob while I'm showering. What happened to me? I can't believe this is happening </h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 7>>
<h1 class="basic-stats">I can't believe I let $firstname-kun fucked me without my consent in my uniform in the livingroom... But I actually enjoyed it. We got lucky that mom and Ema aren't around at that time.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 8>>
<h1 class="basic-stats">Izaki's totally out of control, sending $firstname-kun to the hospital like that. I can't stand by him anymore... I'm going to dump Izaki soon... That way, I can be there for $firstname-kun, to take care of him and be by his side when he needs me.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 9>>
<h1 class="basic-stats">Izaki's totally out of control, sending $firstname-kun to the hospital like that. I can't stand by him anymore... I'm going to dump Izaki soon... That way, I can be there for $firstname-kun, to take care of him and be by his side when he needs me.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 10>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 11>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 12>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $kira_event is 13>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<</if>><</nobr>><<nobr>>
/* Remu Profile */
<</nobr>><<elseif $remu_display is 1>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/girl_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Name: Remu Suzumori</h1>
<h1 class="basic-stats">Status: $remu_status</h1>
<img src="button/line_1.png" style="max-width: 100%;"><<nobr>>
<</nobr>>Hint: <<if $remu_event is not 1 and $remu_event is not 2 and $remu_event is not 3 and $remu_event is not 4 and $remu_event is not 5 and $remu_event is not 6 and $remu_event is not 7 and $remu_event is not 8 and $remu_event is not 9 and $remu_event is not 10 and $remu_event is not 11 and $remu_event is not 12 and $remu_event is not 13 and $remu_event is not 14 and $remu_event is not 15 and $remu_event is not 16 and $remu_event is not 17 and $remu_event is not 18>><h1 class="basic-stats"> - Find Remu and introduce yourself to her
</h1><<nobr>>
<</nobr>><<elseif $remu_event is 1>>
<h1 class="basic-stats">Keep having a chit-chat with Remu at least 5-6 times</h1><<nobr>>
<</nobr>><<elseif $remu_event is 2 >>
<h1 class="basic-stats">Have lunch with her at least 3-4 times. <<if $remu_lunch_count >2>> Ask her to study together after school <</if>></h1><<nobr>>
<</nobr>><<elseif $remu_event is 3>>
<h1 class="basic-stats">Study together with Remu at least 3-4 times</h1><<nobr>>
<</nobr>><<elseif $remu_event is 4>>
<h1 class="basic-stats">Meet Izaki at the school hallway. He usually hangs-out there with his gangs before noon</h1><<nobr>>
<</nobr>><<elseif $remu_event is 5>>
<h1 class="basic-stats">Hangout at the rooftop with Remu (3-4pm), and tell her what happened with Izaki. Confess your love to Remu</h1><<nobr>>
<</nobr>><<elseif $remu_event is 6>>
<h1 class="basic-stats">Meet Izaki again at the hallway</h1><<nobr>>
<</nobr>><<elseif $remu_event is 7>>
<h1 class="basic-stats">Remu's affection for you has grown significantly. Keep going on dates with Remu 3 times, and meet Izaki at the school hallway (1st floor) </h1><<nobr>>
<</nobr>><<elseif $remu_event is 8>>
<h1 class="basic-stats">Train MMA at the gym at least 4 times and raise you confidence level to level 4 (Average MC). Then keep going on dates with Remu at least 3 times and meet Izaki at the school hall </h1><<nobr>>
<</nobr>><<elseif $remu_event is 9>>
<h1 class="basic-stats">Go on a date with Remu, at the end of the date, ask her to go to your place. Make her your girlfriend and take her virginity. Keep going on dates with Remu (3 times), and meet Izaki and let him beat you again and send you to the hospital, then </h1><<nobr>>
<</nobr>><<elseif $remu_event is 10>>
<h1 class="basic-stats">The hospital scene is repeatable, make sure you date Remu 3 times, to repeat Izaki's scene, and study with her (in the afternoon-classroom interaction), while studying ask for for a break </h1><<nobr>>
<</nobr>><<elseif $remu_event is 11>>
<h1 class="basic-stats">Go to the library and study there around 11am to 2pm, and Remu will come to visit </h1><<nobr>>
<</nobr>><<elseif $remu_event is 12>>
<h1 class="basic-stats">Remu is having extra studying session in the classroom 1 after the school is over (5pm - 7pm). Go there and study with her </h1><<nobr>>
<</nobr>><<elseif $remu_event is 13>>
<h1 class="basic-stats">If you run out of energy in the school hallway, you'll faint. Then, you'll be taken to the school clinic, where Remu will come to visit you. </h1><<nobr>>
<</nobr>><<elseif $remu_event is 14>>
<h1 class="basic-stats">Go to the classroom 1 in the morning, You'll find a porn magazine, read it. </h1><<nobr>>
<</nobr>><<elseif $remu_event is 15>>
<h1 class="basic-stats">This is the end content for Remu in 0.07 </h1><</if>><<nobr>>
<</nobr>>
<img src="button/line_1.png" style="max-width: 100%;">
<img src="img/char/remu_1.png" style="max-width: 100%;">
<img src="button/line_1.png" style="max-width: 100%;">
Remu's Stats
<h1 class="basic-stats">Lust: <progress @value="$remu_lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Mind: <progress @value="$remu_mind" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
$firstname's Stats:
<h1 class="basic-stats">Lust: <progress @value="$lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Energy: <progress @value="$energy" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
Inner Thoughts:
<<nobr>>
<<if $remu_event is 1>>
<h1 class="basic-stats">It's so awesome chatting with $firstname, you know? I kinda feel like I care about him</h1> (hint: keep chatting with Remu)
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 2>>
<h1 class="basic-stats">Me and $firstname are getting closer, but I don't want to go all-in on this relationship. I mean, I already have a boyfriend. But grabbing lunch with him every day? Totally fine, I think. </h1> (hint: keep having lunch with Remu)
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 3>>
<h1 class="basic-stats">I'm getting super comfy with $firstname. Studying together at his place is really nice. But I've gotta be careful not to get too tempted when it's just the two of us. I mean, I still have a boyfriend and all. )</h1> (hint: keep studying with Remu
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 4 or $remu_event is 5>>
<h1 class="basic-stats">My boyfriend is getting all jealous because lately, I've been getting closer to $firstname. He might do something crazy to him, you know? It's like, chill, we're just friends!</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 6>>
<h1 class="basic-stats">Oh my god! $firstname just confessed to me! What should I do? He really likes me and I kinda like him. But I still have Izaki eventhough our relationship is not good right now. What should I do? I hope Izaki won't hear anything about this</h1> (Hint: I should try to meet Izaki at the hallway and tell him to fuck off)
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 7>>
<h1 class="basic-stats">I heard that Izaki fought $firstname unfairly. It's disgusting what Izaki did. I'm considering breaking up with him, but I'm worried Izaki might hurt $firstname even more. I want to cheer $firstname up by going on dates with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 8>>
<h1 class="basic-stats">Izaki's totally out of control, sending $firstname-kun to the hospital like that. I can't stand by him anymore... I'm going to dump Izaki soon... That way, I can be there for $firstname-kun, to take care of him and be by his side when he needs me.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 9>>
<h1 class="basic-stats">Izaki's totally out of control, sending $firstname-kun to the hospital like that. I can't stand by him anymore... I'm going to dump Izaki soon... That way, I can be there for $firstname-kun, to take care of him and be by his side when he needs me.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 10>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 11>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 12>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 13>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 14>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 15>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<elseif $remu_event is 16>>
<h1 class="basic-stats">Finally, I'm now $firstname-kun's girlfriend! It's like a dream come true... I get to be with him, away from all the troubles with Izaki. We even, um, you know... took that special step together. $firstname-kun is the man who took my virginity, and I'm just so happy to be with him.</h1>
<img src="button/line_1.png" style="max-width: 100%;">
<</if>><</nobr>><<nobr>>
<</nobr>><<elseif $name_display is 1>><<nobr>><</nobr>><a data-passage="guide" class="link-internal link-image"><img src="button/guide.png" class="zoom-image" alt="Image"></a><<nobr>>
<</nobr>><img src="button/line_1.png" style="max-width: 100%;">
<img src="button/basic_stat.png" style="max-width: 70%;">
<h1 class="basic-stats">Name: $firstname $lastname</h1>
<h1 class="basic-stats">Persona: $confidence_level_desc</h1>
<<nobr>>
<<if $confidence_level is 1>>
<img src="img/mc/char_1.png" style="max-width: 125%;">
<<elseif $confidence_level is 2>>
<img src="img/mc/char_2.png" style="max-width: 105%;">
<<elseif $confidence_level is 3>>
<img src="img/mc/char_3.png" style="max-width: 105%;">
<<elseif $confidence_level is 4>>
<img src="img/mc/char_4.png" style="max-width: 105%;">
<<elseif $confidence_level is 5>>
<img src="img/mc/char_5.png" style="max-width: 105%;">
<<elseif $confidence_level is 6>>
<img src="img/mc/char_6.png" style="max-width: 105%;">
<<elseif $confidence_level is 7>>
<img src="img/mc/char_7.png" style="max-width: 105%;">
<<elseif $confidence_level is 8>>
<img src="img/mc/char_8.png" style="max-width: 105%;">
<</if>><</nobr>>
<h1 class="basic-stats">Lust: <progress @value="$lust" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Energy: <progress @value="$energy" min="0" max="100"></progress></h1>
<h1 class="basic-stats">Mind: <progress @value="$mind_power" min="0" max="100"></progress></h1>
<img src="button/line_1.png" style="max-width: 100%;">
<<if $remu_event > 6>>
<h1 class="basic-stats">Remu Date Count:</h1> $remu_date_count times
<<if $remu_event >7>><h1 class="basic-stats">MMA Train Count:</h1> $gym_train_count times<</if>>
<<if $rei_event > 0>><h1 class="basic-stats">Rei Sensei Tests Taken:</h1> $rei_test_count times<</if>>
<img src="button/line_1.png" style="max-width: 100%;">
<</if>><<if $rei_event>8>><img src="button/call_girl.png" style="max-width: 60%;">
<<nobr>> <div class="button-row">
<a data-passage="call ririko" class="link-internal link-image"><img src="button/phone_ririko_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="call ema" class="link-internal link-image"><img src="button/phone_ema_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="call kira" class="link-internal link-image"><img src="button/phone_kira_icon.png" class="zoom-image" alt="Image"></a></div>
<div class="button-row">
<a data-passage="call remu" class="link-internal link-image"><img src="button/school_remu_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="call mei" class="link-internal link-image"><img src="button/school_mei_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="call asano" class="link-internal link-image"><img src="button/school_asano_icon.png" class="zoom-image" alt="Image"></a></div>
<div class="button-row">
<a data-passage="call saeko" class="link-internal link-image"><img src="button/phone_saeko_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="call rei" class="link-internal link-image"><img src="button/phone_rei_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="call yua" class="link-internal link-image"><img src="button/phone_yua_icon.png" class="zoom-image" alt="Image"></a></div><</nobr>> <</if>><<nobr>>
<</nobr>><</if>><<nobr>>
<<set $name_display to 1>>
<<toggleclass "body" "living_day">>
<<set $time to 19>>
<</nobr>>
Later that day, my parents also arrived at aunt Ririko's house.
<<speech "Daddy">>I'm really counting on you Ririko for $firstname's stay in Tokyo. I believe that you can guide him to his better future<</speech>>
<<speech "Ririko">>Don't worry brother, I will take a goodcare of $firstname. Right $firstname?<</speech>>
<<speech "You">>Yeah dad, don't worry, I'm in the good hands<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Mom">>I'm glad then. Please take care of my beloved son Ririko<</speech>>
<<speech "Ririko">>I will sis in law.... I will make sure $firstname get the best resources available<</speech>>
<<speech "Mom">>Thank you very much Ririko<</speech>>
We had a nice chats for hours. then at 7pm my parents took their leave
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "intro 5">>
<</link>></div><<nobr>>
<<toggleclass "body" "kitchen_day">>
<<set $time to 20>>
<</nobr>>
Later that night, I was having dinner with my Aunt
<<speech "Ririko">>Eat a lot $firstname. I need you to be healthy. You'll need a lot of stamina to finish highschool in Tokyo. It's far different than what you had in suburban highschools<</speech>>
<<speech "You">>Don't worry aunty, I'll do my best to compete and succeed in Tokyo<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("dinner_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Also, if you want to make some extra money, you can always help me and Ema running our konbini and ramen store. We will pay you fairly for your work<</speech>>
<div class="button-row"><img src="img/place/ririko_business_d.jpg" class="zoom-image" alt="Image"></div>
<<speech "Ririko">>That's what I like to hear from you darling. Anyway, Ema your cousin, will come home in few minutes... You haven't met her again since 5-6 years ago right?<</speech>>
<<speech "You">>Oh yeah, Ema, how's she?<</speech>>
<<speech "Ririko">>She's doing great as a 1st year student of Tokyo National Highschool. Last semester she got an award as an honor student you know?<</speech>>
<<speech "You">>Wow that's pretty lit aunty... I can't wait to meet her<</speech>>
<div class="button-row">
<<link "<<animeButton>>Meet Ema<</animeButton>>" "intro 6">>
<</link>></div><<nobr>>
<<toggleclass "body" "kitchen_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $ema_status to "Cousin">>
<<set $ema_lust to 0>>
<<set $ema_mind to 100>>
<<set $ema_power to 50>>
<<set $ema_sex_level to 0>>
<<set $ema_stage to 1>>
<<set $ema_sexcount to 0>>
<<set $ema_oral to 0>>
<<set $ema_vaginal to 0>>
<</nobr>>
Not long after that, Ema came home from school...
<<speech "Ririko">>Speaking of the devil... Here's Ema. Ema, come here... look who's here<</speech>>
<<speech "Ema">>Tadaima!! Good evening mother... who's here? $firstname? Is that really you!! Yeay!! Finally you're here!! I missed you alot you know!<</speech>>
<video controls autoplay ><source @src='"vid/ema_0/"+either("ema_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hi Ema-chan! It's been a longtime<</speech>>
<<speech "Ema">>Yeah! Will you stay here for a sleepover?<</speech>>
<<speech "Ririko">>He's not here for just few days Ema, he will stay here for a year. But no, no more sleepover between you and $firstname... You guys now are teenagers, you will have your own room $firstname<</speech>>
<<speech "Ema">>Boooriing mom!!! Doesn't matter... Having $firstname staying with us for a year is already a treat for me!<</speech>>
<<speech "You">>Thank you very much aunty...<</speech>>
<<speech "Ririko">>Finish your meal, after that I'll show you to my room<</speech>>
<div class="button-row">
<<link "<<animeButton>>Ask about Kira, my other Cousin, and Uncle Daisuke<</animeButton>>" "intro 6-1">><</link>>
</div><<nobr>>
<<toggleclass "body" "bed_night">>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<</nobr>>
<<speech "Ririko">>So, this is your room $firstname... there's a computer there for you to use for your study<</speech>>
<<speech "You">>Thanks a lot auntie... this room is very cozy. Thank you for preparing all of these for me<</speech>>
<<speech "Ririko">>It's nothing darling... You're my nephew and I love you so much... okay, good night then... <</speech>>
<<speech "You">>Good night auntie<</speech>>
<div class="button-row">
<<link "<<animeButton>>Go to Sleep<</animeButton>>" "sleep">>
<</link>></div><<nobr>> <<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $rei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $stress -=20>><<if $stress lt 0>><<set $stress to 0>><<elseif $stress gt 100>><<set $stress to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $day is 7>> <<set $day to 0>> <</if>>
<<if $time <18 and $weekdesc is "Weekdays" and $skipworking is "not active">><<set $skipdaycount += 1>><</if>>
<<set $daycount =+1>>
<<if $time >23>><<set $energy +=50>>
<<elseif $time >22>><<set $energy +=60>>
<<elseif $time >21>><<set $energy +=80>>
<<elseif $time >20>><<set $energy +=90>>
<<else>><<set $energy +=100>><</if>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>> <<set $time to 7>><<set $day +=1>>
<<if $stock <1000000>>
<<set $stockvar = $stock * either(-0.033,-0.3,-0.055,-0.01,-0.1,0.1,0.2,0.01,0.02,0.1,0.05,0.15,0.13)>>
<<elseif $stock <10000000>>
<<set $stockvar = $stock * either(-0.033,-0.1,-0.055,-0.01,-0.1,0.02,0.02,0.01,0.02,0.01,0.05,0.05,0.03,0.03,0.01)>>
<<elseif $stock <100000000>>
<<set $stockvar = $stock * either(-0.033,-0.1,-0.005,-0.01,-0.1,0.02,0.02,0.01,0.02,0.01,0.02,0.05,0.02,0.02,0.001)>> <<else>>
<<set $stockvar = $stock * either(-0.033,-0.1,-0.005,-0.01,-0.1,0.02,0.02,0.01,0.02,0.01,0.02,0.02,0.02,0.02,0.001)>> <</if>>
<<set $stock +=$stockvar>>
<<set $deposito = $deposito * 1.004>> <<set $networth to 0>> <<set $networth_calculation to 0>>
<<if $CFA_register is 1>><<set $cfa_session to 1>><</if>>
<<if $FRM_register is 1>><<set $frm_session to 1>><</if>>
<<set $gal_activity to 1>> <<set $fuck_gal_day to 0>> <<set $yuanightsex to 0>> <<set $ellen_sex_night to 0>> <<set $melody_nap_event to 0>> <<set $julia_weekend_game_chore to 0>>
<<if $transformation_event is "Active">>
<<set $transformation_deadline -=1>><</if>>
<<set $yu_night_sex to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<if $day <6>><<set $academic -=5>><<if $academic lt 0>><<set $academic to 0>><<elseif $academic gt 100>><<set $academic to 100>><</if>><</if>>
<<set $ririko_mind +=50>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust -=50>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $ema_mind +=50>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust -=50>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $remu_mind +=50>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust -=50>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $mei_mind +=50>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust -=50>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $saeko_mind +=50>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust -=50>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $rei_mind +=50>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust -=50>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=40>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<if $sleep_ema is 1>><div class="button-row">
<<link "<<animeButton>>Wake Up<</animeButton>>" "Ema 7">>
<</link>></div><<set $sleep_ema to 0>>
<<elseif $location is "tsubasa apartment">>
<<link "<<animeButton>>Wake Up<</animeButton>>" "Tsubasa 7">>
<</link>>
<<else>><div class="button-row">
<<link "<<animeButton>>Wake Up<</animeButton>>" "bedroom">>
<</link>></div><</if>>
<</nobr>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_3 to either("Y","N")>>
<</nobr>><<nobr>>
<</nobr>>/*Ema Event 1*/
<<if $study_ema >4 and $ema_event_1 is not 1 and $time <19 and $time >12>>
<video controls autoplay loop><source @src='"vid/ema_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What the hell was that? I thought I heard somethng<</speech>>
<<link "<<animeButton>>Check what happens<</animeButton>>" "Ema 1">>
<</link>>
<<nobr>>
/*Default Bedroom*/
<</nobr>><<else>><<speech "You">>I'm in my bedroom. What do I want to do?<</speech>>
<div class="button-row">
<<if $ririko_sex_level >1 and $ririko_3 is "Y" >>
<<link "<<animeButton>>Sleep<</animeButton>>" "Ririko 3">>
<</link>> <<else>> <<link "<<animeButton>>Sleep<</animeButton>>" "sleep">><</link>> <</if>>
<<link "<<animeButton>>Take a Nap<</animeButton>>" "Nap">>
<</link>>
<<link "<<animeButton>>Turn on PC<</animeButton>>" "PC">>
<</link>>
<<link "<<animeButton>>Get out of my room<</animeButton>>" "hallway second">>
<</link>>
</div><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $kira_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $location to "livingroom">>
<</nobr>><div class="center"><<nobr>>
<<if $time<9>><audio id="myAudio" loop autoplay>
<source src="sound/kitchen.mp3" type="audio/mpeg">
</audio><</if>>
<<if $time>14 and $time <19>><audio id="myAudio" loop autoplay>
<source src="sound/kitchen.mp3" type="audio/mpeg">
</audio><</if>>
/*Ririko Morning Living Room*/
<</nobr>><<if $time >10 and $time <13>>
<<speech "You">>Aunt Ririko is doing chores, should I help her?<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_2/"+either("living_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<link "<<animeButton>>Help her<</animeButton>>" "Ririko 2">>
<</link>><<nobr>>
<div class="button-row">
<a data-passage="kira bedroom" class="link-internal link-image">
<img src="button/kira_bedroom.png" class="zoom-image" alt="Image"></a>
<a data-passage="ririko bedroom" class="link-internal link-image">
<img src="button/ririko_bedroom.png" class="zoom-image" alt="Image"></a>
<a data-passage="kitchen" class="link-internal link-image">
<img src="button/ririko_kitchen.png" class="zoom-image" alt="Image"></a>
<a data-passage="hallway" class="link-internal link-image">
<img src="button/ririko_hallway.png" class="zoom-image" alt="Image"></a>
</div>
<</nobr>><<elseif $time >18 and $time <22>>
<<set $ririko_display to 1>>
<img src="img/char/ririko_drink_night.png" style="max-width: 100%;">
<<speech "Ririko">>$firstname? Aren't you supposed to be studying? Or have you finished your study? If so, come join me for a drink<</speech>>
<div class="button-row"><<link "<<animeButton>>Of course<</animeButton>>" "Ririko 7">>
<</link>>
<<link "<<animeButton>>No thanks, I've got to study<</animeButton>>" "hallway">>
<</link>></div>
<<nobr>>
<</nobr>><<elseif $time >12 and $time <16>>
<<set $ririko_display to 0>> <<set $ema_display to 1>>
<img src="img/char/ema_living_1.png" style="max-width: 100%;">
Ema's hanging out in the livingroom, do I want to join her?
<<speech "Ema">>$firstname-kun, wanna join me watch this new series <</speech>>
<div class="button-row"><<link "<<animeButton>>Okay.. let's watch this new series then<</animeButton>>" "Ema 3">>
<</link>>
<<link "<<animeButton>>No thanks, I've got to study<</animeButton>>" "hallway">>
<</link>></div>
<<nobr>>
<</nobr>><<elseif $time >7 and $time <13 and $day >5>>
<<set $ririko_display to 0>> <<set $ema_display to 1>>
<img src="img/char/ema_living_1.png" style="max-width: 100%;">
Ema's hanging out in the livingroom, do I want to join her?
<<speech "Ema">>$firstname-kun, wanna join me watch this new series <</speech>>
<div class="button-row"><<link "<<animeButton>>Okay.. let's watch this new series then<</animeButton>>" "Ema 3">>
<</link>>
<<link "<<animeButton>>No thanks, I've got to study<</animeButton>>" "hallway">>
<</link>></div>
<<nobr>>
<</nobr>><<else>><<nobr>>
<<speech "You">>Where do I want to go? <<if $time <9>>I smell something good coming from the kitchen. I wonder what's Aunt Ririko's cooking?<<elseif $time >14 and $time <19>>I smell something good coming from the kitchen. I wonder what's Aunt Ririko's cooking?<</if>><</speech>>
<</nobr>><div class="button-row">
<a data-passage="kira bedroom" class="link-internal link-image">
<img src="button/kira_bedroom.png" class="zoom-image" alt="Image"></a>
<a data-passage="ririko bedroom" class="link-internal link-image">
<img src="button/ririko_bedroom.png" class="zoom-image" alt="Image"></a>
<a data-passage="kitchen" class="link-internal link-image">
<img src="button/ririko_kitchen.png" class="zoom-image" alt="Image"></a>
<a data-passage="hallway" class="link-internal link-image">
<img src="button/ririko_hallway.png" class="zoom-image" alt="Image"></a>
</div><<nobr>>
<<if $time >15 and $time <20 and $kira_event is 1>><<link "<<animeButton>>Hanging-out in the livingroom<</animeButton>>" "Kira 0-4">><</link>><</if>>
<<if $time >12 and $time <19 and $kira_event > 4>><<link "<<animeButton>>Join Kira in the livingroom<</animeButton>>" "Kira 4">><</link>><</if>>
<</nobr>><</if>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 0>>
<</nobr>><<speech "You">> Choose which category you want to see <</speech>>
<<nobr>><div class="button-row">
<a data-passage="Family Guide" class="link-internal link-image">
<img src="button/family.png" class="zoom-image" alt="Image"></a>
<a data-passage="Schoolmates Guide" class="link-internal link-image">
<img src="button/friends.png" class="zoom-image" alt="Image"></a>
<a data-passage="Teachers Guide" class="link-internal link-image">
<img src="button/teachers.png" class="zoom-image" alt="Image"></a>
</div><</nobr>>
<<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $mei_display to 0>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "clinic">><<link "<<animeButton>>Back<</animeButton>>" "clinic">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>><<nobr>>
<<if $time>18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "kitchen">>
<</nobr>><<nobr>>
/* Ririko Kitchen Morning */
<</nobr>><<if $time <9>>
<<set $ririko_display to 1>><audio id="myAudio" loop autoplay>
<source src="sound/kitchen.mp3" type="audio/mpeg">
</audio>
<video controls autoplay ><source @src='"vid/aunt_ririko_6/"+either("kitchen_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Oh good morning honey, come here take a seat and have some breakfast <</speech>>
<div class="button-row">
<<link "<<animeButton>>Eat Breakfast<</animeButton>>" "Ririko 6">>
<</link>>
<<link "<<animeButton>>I'll skip breakfast today<</animeButton>>" "livingroom">>
<</link>>
</div><<nobr>>
/* Ririko Kitchen Evening */
<</nobr>><<elseif $time >14 and $time <19>>
<<set $ririko_display to 1>><audio id="myAudio" loop autoplay>
<source src="sound/kitchen.mp3" type="audio/mpeg">
</audio>
<img src="img/char/ririko_evening_kitchen.png" style="max-width: 100%;">
<<speech "Ririko">>Dinner's ready honey, come take a seat and eat plenty<</speech>>
<div class="button-row">
<<link "<<animeButton>>Eat Dinner<</animeButton>>" "Ririko Dining">>
<</link>>
<<link "<<animeButton>>I'm not hungry<</animeButton>>" "livingroom">>
<</link>>
</div><<else>>
<<speech "You">>There's nobody here <</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "livingroom">>
<</link>><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "kitchen">>
<<set $ririko_mind -=1>>
<<set $energy +=15>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">>As usual your cooking is always delicious aunty! <</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_6/"+either("kitchen_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>I'm really happy when you like my cooking honey! <</speech>>
She looks beautiful and sexy for her age... Especially when she's wearing that apron
<div class="button-row">
<<link "<<animeButton>>Finish Eating<</animeButton>>" "livingroom">>
<</link>>
<<link "<<animeButton>>Grope Her<</animeButton>>" "Ririko 6-1">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "kitchen">>
<<set $ririko_mind -=1>>
<<set $energy +=15>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>><<if $ririko_sex_level is 0>>
<<speech "You">>I don't wanna do anything stupid. I could get kicked out of this house<</speech>>
<div class="button-row">
<<link "<<animeButton>>Just don't do it<</animeButton>>" "livingroom">>
<</link>>
</div>
<<elseif $ririko_sex_level is 1>><<nobr>>
<<set $ririko_mind -=10>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=10>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>><<speech "You">>Aunty! I'm horny... I want you now!<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_6/"+either("start_2","start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Right now? are you crazy?? Stop it $firstname before Ema sees us like this<</speech>>
<div class="button-row">
<<link "<<animeButton>>She's right, It's too risky<</animeButton>>" "livingroom">>
<</link>>
</div>
<<elseif $ririko_sex_level is 2 >>
<<speech "You">>Aunty! I'm horny... I want you now!<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_6/"+either("start_2","start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Right now? But be careful and we'd better hurry before Ema comes<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 6-2">>
<</link>>
</div><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $kira_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $location to "hallway">>
<</nobr>><div class="center"><<nobr>>
<<speech "You">>Where do I want to go?<</speech>>
<</nobr>><div class="button-row">
<a data-passage="backyard" class="link-internal link-image">
<img src="button/ririko_backyard.png" class="zoom-image" alt="Image"></a>
<a data-passage="dining" class="link-internal link-image">
<img src="button/ririko_dining.png" class="zoom-image" alt="Image"></a>
<a data-passage="first bathroom" class="link-internal link-image">
<img src="button/ririko_bath.png" class="zoom-image" alt="Image"></a>
<a data-passage="livingroom" class="link-internal link-image">
<img src="button/ririko_living.png" class="zoom-image" alt="Image"></a>
</div><div class="button-row"><<link "<<animeButton>>Go to Second Floor<</animeButton>>" "hallway second">>
<</link>>
<<link "<<animeButton>>Go Out<</animeButton>>" "ririko facade">>
<</link>>
<<if $ririko_event > 1 and $day>5 and $time <10 >><<link "<<animeButton>>My parents are visiting<</animeButton>>" "Ririko 12">>
<</link>><</if>>
<<if $ririko_event is 5 and $day >5 >><<link "<<animeButton>>Uncle Daisuke and Kira are arriving<</animeButton>>" "Kira 0">>
<</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_second_night">><<else>><<toggleclass "body" "hallway_second_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $kira_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $location to "hallway second floor">>
<</nobr>><div class="center"><<nobr>>
<</nobr>><div class="button-row">
<a data-passage="ema bedroom" class="link-internal link-image">
<img src="button/ema_nav.png" class="zoom-image" alt="Image"></a>
<a data-passage="bedroom" class="link-internal link-image">
<img src="button/bedroom_nav.png" class="zoom-image" alt="Image"></a>
<a data-passage="second bathroom" class="link-internal link-image">
<img src="button/ririko_up_bath.png" class="zoom-image" alt="Image"></a>
<a data-passage="hallway" class="link-internal link-image">
<img src="button/ririko_hallway.png" class="zoom-image" alt="Image"></a>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "facade_night">><<else>><<toggleclass "body" "facade_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $kira_display to 0>>
<<set $location to "ririko facade">>
<</nobr>><div class="center"><<nobr>>
<</nobr>><<speech "You">>I'm at the front yard of my aunt's house<</speech>>
<div class="button-row">
<<link "<<animeButton>>Enter the House<</animeButton>>" "hallway">>
<</link>>
<<link "<<animeButton>>Go to the Town<</animeButton>>" "streets">>
<</link>></div></div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "town_night">><<else>><<toggleclass "body" "town_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 0>>
<<set $location to "streets">>
<</nobr>><div class="center"><<nobr>>
<</nobr>><<speech "You">>Tokyo is a crowded and buzzling city... It's far different than the countyside<</speech>>
<div class="button-row">
<a data-passage="school facade" class="link-internal link-image">
<img src="button/school.png" class="zoom-image" alt="Image"></a>
<a data-passage="residential" class="link-internal link-image">
<img src="button/residential.png" class="zoom-image" alt="Image"></a>
<a data-passage="gym" class="link-internal link-image">
<img src="button/gym.png" class="zoom-image" alt="Image"></a>
<a data-passage="ririko business" class="link-internal link-image">
<img src="button/ririko_business.png" class="zoom-image" alt="Image"></a>
</div>
<div class="button-row">
<<link "<<animeButton>>Go Home<</animeButton>>" "ririko facade">><</link>>
<<if $mei_event >1 and $day <6 and $time >16 and $time <19>><<link "<<animeButton>>Visit Mei's House<</animeButton>>" "Mei 2">><</link>><</if>>
<<if $remu_event > 6 and $day >5 and $time <12 and $money >2000 >><<link "<<animeButton>>Date with Remu<</animeButton>>" "Remu Date 1">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_facade_night">><<else>><<toggleclass "body" "school_facade_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 0>>
<<set $location to "school facade">>
<</nobr>><<nobr>>
<</nobr>><<if $day <6>><<if $time <11>><<speech "You">>so this is Suzuran High School. One of the best school in Tokyo<</speech>>
<img src="button/suzuran.png" style="max-width: 100%;">
<<if $school_intro is not 1>><<link "<<animeButton>>Enter School<</animeButton>>" "school intro">><</link>><<else>><<link "<<animeButton>>Enter School<</animeButton>>" "school hallway f1">><</link>><</if>><<else>><<speech "You">>The gates are already closed. It's impossible for me to get in<</speech>>
<img src="button/suzuran.png" style="max-width: 100%;">
<<link "<<animeButton>>Go Back<</animeButton>>" "streets">>
<</link>><</if>><<else>>
<<speech "You">>It's the weekend. The school is closed <</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $location to "school hallway f1">>
<</nobr>><div class="center"><<nobr>>
<<if $tsubasa_event>2>><<set $tsubasa_event_3 to +either("1","0","0")>><</if>>
/*Remu Event 5 - Izaki's Threat*/
<</nobr>><<if $remu_event is 4 and $time <13>> <<set $remu_event to 5>>
<<speech "Izaki">>Hey, $firstname $lastname... New blood, you better listen up. I've been clocking your moves around Remu, my girl. Here's a piece of advice: one wrong step, and you might find yourself in a situation where survival is no longer guaranteed. Choose your path wisely, or you might just meet an early end. You dig? Remember my name: Izaki Shun!<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("izaki_warn_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>So what? Are you gonna beat me up? I'm not afraid of you <</speech>>
<<speech "Izaki">>I bet you're not scared of me, but let me make it crystal clear – your life is far more valuable than chasing someone else's girl. Beating you up? That's the least of your worries. What comes next could be a whole lot worse for you. Take care $firstname-kun<</speech>>
What is this? is this a threat? I better tell Remu about this
<<link "<<animeButton>>Continue<</animeButton>>" "school hallway f1">>
<</link>>
<<nobr>>
/*Remu Event 6 - Izaki's Threat 2*/
<</nobr>><<elseif $remu_event is 6 and $time <17 >> <<set $remu_event to 7>>
<<speech "Izaki">>Come and meet me at the back of the school after school hours<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("izaki_warn_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What do you want again Izaki?<</speech>>
<<speech "Izaki">>If you're man enough, just do what I said<</speech>>
What is this? is he asking me to duel with him? If it's for winning Remu over, then let's just do it then!
<<link "<<animeButton>>Continue<</animeButton>>" "Izaki Event 1">>
<</link>>
<<nobr>>
/*Remu Event 6 - Izaki's Threat 3 - After Date*/
<</nobr>><<elseif $remu_event is 7 and $remu_date_count >2 and $time <17>>
<<speech "Izaki">>You bastard! You're quite a stubborn aren't you? It seems that you haven't learned your lesson. Come with me!<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("izaki_warn_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What do you want again Izaki?<</speech>>
<<speech "Izaki">>Just follow me asshole!<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Izaki Event 2">>
<</link>>
<<nobr>>
/*Remu Event 8 - Izaki's Threat 4 - After Hospital*/
<</nobr>><<elseif $remu_event > 7 and $remu_date_count >2 and $time <17 >>
<<speech "Izaki">>You bastard! You're quite a stubborn aren't you? It seems that you haven't learned your lesson. Come with me!<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("izaki_warn_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What do you want again Izaki?<</speech>>
<<speech "Izaki">>Just follow me asshole!<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Izaki Event 2">>
<</link>>
<<nobr>>
<</nobr>><<else>><<nobr>>
<</nobr>><<speech "You">>Where do I want to go?<</speech>><<nobr>>
<</nobr>> <<nobr>><div class="button-row">
<a data-passage="teacher office" class="link-internal link-image">
<img src="button/school_teacher_office.png" class="zoom-image" alt="Image"></a>
<a data-passage="sport field" class="link-internal link-image">
<img src="button/school_field.png" class="zoom-image" alt="Image"></a>
<a data-passage="library" class="link-internal link-image">
<img src="button/school_library.png" class="zoom-image" alt="Image"></a>
<a data-passage="girl toilet" class="link-internal link-image">
<img src="button/school_toilet_g.png" class="zoom-image" alt="Image"></a>
<a data-passage="boy toilet" class="link-internal link-image">
<img src="button/school_toilet_b.png" class="zoom-image" alt="Image"></a>
</div><</nobr>>
<div class="button-row">
<<link "<<animeButton>>Go to 2nd Floor<</animeButton>>" "school hallway f2">>
<</link>>
<<if $tsubasa_event_3 is 1 and $time >12 and $time <18 >><<link "<<animeButton>>I saw Tsubasa sensei is going to the toilet. Maybe I should peek on her?<</animeButton>>" "Tsubasa 3">>
<</link>><</if>>
<<link "<<animeButton>>Go Out<</animeButton>>" "streets">>
<</link>></div><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_2_day">><<else>><<toggleclass "body" "school_hall_2_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $location to "school hallway f2">>
<</nobr>><div class="center"><<if $energy <30>>
<<speech "You">>I'm getting dizzy... My head hurts like crazy... My energy level.. is so low... <</speech>>
<img src="img/char/faint.png" style="max-width: 100%;">
I ran out of energy and faint... My friends then carried me to the school clinic
<<if $remu_event >12>><<link "<<animeButton>>Continue event<</animeButton>>" "Remu 6">>
<</link>><<else>><<link "<<animeButton>>Continue event<</animeButton>>" "School Faint">>
<</link>><</if>>
<<else>><<nobr>>
<</nobr>><<speech "You">>Where do I want to go?<</speech>><<nobr>>
<</nobr>><div class="button-row">
<a data-passage="class 3" class="link-internal link-image">
<img src="button/school_class_3.png" class="zoom-image" alt="Image"></a>
<a data-passage="class 2" class="link-internal link-image">
<img src="button/school_class_2.png" class="zoom-image" alt="Image"></a>
<a data-passage="class 1" class="link-internal link-image">
<img src="button/school_class_1.png" class="zoom-image" alt="Image"></a>
<a data-passage="clinic" class="link-internal link-image">
<img src="button/clinic.png" class="zoom-image" alt="Image"></a>
</div><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Go to 1st Floor<</animeButton>>" "school hallway f1">>
<</link>>
<<link "<<animeButton>>Go to Lab Classes<</animeButton>>" "school hallway lab">>
<</link>>
<<link "<<animeButton>>Go to Rooftop<</animeButton>>" "roof top">>
<</link>>
<<if $saeko_event >6 and $time is 17>> <<link "<<animeButton>>See Saeko Sensei at the hallway<</animeButton>>" "Saeko 5">>
<</link>><</if>>
<<if $rei_event >5 and $time > 10 and $time <15>> <<link "<<animeButton>>Rei Sensei is walking in the hallway<</animeButton>>" "Rei 2">>
<</link>><</if>></div><</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $rei_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $asano_display to 0>>
<<set $location to "class 3">>
<</nobr>><<if $time >16>>
<<speech "You">>The classroom is empty <</speech>>
<<link "<<animeButton>>Go Back<</animeButton>>" "school hallway f2">>
<</link>>
<<else>><<nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("saeko_intro","intro_1","intro_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<</nobr>>
<<set $saeko_display to 1>>
<<speech "You">>I'm at my classroom. Miss Saeko is teaching. There are also several classmates here. Which one do I want to interact with? <</speech>><<nobr>>
<</nobr>><div class="button-row">
<<if $energy <40 and $mind <40>><<link "<<animeButton>>I can't study, I'm too tired<</animeButton>>" "school hallway f2">><</link>><<else>> <<if $time<16>><<link "<<animeButton>>Study for 2 hours<</animeButton>>" "study 2 hours">>
<</link>><</if>><</if>>
<<if $energy <40 and $mind <40>><<link "<<animeButton>>I can't study, I'm too tired<</animeButton>>" "school hallway f2">><</link>><<else>><<if $time<11>><<link "<<animeButton>>Study until 5pm<</animeButton>>" "study 5pm">>
<</link>><</if>><</if>>
<<link "<<animeButton>>Go Back<</animeButton>>" "school hallway f2">>
<</link>></div><<nobr>>
<</nobr>><<nobr>><div class="button-row">
<a data-passage="Remu Class" class="link-internal link-image">
<img src="button/school_remu_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="Mei Class" class="link-internal link-image">
<img src="button/school_mei_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="Yume Class" class="link-internal link-image">
<img src="button/school_yume_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="Kira Class" class="link-internal link-image">
<img src="button/school_kira_icon.png" class="zoom-image" alt="Image"></a>
</div><</nobr>>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $location to "class 3">>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $academic +=2>>
<</nobr>><<nobr>>
<img src="img/char/study_class.png" style="max-width: 100%;">
<</nobr>>
<<speech "You">>I'm studying really hard for 2 hours<</speech>>
<div class="button-row">
<<if $time<16>><<link "<<animeButton>>Continue to study for 2 hours<</animeButton>>" "study 2 hours">>
<</link>><</if>>
<<link "<<animeButton>>Take a break<</animeButton>>" "class 3">>
<</link>></div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "class 3">>
<<set $lust +=6>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time to 17>>
<<set $energy -=40>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $academic +=8>>
<</nobr>><<nobr>>
<img src="img/char/study_class.png" style="max-width: 100%;">
<</nobr>>
<<speech "You">>I'm studying really until 5pm<</speech>>
<div class="button-row">
<<link "<<animeButton>>Go Back<</animeButton>>" "class 3">>
<</link>>
<<link "<<animeButton>>Skip to Home<</animeButton>>" "streets">>
<</link>></div><<nobr>>
<<if $time>18>><<toggleclass "body" "pc_night">><<else>><<toggleclass "body" "pc_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<</nobr>>
<<speech "You">>I turned on my computer. What do I want to do?<</speech>>
<div class="button-row">
<<if $energy <40 and $mind <40>> <<link "<<animeButton>>I can't study, I'm too tired<</animeButton>>" "bedroom">> <</link>> <<else>>
<<link "<<animeButton>>Study<</animeButton>>" "Study Home">>
<</link>><</if>>
<<link "<<animeButton>>Play Games<</animeButton>>" "Game Home">>
<</link>>
<<link "<<animeButton>>Watch Porn<</animeButton>>" "Porn Home">>
<</link>>
<<link "<<animeButton>>Turn Off the PC<</animeButton>>" "bedroom">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "pc_night">><<else>><<toggleclass "body" "pc_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "PC">>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=5>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<</nobr>><<nobr>>
<</nobr>><video controls autoplay loop><source @src='"vid/bed/"+either("cyberpunk","gta","skyrim")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Gaming makes my mind relaxed<</speech>>
<div class="button-row">
<<if $energy >30>><<link "<<animeButton>>Continue gaming for an hour<</animeButton>>" "Game Home">>
<</link>><</if>>
<<link "<<animeButton>>Take a break<</animeButton>>" "PC">>
<</link>></div><<nobr>>
<<if $time>18>><<toggleclass "body" "pc_night">><<else>><<toggleclass "body" "pc_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "PC">>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind -=5>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<</nobr>><<nobr>>
<</nobr>><video controls autoplay loop><source @src='"vid/bed/"+either("doggy_1","bj_3","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I've always wanted to bang white people...damn they're hot as fuck<</speech>>
<div class="button-row">
<<if $energy >10>><<link "<<animeButton>>Continue watching for an hour<</animeButton>>" "Porn Home">>
<</link>><</if>>
<<if $energy >20>><<link "<<animeButton>>Masturbate<</animeButton>>" "Masturbate">>
<</link>><</if>>
<<link "<<animeButton>>Take a break<</animeButton>>" "PC">>
<</link>></div><<nobr>>
<<if $time>18>><<toggleclass "body" "pc_night">><<else>><<toggleclass "body" "pc_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "PC">>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind -=10>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $academic +=1>>
<</nobr>><<nobr>>
<img src="img/char/pc_bed.png" style="max-width: 100%;">
<</nobr>>
<<speech "You">>I'm studying really hard for 1 hour<</speech>>
<div class="button-row">
<<if $time >18 and $time <22 and $energy >30>><<link "<<animeButton>>Ask Aunt Ririko for help<</animeButton>>" "Ririko 5">> <</link>><</if>>
<<link "<<animeButton>>Take a break<</animeButton>>" "PC">>
<</link>></div>\<<nobr>>
<<if $time>18>><<toggleclass "body" "pc_night">><<else>><<toggleclass "body" "pc_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "PC">>
<<set $lust -=60>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=30>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $mind +=5>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $masturbate_count +=1>>
<</nobr>><<nobr>>
<</nobr>><video controls autoplay loop><source @src='"vid/aunt_ririko_0/"+either("masturbate_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I need a quick release<</speech>>
<div class="button-row">
<<if $masturbate_count is 5>><<link "<<animeButton>>Finish Masturbate<</animeButton>>" "Ririko 0-1">>
<</link>><<else>><<link "<<animeButton>>Finish Masturbate<</animeButton>>" "bedroom">>
<</link>><</if>></div><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "PC">><</nobr>><<nobr>>
/*Ririko Bath Evening Stage 1*/
<</nobr>><<if $time <19 and $time >16 and $ririko_masturbate_caught is 1 and $ririko_panty_event_1 is not 1>><<set $ririko_display to 1>><<set $energy +=5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>><<set $ririko_display to 1>>
<video controls autoplay ><source @src='"vid/aunt_ririko_1/"+either("wash_face")+".mp4"' type="video/mp4"></video>
<<speech "You">>It seems that aunt Ririko is taking a shower... Maybe I'l wash my face for a while... Wait what's this? Is this... her bra? I wonder what's her smell like... After Aunt Ririko caught me masturbating, I can't stop thinking how she looked at my cock in awe<</speech>>
<<link "<<animeButton>>Smell her bra<</animeButton>>" "Ririko 1">>
<</link>>
<<nobr>>
/*Ririko Event 1*/
<</nobr>><<elseif $time <9 and $ririko_event >0>> <<set $ririko_display to 1>><<set $energy +=5>><<set $ririko_display to 1>>
<video controls autoplay ><source @src='"vid/aunt_ririko_11/"+either("start_1")+".mp4"' type="video/mp4"></video>
<<speech "You">>It seems that aunt Ririko is taking a shower... Should I go in and join her?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Join her<</animeButton>>" "Ririko 11">>
<</link>>
<<link "<<animeButton>>Nah, It's too risky<</animeButton>>" "hallway">>
<</link>>
</div>
<<nobr>>
/*Ririko Bath Evening Stage 2*/
<</nobr>><<elseif $time <19 and $time >16 and $ririko_masturbate_caught is 1 and $ririko_panty_event_1 is 1 >><<set $ririko_display to 1>>
<video controls autoplay ><source @src='"vid/aunt_ririko_1/"+either("wash_face")+".mp4"' type="video/mp4"></video>
<<speech "You">>It seems that aunt Ririko is taking a shower... maybe I can ask for another hand-job with her?<</speech>>
<<link "<<animeButton>>Knock the bathroom and ask for a hand-job<</animeButton>>" "Ririko 1-4">>
<</link>>
<<nobr>>
/*Ririko Bath Evening Stage 0*/
<</nobr>><<elseif $time <19 and $time >16 and $ririko_masturbate_caught is not 1 and $ririko_panty_event_1 is not 1>><<set $energy +=5>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>><<set $ririko_display to 1>>
<video controls autoplay ><source @src='"vid/aunt_ririko_1/"+either("wash_face")+".mp4"' type="video/mp4"></video>
<<speech "You">>It seems that aunt Ririko is taking a shower... Maybe I'l wash my face for a while<</speech>>
<<link "<<animeButton>>Exit Bathroom<</animeButton>>" "hallway">>
<</link>>
<<else>><<speech "You">>The bathroom is well cleaned and mantained<</speech>>
<div class="button-row">
<<link "<<animeButton>>Shower<</animeButton>>" "Shower">>
<</link>>
<<link "<<animeButton>>Exit Bathroom<</animeButton>>" "hallway">>
<</link>></div><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "PC">>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy +=10>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>><<nobr>>
<img src="img/char/shower.png" style="max-width: 100%;">
<</nobr>>
<<speech "You">>Showering is so relaxing<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Shower<</animeButton>>" "first bathroom">>
<</link>></div><<nobr>>
<<if $time>18>><<toggleclass "body" "pc_night">><<else>><<toggleclass "body" "pc_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=15>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=15>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
I was lost in my own world, my hand moving up and down, my mind completely focused on the pleasure I was giving myself. I didn’t hear Aunt Ririko come in, and I was caught completely off guard when she opened the door and saw me in the middle of my solo session. I quickly stopped what I was doing and tried to cover myself, my face turning bright red with embarrassment. I knew I was in trouble, and I couldn’t look her in the eye as she scolded me for being so careless.
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("masturbate_caught")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Meet me downstairs in the dining room, *she ordered, her voice stern and unyielding* We need to talk about this.<</speech>>
I quickly got dressed, my heart pounding in my chest as I made my way downstairs. I was nervous about what Aunt Marissa was going to say, and I couldn’t help feeling like I had committed some unforgivable sin.
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 0-2">>
<</link>><<nobr>>
<<if $time>18>><<toggleclass "body" "pc_night">><<else>><<toggleclass "body" "pc_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $ririko_masturbate_caught to 1>>
<</nobr>>
When I entered the dining room, Aunt Ririko was already seated at the table, a serious look on her face. She motioned for me to sit down across from her, and I obliged, still feeling entirely on edge.
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("masturbate_talk")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Listen, I know what you were doing up there, and I want to talk to you about it.<</speech>>
she said bluntly, not mincing words.
I shifted uncomfortably in my seat, not sure what to say. Part of me wanted to apologize, to say that I was sorry for getting caught and that I would never do it again. But another part of me bristled at the idea of being lectured by my aunt about something so personal and private.
<<speech "You">>I don’t think there’s anything to talk about<</speech>>
<<speech "Ririko">>That’s where you’re wrong. Masturbation is a natural and normal part of human sexuality. But it’s important to do it in private, and to be aware of the other people who might be around. Leaving your door unlocked like that is a serious breach of privacy<</speech>>
<<speech "You">>fully noted auntie... But sometimes the urge is very strong.. so strong that I can barely hold it<</speech>>
Aunt Ririko leaned forward, her expression softening.
<<speech "Ririko">>I understand that... But you have to remember that there are better ways to deal with those urges. Masturbation is one option, but there are others. Exercise, reading, even just taking a cold shower can help to distract you and release some of that tension<</speech>>
Aunt Ririko cleared her throat, her expression serious once again
<<speech "Ririko">>I also want to remind you that I have two daughters who are around your age. They live here too, and it’s important that you respect their privacy as well<</speech>>
<<speech "You">>Will do Aunt Ririko<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "livingroom">>
<</link>><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">>Oh, Auntie... Do you want me to help you?<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_2/"+either("living_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Of course sweetheart, come here and help me fold these clothes<</speech>>
<div class="button-row"><<link "<<animeButton>>Continue<</animeButton>>" "livingroom">><</link>>
<<if $ririko_panty_event_1 is 1>>
<<link "<<animeButton>>Ask for a hand-job<</animeButton>>" "Ririko 2-1">>
<</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "first bathroom">>
<<set $ririko_panty_event_1 to 1>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Hmm it smells nice<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_1/"+either("smell_bra")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<div class="button-row"><<link "<<animeButton>>Continue<</animeButton>>" "Ririko 1-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "first bathroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Due to her tantalizing body smell in her bra... I was oblivious that Ririko finished using the bathroom
<<speech "Ririko">>$firstname-chan? What are you doing? <</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_1/"+either("caught_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
What the hell? Am i getting caught??
<div class="button-row"><<link "<<animeButton>>Continue<</animeButton>>" "Ririko 1-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "first bathroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>What's on your hand? Is that my bra honey? <</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_1/"+either("caught_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Errr.... Sumimasen (forgive me)! Auntie!! I can't help it!! Since that incident where you found me masturbating... I.. I... can't help thinking about you and my arousal became harder too control! Please don't kick me out of the house Auntie!<</speech>>
<div class="button-row"><<link "<<animeButton>>Continue<</animeButton>>" "Ririko 1-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "first bathroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<if $ririko_sex_level is 0>><<speech "Ririko">>No honey, Of course I won't kick you out silly!. Give me my bra back honey... and about your boner... damnn it's swelling hard isn't it... I don't wanna Ema or Kira see you like this<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_1/"+either("caught_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What should I do then auntie? I should go back to my room and masturbate...<</speech>>
<<speech "Ririko">>No, I don't think that's gonna solve it... We need to get that thing of yours down really quick... come here with me, I've got an Idea <</speech>><<else>><<speech "Ririko">>You want handjob again?<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_1/"+either("caught_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>If you don't mind Auntie<</speech>>
<<speech "Ririko">>Come here follow me <</speech>><</if>>
<div class="button-row"><<link "<<animeButton>>Continue<</animeButton>>" "Ririko 1-5">><</link>>
</div><<nobr>>
<<if $time > 18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Come here, Ema and Kira is in their room and they won't come out of their room even if there's an earthquake<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Auntie... Ohh shit...<</speech>>
<div class="button-row"><<link "<<animeButton>>Continue<</animeButton>>" "Ririko 1-6">><</link>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=3>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Sshhh $firstname... It's all for your own good... I don't want Ema see your boner like this. It's gonna be dangerous<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_1/"+either("rub_1","rub_2","rub_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Auntie... it feels so damn good<</speech>><<nobr>>
<</nobr>><div class="button-row"><<link "<<animeButton>>Continue Rubbing<</animeButton>>" "Ririko 1-6">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Ririko 1-7">><</link>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=3>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>It's swelling really hard $firstname... You need to release these... "pent-up desire"... It's for your own good<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_1/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Auntie, I feel like I wanna explode<</speech>>
<<speech "Ririko">>It's okay honey... just let it out and explode... <</speech>>
<div class="button-row"><<link "<<animeButton>>Hand Job<</animeButton>>" "Ririko 1-7">><</link>>
<<link "<<animeButton>>I think I wanna cum Auntie<</animeButton>>" "Ririko 1-9">><</link>>
<<if $ririko_lust>70>><<link "<<animeButton>>Handjob and Kissing <</animeButton>>" "Ririko 1-8">><</link>><</if>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh fuck! I think I'm starting to loose my mind<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_1/"+either("hj_kiss_1","hj_kiss_2","hj_kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It... feels really good Auntie!<</speech>>
<<speech "Ririko">>Keep your voice down honey... We don't want Ema and Kira getting suspicous <</speech>>
<div class="button-row"><<link "<<animeButton>>Hand Job<</animeButton>>" "Ririko 1-7">><</link>>
<<link "<<animeButton>>Handjob and Kissing <</animeButton>>" "Ririko 1-8">><</link>>
<<link "<<animeButton>>I think I wanna cum Auntie<</animeButton>>" "Ririko 1-9">><</link>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Shitt.... Honey, you can suck on my tits to speed up your ejaculation... Cum honey... cum for your auntie<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_1/"+either("hj_intense_1","hj_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I... I... am going to explode!!<</speech>>
<<speech "Ririko">>Yess honey... give it to me! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep going!<</animeButton>>" "Ririko 1-9">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Ririko 1-10">><</link>><</if>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_sex_level is 0>><<set $ririko_sex_level to 1>><</if>>
<</nobr>>
<<speech "Ririko">>Oh shit you came alot honey!<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_1/"+either("hj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... this feels.. so good auntie!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 1-11">><</link>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $location to "livingroom">>
<<set $handjob_count +=1>>
<<set $sexcount +=1>>
<</nobr>>
<<speech "Ririko">>Are you relieved now honey? You came alot you know<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_1/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Auntie... It felt really good<</speech>>
<<speech "Ririko">>Now let me return to my room okay... I hope you don't watch porn again after this<</speech>>
<<speech "You">>We'll see about that Auntie<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "livingroom">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Auntie Ririko, I am horny... Can I get another hand-job? <</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_2/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Please not now $firstname... I still have lots of chores to do<</speech>>
<div class="button-row"><<link "<<animeButton>>I Insist!<</animeButton>>" "Ririko 2-2">><</link>>
<<link "<<animeButton>>Okay then, maybe not now<</animeButton>>" "livingroom">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh my god!! You can't just kiss me like that! emphh Ema and Kira might see us<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_2/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Relax Auntie... Ema's already went to school<</speech>>
<div class="button-row"><<link "<<animeButton>>Keep kissing her<</animeButton>>" "Ririko 2-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Empph fuckk... You're so fucking aggresive $firstname<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_2/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I can't help it Auntie... You're too hot for me<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Ririko 2-3">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Ririko 2-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 2-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Give me your cock honey... I'll finish it as fast as I can<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_2/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah keep jerking my cock like that Auntie<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Ririko 2-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 2-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $ririko_blowjob to 1>>
<</nobr>>
<<speech "Ririko">>Give me your cock honey... I'll finish it as fast as I can<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_2/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah keep sucking my cock like that Auntie<</speech>>
<<nobr>><div class="button-row">
<div class="button-row"><<link "<<animeButton>>Handjob<</animeButton>>" "Ririko 2-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 2-5">><</link>>
<<link "<<animeButton>>Cum in her mouth<</animeButton>>" "Ririko 2-5-1">><</link>>
<<if $ririko_sex_level is 1>><<link "<<animeButton>>Try to Fuck Her<</animeButton>>" "Ririko 2-6">><</link>><</if>>
<<if $ririko_sex_level is 2>><<link "<<animeButton>>Fuck Her Now<</animeButton>>" "Ririko 2-7">><</link>><</if>>
</div><</nobr>><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<</nobr>>
<<if $rirko_sexcount >4 and $ririko_lust >50 >><<speech "You">>Auntie, I can't hold it anymore... I need to fuck you now.. please... <</speech>>
<<speech "Ririko">>Fuck it! We already went this far... But should you know that when this happens... Our relationship changes.. Are you ready for all the consequences lie ahead?.<</speech>>
<<speech "You">>I'm ready Auntie... Right now I can't think of anything else but fucking you<</speech>>
<<speech "Ririko">>Is this your first time $firstname-chan?<</speech>>
<<speech "You">><<if $vaginal_count <1>>Yes Auntie... This is my first time<<else>>No Auntie... This is not my first time<</if>><</speech>>
<<speech "Ririko">><<if $vaginal_count <1>>Then do it slowly honey in the beginning $firstname-chan<</if>>, Then fuck me hard honey. Claim me as your own. Mark me with your hot cum inside of me<</speech>>
<<nobr>><div class="button-row">
<div class="button-row"><<link "<<animeButton>>Fuck her now!<</animeButton>>" "Ririko 2-7">><</link>>
</div><</nobr>><<else>>
<<speech "You">>Auntie, I can't hold it anymore... I need to fuck you now.. please... <</speech>>
<<speech "Ririko">>I can get you off with my hand and mouth honey... But I won't cross the line... Sex is not supposed to happen between an aunt and her nephew<</speech>>
<<link "<<animeButton>>Okay then<</animeButton>>" "Ririko 2-5">><</link>><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Shove it in $firstname-chan<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_2/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Here you go Auntie<</speech>>
<<nobr>><div class="button-row">
<div class="button-row"><<link "<<animeButton>>Fuck Her Now<</animeButton>>" "Ririko 2-8">><</link>>
</div><</nobr>><<nobr>>
<<if $time > 18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_sex_level is 0>><<set $ririko_sex_level to 1>><</if>>
<</nobr>>
<<speech "Ririko">>*Gulp... I swallowed his cum* Oh shit you came alot honey!<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_2/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... this feels.. so good auntie!<</speech>>
<<speech "Ririko">>Now, if you don't mind... I still have chores to do<</speech>>
<div class="button-row">
<<link "<<animeButton>>Okay then, thanks Auntie<</animeButton>>" "hallway">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=10>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=10>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh FUCK!! keep going baby... keep ramming my pussy hard! Yess Yes!!! I've been waiting for this for so fucking long!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_2/"+either("stand_front_1","stand_front_2","stand_front_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah shitt!! Your cunt feels really good Auntie!<</speech>>
<<nobr>><div class="button-row">
<div class="button-row">
<<link "<<animeButton>>Stand Front<</animeButton>>" "Ririko 2-8">><</link>>
<<link "<<animeButton>>Stand Dog<</animeButton>>" "Ririko 2-9">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 2-10">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 2-11">><</link>>
</div><</nobr>><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=10>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=10>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh FUCK!! keep going baby... keep ramming my pussy hard! Yess Yes!!! I've been waiting for this for so fucking long!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_2/"+either("stand_dog_1","stand_dog_2","stand_dog_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah shitt!! Your cunt feels really good Auntie!<</speech>>
<<nobr>><div class="button-row">
<div class="button-row">
<<link "<<animeButton>>Stand Front<</animeButton>>" "Ririko 2-8">><</link>>
<<link "<<animeButton>>Stand Dog<</animeButton>>" "Ririko 2-9">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 2-10">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 2-11">><</link>>
</div><</nobr>><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=10>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=10>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh FUCK!! keep going baby... keep ramming my pussy hard! Yess Yes!!! I've been waiting for this for so fucking long!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_2/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah shitt!! Your cunt feels really good Auntie!<</speech>>
<<nobr>><div class="button-row">
<div class="button-row">
<<link "<<animeButton>>Stand Front<</animeButton>>" "Ririko 2-8">><</link>>
<<link "<<animeButton>>Stand Dog<</animeButton>>" "Ririko 2-9">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 2-10">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 2-11">><</link>>
</div><</nobr>><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=10>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=10>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh FUCK!! keep going baby... keep ramming my pussy hard! Yess Yes!!! I've been waiting for this for so fucking long!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_2/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah shitt!! Your cunt feels really good Auntie!<</speech>>
<<nobr>><div class="button-row">
<div class="button-row">
<<link "<<animeButton>>Stand Front<</animeButton>>" "Ririko 2-8">><</link>>
<<link "<<animeButton>>Stand Dog<</animeButton>>" "Ririko 2-9">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 2-10">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 2-11">><</link>>
</div><</nobr>>
<<link "<<animeButton>>Let her ride me faster<</animeButton>>" "Ririko 2-12">><</link>><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=15>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +15>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>YES!! YES!!! This feels really good honey!!! I'm cumming!! I'm fuckking cumming!!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_2/"+either("cow_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Auntie!! I'm almost there myself! Where.... Should I... Fuck.... Shoot it!!??<</speech>>
<<nobr>><div class="button-row">
<div class="button-row">
<<link "<<animeButton>>Let her ride me faster<</animeButton>>" "Ririko 2-12">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside her<</animeButton>>" "Ririko 2-13">><</link>><</if>>
</div><</nobr>><<nobr>>
<<if $time > 18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $location to "livingroom">>
<<set $ririko_mind +=35>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust -=55>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=4>>
<<set $ririko_vaginal to 1>>
<<if $ririko_sex_level is 1>><<set $ririko_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ririko">>Oh shit you came alot honey!<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_2/"+either("cow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... So this is sex.... It feels so fucking good<</speech>>
<<speech "Ririko">>You're quite good at this $firstname-chan... I also enjoyed it... Now if you don't mind... I want to finish my chores<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "livingroom">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Ririko">>Here's your beer $firstname... Please don't tell your mother that you're drinking with me in the night... hahaha<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("drink_night_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Of course not aunty! I promise<</speech>>
<div class="button-row"><<link "<<animeButton>>Drink with her<</animeButton>>" "Ririko 7-1">><</link>>
</div><<speech "You">> Choose which character you want to see <</speech>>
<<nobr>><div class="button-row">
<a data-passage="Ririko Guide" class="link-internal link-image">
<img src="button/ririko.png" class="zoom-image" alt="Image"></a>
<a data-passage="Ema Guide" class="link-internal link-image">
<img src="button/ema.png" class="zoom-image" alt="Image"></a>
<a data-passage="Kira Guide" class="link-internal link-image">
<img src="button/kira.png" class="zoom-image" alt="Image"></a>
</div><</nobr>><<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>><<nobr>><<set $ririko_display to 1>>
<<set $ema_display to 0>>
<</nobr>>
<img src="img/char/ririko_evening_kitchen.png" style="max-width: 100%;">
<<speech "You">>Aunt Ririko is my father's little sister. She has two kids Ema and Kira. Her husband Noburo does not go home very often. She owns nearby konbini/convenience store, and also works there as an attendant.<</speech>>
Walkthrough: <<if $ririko_sex_level is 0>><h1 class="basic-stats"> - Masturbate often while watching porn, do this until Ririko catch you red-handed
- Go to the first floor bath at 5-6pm. When Ririko is taking a shower, smell her panties</h1><<nobr>>
<</nobr>><<elseif $ririko_sex_level is 1>>
<h1 class="basic-stats">Keep engaging in sexual activities with Ririko for at least 5 times. Then at 11am to 1pm, go to livingroom, ask for a sexual release, if she's horny enough, she will let you fuck her</h1><<nobr>>
<</nobr>><<elseif $ririko_sex_level is 2 and $ririko_event is not 1 and $ririko_event is not 2 and $ririko_event is not 3 and $ririko_event is not 4 and $ririko_event is not 5 and $ririko_event is not 6 and $ririko_event is not 7 and $ririko_event is not 8 and $ririko_event is not 9 and $ririko_event is not 10 and $ririko_event is not 11 and $ririko_event is not 12 and $ririko_event is not 13>>
<h1 class="basic-stats">Congrats, now Ririko is addicted in having sex with you. Explore her other sex scenes (Have sex with her in her bedroom at 24.00) </h1><<nobr>>
<</nobr>><<elseif $ririko_event is 1 >>
<h1 class="basic-stats">Join her in the bathroom at 7am </h1><<nobr>>
<</nobr>><<elseif $ririko_event is 2 >>
<h1 class="basic-stats">Over the weekend, your parents will come and visit. Early in the morning before 9am, go to Ririko's 1st floor hallway </h1><<nobr>>
<</nobr>><<elseif $ririko_event is 3 >>
<h1 class="basic-stats">Have some drinks with her at night, but this time choose wine instead of beer </h1><<nobr>>
<</nobr>><<elseif $ririko_event is 4 >>
<h1 class="basic-stats">This is the end content for Ririko for this build. </h1><</if>>
Completed Quest:
<h1 class="basic-stats"><<if $ririko_masturbate_caught is not 1>>No completed events/quests<<else>>1. I got caught masturbating<</if>>
<<if $ririko_panty_event_1 is 1>>2. I got caught smelling her panties<</if>>
<<if $ririko_sex_level > 0>>3. Auntie Ririko gave me handjob<</if>>
<<if $ririko_blowjob is 1>>4. Auntie Ririko gave me blowjob<</if>>
<<if $ririko_vaginal is 1>>5. I had sex with Auntie Ririko (This is the end-content for Ririko. Try expolring other vaginal scenes with her)<</if>>
<<if $ririko_event > 1>>6. I joined her showering in the morning and some fun with her<</if>>
<<if $ririko_event > 2>>7. While my parents are in Ririko's house, my and Aunt Ririko was fooling around in the hallway<</if>>
<<if $ririko_event > 3>>8. After had some wine, we had a hot sex in the livingroom<</if>></h1>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "kitchen">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
With one swift motion, I pulled her bra down, revealing her perfect nipples. I cupped them with my hands, giving them a gentle squeeze, causing her to let out a soft moan.
<<speech "You">>There's no one here, just you and me<</speech>>
I murmured, as I moved my lips to her neck, kissing and gently biting her skin.
<video controls autoplay loop><source @src='"vid/aunt_ririko_6/"+either("grope_1","grope_2","grope_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>You love it, don't you, you dirty little nephew? You always wanted to fuck my tight little pussy, didn't you? Well, now you can, you pathetic little pervert<</speech>>
I moved my hands to Aunt Ririko's perky breasts and pinched her nipples between my fingertips, pulling on them gently.
<<speech "You">>Fuck, you're so fucking hot, Aunt Ririko *I breathed into her ear* I want to fuck you right here on this kitchen counter.<</speech>>
<div class="button-row"><<link "<<animeButton>>Keep groping her<</animeButton>>" "Ririko 6-2">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Ririko 6-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "kitchen">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
I stood up, unbuckling my belt, and pulled down my pants, revealing my rock-hard cock. I lined myself up with Aunt Ririko's wet pussy, then plunged myself deep inside her. She let out a loud moan as I began to thrust into her, each movement causing her body to shake with pleasure.
<<speech "You">>I've been dreaming about this moment for years, and now I'm finally getting to fuck my hot aunt.<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_6/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Yes, $firstname, oh god, you feel so amazing inside me!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Ririko 6-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "kitchen">>
<<set $ririko_mind -=8>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
I began to thrust in and out of her with a steady rhythm, her wetness making it easy for me to move inside of her. She lifted her hips to meet mine, urging me on as we both approached the edge of ecstasy.
<<speech "You">>Ahh ahh yess Auntie... you cunt feels so fucking good<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_6/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
She moaned under my touch, she moans like a bitch in a heat as I gave into my primal urges. I pounded into her pussy with abandon, my cock stretching her to her limits with every thrust.
<<speech "Ririko">>Yes, $firstname! Fuck me harder, you fucking stud!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 6-4">><</link>>
<<link "<<animeButton>>Standfront<</animeButton>>" "Ririko 6-5">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Ririko 6-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "kitchen">>
<<set $ririko_mind -=8>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
I began to thrust in and out of her with a steady rhythm, her wetness making it easy for me to move inside of her. She lifted her hips to meet mine, urging me on as we both approached the edge of ecstasy.
<<speech "You">>Ahh yess auntie you feel really good<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_6/"+either("strandfront_1","strandfront_2","strandfront_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
She moaned under my touch, she moans like a bitch in a heat as I gave into my primal urges. I pounded into her pussy with abandon, my cock stretching her to her limits with every thrust.
<<speech "Ririko">>Yes, $firstname! Fuck me harder, you fucking stud!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 6-4">><</link>>
<<link "<<animeButton>>Standfront<</animeButton>>" "Ririko 6-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "kitchen">>
<<set $ririko_mind -=15>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=15>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
I pounded into her relentlessly, my hips slapping against her ass with each thrust. I could feel my cock swelling with arousal, and I knew I was close to my limit.
<<speech "Ririko">>Yes, yes, $firstname! Please, fuck me harder!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_6/"+either("doggy_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
She moaned under my touch, she moans like a bitch in a heat as I gave into my primal urges. I pounded into her pussy with abandon, my cock stretching her to her limits with every thrust.
I growled into her ear
<<speech "You">>Do you like it when I fuck you hard like this, Aunt Ririko? Do you like it when I take control?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Ririko 6-6">><</link>>
<<if $lust >99>><<link "<<animeButton>>Cum Inside<</animeButton>>" "Ririko 6-7">><</link>><</if>>
</div><<nobr>>
<<if $time > 18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $location to "livingroom">>
<<set $ririko_mind +=45>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust -=45>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<set $ririko_vaginal to 1>>
<<if $ririko_sex_level is 1>><<set $ririko_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ririko">>Fuck! Fuck! FUCKK!!! Ahh I'm cumming!!<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_6/"+either("doggy_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck I'm also cumming!!<</speech>>
<<speech "Ririko">>You're quite good at this $firstname-chan... I also enjoyed it... Now if you don't mind... I want to finish my chores<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 6-8">><</link>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $location to "kitchen">>
<<set $handjob_count +=1>>
<<set $sexcount +=1>>
<</nobr>>
<<speech "You">>Are you alright Auntie? You're shaking...<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_6/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>I... I'm... Okay $firstname... The orgasm I had just too intense for me... You'd better get ready to school. Don't be late honey<</speech>>
<<speech "You">>You sure you're okay? Okay then Auntie... Goodbye<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Go to school<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=15>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=15>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
As I slept, I felt a strange sensation wash over me. It was as if someone was watching me, or perhaps even touching me. I opened my eyes to find Aunt Ririko crawling into my bed. I was surprised and a little bit confused, but I couldn't deny that her presence was comforting.
<<speech "You">>Oh, Auntie... What do you want?<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_3/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Shh, don't worry, $firstname. I just wanted to check on you. Make sure you're sleeping okay.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Accept her advance<</animeButton>>" "Ririko 3-1">><</link>>
<<link "<<animeButton>>I'm sleepy Auntie, maybe nextime<</animeButton>>" "sleep">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Fuck... $firstname... You really corrupted me you know... Fucking my own nephew... what the fuck!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_3/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Damn Auntie...You're so hot<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Ririko 3-1">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Ririko 3-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Hmmm your cock is so addictive... I can't stop thinking about it<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_3/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yess Auntie... Keep jerking my cock just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Ririko 3-2">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 3-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Hmmm your cock is so addictive... I can't stop thinking about it<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_3/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yess Auntie... Keep sucking my cock just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Ririko 3-2">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 3-3">><</link>>
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Ririko 3-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>I can't help it anymore... I need your cock inside of me<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_3/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... Put it inside Auntie<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck me now Auntie!<</animeButton>>" "Ririko 3-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=8>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ohh fuck!! yes!! yes!! Your cock feels really good inside of me $firstname-chan!! <</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_3/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yess Auntie!! Keep moving your hips like that!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 3-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 3-6">><</link>>
<<link "<<animeButton>>Cum!<</animeButton>>" "Ririko 3-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=8>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ohh fuck!! yes!! yes!! Your cock feels really good inside of me $firstname-chan!! Keep pounding my pussy hard!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_3/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yess Auntie!! This is insane!!!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 3-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 3-6">><</link>>
<<link "<<animeButton>>Cum!<</animeButton>>" "Ririko 3-8">><</link>>
</div><<nobr>>
<<if $time > 18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $location to "bedroom">>
<<set $ririko_mind +=35>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust -=55>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=4>>
<<set $ririko_vaginal to 1>>
<<if $ririko_sex_level is 1>><<set $ririko_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ririko">>Cum baby!! Cum for me!! Fill me up!! Fill this aging cunt with your young and potent seed! <</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_3/"+either("cow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck!! Here we go Auntie!!<</speech>>
<<speech "Ririko">>Give me that $firstname!! Don't you ever hold back!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 3-9">><</link>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $location to "bedroom">>
<<set $ririko_mind +=35>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust -=55>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=4>>
<<set $ririko_vaginal to 1>>
<<if $ririko_sex_level is 1>><<set $ririko_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ririko">>Cum baby!! Cum for me!! Fill me up!! Fill this aging cunt with your young and potent seed! <</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_3/"+either("doggy_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck!! Here we go Auntie!!<</speech>>
<<speech "Ririko">>Give me that $firstname!! Don't you ever hold back!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 3-9">><</link>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $location to "bedroom">>
<<set $handjob_count +=1>>
<<set $blowjob_count +=1>>
<<set $vaginal_count +=1>>
<<set $sexcount +=1>>
<</nobr>>
<<speech "Ririko">>Come here you stud... You're so fucking tasty...<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_3/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">><<if $day<5>>Damn Aunty... I might get sleepy for class tomorrow<<else>>Damn Aunty... I'm sleepy but lucky me tomorrow is weekend<</if>><</speech>>
<<speech "Ririko">>Now, I'll return to my room... thanks for your seed $firstname-chan<</speech>>
Aunt Ririko winks and left me alone in my room
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "sleep">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "ririko bedroom">>
<</nobr>>
<<if $time >21 and $time <24>> <img src="img/char/ririko_bed_night.png" style="max-width: 100%;">
<<speech "Ririko">>$firstname? What are you doing in my bedroom at this hour? <<if $ririko_sex_level is not 0>> Don't just stand there. Come here and give me massages<</if>><</speech>>
<div class="button-row">
<<if $ririko_sex_level is not 0>> <<link "<<animeButton>>Okay, I'll massage you Auntie<</animeButton>>" "Ririko 4">>
<</link>><</if>>
<<link "<<animeButton>>I'd better get back to my room<</animeButton>>" "livingroom">>
<</link>></div><<nobr>>
<</nobr>><<elseif $time >23>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_10/"+either("sleep_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Aunt Ririko is sleeping. What do I want to do with her?<</speech>>
<div class="button-row">
<<if $ririko_sex_level >1 >> <<link "<<animeButton>>Have sex with her <</animeButton>>" "Ririko 10">>
<</link>><</if>>
<<link "<<animeButton>>I'd better get back to my room<</animeButton>>" "livingroom">>
<</link>></div>
<<else>>
<<speech "You">>Auntie's bedroom is really neat and well decorated <</speech>>
<<link "<<animeButton>>Go Out<</animeButton>>" "livingroom">>
<</link>><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Ririko">>How's your study $firstname-chan? Do you have some difficulties settling in?<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("drink_night_1","drink_night_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>No Auntie, everything is going fine.. How about you?<</speech>>
<<speech "Ririko">>Well things got a little bit complicated since your uncle is rarely home... While I have to run the konbini (convinience store) by myself.. If you happen to have free time, feel free to help me at the konbini will you? I'll make sure you get paid also <</speech>>
<<speech "You">>Of course Auntie! Leave it to me! Extra cash can really help ha ha ha<</speech>>
<<speech "Ririko">>Don't get too excited of working in the konbini my love... I want you to prioritize your study first<</speech>>
<<speech "You">>You're too kind Auntie Ririko... I don't get it why uncle rarely goes home to a wife like you. If I were him, I would never leave the house you know....<</speech>>
<<speech "Ririko">>Ohh $firstname honey... You're such a flatterer<</speech>>
<div class="button-row">
<<link "<<animeButton>>Stop drinking and go to bed<</animeButton>>" "sleep">><</link>>
<<if $ririko_event >2>><<link "<<animeButton>>Wanna have some wine?<</animeButton>>" "Ririko 14">><</link>><</if>>
<<if $ririko_sex_level >0>><<link "<<animeButton>>Kiss her<</animeButton>>" "Ririko 7-2">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "ririko bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
Aunt Ririko gave me her massaging oil
<<speech "You">>To set your expectation, I really don't know how to do a proper massage Auntie<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_4/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Shh, don't worry, $firstname. It's okay, technique is not the most important thing my dear. Now take your shirt off. That thing will only hinder the massaging process<</speech>>
<div class="button-row">
<<link "<<animeButton>>Start massaging<</animeButton>>" "Ririko 4-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "ririko bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>How does it feel auntie?<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_4/"+either("massage_1","massage_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Not bad dear... Not bad at all<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue massaging<</animeButton>>" "Ririko 4-1">><</link>>
<<link "<<animeButton>>Let her massage me<</animeButton>>" "Ririko 4-2">><</link>>
<<link "<<animeButton>>More intense massage<</animeButton>>" "Ririko 4-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "ririko bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Now it's my turn honey... This is how you do the massage properly<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_4/"+either("r_massage_1","r_massage_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>This feels very good Auntie...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Let her massage me<</animeButton>>" "Ririko 4-2">><</link>>
<<link "<<animeButton>>More intense massage<</animeButton>>" "Ririko 4-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "ririko bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>You're... getting a little bit too naughty don't you think<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_4/"+either("h_massage_1","h_massage_2","h_massage_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I.. I'm sorry auntie... I can't help it<</speech>>
<<speech "Ririko">>Don't worry sweetheart... I love the way you touch my body<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue massaging<</animeButton>>" "Ririko 4-3">><</link>>
<<link "<<animeButton>>I can't help it anymore, I need a handjob auntie<</animeButton>>" "Ririko 4-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "ririko bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>I knew you would need a release honey... Is my body that hot? Is it too hot for you to handle?<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_4/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck... That's true Auntie... When I'm near you, it's hard to control my lust auntie<</speech>>
<<speech "Ririko">>*giggles* that's not entirely your fault honey...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Handjob<</animeButton>>" "Ririko 4-4">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Ririko 4-5">><</link>><</if>>
</div><<nobr>>
<<if $time > 18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $location to "ririko bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_sex_level is 0>><<set $ririko_sex_level to 1>><</if>>
<</nobr>>
<<speech "Ririko">>Yes! Yes... cum baby... cum a lot for me darling<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_4/"+either("hj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... this feels.. so good auntie!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 4-6">><</link>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $location to "ririko bedroom">>
<<set $handjob_count +=1>>
<<set $sexcount +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Ririko">>Are you relieved now honey? You came alot you know<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_4/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Auntie... It felt really good... I thought that I should be the one that massage you and help you relax<</speech>>
<<speech "Ririko">>Don't worry honey, Seeing you like this is relaxing enough for me... Now I'm sleepy, l think I will go to sleep right away. Goodnight $firstname<</speech>>
<<speech "You">>Thank you Auntie... Goodnight and have a sweet dream<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "livingroom">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $academic +=2>>
<</nobr>>
<<speech "You">>I'm having difficulties learning about this subject Auntie<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_5/"+either("start_1","start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Let me see... hmm it seems that you got several of your formulas wrong... here's the right version<</speech>>
Aunt Ririko's help really boost my understanding in learning the subject
<div class="button-row">
<<if $ririko_sex_level is 2>> <<link "<<animeButton>>I can feel that Aunt Ririko's teasing me<</animeButton>>" "Ririko 5-1">><</link>><</if>>
<<if $energy >50 and $time <23 >><<link "<<animeButton>>Continue study with Aunt Ririko<</animeButton>>" "Ririko 5">><</link>><</if>>
<<link "<<animeButton>>Finish studying<</animeButton>>" "bedroom">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Auntie... I can't really concentrate if you're keep doing this<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_5/"+either("tease_1","tease_2","tease_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Howcome? You should concentrate more honey.... Don't you like this do you? Are you hard right now? I can help you to calm you down you know... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue let her teasing me<</animeButton>>" "Ririko 5-1">><</link>>
<<link "<<animeButton>>A handjob would be nice Auntie<</animeButton>>" "Ririko 5-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>How about this? you like it $firstname-chan?<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_5/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It... feels... really good Auntie<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Handjob<</animeButton>>" "Ririko 5-2">><</link>>
<<link "<<animeButton>>Handjob Faster<</animeButton>>" "Ririko 5-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh wow... You're... swelling hard honey... release it honey... shoot your cum for me<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_5/"+either("hj_intense_1","hj_intense_2","hj_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck... here we go Auntie<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Handjob<</animeButton>>" "Ririko 5-3">><</link>>
<<if $lust >99>><<link "<<animeButton>>Cum!<</animeButton>>" "Ririko 5-4">><</link>><</if>>
</div><<nobr>>
<<if $time > 18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $location to "bedroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=1>>
<<if $ririko_sex_level is 0>><<set $ririko_sex_level to 1>><</if>>
<</nobr>>
<<speech "Ririko">>Yes! Yes... cum baby... cum a lot for me darling<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_5/"+either("hj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... this feels.. so good auntie!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 5-5">><</link>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $location to "bedroom">>
<<set $handjob_count +=1>>
<<set $sexcount +=1>>
<</nobr>>
<<speech "Ririko">>Can you concentrate better now honey? Wanna continue our study?<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_5/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I think... I think... that I'm quite drained for now Auntie... <</speech>>
<<speech "Ririko">>*giggles* that's okay honey... get some good sleep, rest well my love so you can study better at school tomorrow. Goodnight darling<</speech>>
<<speech "You">>Thank you Auntie... Goodnight and have a sweet dream<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Go to Sleep<</animeButton>>" "sleep">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
We're caught up in the mid of the heat of our conversation... and without realizing it, we're already kissing each other
<<speech "Ririko">>Oh my god.. Emhh $firstname... <</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_7/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Shit... Auntie... You're so hot...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing Her<</animeButton>>" "Ririko 7-2">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 7-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Ririko went down on me and starts sucking my cock like a hungry cougar in a heat
<<speech "Ririko">>Fuck, It's been a longtime since I do this with a man... Young cocks are on a different level.. empphh shit!! <</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_7/"+either("bj_1","bj_2","bj_3","bj_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yess Auntie... Keep sucking my cock just like that.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Blowjob<</animeButton>>" "Ririko 7-3">><</link>>
<<link "<<animeButton>>Do it harder Auntie!<</animeButton>>" "Ririko 7-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Responding to my request, aunt Ririko sucked my cock faster... She looks thirstier than usual
<<speech "Ririko">>Harder? like this my perverted nephew?? Look at me you auntie who you corrupted to be a cock hungry bitch like this <</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_7/"+either("bj_intense_1","bj_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yess Auntie... Keep sucking my cock just like that.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep going Auntie!<</animeButton>>" "Ririko 7-4">><</link>>
<<if $lust>99>> <<link "<<animeButton>>I'm gonna cum!<</animeButton>>" "Ririko 7-5">><</link>><</if>>
</div><<nobr>>
<<if $time > 18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_sex_level is 0>><<set $ririko_sex_level to 1>><</if>>
<</nobr>>
<<speech "Ririko">>Ohh yess honey.... shoot it inside of my mouth!!<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_7/"+either("bj_intense_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh fuck!! It feels to damn good Auntie!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 7-6">><</link>>
</div>
<<nobr>>
<<if $time > 18>><<toggleclass "body" "kitchen_night">><<else>><<toggleclass "body" "kitchen_day">><</if>>
<<set $location to "kitchen">>
<<set $handjob_count +=1>>
<<set $sexcount +=1>>
<</nobr>>
Aunt Ririko go straight up to the kitchen sink and grab some water... She gargled with some water and spit it out
<<speech "Ririko">>Damn you came a lot $firstname... I almost got choked out by it<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_7/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm sorry auntie<</speech>>
<<speech "Ririko">>That's okay honey... Now let us go to bed shall we?<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Okay Auntie<</animeButton>>" "bedroom">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $saeko_status to "Home Room Teacher">>
<<set $saeko_chat_count to 0>>
<<set $saeko_study_count to 0>>
<<set $saeko_oral to 0>>
<<set $saeko_vaginal to 0>>
<<set $saeko_lust to 10>>
<<set $saeko_mind to 100>>
<</nobr>>
<<speech "You">> I'm welcomed by a beautiful lady. She seems like a teacher of this school. It seems that I'm not the only new students in here... there are about 5-8 new students <</speech>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("intro_2","intro_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>Welcome new students to Suzuran Highschool. My name is Saeko Matsushita, I'm gonna be your home-room teacher for a year. Now I want you guys to follow me. I'll introduce you to the rest of the school staffs. <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "saryuu intro">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $saryuu_status to "Teacher">>
<<set $saryuu_lust to 0>>
<<set $saryuu_mind to 100>>
<<set $saryuu_sex_level to 0>>
<<set $saryuu_stage to 1>>
<<set $saryuu_sexcount to 0>>
<<set $saryuu_oral to 0>>
<<set $saryuu_vaginal to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("saryuu_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>This is Miss Saryuu Usui. She is Theoretical Physics teacher. She is one of the youngest teachers here <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "yua intro">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $yua_status to "Teacher">>
<<set $yua_lust to 0>>
<<set $yua_mind to 100>>
<<set $yua_sex_level to 0>>
<<set $yua_stage to 1>>
<<set $yua_sexcount to 0>>
<<set $yua_oral to 0>>
<<set $yua_vaginal to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("yua_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>This is Miss Yua Mikami. She's an English teacher<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "matsuoka intro">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $matsuoka_status to "Teacher">>
<<set $matsuoka_lust to 0>>
<<set $matsuoka_mind to 100>>
<<set $matsuoka_sex_level to 0>>
<<set $matsuoka_stage to 1>>
<<set $matsuoka_sexcount to 0>>
<<set $matsuoka_oral to 0>>
<<set $matsuoka_vaginal to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("matsuoka_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>This is Miss Matsuoka Suzu. She's Sociology teacher<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "miu intro">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $asuka_status to "Teacher">>
<<set $asuka_lust to 0>>
<<set $asuka_mind to 100>>
<<set $asuka_sex_level to 0>>
<<set $asuka_stage to 1>>
<<set $asuka_sexcount to 0>>
<<set $asuka_oral to 0>>
<<set $asuka_vaginal to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("asuka_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>This is Miss Asuka Aka. She's history teacher. She's also Vice Principal of the school<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "rei intro">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $yuna_status to "Teacher">>
<<set $yuna_lust to 0>>
<<set $yuna_mind to 100>>
<<set $yuna_sex_level to 0>>
<<set $yuna_stage to 1>>
<<set $yuna_sexcount to 0>>
<<set $yuna_oral to 0>>
<<set $yuna_vaginal to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("yuna_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>This is Mrs Yuna Shiina. She's math teacher. Eventhough she's strict, deep inside she really cares about her students. She's also the Principal of the school<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "saeko intro">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $school_intro to 1>>
<<set $saeko_status to "Teacher">>
<<set $saeko_lust to 0>>
<<set $saeko_mind to 100>>
<<set $saeko_sex_level to 0>>
<<set $saeko_stage to 1>>
<<set $saeko_sexcount to 0>>
<<set $saeko_oral to 0>>
<<set $saeko_vaginal to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("saeko_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>That would be all guys... and.. Ah I almost forget, I also want to introduce you to the class president, Suzumori Remu<</speech>>
<<link "<<animeButton>>Meet the Class President<</animeButton>>" "remu intro">><</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "dining_night">><<else>><<toggleclass "body" "dining_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "dining">>
<</nobr>>
<<link "<<animeButton>>Back<</animeButton>>" "hallway">><</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "backyard_night">><<else>><<toggleclass "body" "backyard_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "backyard">>
<</nobr>>
<<link "<<animeButton>>Back<</animeButton>>" "hallway">><</link>><<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "kira bedroom">>
<</nobr>>
<div class="button-row">
<<if $kira_event >3 and $time >17 and $time <20>> <<link "<<animeButton>>I can see that Kira's changing. I should go to her<</animeButton>>" "Kira 3">><</link>><</if>>
<<link "<<animeButton>>Back<</animeButton>>" "livingroom">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "ema bedroom">>
<</nobr>><<nobr>>
/*Study Ema Day*/
<</nobr>><<if $time >12 and $time <16>><<speech "Ema">>Big bro.. come here, You have a bright mind don't you? Can you teach me a thing or two? <</speech>>
<video controls autoplay loop><source @src='"vid/ema_0/"+either("study_day_1","study_day_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<set $ema_display to 1>>
<div class="button-row">
<<link "<<animeButton>>Study with Ema<</animeButton>>" "Ema 0">><</link>>
<<link "<<animeButton>>Back<</animeButton>>" "hallway second">><</link>>
</div><<nobr>>
/*Afternoon Hangout Ema Day*/
<</nobr>><<elseif $time >15 and $time <18>>
<img src="img/char/ema_bedroom_hangout.png" style="max-width: 100%;">
<<speech "Ema">>Hey $firstname-kun what are you doing here? <</speech>>
<<set $ema_display to 1>>
<div class="button-row">
<<if $ema_sex_level >1>><<link "<<animeButton>>Do you wanna make out?<</animeButton>>" "Ema 4">><</link>><</if>>
<<link "<<animeButton>>Oops.. I'm sorry! I shouldn't be here! <</animeButton>>" "hallway second">><</link>>
</div><<nobr>>
/*Ema BJ-Evening 1 */
<</nobr>><<elseif $time >17 and $time <21>>
<img src="img/char/ema_bedroom_mag_1.png" style="max-width: 100%;">
<<speech "You">>Ema is reading magazine in her bedroom <</speech>>
<div class="button-row">
<<if $ema_event_1 is 1>> <<link "<<animeButton>>Approach her<</animeButton>>" "Ema 1-1-2">><</link>><</if>>
<<link "<<animeButton>>Back<</animeButton>>" "hallway second">><</link>></div>
<<nobr>>
/*Ema BJ-Evening 2*/
<</nobr>><<elseif $time >20 and $time <23>>
<img src="img/char/ema_bedroom_mag_2.png" style="max-width: 100%;">
<<speech "You">>Ema is hanging out in her bedroom <</speech>>
<div class="button-row"><<if $ema_event_1 is 1>><<link "<<animeButton>>Approach her<</animeButton>>" "Ema 2">><</link>><</if>>
<<link "<<animeButton>>Back<</animeButton>>" "hallway second">><</link>></div>
<<nobr>>
/*Ema Night 1*/
<</nobr>><<elseif $time >22 and $ramen_work >0 and $ema_sex_level > 1>>
<<speech "You">>Hi Ema, aren't you tired from working late in the shop? Why aren't you sleeping yet? <</speech>>
<img src="img/char/ema_bed_24.png" style="max-width: 100%;">
<<speech "Ema">>Oh hi $firstname, I'm not sleepy yet... come here and join me<</speech>>
<div class="button-row">
<<link "<<animeButton>>Hang out with her<</animeButton>>" "Ema 6">><</link>>
<<link "<<animeButton>>Not right now Ema, I'm tired<</animeButton>>" "hallway second">><</link>></div>
<<nobr>>
<</nobr>><<else>>
<<speech "You">> Ema's not here, and I shouldn't be here <</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "hallway second">><</link>><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "second_bath_night">><<else>><<toggleclass "body" "second_bath_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "second bathroom">>
<</nobr>><<nobr>>
<</nobr>><<if $kira_event >0 and $time is 7 or $time is 21>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
Kira's showering
<video controls autoplay loop><source @src='"vid/kira_2/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<div class="button-row">
<<if $kira_event >2>><<link "<<animeButton>>Join her<</animeButton>>" "Kira 2">><</link>><</if>>
<<link "<<animeButton>>Back<</animeButton>>" "hallway second">><</link>>
</div>
<<else>>
<<link "<<animeButton>>Back<</animeButton>>" "hallway second">><</link>><</if>><<nobr>>
<<toggleclass "body" "teacher_office">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $tsubasa_display to 0>>
<<set $rei_display to 0>>
<<set $location to "teacher office">>
<</nobr>>
<<speech "You">>This is the teachers' longue. I can interact with the teachers here<</speech>>
<<nobr>>
<div class="button-row">
<a data-passage="Saeko 0" class="link-internal link-image">
<img src="button/saeko_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="Rei Office" class="link-internal link-image">
<img src="button/rei_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="Tsubasa 0" class="link-internal link-image">
<img src="button/tsubasa_icon.png" class="zoom-image" alt="Image"></a>
</div><</nobr>>
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">><</link>><<nobr>>
<<toggleclass "body" "canteen">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $mei_display to 0>>
<<set $location to "canteen">>
<</nobr>>
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">><</link>><<nobr>>
<<toggleclass "body" "sport_field">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "sport field">>
<</nobr>>
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">><</link>><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "library">>
<</nobr>>
<div class="button-row">
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">><</link>>
<<link "<<animeButton>>Study<</animeButton>>" "Remu 4">><</link>></div><<nobr>>
<<toggleclass "body" "girl_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "girl toilet">>
<</nobr>>
<<speech "You">> I can't go in here, otherwise I'll be in a deep trouble <</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">><</link>><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "class 2">>
<</nobr>>
<div class="button-row">
<<if $rei_event > 0>><<link "<<animeButton>>Do Rei Sensei Test<</animeButton>>" "Rei 0">><</link>><</if>>
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $location to "class 1">>
<</nobr>><<nobr>>
<</nobr>><<if $remu_event >11 and $time >16 and $time <20>><<set $remu_display to 1>>
<<speech "Remu">> Oh $firstname-kun? Are you gonna join me studying? Come here let me get you a cup of coffee <</speech>>
<video controls autoplay><source @src='"vid/remu_5/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Thank you Remu-chan! <</speech>>
<<nobr>>
<div class="button-row">
<<link "<<animeButton>>Actually, I don't want to study... I miss you Remu-chan... I just want to see you<</animeButton>>" "Remu 5">><</link>>
<<link "<<animeButton>>I'm tired Remu, I think I wanna go home<</animeButton>>" "school hallway f2">><</link>>
</div><</nobr>>
<<elseif $time >7 and $time <12 and $remu_event >13>>
<div class="button-row"><img src="img/misc/magazine_1.jpg" class="zoom-image" alt="Image"></div>
<<speech "You">> Oh what is that? A hentai magazine? <</speech>>
<div class="button-row">
<<link "<<animeButton>>Take a look at the magazine<</animeButton>>" "Remu 7">><</link>>
<<link "<<animeButton>>Nah.. I don't need it<</animeButton>>" "school hallway f2">><</link>>
</div>
<<else>>
<<speech "You">> This room is empty, I get out of this room <</speech>>
<<link "<<animeButton>>Go Out<</animeButton>>" "school hallway f2">><</link>><</if>><<nobr>>
<<toggleclass "body" "rooftop">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "rooftop">>
<</nobr>>
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">><</link>><<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $location to "boy toilet">>
<</nobr>>
<div class="button-row">
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">><</link>>
<<if $tsubasa_event >1 and $time >15 and $time <18>><<link "<<animeButton>>There's gap in the wall, maybe I should take a peek<</animeButton>>" "Tsubasa 0-1">><</link>><</if>>
<<link "<<animeButton>>Pee<</animeButton>>" "school pee">><</link>></div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $miu_status to "Teacher">>
<<set $miu_lust to 0>>
<<set $$miu_mind to 100>>
<<set $miu_sex_level to 0>>
<<set $miu_stage to 1>>
<<set $miu_sexcount to 0>>
<<set $miu_oral to 0>>
<<set $miu_vaginal to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("miu_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>This is Miss Miu Shiromune. She's biology teacher. She's the youngest teacher in this school.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "tsubasa intro">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $tsubasa_status to "Teacher">>
<<set $tsubasa_lust to 0>>
<<set $tsubasa_mind to 100>>
<<set $tsubasa_sex_level to 0>>
<<set $tsubasa_stage to 1>>
<<set $tsubasa_sexcount to 0>>
<<set $tsubasa_oral to 0>>
<<set $tsubasa_vaginal to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("tsubasa_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>This is Miss Tsubasa. She's a Geography teacher teacher. She's one of the brightest geographist in this country..<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "asuka intro">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<</nobr>><<if $energy >50>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=10>><<if $energy lt 0>><<set $energy to 0>><<elseif$energy gt 100>><<set $energy to 100>><</if>>
<<set $academic +=1>>
<<if $study_ema_activate is not 1>><<set $study_ema_activate to 1>><<set $study_ema to 0>><</if>>
<<if $study_ema_activate is 1>><<set $study_ema +=1>><</if>>
<</nobr>>
Me and Ema studying together... Luckily I still remember a thing or two about 1st grade math
<<speech "Ema">>How do you exactly solve this $firstname? <</speech>>
<video controls autoplay loop><source @src='"vid/ema_0/"+either("study_day_1","study_day_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>This is easy Ema, all you need to do is to apply these formulas<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Studying with Ema<</animeButton>>" "Ema 0">><</link>>
<<link "<<animeButton>>Take a break<</animeButton>>" "Ema 0-1">><</link>>
<<link "<<animeButton>>Back<</animeButton>>" "hallway second">><</link>>
</div><<nobr>>
<</nobr>><<else>>
<<speech "You">> I'm too tired for this. I need a break <</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "hallway second">><</link>><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>I'm tired $firstname, let's take a break for a while<</speech>>
<video controls autoplay loop><source @src='"vid/ema_0/"+either("study_break_1","study_break_2","study_break_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
Damn... Ema has grown perfectly... look at that bod...
<<speech "You">>Okay Ema.. let's take a break for a while<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Studying with Ema<</animeButton>>" "Ema 0">><</link>>
<<link "<<animeButton>>Finish studying<</animeButton>>" "hallway second">><</link>>
</div><<nobr>><<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "PC">>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy +=25>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>>
<<nobr>>
<</nobr>>I take a short nap to recharge my energy
<img src="img/char/nap.webp" style="max-width: 100%;">
<<speech "You">>Zzzzzzzzz zzzzzz<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Nap<</animeButton>>" "bedroom">>
<</link>></div><<nobr>><<set $ririko_display to 0>>
<<set $ema_display to 1>>
<</nobr>>
<img src="img/char/ema_1.png" style="max-width: 100%;">
<<speech "You">>Ema is my Aunt's youngest daughter. She's in the 1st grade. Her older sister Kira is in the same 3rd grade like me<</speech>>
Walkthrough: <<if $ema_sex_level is 0>><h1 class="basic-stats"> - Keep studying with her at least 4-5 times (Ema's Bedroom 1-3pm)
</h1><<nobr>>
<</nobr>><<elseif $ema_sex_level is 1>>
<h1 class="basic-stats">Now I can ask Ema to give me handjobs or blowjobs. I should do this several time, she might one day let me do more than just oral sex. Maybe I should try to hanging out with her in the livingroom and watch some series with her. She usually watches some series on NOTFLIX in the afternoon, or in the morning (weekend)</h1><<nobr>>
<</nobr>><<elseif $ema_sex_level is 2>>
<h1 class="basic-stats"> Ema now agrees to let me fuck her. Now I can fuck her wherever and whenever I want. I can try to :
1. visit her room in the afternoon 4-5pm.
2. Work with her in the Ramen Stop and bang her there.
3. Work in the Ramen Stop two days in a row, then visit her room at midnignt (24:00)
4. Sleep with her after the event of number 3, in the morning Ema will give me quick morning sex </h1><<nobr>>
<</nobr>><</if>>
Completed Quest:
<h1 class="basic-stats"><<if $ema_event_1 is not 1>>No completed events/quests
<<else>>1. I caught Ema fucking with some guy she brought home. To keep me silent she agreed to give some blowjobs/handjobs<</if>>
<<if $ema_event_2 is 1>>2. I fucked Ema in the livingroom. Now she agrees to let me fuck her whenever I want<</if>>
<<if $ema_event_2 is 1 and $ema_sex_4 is 1>>3. I fucked Ema in her bedroom in the afternoon <</if>>
<<if $ema_sex_5 is 1>>4. I had public sex with Ema in the Ramen Stop <</if>>
<<if $ema_sex_6 is 1>>5. Ema comforted me with a good fuck after working tirelessly in the Ramen Stop <</if>>
<<if $ema_sex_7 is 1>>6. I had a good morning fuck with Ema. What a way to start a day <</if>>
</h1>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh ahh ahh Yeahh Yuki-Kun! Fuck me hard!!<</speech>>
<video controls autoplay ><source @src='"vid/ema_1/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
I put my ears on the wall, I can hear it clearly that Ema is doing nasty things with her boyfriend
<<speech "You">>What the hell? Is Aunty Ririko's allowing this?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 1-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh ahh ahh Yeahh Keep on fucking me Yuki-Kun! Don't you ever stop!!<</speech>>
<video controls autoplay ><source @src='"vid/ema_1/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh damn.. this is getting hot... I'm getting hard just by listening to it. I'll confront her later after his that guy leave the house<</speech>>
<div class="button-row">
<<link "<<animeButton>>Confront her<</animeButton>>" "Ema 1-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 20>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>(gasp!) $firstname? what are you doing here?<</speech>>
<video controls autoplay ><source @src='"vid/ema_1/"+either("confront_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Who's that guy you brought to your room Ema? I heard everything..<</speech>>
<<speech "Ema">>Oh my god.... $firstname-kun please don't tell anything about it to mom!!<</speech>>
<<speech "You">>Well, I don't know about that... What is it for me then? Why do I have to keep secrets from Aunt Ririko?<</speech>>
<<speech "Ema">>She will kill me if she finds out about this! I'll do anything! please!!<</speech>>
<<speech "You">>Anything?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 1-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>What?? What are you doing $firstname??<</speech>>
<video controls autoplay ><source @src='"vid/ema_1/"+either("confront_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You said "anything" Ema... Now it depends on you<</speech>>
<<speech "Ema">>We'll... I don't know... But as long as you kept your mouth shut abouyt me bringing guys here.. then I'll try.. You know that this will break some boundaries we have as counsins right? Are you prepared for the consequences lie ahead?<</speech>>
<<speech "You">>I don't really care about consequences... Now take my cock in your mouth!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 1-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Emmhh slow down $firstname... I'm not really experienced in giving heads<</speech>>
<video controls autoplay ><source @src='"vid/ema_1/"+either("bj_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What a fucking liar... I head how you moan like a bitch being pounded by your friend just like that<</speech>>
<<speech "Ema">>Emhh that's different $firstname!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 1-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahhmm emmhh slrppp Ahh You cock!! Is massive! I can't!!! Agghhh <</speech>>
<video controls autoplay loop><source @src='"vid/ema_1/"+either("bj_1","bj_2","bj_3","bj_4","bj_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh fuck just like that Ema<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue BJ<</animeButton>>" "Ema 1-5">><</link>>
<<link "<<animeButton>>Faster!<</animeButton>>" "Ema 1-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Oghh yess I can feel that your cock is throbbing<</speech>>
<video controls autoplay loop><source @src='"vid/ema_1/"+either("bj_intense_1","bj_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yes!! I'm gonna cum!<</speech>>
<<speech "Ema">>Ahh ahh shoot it out $firstname!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue BJ<</animeButton>>" "Ema 1-6">><</link>>
<<link "<<animeButton>>Cum in her mouth!<</animeButton>>" "Ema 1-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $location to "ema bedroom">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ema_sexcount +=1>>
<<set $confidence +=2>>
<<if $ema_sex_level is 0>><<set $ema_sex_level to 1>><</if>>
<</nobr>>
<<speech "Ema">>Engghh!! Enggghh!! Uaarghhh *cough* *cough*!! You came so much $firstname!<</speech>>
<video controls autoplay><source @src='"vid/ema_1/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... Your mouth is not bad at all<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 1-8">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $location to "ema bedroom">>
<<set $bj_count +=1>>
<<set $sexcount +=1>>
<<set $ema_event_1 to 1>>
<<set $ema_oral +=1>>
<</nobr>>
<<speech "Ema">>Are you satisfied now $firstname??<</speech>>
<video controls autoplay><source @src='"vid/ema_1/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Ema... I wish we could do this again next time<</speech>>
<<speech "Ema">>We'll see $firstname... but promisme me you'll tell no shit to my mom!<</speech>>
<<speech "You">>We'll see about that Ema<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "hallway second">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>What do you want $firstname-kun<</speech>>
<video controls autoplay ><source @src='"vid/ema_1/"+either("confront_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I want a blowjob Ema<</speech>>
<<speech "Ema">>Come here then<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 1-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>What do you want $firstname-kun<</speech>>
<video controls autoplay ><source @src='"vid/ema_2/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I want a blowjob Ema<</speech>>
<<speech "Ema">>Come here then<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 2-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Emmhh slrppp $firstname do you feel good? huh? do you like it? <</speech>>
<video controls autoplay loop><source @src='"vid/ema_2/"+either("bj_1","bj_2","bj_3","bj_4","bj_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh fuck just like that Ema.. keep sucking on that cock<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue BJ<</animeButton>>" "Ema 2-1">><</link>>
<<link "<<animeButton>>Faster!<</animeButton>>" "Ema 2-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Oghh yess I can feel that your cock is throbbing cum now brother!! shot it out in my mouth!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_2/"+either("bj_intense_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yes!! I'm gonna cum!<</speech>>
<<speech "Ema">>Ahh ahh shoot it out $firstname!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue BJ<</animeButton>>" "Ema 2-2">><</link>>
<<link "<<animeButton>>Cum in her mouth!<</animeButton>>" "Ema 2-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $location to "ema bedroom">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ema_sexcount +=1>>
<<set $confidence +=2>>
<<if $ema_sex_level is 0>><<set $ema_sex_level to 1>><</if>>
<</nobr>>
<<speech "Ema">>Engghh!! Enggghh!! Uaarghhh *cough* *cough*!! You came so much $firstname!<</speech>>
<video controls autoplay><source @src='"vid/ema_2/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... Your mouth is not bad at all<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 2-4">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $location to "ema bedroom">>
<<set $bj_count +=1>>
<<set $sexcount +=1>>
<<set $ema_event_1 to 1>>
<<set $time to 24>>
<<set $ema_oral +=1>>
<</nobr>>
<<speech "Ema">>Are you satisfied now $firstname??<</speech>>
<video controls autoplay><source @src='"vid/ema_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Ema... It felt so fucking good<</speech>>
<<speech "Ema">>Now I want to sleep if you'll excuse me<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "hallway second">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=5>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Ema">>Hmm I think that guy is the one who did the murder... What do you think $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/ema_3/"+either("hangout_1","hangout_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I don't think so... that woman is more likely to be the murderer<</speech>>
<div class="button-row">
<<if $time <16 >> <<link "<<animeButton>>Continue watching<</animeButton>>" "Ema 3">><</link>> <<else>> <<link "<<animeButton>>It's getting late, I need to study <</animeButton>>" "hallway">><</link>> <</if>>
<<if $ema_sex_level>0>><<link "<<animeButton>>I'm horny... please give me blowjob Ema<</animeButton>>" "Ema 3-1">><</link>><</if>>
<<link "<<animeButton>>Stop watching series with her <</animeButton>>" "hallway">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Come here you... I'll suckk you dry $firstname...enghhh oghh slrppp you're so fucking big and hard<</speech>>
<video controls autoplay loop><source @src='"vid/ema_3/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>That's it... keep sucking my dick just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Sofa BJ<</animeButton>>" "Ema 3-1">><</link>>
<<link "<<animeButton>>Stand up BJ<</animeButton>>" "Ema 3-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Come here you... I'll suckk you dry $firstname...enghhh oghh slrppp you're so fucking big and hard<</speech>>
<video controls autoplay loop><source @src='"vid/ema_3/"+either("bj_stand_1","bj_stand_2","bj_stand_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>That's it... keep sucking my dick just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Sofa BJ<</animeButton>>" "Ema 3-1">><</link>>
<<link "<<animeButton>>Stand up BJ<</animeButton>>" "Ema 3-2">><</link>>
<<link "<<animeButton>>Suck it harder!<</animeButton>>" "Ema 3-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Emhh uuyyeaahh gonna cum soon?? Cum inside my mouth $firstname... Please I beg you... I need your cum!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_3/"+either("bj_intense_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh fuck... here I cum Ema!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep sucking it hard!<</animeButton>>" "Ema 3-3">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum in Ema's mouth!<</animeButton>>" "Ema 3-4">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $location to "livingroom">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ema_sexcount +=1>>
<<set $confidence +=2>>
<<if $ema_sex_level is 0>><<set $ema_sex_level to 1>><</if>>
<</nobr>>
<<speech "Ema">>Uhh yueahhh $firstname!! paint my mouth and face with your hot thick cum!<</speech>>
<video controls autoplay><source @src='"vid/ema_3/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Here I cum!! Take my hot load Ema!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 3-5">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $location to "livingroom">>
<<set $bj_count +=1>>
<<set $sexcount +=1>>
<<set $ema_event_1 to 1>>
<</nobr>>
<<speech "Ema">>Damn... what a tasty cock.. <<if $ema_sex_level>1>>Do you still have cum left in your balls? Wanna fuck me?<<else>>I might let you fuck me one day<</if>><</speech>>
<video controls autoplay><source @src='"vid/ema_3/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Really? How about now?<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Try to fuck her<</animeButton>>" "Ema 3-6">><</link>>
<<link "<<animeButton>>End Scene<</animeButton>>" "hallway second">><</link>>
</div>Ema 3-6<<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<</nobr>><<if $ema_sexcount >5>>
<img src="img/char/ema_living_sex_reject.png" style="max-width: 100%;">
<<speech "Ema">> You wanna fuck me? Come and get me... I want you too $firstname <</speech>>
<<link "<<animeButton>>Devour her<</animeButton>>" "Ema 3-7">><</link>>
<<else>>
<img src="img/char/ema_living_sex_reject.png" style="max-width: 100%;">
<<speech "Ema">>Ehmm no.. $firstname please... I don't think I'm ready for this <</speech>>
<<link "<<animeButton>>End scene<</animeButton>>" "hallway">><</link>>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh slow down $firstname... Promise me that you will keep our secret... even from my mother...<</speech>>
<video controls autoplay><source @src='"vid/ema_3_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay Ema... I promise<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 3-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Now let us take these things off.. come and undress me $firstname!<</speech>>
<video controls autoplay><source @src='"vid/ema_3_1/"+either("undress")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck you're so fucking hot<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 3-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Now put it inside $firstname... You better di it quick before mom finds out what we're doing<</speech>>
<video controls autoplay><source @src='"vid/ema_3_1/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh... okay... are you ready??<</speech>>
<<speech "Ema">>Just put it inside $firstname! I can't wait!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 3-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh fuck.. yess just like that $firstname!! You're a fucking pervert don't you know that?? Fucking your own cousin! <</speech>>
<video controls autoplay loop><source @src='"vid/ema_3_1/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I.. I am sorry Ema.. I really can't help it Fucking you feels os fucking right<</speech>>
<<speech "Ema">>There's no turning back now... fuck me hard $firstname!! Yess fuck me hard!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 3-10">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 3-11">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ema 3-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh fuck.. yess just like that $firstname!! You're a fucking pervert don't you know that?? Fucking your own cousin! <</speech>>
<video controls autoplay loop><source @src='"vid/ema_3_1/"+either("dog_1","dog_2","dog_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I.. I am sorry Ema.. I really can't help it Fucking you feels os fucking right<</speech>>
<<speech "Ema">>There's no turning back now... fuck me hard $firstname!! Yess fuck me hard!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 3-10">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 3-11">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ema 3-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh fuck.. yess just like that $firstname!! You're a fucking pervert don't you know that?? Fucking your own cousin! <</speech>>
<video controls autoplay loop><source @src='"vid/ema_3_1/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I.. I am sorry Ema.. I really can't help it Fucking you feels os fucking right<</speech>>
<<speech "Ema">>There's no turning back now... fuck me hard $firstname!! Yess fuck me hard!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 3-10">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 3-11">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ema 3-12">><</link>>
</div><<link "<<animeButton>>Let her fuck me harder<</animeButton>>" "Ema 3-13">><</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "livingroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh fuck!! I'm gonna cum!! I'm gonna cum so fucking hard on your dirty hard cock!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_3_1/"+either("cow_intense_1","cow_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I.. I am sorry Ema.. I really can't help it Fucking you feels os fucking right<</speech>>
<<speech "Ema">>There's no turning back now... fuck me hard $firstname!! Yess fuck me hard!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue fuck me harder<</animeButton>>" "Ema 3-13">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum inside her<</animeButton>>" "Ema 3-14">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $location to "livingroom">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ema_sexcount +=1>>
<<set $confidence +=2>>
<<if $ema_sex_level is 1>><<set $ema_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ema">>Oh yess fuck!! Cum $firstname!! Unloads all of your pent up cum inside my pussy!! Fill me with you potent seed you stud!!!<</speech>>
<video controls autoplay><source @src='"vid/ema_3_1/"+either("cow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... It feels really good fucking you Ema!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 3-15">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $location to "livingroom">>
<<set $vaginal_count +=1>>
<<set $sexcount +=1>>
<<set $ema_event_2 to 1>>
<<set $ema_vaginal +=1>>
<</nobr>>
<<speech "Ema">>Fuckk!! I felt like my soul left my body... arghhh... Are you satisfied now $firstname??<</speech>>
<video controls autoplay><source @src='"vid/ema_3_1/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Ema... It felt so fucking good<</speech>>
<<speech "Ema">>Good now let me take some nap for few minutes<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "hallway">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ammhhh slrrpp.... Are you sure it's gonna be just "making-out"<</speech>>
<video controls autoplay loop><source @src='"vid/ema_4/"+either("kiss_1","kiss_2","kiss_3","kiss_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Emmhh I'm not sure... Maybe more?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Kissing Her<</animeButton>>" "Ema 4">><</link>>
<<link "<<animeButton>>Undress Her<</animeButton>>" "Ema 4-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Oh yeah.. let's take these off...<</speech>>
<video controls autoplay ><source @src='"vid/ema_4/"+either("undress")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're so fucking delicious Ema<</speech>>
<div class="button-row">
<<link "<<animeButton>>Makeout with Her<</animeButton>>" "Ema 4-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh yeahh take me.. devour me... claim he as your own $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/ema_4/"+either("makeout_1","makeout_2","makeout_3","makeout_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh.. ohh you're so fucking tasty....<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Makingout with Her<</animeButton>>" "Ema 4-2">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ema 4-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh fuckk... Your cock is so fucking big... I love it<</speech>>
<video controls autoplay loop><source @src='"vid/ema_4/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Keep sucking it Ema<</speech>>
<div class="button-row">
<<link "<<animeButton>>Makeout<</animeButton>>" "Ema 4-2">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ema 4-3">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Ema 4-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh yess... Put it inside of me... Ram it inside!<</speech>>
<video controls autoplay><source @src='"vid/ema_4/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah? You really want it Ema? Show me how you want it!<</speech>>
<<speech "Ema">>Just shove it in me!! Fuck me!! Ravish me onii-chan!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her Now!<</animeButton>>" "Ema 4-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahhh ahh ahhh oghh!!! Fuck me hard!! Fuck me harder Onii-chan!!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_4/"+either("missionary_1","missionary_2","missionary_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah!!! It feels so fucking good!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 4-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 4-6">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Ema 4-7">><</link>>
<<link "<<animeButton>>Cow<</animeButton>>" "Ema 4-8">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Ema 4-9">><</link>>
</div>
<div class="button-row">
<<link "<<animeButton>>Kiss Her<</animeButton>>" "Ema 4-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Emhh yueahhn Kiss... me... while pumping my cunt... ohh Oni-Chan!!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_4/"+either("missionary_kiss_1","missionary_kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah!!! It feels so fucking good!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Fucking & Kissing<</animeButton>>" "Ema 4-10">><</link>>
<<link "<<animeButton>>Fuck Her Harder<</animeButton>>" "Ema 4-11">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahhh ahh ahhh oghh!!! Fuck me hard!! Fuck me harder Onii-chan!!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_4/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah!!! It feels so fucking good!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 4-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 4-6">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Ema 4-7">><</link>>
<<link "<<animeButton>>Cow<</animeButton>>" "Ema 4-8">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Ema 4-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahhh ahh ahhh oghh!!! Fuck me hard!! Fuck me harder Onii-chan!!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_4/"+either("sidefuck_1","sidefuck_2","sidefuck_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah!!! It feels so fucking good!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 4-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 4-6">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Ema 4-7">><</link>>
<<link "<<animeButton>>Cow<</animeButton>>" "Ema 4-8">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Ema 4-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahhh ahh ahhh oghh!!! Fuck me hard!! Fuck me harder Onii-chan!!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_4/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah!!! It feels so fucking good!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 4-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 4-6">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Ema 4-7">><</link>>
<<link "<<animeButton>>Cow<</animeButton>>" "Ema 4-8">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Ema 4-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahhh ahh ahhh oghh!!! Fuck me hard!! Fuck me harder Onii-chan!!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_4/"+either("lotus_1","lotus_2","lotus_3","lotus_4","lotus_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah!!! It feels so fucking good!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 4-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 4-6">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Ema 4-7">><</link>>
<<link "<<animeButton>>Cow<</animeButton>>" "Ema 4-8">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Ema 4-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh fuck!! I'm gonna cum!! I'm gonna cum so fucking hard on your dirty hard cock!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_4/"+either("missionary_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck!! I'm gonna cum so fucking hard!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Her Hard!!<</animeButton>>" "Ema 4-11">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum inside her!<</animeButton>>" "Ema 4-12">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $location to "ema bedroom">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ema_sexcount +=1>>
<<set $confidence +=2>>
<<if $ema_sex_level is 1>><<set $ema_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ema">>Oh yess fuck!! Cum $firstname!! Unloads all of your pent up cum inside my pussy!! Fill me with you potent seed you stud!!!<</speech>>
<video controls autoplay><source @src='"vid/ema_4/"+either("missionary_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... It feels really good fucking you Ema!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 4-13">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $location to "ema bedroom">>
<<set $vaginal_count +=1>>
<<set $sexcount +=1>>
<<set $ema_event_2 to 1>>
<<set $ema_oral +=0>>
<<set $ema_vaginal +=1>>
<<set $ema_sex_4 to 1>>
<</nobr>>
<<speech "Ema">>FUck.... It feels so great... I love you $firstname<</speech>>
<video controls autoplay><source @src='"vid/ema_4/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I love you too Ema... Promise me that you will stop fucking that Yuki guy?<</speech>>
<<speech "Ema">>Of course Oni-Chan... having you is enough for me right now<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "hallway">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_business_night">><<else>><<toggleclass "body" "ririko_business_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "ririko business">>
<</nobr>>
<<speech "You">>Aunt Ririko has several business to support her life... I can help in the konbini or ramen store for to earn extra money <</speech>>
<div class="button-row">
<a data-passage="ramen stop" class="link-internal link-image">
<img src="button/ramen_stop.png" class="zoom-image" alt="Image"></a>
<a data-passage="konbini" class="link-internal link-image">
<img src="button/konbini.png" class="zoom-image" alt="Image"></a>
<a data-passage="parlor" class="link-internal link-image">
<img src="button/massage_parlor.png" class="zoom-image" alt="Image"></a>
</div>
<<link "<<animeButton>>Back<</animeButton>>" "streets">><</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $school_intro to 1>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("saeko_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>And that would be all guys... As for now I'm availabe at the Class 3 on the second floor. To enroll in those classes earlier, you need to complete the homeroom class first until you pass the grade F to the grade E. Okay. That would be all. Good luck for your study guys!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "school hallway f1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $remu_status to "Friend">>
<<set $remu_lust to 0>>
<<set $remu_mind to 100>>
<<set $remu_sex_level to 0>>
<<set $remu_stage to 1>>
<<set $remu_sexcount to 0>>
<<set $remu_oral to 0>>
<<set $remu_vaginal to 0>>
<<set $remu_chat_count to 0>>
<<set $remu_lunch_count to 0>>
<<set $remu_rooftop_count to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("remu_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>Remu, introduce yourself! Remu is one of the brightest student we have here.<</speech>>
<<speech "Remu">>Hi everyone! My name is Suzumori Remu, nice to meet you all. I'm here to make sure you're all comfortable with your study while adjusting to the new circumstances here.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "saeko intro 2">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $location to "class 3">>
<<if $met_mei is not 1>>
<<set $mei_status to "Friend">>
<<set $mei_lust to 0>>
<<set $mei_mind to 100>>
<<set $mei_sex_level to 0>>
<<set $mei_stage to 1>>
<<set $mei_sexcount to 0>>
<<set $mei_oral to 0>>
<<set $mei_vaginal to 0>>
<<set $met_mei to 1>><</if>>
<</nobr>><<if $intro_mei is not 1>>
<<speech "Mei">>Hi... You're the new student right? It's nice to meet you $firstname. I'm Mei... <</speech>>
<video controls autoplay loop><source @src='"vid/mei_0/"+either("chat_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hi nice to meet you Mei... Are you new here too or what?<</speech>><<set $intro_mei to 1>>
<<speech "Mei">>No, I'm a Suzuran student since 1st grade... If you don't mind, I can show you around the school<</speech>>
<<else>>
<<speech "Mei">> I heard you're Ema's cousin right? Ema talks alot about you. She said that you're also tutoring her in school subject at home<</speech>>
<video controls autoplay loop><source @src='"vid/mei_0/"+either("chat_1","chat_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes, If you want to, I can also tutor you.<</speech>>
<<speech "Mei">> I would love to $firstname<</speech>>
<</if>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Keep Talking with Her<</animeButton>>" "Mei Class">><</link>>
<<link "<<animeButton>>Continue<</animeButton>>" "class 3">><</link>>
<<if $intro_mei is 1 and $time <18>><<link "<<animeButton>>Hangout in the Rooftop<</animeButton>>" "Mei Rooftop">><</link>><</if>>
<<if $intro_mei is 1 and $time <18 and $time >13>><<link "<<animeButton>>Let's study at your place then?<</animeButton>>" "Mei 0">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $location to "rooftop">>
<</nobr>>
<<if $mei_rooftop is not 1>>
<<speech "Mei">>The rooftop is one of my favourite spot at the school you know? I can escape from the stress of school once in a while. Also you can see the view of the city from here<</speech>>
<video controls autoplay loop><source @src='"vid/mei_0/"+either("rooftop_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes... I love it here to Mei... Can you tell me about yourself Mei?<</speech>><<set $mei_rooftop to 1>>
<<speech "Mei">> Not much $firstname... I live with my father in an apartment<</speech>>
<<speech "You">>What happened to your mother?<</speech>>
<<speech "Mei">> She passed away $firstname<</speech>>
<<speech "You">>Oh I'm sorry Mei<</speech>>
<<speech "Mei">> That's okay $firstname... Anyway you can visit my apartment if you like. I would love some tutoring by the way<</speech>>
<<speech "You">>Of course Mei!<</speech>>
<<else>>
<<speech "Mei">>The rooftop is one of my favourite spot at the school you know? I can escape from the stress of school once in a while. Also you can see the view of the city from here<</speech>>
<video controls autoplay loop><source @src='"vid/mei_0/"+either("rooftop_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes... I love it here to Mei... <</speech>><<set $mei_rooftop to 1>><</if>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "roof top">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $rei_status to "Teacher">>
<<set $rei_lust to 0>>
<<set $rei_mind to 100>>
<<set $rei_sex_level to 0>>
<<set $rei_stage to 1>>
<<set $rei_sexcount to 0>>
<<set $rei_oral to 0>>
<<set $rei_vaginal to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("rei_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>This is Miss Rei Kamiki. She's the student's mental health counselor. If you feel that the subject we teach here is too heavy and need some mental health consulting, you can always come to her. She is stationed at the school clinic.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "tia intro">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_1_day">><<else>><<toggleclass "body" "school_hall_1_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "school hallway f1">>
<<set $tia_status to "School Doctor">>
<<set $tia_lust to 0>>
<<set $tia_mind to 100>>
<<set $tia_sex_level to 0>>
<<set $tia_stage to 1>>
<<set $tia_sexcount to 0>>
<<set $tia_oral to 0>>
<<set $tia_vaginal to 0>>
<</nobr>>
<video controls autoplay loop><source @src='"vid/school_intro/"+either("tia_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>This is doctor Tia. She's the dedicated general practicioner that is stationed at the school clinic. Don't hesitate to visit dr. Tia if you don't feel really well.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "yuna intro">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<if $ramen_work_active is not 1>><<set $ramen_work to 0>><<set $ramen_work_active to 1>><</if>>
<<set $location to "ramen stop">>
<</nobr>><<if $time <17>>
<<speech "You">>This is the ramen stop Aunt Ririko own, but I'm not allowed to help here during school hours <</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "streets">><</link>>
<<else>>
<<speech "Ema">>Hi $firstname! Wanna help me running the ramen stop? You can earn extra money here <</speech>>
<<set $ema_display to 1>>
<img src="img/char/ema_ramen.png" style="max-width: 100%;">
<div class="button-row">
<<link "<<animeButton>>Work in the ramen stop<</animeButton>>" "Ema 5">><</link>>
<<link "<<animeButton>>Back<</animeButton>>" "streets">><</link>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $money +=1500>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Our ramen stop uniform really suits you $firstname-kun! Are you ready to work?"<</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("work_start_1","work_start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Please guide me Senpai!<</speech>>
I jokingly refer her as Senpai/Senior when she's two years younger than me
<<speech "Ema">>Hahaha senpai your ass! Alright! At school you might be my senpai but here! You better listen to me Nii-Chan!"<</speech>>
<div class="button-row">
<<link "<<animeButton>>Start working<</animeButton>>" "Ema 5-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>irasshaimase!!! Welcome and please come in and enjoy the food!!"<</speech>>
Ema is really giving it all at working
<img src="img/char/ema_ramen_work.png" style="max-width: 100%;">
<<speech "You">>Please enjoy the food everyone!!<</speech>>
I also give my best on helping Ema. Aunt Ririko and Ema have been really good to me, this is one of the way to repay their kindness. Not to mention they also pay me for doing this job
<div class="button-row">
<<if $ema_sex_level >1>><<link "<<animeButton>>Quickie While Working<</animeButton>>" "Ema 5-1-1">><</link>><</if>>
<<if $kira_event >1>><<link "<<animeButton>>Work with Kira<</animeButton>>" "Kira 0-6">><</link>><</if>>
<<link "<<animeButton>>Finish Working<</animeButton>>" "Ema 5-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 22>>
<<set $ramen_work +=1>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
After closing the ramen stop, we had our dinner with one of the employee
<<speech "Ema">>Nice job everyone! Thank you for your effort!<</speech>>
She's really nailing it as the little boss!
<video controls autoplay loop><source @src='"vid/ema_5/"+either("work_end")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It's fun working with you all guys...<</speech>>
We eat and drink until the last of the employee is going home. What do I want to do next?
<div class="button-row">
<<link "<<animeButton>>Continue hanging out with Ema<</animeButton>>" "Ema 5-3">><</link>>
<<link "<<animeButton>>Go Home<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
It's already 11pm, we're the last ones at the ramen stop
<<speech "Ema">>Has everyone already left?<</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("work_end_night")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes.. everyone has left... It's only two of us here. We better go home Ema<</speech>>
<div class="button-row">
<<if $ema_sex_level >1>><<link "<<animeButton>>Wanna bang here Ema?<</animeButton>>" "Ema 5-4">><</link>><</if>>
<<link "<<animeButton>>Go Home<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Wanna bang here? Of course Nii-Chan! You're a nasty bastard aren't you? Doing it in public like this?<</speech>>
<video controls autoplay><source @src='"vid/ema_5/"+either("kiss_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It's not really public Ema... We already closed the restaurant and it's only me and you here<</speech>>
<<speech "Ema">>Come here and kiss me<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss Her<</animeButton>>" "Ema 5-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Emmh yeahh.. I love the way you kiss me Nii-Chan!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're such a little naughty girl...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing Her<</animeButton>>" "Ema 5-5">><</link>>
<<link "<<animeButton>>Foreplay<</animeButton>>" "Ema 5-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ema 5-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Yeahh do you like this if I'm sucking you like this $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("foreplay_1","foreplay_2","foreplay_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yeahh keep doing it Ema<</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Ema 5-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ema 5-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Yeahh do you like this if I'm sucking you like this $firstname-kun? Your cock is so big! My ex-boyfriend got nothing on this<</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yeahh keep doing it Ema<</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Ema 5-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ema 5-7">><</link>>
<<link "<<animeButton>>Undress Her<</animeButton>>" "Ema 5-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Oh you wanna do me now? You wanna do me in a doggy style?<</speech>>
<video controls autoplay ><source @src='"vid/ema_5/"+either("undress")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yess... I'm gonna take you right here and right now<</speech>>
<div class="button-row">
<<link "<<animeButton>>Shove it in!<</animeButton>>" "Ema 5-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>OAHHH Fuckk!! You're so fucking big!<</speech>>
<video controls autoplay ><source @src='"vid/ema_5/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh your cunt feels so fucking great Ema<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her now!<</animeButton>>" "Ema 5-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh AHHH YES!! Fuck me!! Fuck me HARD!!! AHHH<</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh fuck!! You're so tasty Ema!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggystyle<</animeButton>>" "Ema 5-10">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ema 5-11">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 5-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh AHHH YES!! Fuck me!! Fuck me HARD!!! AHHH<</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh fuck!! You're so tasty Ema!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggystyle<</animeButton>>" "Ema 5-10">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ema 5-11">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 5-12">><</link>>
</div>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Ema 5-13">><</link>><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh AHHH YES!! Fuck me!! Fuck me HARD!!! AHHH<</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh fuck!! You're so tasty Ema!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggystyle<</animeButton>>" "Ema 5-10">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ema 5-11">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 5-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $time to 23>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh AHHH YES!! Fuck me!! Fuck me HARD!!! AHHH<</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("mission_intense_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh fuck!! You're so tasty Ema!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Ema 5-13">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside Her<</animeButton>>" "Ema 5-14">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $location to "ramen store">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ema_sexcount +=1>>
<<set $confidence +=1>>
<<if $ema_sex_level is 1>><<set $ema_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ema">>Oh yess fuck!! Cum $firstname!! Unloads all of your pent up cum inside my pussy!! Fill me with you potent seed you stud!!!<</speech>>
<video controls autoplay><source @src='"vid/ema_5/"+either("cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... It feels really good fucking you Ema!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 5-15">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $location to "ema bedroom">>
<<set $vaginal_count +=1>>
<<set $sexcount +=1>>
<<set $ema_event_2 to 1>>
<<set $ema_oral +=0>>
<<set $ema_vaginal +=1>>
<<set $ema_sex_5 to 1>>
<</nobr>>
<<speech "Ema">>Fuck.... It feels so great... You're such a boy Nii-Chan! Fucking your own cousin in a public place like this<</speech>>
<video controls autoplay><source @src='"vid/ema_5/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ha ha ha You're the one who provoked me.. Now let us get back to our house and get some sleep<</speech>>
<<speech "Ema">>Of course Oni-Chan... <<if $day <6>>Tomorrow we have to go to school anyway<<else>>even if tomorrow is the weekend, I have tons of list to be done<</if>><</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Go home<</animeButton>>" "hallway">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ramen store">><</nobr>><<nobr>>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=18>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh AHHH YES!! Fuck me!! Fuck me HARD!!! You're really insatiable aren't you!! Fucking your cousin while everybody's working hard! <</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("quickie_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're so hot when you're working Ema! I can't help it!!<</speech>>
<<speech "Ema">>Finish it quickly you stud! We have to get back to work!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Keep Fucking Her<</animeButton>>" "Ema 5-1-1">><</link>>
<<if $lust >99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Ema 5-1-2">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $location to "ramen store">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ema_sexcount +=1>>
<<set $confidence +=1>>
<<set $vaginal_count +=1>>
<<set $sexcount +=1>>
<<set $ema_oral +=0>>
<<set $ema_vaginal +=1>>
<<set $ema_sex_5 to 1>>
<<if $ema_sex_level is 1>><<set $ema_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ema">>Are you there yet!! CUM QUICK YOU SHIT HEAD!! YEAH!! <</speech>>
<video controls autoplay loop><source @src='"vid/ema_5/"+either("quickie_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck!! I'm cumming!!<</speech>>
<<speech "Ema">>Yeahh release all that spunk!! Fill me up then we can continue working!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 5-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ema_display to 0>>
<<set $asano_display to 0>>
<<set $location to "konbini">>
<</nobr>><<if $time >10 and $time <23 >>
<<set $ririko_display to 1>>
<img src="img/char/ririko_konbini.png" style="max-width: 100%;">
<<speech "Ririko">>Hi $firstname, do you wanna work in the store or do you want to buy something?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Work at the konbini<</animeButton>>" "Ririko 8">><</link>>
<<link "<<animeButton>>Buy something<</animeButton>>" "Store Konbini">><</link>></div>
<<else>>
<<set $ririko_display to 0>>
<img src="img/char/konbini_closed.jpg" style="max-width: 100%;">
<<link "<<animeButton>>Back<</animeButton>>" "streets">><</link>>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "parlor">><<else>><<toggleclass "body" "parlor">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "parlor">>
<</nobr>>
<img src="img/char/wip.png" style="max-width: 100%;">
<<link "<<animeButton>>Back<</animeButton>>" "streets">><</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>You look really tired Nii-chan... Did working at the shop for a few days really wear you out?<</speech>>
<video controls autoplay><source @src='"vid/ema_6/"+either("talk_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah, Ema, I don't know where you get all that energy.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 6-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Listen, Nii-chan, you've got this, alright? You have me, your cousin... I'll always be there to support you<</speech>>
<video controls autoplay ><source @src='"vid/ema_6/"+either("talk_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Thank you, Ema, for always being there for me.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 6-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Come here, let me make you day a lot better<</speech>>
<video controls autoplay ><source @src='"vid/ema_6/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh wow... You're so sweet Ema<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue kissing her<</animeButton>>" "Ema 6-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=4>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Emhh, you taste good Nii-chan.. As always... better than my Ex, Yuki...<</speech>>
<video controls autoplay loop><source @src='"vid/ema_6/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You too... My dearest cousin...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Ema 6-3">><</link>>
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 6-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=4>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>You like this Nii-chan? Your cock is so hard... I can't get enough of it<</speech>>
<video controls autoplay loop><source @src='"vid/ema_6/"+either("hj_1","hj_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuckk... It feels so good Ema...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Hand Job<</animeButton>>" "Ema 6-4">><</link>>
<<link "<<animeButton>>Blow Job<</animeButton>>" "Ema 6-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=4>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>You like your cousin sucking on your cock like this don't you? You're such a perv Nii-chan<</speech>>
<video controls autoplay loop><source @src='"vid/ema_6/"+either("bj_1","bj_2","bj_3","bj_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuckk... It feels so good Ema...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Hand Job<</animeButton>>" "Ema 6-4">><</link>>
<<link "<<animeButton>>Blow Job<</animeButton>>" "Ema 6-5">><</link>>
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 6-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=4>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Now let's get to the main course Nii-chan... I want to fuck you now<</speech>>
<video controls autoplay><source @src='"vid/ema_6/"+either("undress")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yess Ema, let's do it.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 6-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=4>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh yess... Your dick.. it slides right in Nii-Chan!<</speech>>
<video controls autoplay><source @src='"vid/ema_6/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck!! It feels so good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Let her fuck me now<</animeButton>>" "Ema 6-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=4>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ohh yess... I love fucking your cock Nii-chan!! Ahh yeahh<</speech>>
<video controls autoplay loop><source @src='"vid/ema_6/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Goddamnit you feel so fucking good Ema!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep letting her fucking me<</animeButton>>" "Ema 6-8">><</link>>
<<link "<<animeButton>>Let her fuck me harder<</animeButton>>" "Ema 6-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=4>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=18>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>YES!! Yes!!!! Shoot it out Nii-chan!! Shoot it inside of me!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_6/"+either("cow_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Goddamnit you feel so fucking good Ema!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Ema 6-9">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Ema 6-10">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $location to "ema bedroom">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ema_sexcount +=1>>
<<set $confidence +=1>>
<<if $ema_sex_level is 1>><<set $ema_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ema">>Oh yess fuck!! Cum $firstname!! Unloads all of your pent up cum inside my pussy!! Fill me with you potent seed you stud!!!<</speech>>
<video controls autoplay><source @src='"vid/ema_6/"+either("cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... It feels really good fucking you Ema!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 6-11">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $location to "ema bedroom">>
<<set $vaginal_count +=1>>
<<set $sexcount +=1>>
<<set $ema_event_2 to 1>>
<<set $ema_oral +=0>>
<<set $ema_vaginal +=1>>
<<set $ramen_work to 0>>
<<set $sleep_ema to 1>>
<<set $ema_sex_6 to 1>>
<</nobr>>
<<speech "Ema">>Fucking you always feel so good Nii-Chan... <</speech>>
<video controls autoplay><source @src='"vid/ema_6/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Ema.. I do feel it too.. <</speech>>
<<speech "Ema">>Do you wanna sleep with me for tonight?<</speech>>
<<speech "You">>Are you sure? What if Ririko comes up here?<</speech>>
<<speech "Ema">>Relax $firstname... She won't<</speech>>
<<speech "You">>Okay then Ema....<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Sleep<</animeButton>>" "sleep">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
It's 7AM The alarm rings loud... Ema wakes up and turn the alarm off
<video controls autoplay><source @src='"vid/ema_7/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ema">>Ehmm what time is it? 7AM? Damn... <<if $day <6>> We've got to go to school<</if>><</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 7-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Sleepy head wake up... It's already morning<</speech>>
<video controls autoplay><source @src='"vid/ema_7/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Few more minutes please<</speech>>
<<speech "Ema">><<if $day <6>>No! We gotta go to school Nii-Chan! <<else>> Cmon $firstname!! I want to make this weekend counts! I don't wanna be lazy!<</if>><</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 7-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Cmon... Wake up... good morning my lovely cousin...<</speech>>
<video controls autoplay><source @src='"vid/ema_7/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Few more minutes please<</speech>>
<<speech "Ema">>Listen... If you don't wanna wake up, I'll make you get up!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 7-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=1>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=2>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Cmon... Wake up... good morning my lovely cousin...<</speech>>
<video controls autoplay><source @src='"vid/ema_7/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Few more minutes please<</speech>>
<<speech "Ema">><<if $day <6>>Listen... If you don't wanna wake up, I'll make you get up!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 7-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=3>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Mabe this can convince you to get up? Emhh yeahh<</speech>>
<video controls autoplay loop><source @src='"vid/ema_7/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh yess Ema.. emmhh yeahh<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Kissing<</animeButton>>" "Ema 7-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ema 7-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=3>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Mabe this can convince you to get up? Emhh yeahh<</speech>>
<video controls autoplay loop><source @src='"vid/ema_7/"+either("bj_1","bj_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh yess Ema.. emmhh yeahh<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kissing<</animeButton>>" "Ema 7-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ema 7-5">><</link>>
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Ema 7-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=3>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Are you ready for my dripping wet cum?<</speech>>
<video controls autoplay ><source @src='"vid/ema_7/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Give it to me Ema<</speech>>
<div class="button-row">
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Ema 7-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=3>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh yeahh you like it? You like it when I'm dominating you like this don't you?<</speech>>
<video controls autoplay loop><source @src='"vid/ema_7/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yess... Keep moving your ass like that Ema!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ema 7-7">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 7-8">><</link>>
<<link "<<animeButton>>Prone<</animeButton>>" "Ema 7-9">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 7-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=3>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh yeahh you like it don't you?? using my body like this? Plowing me from behind?!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_7/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! You're so fucking hot Ema<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ema 7-7">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 7-8">><</link>>
<<link "<<animeButton>>Prone<</animeButton>>" "Ema 7-9">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 7-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=3>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh yeahh you like it don't you?? using my body like this? Plowing me from behind?!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_7/"+either("prone_1","prone_2","prone_3","prone_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! You're so fucking hot Ema<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ema 7-7">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 7-8">><</link>>
<<link "<<animeButton>>Prone<</animeButton>>" "Ema 7-9">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 7-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=3>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh yess Nii-Chan! please!! Please dominate me like this!! You own me Nii-Chan!! I am totally yours!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_7/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh fuck, I can't hold it anymore Ema!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ema 7-7">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ema 7-8">><</link>>
<<link "<<animeButton>>Prone<</animeButton>>" "Ema 7-9">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ema 7-10">><</link>>
</div>
<<link "<<animeButton>>Fuck her Harder!!<</animeButton>>" "Ema 7-11">><</link>><<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $location to "ema bedroom">><</nobr>><<nobr>>
<<set $ema_mind -=3>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=5>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ema">>Ahh You're close right?? You can't hold it anymore right?? Don't need to hold back Nii-Chan! Shoot it! Unload all your dirty spunk inside me!!!<</speech>>
<video controls autoplay loop><source @src='"vid/ema_7/"+either("mission_intense_1","mission_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh fuck, I'm gonna cum so hard Ema!!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her hard!<</animeButton>>" "Ema 7-11">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside Her!<</animeButton>>" "Ema 7-12">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $location to "ema bedroom">>
<<set $ema_mind -=5>><<if $ema_mind lt 0>><<set $ema_mind to 0>><<elseif $ema_mind gt 100>><<set $ema_mind to 100>><</if>>
<<set $ema_lust +=10>><<if $ema_lust lt 0>><<set $ema_lust to 0>><<elseif $ema_lust gt 100>><<set $ema_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ema_sexcount +=1>>
<<set $confidence +=1>>
<<if $ema_sex_level is 1>><<set $ema_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ema">>Oh yess fuck!! Cum $firstname!! Unloads all of your spunk inside my pussy!! Fill me with you potent seed you perv!<</speech>>
<video controls autoplay><source @src='"vid/ema_7/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... It feels really good fucking you Ema!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ema 7-13">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ema_bed_night">><<else>><<toggleclass "body" "ema_bed_day">><</if>>
<<set $location to "ema bedroom">>
<<set $vaginal_count +=1>>
<<set $sexcount +=1>>
<<set $ema_event_2 to 1>>
<<set $ema_oral +=0>>
<<set $ema_vaginal +=1>>
<<set $sleep_ema to 0>>
<<set $ema_sex_7 to 1>>
<</nobr>>
<<speech "Ema">>Damn... That was hot.. we better get ready now Nii-Chan <</speech>>
<video controls autoplay><source @src='"vid/ema_7/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Ema... What a way to start our day ha ha ha<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Get out of her room<</animeButton>>" "hallway second">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $location to "class 3">>
<</nobr>><<nobr>>
<</nobr>><<if $time>16>>
<<speech "You">>Remu has already left the school <</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">><</link>>
<<else>><<nobr>>
<</nobr>><<if $remu_event is not 1 and $remu_event is not 2 and $remu_event is not 3 and $remu_event is not 4 and $remu_event is not 5 and $remu_event is not 6 and $remu_event is not 7 and $remu_event is not 8 and $remu_event is not 9 and $remu_event is not 10 and $remu_event is not 11 and $remu_event is not 12 and $remu_event is not 13 and $remu_event is not 14 and $remu_event is not 15 and $remu_event is not 16 and $remu_event is not 17 and $remu_event is not 18>><<nobr>>
<<set $remu_status to "Classmate">>
<<set $remu_chat_count to 0>>
<<set $remu_lunch_count to 0>>
<<set $remu_study_count to 0>>
<<set $remu_rooftop_count to 0>>
<<set $remu_date_count to 0>>
<<set $remu_hj_count to 0>>
<<set $remu_bj_count to 0>>
<<set $remu_lust to 10>>
<<set $remu_mind to 100>>
<</nobr>>
I finally got a chance to meet the class president I have been thinking about since Miss Saeko introduced her.
<<speech "You">>Hi Remu-san... My name is $firstname, it's nice to see you <</speech>>
<video controls autoplay loop><source @src='"vid/remu_0/"+either("remu_intro")+".mp4"' type="video/mp4" class="zoom-image" ></video>2
<<speech "Remu">>Hi, nice to meet you too, $firstname. I noticed you as well when we were in the new students' briefing held by Miss Saeko.<</speech>>
Is it just me, or does Remu look like she's blushing when she talks to me? Is she really into me?
<<speech "Remu">>Starting tomorrow, Miss Saeko asked me to sit right beside you. She assigned me the task of guiding new students, especially those from the suburbs, to get more adapted to this school.<</speech>>
<<speech "You">>Oh is that true? That is good to hear Remu<</speech>><<set $remu_event to 1>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "class 3">><</link>>
</div><<elseif $remu_event > 0>>
<<speech "Remu">>Hi $firstname... What can I do for you? <</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("class_chat_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<div class="button-row">
<<link "<<animeButton>>Chat with Remu<</animeButton>>" "Remu Class-1">><</link>>
<<if $remu_chat_count >4 and $time>11 and $time <14 >><<link "<<animeButton>>Have lunch together<</animeButton>>" "Remu Lunch-1">><</link>><</if>>
<<if $remu_lunch_count >2 and $time>14 >><<link "<<animeButton>>Want to study together at my place?<</animeButton>>" "Remu Study-1">><</link>><</if>>
<<if $remu_event >4 and $time>14 >><<link "<<animeButton>>Do you wanna hangout on the rooftop?<</animeButton>>" "Remu Rooftop-1">><</link>><</if>>
<<link "<<animeButton>>It's nothing<</animeButton>>" "class 3">><</link>>
</div><</if>><</if>><<if $time>16>>
<<speech "You">>Remu has already left the school <</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">><</link>>
<<else>><<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $location to "class 3">>
<<set $remu_chat_count +=1>>
<<set $remu_lunch_count +=0>>
<<set $remu_rooftop_count +=0>>
<</nobr>>
<<speech "Remu">>Have you finished your homework, $firstname? You had better have done that, since Miss Saeko is a very strict teacher, you know?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_0/"+either("class_chat_1","class_chat_2","class_chat_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Relax, I have done all the homework Remu.<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Chat<</animeButton>>" "class 3">><</link>>
</div>
<</if>> <<nobr>>
<<toggleclass "body" "canteen">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 1>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $location to "class 3">>
<<set $remu_chat_count +=0>>
<<set $remu_lunch_count +=1>>
<<set $remu_rooftop_count +=0>>
<<if $remu_event <2>><<set $remu_event to 2>><</if>>
<<set $remu_lunch_img to either("1","1")>>
<</nobr>>
I'm having lunch with Remu
<<speech "Remu">>You sure eat a lot, don't you $firstname-kun? *giggles* <</speech>>
<<if $remu_lunch is 1>><img src="img/char/remu_lunch_1.png" style="max-width: 100%;"><<else>><img src="img/char/remu_lunch_1.png" style="max-width: 100%;"><</if>>
<<speech "You">>Yeah, the food here tastes different from what I had in the countryside<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Lunch<</animeButton>>" "canteen">><</link>>
</div>
<<nobr>>
<<if $time>19>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 1>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $location to "class 3">>
<<set $remu_chat_count +=0>>
<<set $remu_lunch_count +=0>>
<<set $remu_rooftop_count +=0>>
<<set $remu_study_count +=1>>
<<if $remu_event <3>><<set $remu_event to 3>><</if>>
<<if $remu_event <4 and $remu_study_count >2>><<set $remu_event to 4>><</if>>
<</nobr>>
I'm studying with Remu at my place
<<speech "Remu">>Wow, $firstname, you're like super smart and stuff! Seriously, you're really, like, impressive, you know?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_0/"+either("study_1","study_2","study_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah, even if I'm a country boy, I'm smart enough, you know?.<</speech>>
<div class="button-row">
<<if $remu_event >9>><<link "<<animeButton>>Do you wanna take a break for a minute?<</animeButton>>" "Remu 3">><</link>><</if>>
<<link "<<animeButton>>End Studying<</animeButton>>" "bedroom">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "rooftop">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $location to "rooftop">>
<<set $remu_chat_count +=0>>
<<set $remu_lunch_count +=0>>
<<set $remu_rooftop_count +=1>>
<<set $remu_study_count +=0>>
<</nobr>>
I'm hanging out with Remu on the school's rooftop.
<<if $remu_event is 5>>
<<speech "Remu">>Um, hey $firstname-kun! So, I heard Izaki's been, you know, talking to you? I can't remember if I mentioned this, but Izaki, well, he's sort of my boyfriend... Kinda? But I'm getting a bit tired of how possessive he can be. Please be careful around him, okay $firstname? I... I really don't want anything bad happening to you.<</speech>>
<video controls autoplay loop><source @src='"vid/remu_0/"+either("rooftop_1","rooftop_2","rooftop_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah, he came up to me last time... But hey, Remu, don't worry about it. I'm not scared of him<</speech>>
<<speech "Remu">>I know, but please be careful, $firstname... He's one of the gang leaders among the troublemakers in this school.<</speech>><<else>><<nobr>>
<</nobr>><<speech "Remu">>Being up here and watching the sunset with you, $firstname, it's really nice... I just love hanging out with you. I really enjoy being around you.<</speech>>
<video controls autoplay loop><source @src='"vid/remu_0/"+either("rooftop_1","rooftop_2","rooftop_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Same here, Remu... I really love spending time with you, just the two of us, watching the sunset like this.<</speech>>
<</if>>
<div class="button-row">
<<if $remu_event is 5>><<link "<<animeButton>>Confess my feeling to her<</animeButton>>" "Remu Confess-1">><</link>><</if>>
<<link "<<animeButton>>End Event<</animeButton>>" "roof top">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "rooftop">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 1>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $location to "class 3">>
<<set $remu_chat_count +=0>>
<<set $remu_lunch_count +=0>>
<<set $remu_rooftop_count +=0>>
<<set $remu_study_count +=0>>
<<set $remu_event to 6>>
<</nobr>>
I'm hanging out with Remu on the school's rooftop.
<<speech "You">>Hey, Remu... I've been wanting to tell you something for a while now.<</speech>>
<video controls autoplay loop><source @src='"vid/remu_0/"+either("rooftop_1","rooftop_2","rooftop_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Remu">>Oh, what's up?<</speech>>
<<speech "You">>I... I really like you. You're amazing, and I can't stop thinking about you. Will you be my girlfriend?.<</speech>>
<<speech "Remu">>Oh... I'm really flattered, but, you know, I'm already with Izaki... But what you're saying, it's really sweet... Thank you, $firstname. I can't accept your confession right now... But who knows, things change, right? Let's see what the future holds.<</speech>>
<<speech "You">>Yeah, sure... Sorry for making it awkward.<</speech>>
<<speech "Remu">>Don't worry about it. I hope things won't be weird between us $firstname... We can still hangout like this right? I really enjoy my time with you<</speech>>
<<speech "You">>Sure, Remu. How about this weekend? Would you mind going on a date with me? You know, just as friends?<</speech>>
<<speech "Remu">>I would love to $firstname<</speech>>
She smiles at me
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "roof top">><</link>>
</div>
<<set $time to 17>>
After school, I find Izaki at the back of the school, just sitting there all alone. What's his deal? What does he want from me?
<<speech "Izaki">>You're quite stubborn, huh? I warned you, but it seems like you're choosing to ignore it.<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("izaki_warn_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> You don't deserve Remu Izaki <</speech>>
<<speech "Izaki">>You seriously think you deserve her? Ha! Look at you, loser... You're absolutely nothing in this school.<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Izaki Event 1-1">><</link>><<set $time to 17>>
<<speech "Izaki">>This is the consequence you brought upon yourself... Remember, I warned you.<</speech>>
Damn it... I've walked right into his trap. His gang, they've got me surrounded!
<video controls autoplay><source @src='"vid/remu_0/"+either("izaki_warn_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're a chicken aren't you Izaki? <</speech>>
<<speech "Izaki">>Do you really think you deserve a one-on-one duel? You're not worth it... Show this new guy a lesson, guys!<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Izaki Event 1-2">><</link>><<set $time to 19>>
I got beaten easily by Izaki's squad... Fuck, I need to get stronger to stand against Izaki
<video controls autoplay><source @src='"vid/remu_0/"+either("beaten_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Izaki">>Leave him alone guys... Listen new guy, let me warn you once again. Stay the fuck away from Remu<</speech>>
<<link "<<animeButton>>End Event<</animeButton>>" "streets">><</link>><<speech "You">> Choose which character you want to see <</speech>>
<<nobr>><div class="button-row">
<a data-passage="Remu Guide" class="link-internal link-image">
<img src="button/school_remu_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="Mei Guide" class="link-internal link-image">
<img src="button/school_mei_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="Yume Guide" class="link-internal link-image">
<img src="button/school_yume_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="Asano Guide" class="link-internal link-image">
<img src="button/school_asano_icon.png" class="zoom-image" alt="Image"></a>
</div><</nobr>>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>><<nobr>><<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $remu_display to 1>>
<</nobr>>
<img src="img/char/remu_2.png" style="max-width: 100%;">
<<speech "You">>Remu is the class president of 3rd grade students of Suzuran High School. She is an angel.<</speech>>
Walkthrough: <<if $remu_event is not 1 and $remu_event is not 2 and $remu_event is not 3 and $remu_event is not 4 and $remu_event is not 5 and $remu_event is not 6 and $remu_event is not 7 and $remu_event is not 8 and $remu_event is not 9 and $remu_event is not 10 and $remu_event is not 11 and $remu_event is not 12 and $remu_event is not 13 and $remu_event is not 14 and $remu_event is not 15 and $remu_event is not 16 and $remu_event is not 17 and $remu_event is not 18>><h1 class="basic-stats"> - Find Remu and introduce yourself to her
</h1><<nobr>>
<</nobr>><<elseif $remu_event is 1>>
<h1 class="basic-stats">Keep having a chit-chat with Remu at least 5-6 times</h1><<nobr>>
<</nobr>><<elseif $remu_event is 2 >>
<h1 class="basic-stats">Have lunch with her at least 5-6 times. <<if $remu_lunch_count >2>> Ask her to study together after school <</if>></h1><<nobr>>
<</nobr>><<elseif $remu_event is 3>>
<h1 class="basic-stats">Study together with Remu at least 5-6 times</h1><<nobr>>
<</nobr>><<elseif $remu_event is 4>>
<h1 class="basic-stats">Meet Izaki at the school hallway. He usually hangs-out there with his gangs before noon</h1><<nobr>>
<</nobr>><<elseif $remu_event is 5>>
<h1 class="basic-stats">Hangout at the rooftop with Remu (3-4pm), and tell her what happened with Izaki. Confess your love to Remu</h1><<nobr>>
<</nobr>><<elseif $remu_event is 6>>
<h1 class="basic-stats">Meet Izaki again at the hallway</h1><<nobr>>
<</nobr>><<elseif $remu_event is 7>>
<h1 class="basic-stats">Remu's affection for you has grown significantly. Keep going on dates with Remu 3 times, and meet Izaki at the school hallway (1st floor) </h1><<nobr>>
<</nobr>><<elseif $remu_event is 8>>
<h1 class="basic-stats">Train MMA at the gym at least 4 times and raise you confidence level to level 4 (Average MC). Then keep going on dates with Remu at least 3 times and meet Izaki at the school hall </h1><<nobr>>
<</nobr>><<elseif $remu_event is 9>>
<h1 class="basic-stats">Go on a date with Remu, at the end of the date, ask her to go to your place. Make her your girlfriend and take her virginity. Keep going on dates with Remu (3 times), and meet Izaki and let him beat you again and send you to the hospital, then </h1><<nobr>>
<</nobr>><<elseif $remu_event is 10>>
<h1 class="basic-stats">The hospital scene is repeatable, make sure you date Remu 3 times, to repeat Izaki's scene, and study with her (in the afternoon-classroom interaction), while studying ask for for a break </h1><<nobr>>
<</nobr>><<elseif $remu_event is 11>>
<h1 class="basic-stats">Go to the library and study there around 11am to 2pm, and Remu will come to visit </h1><<nobr>>
<</nobr>><<elseif $remu_event is 12>>
<h1 class="basic-stats">Remu is having extra studying session in the classroom 1 after the school is over (5pm - 7pm). Go there and study with her </h1><<nobr>>
<</nobr>><<elseif $remu_event is 13>>
<h1 class="basic-stats">If you run out of energy in the school hallway, you'll faint. Then, you'll be taken to the school clinic, where Remu will come to visit you. </h1><<nobr>>
<</nobr>><<elseif $remu_event is 14>>
<h1 class="basic-stats">Go to the classroom 1 in the morning, You'll find a porn magazine, read it. </h1><<nobr>>
<</nobr>><<elseif $remu_event is 15>>
<h1 class="basic-stats">This is Remu's end content for 0.07 </h1><</if>>
Completed Quest:
<h1 class="basic-stats">
<<if $remu_event >0>>1. I have met Remu the class President<</if>>
<<if $remu_event > 1>>2. I regulary talk with Remu.<</if>>
<<if $remu_event > 2>>3. I regulary have lunch with Remu.<</if>>
<<if $remu_event > 3>>4. I often studied with Remu.<</if>>
<<if $remu_event > 4>>5. I have met Izaki and get some warning from him.<</if>>
<<if $remu_event > 5>>6. I confessed to Remu but got rejected<</if>>
<<if $remu_event > 6>>7. Izaki and his gang beat my ass up<</if>>
<<if $remu_event > 7>>8. Remu gave me handjob when I was in hospital<</if>>
<<if $remu_event > 8>>9. I trained at the gym and managed to stand Izaki's onslaught for few minutes, but since it was 1 vs many, they still got me<</if>>
<<if $remu_event > 9>>10. Remu is now my girlfriend<</if>>
<<if $remu_event > 10>>11. I had sex with Remu while I was studying.<</if>>
<<if $remu_event > 11>>12. I had sex with Remu in the library.<</if>>
<<if $remu_event > 12>>13. I had sex with Remu in the classroom 1.<</if>>
<<if $remu_event > 13>>14. I had sex with Remu in the clinic.<</if>>
<<if $remu_event > 14>>15. Remu gave me a hot blowjob in the classroom1 after she found me reading some porn.<</if>></h1>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>>
<<nobr>>
<<toggleclass "body" "park_1">>
<</nobr>>
I'm supposed to meet Remu at the park for our date, ya know? We said we'd be here at $time AM, but Remu seems to be running late.
<video controls autoplay><source @src='"vid/remu_0/"+either("date_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 2">><</link>><<nobr>><<toggleclass "body" "park_1">>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I've been here waiting for, like, an hour already... But seriously, where's Remu at, though?<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 3">><</link>><<nobr>><<toggleclass "body" "park_1">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Remu">>Oh, $firstname! I'm so sorry I'm late... It's, like, a total girl thing, you know... ha ha ha. <</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>IIt's cool, Remu. You're totally worth waiting for.<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 4">><</link>><<nobr>><<toggleclass "body" "park_1">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Remu">>Please, let me make it up to you! How about this time, the date's on me! Does that work for you?<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>No no no! please Remu, the date's on me<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 5">><</link>><<nobr>><<toggleclass "body" "park_1">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Remu">>I'm starving, you know? Let's check out that new Italian place in the city!<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Italian? that sounds nice. Let's go there Remu<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 6">><</link>><<nobr>><<toggleclass "body" "restaurant">>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Remu">>Hmm, check out the menu... It all looks so yummy, but isn't it kinda pricey, you know?<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>So, thank goodness it's on me, don't you think?<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 7">><</link>><<nobr>><<toggleclass "body" "restaurant">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>><<set $money -=1000>>
<</nobr>>
<<speech "Remu">>Oh my God! These are like, so freaking delicious, $firstname!<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_7")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hey, take it slow, Remu... Here, let me get that off your lips<</speech>>
<<speech "Remu">>Awhh... You're so sweet $firstname... Thank you<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 8">><</link>><<nobr>><<toggleclass "body" "park_1">>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
We're gonna check out some birds in this little forest near the city for our date.
<<speech "Remu">>Oh my gosh, look! There's a bird feeding her baby in the nest!<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_8")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Seriously? You're so lucky, Remu! It's not something people often get to see, a bird feeding her baby.<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 9">><</link>><<nobr>><<toggleclass "body" "park_1">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
We're gonna check out some birds in this little forest near the city for our date.
<<speech "Remu">>I'm totally into birdwatching, you know? I just love how free birds are... Have you ever thought about what you'd do if you had wings like them?<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_9")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Well, I'd totally fly straight into your heart if I could, you know?<</speech>>
<<speech "Remu">>Aw, you dork... You always know how to make a girl feel special, don't you?<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 10">><</link>><<nobr>><<toggleclass "body" "park_1">>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
We continue our date by sitting and watching the beautiful lake together
<<speech "Remu">>Hey, take this, $firstname. I haven't seen you drinking water since we met. Water's really good for your kidneys, you know?<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_10")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh thank you Remu<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 11">><</link>><<nobr>><<toggleclass "body" "park_1">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Remu">>Hey, $firstname, I really hope you can sort things out peacefully with Izaki. I'm really worried about this conflict.<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_11")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You don't need to worry Remu. I got this under control<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Date 12">><</link>><<nobr>><<toggleclass "body" "park_1">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_date_count +=1>>
<</nobr>>
<<speech "Remu">>Hey, it's getting late... Let's head back home, $firstname! We've got studying to do, even if it's the weekend.<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("date_12")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Of course Remu... let's get back home, come here hold my hand<</speech>>
<<speech "Remu">>Of course $firstname! <</speech>>
She blushes as she grabs my hand firmly
<div class="button-row">
<<if $remu_event >8>><<link "<<animeButton>>Wanna go to my place?<</animeButton>>" "Remu 2">><</link>><</if>>
<<link "<<animeButton>>End Date<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>What the hell? $firstname! What are you doing??<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_10/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I can't help it anymore Aunty! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 10-1">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh ahh shit... You can't just barge in to my room and... do this.. $firstname Ahhh.... <</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_10/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>But do you like this?<</speech>>
<<speech "Ririko">>Of course I do! But... at least you should've told me before... So I won't fall asleep waiting for you... Being ravished while I'm sleeping is... annoying ahh... shit... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 10-2">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh fuck.. I've always loved youth stamina and desire... . <</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_10/"+either("foreplay_1","foreplay_2","foreplay_3","foreplay_4","foreplay_5","foreplay_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Because you're so fucking tasty Aunty<</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Ririko 10-2">>
<</link>>
<<link "<<animeButton>>Handjob-Blowjob<</animeButton>>" "Ririko 10-3">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh, sweetie... Is this how you like it? Do you enjoy seeing your cock being played with like this?<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_10/"+either("hj_1","hj_2","bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yess keep on doing that Aunty!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Ririko 10-2">>
<</link>>
<<link "<<animeButton>>Handjob-Blowjob<</animeButton>>" "Ririko 10-3">>
<</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Ririko 10-4">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh slow down baby... Your cock is too big for my cunt<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_10/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... your old cunt... it's still tight Aunty<</speech>>
<<speech "Ririko">>Then shove it hard inside of me and fuck me hard $firstname!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Ririko 10-5">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh, fuck yeah... That's it, baby... Fuck me like I've never been fucked before... Harder, faster... Oh, god, don't stop... Give it to me good and hard!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_10/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck! It feels so fucking good Auntie!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 10-5">>
<</link>>
<<link "<<animeButton>>Cow<</animeButton>>" "Ririko 10-6">>
<</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 10-7">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh, fuck yeah... That's it, baby... Fuck me like I've never been fucked before... Harder, faster... Oh, god, don't stop... Give it to me good and hard!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_10/"+either("cow_1","cow_2","cow_3","cow_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck! It feels so fucking good Auntie!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 10-5">>
<</link>>
<<link "<<animeButton>>Cow<</animeButton>>" "Ririko 10-6">>
<</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 10-7">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh, fuck yeah... That's it, baby... Fuck me like I've never been fucked before... Harder, faster... Oh, god, don't stop... Give it to me good and hard!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_10/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck! It feels so fucking good Auntie!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 10-5">>
<</link>>
<<link "<<animeButton>>Cow<</animeButton>>" "Ririko 10-6">>
<</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 10-7">>
<</link>>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Ririko 10-8">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=18>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh, yes...harder...faster...I need it so bad...come on...give it to me...hard and fast...oh, yes! I'm gonna cum!! I'm gonna fucking cum!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_10/"+either("doggy_intense_1","doggy_intense_2","doggy_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah I'm also almost there Aunty!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Hard!<</animeButton>>" "Ririko 10-8">>
<</link>>
<<link "<<animeButton>>Cum Inside of Her<</animeButton>>" "Ririko 10-9">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $location to "livingroom">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_sex_level is 0>><<set $ririko_sex_level to 1>><</if>>
<</nobr>>
<<speech "Ririko">>Ohh yess honey.... shoot it inside of my fucking old worn womb!<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_10/"+either("doggy_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm cumming!!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 10-10">><</link>>
</div>
<<nobr>>
<<if $ririko_event is not 1 and $ririko_event is not 2 and $ririko_event is not 3 and $ririko_event is not 4 and $ririko_event is not 5 and $ririko_event is not 6 and $ririko_event is not 7 and $ririko_event is not 8 and $ririko_event is not 9 and $ririko_event is not 10 and $ririko_event is not 11 and $ririko_event is not 12 and $ririko_event is not 13 and $ririko_event is not 14 and $ririko_event is not 15 and $ririko_event is not 16 and $ririko_event is not 17 and $ririko_event is not 18 and $ririko_event is not 19>><<set $ririko_event to 1>><</if>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $location to "ririko_bed">>
<<set $handjob_count +=1>>
<<set $sexcount +=1>>
<</nobr>>
<<speech "You">>Damn It's dripping out... Let me take a sheet of tissue to clean it for you<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_10/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>You're a fucking animal $firstname... Fucking your Auntie and creampied me just like that... But I do love it... Now get the hell out of my room and let me sleep<</speech>>
<<speech "You">>WIll do Aunty<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Go Out<</animeButton>>" "hallway">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $location to "parlor">>
<</nobr>>
<img src="img/char/wip.png" style="max-width: 100%;">
<<link "<<animeButton>>Back<</animeButton>>" "streets">><</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $money +=1500>>
<<set $location to "konbini">>
<<set $time +=3>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<img src="img/char/work_konbini.png" style="max-width: 100%;">
<<speech "You">>I work really hard at the Konbini. Aunt Ririko is really supportive to me in doing my work<</speech>>
<div class="button-row">
<<link "<<animeButton>>Check on Aunt Ririko<</animeButton>>" "Ririko 8-1">><</link>>
<<if $time>19 and $ririko_event >3 and $asano_event is not 1 and $asano_event is not 2 and $asano_event is not 3 and $asano_event is not 4 and $asano_event is not 5 and $asano_event is not 6 and $asano_event is not 7 and $asano_event is not 8 and $asano_event is not 9 and $asano_event is not 10>> <<link "<<animeButton>>Check a suspicious customer<</animeButton>>" "Asano 1">><</link>><</if>>
<<if $asano_event >0 and $time<22>><<link "<<animeButton>>Work with Asano<</animeButton>>" "Asano 1-3">><</link>><</if>>
<<link "<<animeButton>>End Working<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<</nobr>>
<<speech "Ririko">>Hi $firstname, how's work going for you? Are you finding it enjoyable working here? <</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_8/"+either("work_1","work_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Sure thing, Aunty. It's real nice working alongside you here.<</speech>>
<div class="button-row">
<<if $ririko_sex_level >1>><<link "<<animeButton>>Have sex in the storage room<</animeButton>>" "Ririko 8-2">><</link>><</if>>
<<if $ririko_sex_level > 0>><<link "<<animeButton>>Quick fun in the fridge<</animeButton>>" "Ririko 9">><</link>><</if>>
<<link "<<animeButton>>Back<</animeButton>>" "Ririko 8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Okay, you wanna do it? Let's go to the storage room<</speech>>
Ririko takes me to the storage room
<video controls autoplay><source @src='"vid/aunt_ririko_8/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay Aunty... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 8-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Let me see your hard cock $firstname<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_8/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Here you go Aunty <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 8-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>You like this? I love how your cock is getting harder and longer $firstname<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_8/"+either("hj_1","hj_2","bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yess Auntie... Keep jerking me like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob and Blowjob<</animeButton>>" "Ririko 8-4">><</link>>
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 8-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Now let me put this in into my cunt real quick $firstname. I want your cock badly inside of me<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_8/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Auntie, just sit on me and move your hips<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 8-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Yess Yess... Your cock feels so fucking good $firstname... Ahh oghh fuck! <</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_8/"+either("rcow_1","rcow_2","rcow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oghh fuck this feels so good Aunty!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Reverse Cowgirl<</animeButton>>" "Ririko 8-6">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 8-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Yess baby!! Keep pumping your cock just like that!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_8/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oghh fuck this feels so good Aunty!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 8-7">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 8-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 8-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Yess baby!! Keep pumping your cock just like that!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_8/"+either("cow_1","cow_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oghh fuck this feels so good Aunty!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 8-7">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 8-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 8-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Yess baby!! Keep pumping your cock just like that!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_8/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oghh fuck this feels so good Aunty!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 8-7">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 8-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 8-9">><</link>>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Ririko 8-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=8>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh fuck!! fuck!!! FUCK ME!! FUCK ME HARDER!!! I'm CUMMING!!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_8/"+either("mission_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh yess!! Here we go Aunty!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Ririko 8-10">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Ririko 8-11">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $location to "konbini">>
<<set $ririko_mind +=45>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust -=45>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<set $ririko_vaginal to 1>>
<<if $ririko_sex_level is 1>><<set $ririko_sex_level to 2>><</if>>
<</nobr>>
<<speech "Ririko">>Fuck! Fuck! FUCKK!!! Ahh I'm cumming!!<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_8/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck I'm also cumming!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 8-12">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $location to "konbini">>
<<set $sexcount +=1>>
<</nobr>>
<<speech "Ririko">>You really knocked me up baby... Look at my cunt. It's full of your hot sticky seed<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_8/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god Aunty... This is so fucking sexy<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Go Out<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Okay, you wanna do it? Let's go to the fridge<</speech>>
Ririko takes me to the fridge for drinks
<video controls autoplay><source @src='"vid/aunt_ririko_8/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay Aunty... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 9-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Mmm... quickie in the drinks fridge room, huh? Sounds like a naughty idea, $firstname. I'm ready and willing whenever you are...<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_9/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm leaving it up to you, Aunty. Please do whatever you would like to do with me<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 9-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Come now, we have to be quick... I've got a customer to serve. We've got to make this efficient.<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_9/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Of course Aunty<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss Her<</animeButton>>" "Ririko 9-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Mmm, yeah... I love how eager you are, my dear. It doesn't matter that we're related; I'm addicted to your youthful energy. But we must hurry... oh, god, yes!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_9/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It's wrong but surely it does feel so right Aunty<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing Her<</animeButton>>" "Ririko 9-3">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 9-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Umm, yes...ohh, yes... I love the taste of your cock so much...you taste so good... I can't get enough of it... And look how swollen you are, it's so fucking hot, I can't wait to have you inside me.. But we can't right now... Let's save the wild fucking for tonight at home shall we?<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_9/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yess Aunty... Keep sucking on it... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Kissing<</animeButton>>" "Ririko 9-3">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 9-4">><</link>>
<<link "<<animeButton>>Faster Blowjob<</animeButton>>" "Ririko 9-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh, yes... I can feel it building up inside you... you're so close... cum for me, my sweet nephew... empty yourself into your aunt's mouth... let me taste your release... and when you do, fill me up with your cum... I want to be your cum toilet...<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_9/"+either("bj_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh, yes...Aunty...I'm gonna cum soon...I'm so close...Aunty...oh, god!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Faster Blowjob<</animeButton>>" "Ririko 9-5">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Ririko 9-6">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $location to "konbini">>
<<set $ririko_mind +=45>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust -=45>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_sex_level is 1>><<set $ririko_sex_level to 2>><</if>>
<</nobr>>
<<speech "You">> Fuck! Fuck! FUCKK!!! Ahh I'm cumming!! <</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_9/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Yes, yes... shoot your load, my sweet nephew... empty yourself into my mouth... let me be your private cum toilet... I'm going to swallow every drop of your cum...<</speech>>
<div class="button-row">
<<link "<<animeButton>> Continue <</animeButton>>" "Ririko 9-7">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $location to "konbini">>
<<set $sexcount +=1>>
<</nobr>>
<<speech "Ririko">>Mmm, so good... your cum is delicious, my dear nephew... I can't get enough of it... you taste absolutely amazing.<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_9/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What a relieve Aunty... I can't get enought of it.... <</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>End<</animeButton>>" "streets">> <</link>>
</div><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $location to "school facade">>
<<set $mei_chat_count +=0>>
<<if $mei_event is not 1 and $mei_event is not 2 and $mei_event is not 3 and $mei_event is not 4 and $mei_event is not 5 and $mei_event is not 6 and $mei_event is not 7 and $mei_event is not 8 and $mei_event is not 9 and $mei_event is not 10 and $mei_event is not 11 and $mei_event is not 12 and $mei_event is not 13 and $mei_event is not 14 and $mei_event is not 15 and $mei_event is not 16 and $mei_event is not 17 and $mei_event is not 18>>
<<set $mei_event to 1>>
<<set $mei_study to 0>>
<<set $mei_oral to 0>>
<<set $mei_vaginal to 0>>
<</if>>
<</nobr>>
Mei's waiting for me at the school gate
<video controls autoplay><source @src='"vid/mei_0/"+either("after_school_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Mei">>Hmm, where's $firstname? Oh, there he is! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Mei 0-1">><</link>>
</div>
<<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $location to "school facade">>
<</nobr>>
<<speech "Mei">>Thank you so much, $firstname, for agreeing to tutor me...I really appreciate it...I'm not very good at this subject, but I hope you can help me...<</speech>>
<video controls autoplay><source @src='"vid/mei_0/"+either("after_school_2","after_school_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Of course Mei-chan, shall we go to your place now? <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Mei 0-2">><</link>>
</div>
<<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $location to "school facade">>
<</nobr>>
<<speech "Mei">>Okay $firstname-kun, let's go to my place<</speech>>
<video controls autoplay><source @src='"vid/mei_0/"+either("after_school_end")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Let's go Mei! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Go to Mei's place<</animeButton>>" "Mei 0-3">><</link>>
</div>
<<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $location to "school facade">>
<<set $mei_study +=1>>
<<toggleclass "body" "mei_room">>
<</nobr>>
<<speech "Mei">>Ahh, I see...so that's where I went wrong with the formula I applied. Thank you so much, $firstname, for pointing out my mistakes...your help is really making a difference.<</speech>>
<video controls autoplay><source @src='"vid/mei_0/"+either("study_3","study_2","study_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah, Mei, in math, it's always best to think simply and focus on the solution. Don't get too caught up in the details, just take it one step at a time and you'll get it.<</speech>>
<div class="button-row">
<<link "<<animeButton>>End studying<</animeButton>>" "Mei 0-4">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "mei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $location to "school facade">>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Mei">>Ahh, I'm tired! But there's definitely been progress...thank you so much, $firstname, for all your help and patience. I couldn't have done this without you.<</speech>>
<video controls autoplay><source @src='"vid/mei_0/"+either("study_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It's nothing Mei... I'm glad that I can help<</speech>>
<div class="button-row">
<<if $remu_event >6 and $mei_event is 1 and $mei_study > 2>><<link "<<animeButton>>Chat with her<</animeButton>>" "Mei 1">><</link>><</if>>
<<if $mei_event >1 >><<link "<<animeButton>>Have sex with Mei<</animeButton>>" "Mei 1-1">><</link>><</if>>
<<link "<<animeButton>>End studying<</animeButton>>" "streets">><</link>>
</div>
<<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $location to "school facade">>
<</nobr>>
<<speech "Mei">>Hey, $firstname...I noticed that you've been spending a lot of time with our class president lately. Are you two... dating?<</speech>>
<video controls autoplay><source @src='"vid/mei_1/"+either("confess")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>How'd you know about that? Ehm... We don't exactly date, but yeah... We're close.. But she rejected me, because she's still dating Izaki... that delinquent you know? <</speech>>
<<speech "Mei">>Do you like her?<</speech>>
<<speech "You">>Yeah.. Kinda... but you know... It's complicated <</speech>>
<<speech "Mei">>Well, if she's not interested in you...I mean, I'm right here, you know. I'd love to help fill that void<</speech>>
<<speech "You">>What do you mean by that?<</speech>>
<div class="button-row">
<<link "<<animeButton>>She leans her face closer to mine<</animeButton>>" "Mei 1-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<if $mei_event <2>><<set $mei_event to 2>><</if>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Mei kisses me... she's so pretty and I can't resist her
<video controls autoplay><source @src='"vid/mei_1/"+either("kiss_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Mei... Are you sure about this?<</speech>>
<<speech "Mei">>Yes $firstname... I want you<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Mei 1-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">>Ahh, yes, $firstname... I've been wanting this since the first time I laid eyes on you<</speech>>
<video controls autoplay loop><source @src='"vid/mei_1/"+either("kiss_1","kiss_2","grope_1","grope_2","grope_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're so sexy Mei<</speech>>
<<speech "Mei">>Use me as you want $firstname... Forget about Remu...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep making-out with her<</animeButton>>" "Mei 1-2">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Mei 1-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">>Mmm, I love the way you taste, $firstname... I've dreamed of this moment for so long... I'm going to suck you dry, baby.<</speech>>
<video controls autoplay loop><source @src='"vid/mei_1/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yess keep on doing that Mei-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Makingout<</animeButton>>" "Mei 1-2">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Mei 1-3">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Mei 1-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">>Yess.. put it inside of me... claim me as your own $firstname... <</speech>>
<video controls autoplay><source @src='"vid/mei_1/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh yes... You're so tight<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her Now!<</animeButton>>" "Mei 1-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">>Ahh! Ahh! Ahh! Fuck!! Yes, keep fucking me, $firstname! I need you so much...harder...deeper...please, don't stop<</speech>>
<video controls autoplay loop><source @src='"vid/mei_1/"+either("mission_1","mission_2","mission_3","mission_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... you like this Mei?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Mei 1-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Mei 1-6">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Mei 1-7">><</link>>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Mei 1-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">>Ahh! Ahh! Ahh! Fuck!! Yes, keep fucking me, $firstname! I need you so much...harder...deeper...please, don't stop<</speech>>
<video controls autoplay loop><source @src='"vid/mei_1/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... you like this Mei?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Mei 1-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Mei 1-6">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Mei 1-7">><</link>>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Mei 1-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">>Ahh! Ahh! Ahh! Fuck!! Yes, keep fucking me, $firstname! I need you so much...harder...deeper...please, don't stop<</speech>>
<video controls autoplay loop><source @src='"vid/mei_1/"+either("lotus_1","lotus_2","lotus_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... you like this Mei?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Mei 1-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Mei 1-6">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Mei 1-7">><</link>>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Mei 1-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">>Ahh yes!! I'm cumming!! I'm cumming so fucking hard!!!!<</speech>>
<video controls autoplay loop><source @src='"vid/mei_1/"+either("mission_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeahh I'm gonna cum soon Mei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Hard!<</animeButton>>" "Mei 1-8">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside<</animeButton>>" "Mei 1-9">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $location to "mei room">>
<<set $mei_mind -=5>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=10>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $mei_sexcount +=1>>
<<set $confidence +=1>>
<</nobr>>
<<speech "Mei">>Oh, yes! Fuck! Cum inside me, $firstname! Unload all of your hot cum inside my pussy! Fill me up with your potent seed! I love you so much!<</speech>>
Mei arches her back, meeting each powerful thrust with a moan as she begs for my release. Her pussy clenches tightly around my cock, milking every last drop of my essence
<video controls autoplay><source @src='"vid/mei_1/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... It feels really good fucking you mei!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Mei 1-10">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $location to "mei room">>
<<set $mei_oral +=1>>
<<set $mei_vaginal +=1>>
<<if $mei_status is "Friend">><<set $mei_status to "Friend with Benefits">><</if>>
<</nobr>>
<<speech "Mei">>So are we now dating? <</speech>>
<video controls autoplay><source @src='"vid/mei_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I don't know yet Mei... About Remu I still....<</speech>>
<<speech "Mei">>Ssshh It's okay $firstname... I know how you feel.. And I want you to know that I'm always here for you <</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Date Her<</animeButton>>" "Mei 1-11">><</link>>
<<link "<<animeButton>>Stay friends (with benefit)<</animeButton>>" "streets">><</link>>
</div><<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<img src="img/char/wip.png" style="max-width: 100%;">
<<link "<<animeButton>>Back<</animeButton>>" "streets">><</link>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $mei_display to 1>>
<</nobr>>
<img src="img/char/mei_2.png" style="max-width: 100%;">
<<speech "You">>
Mei is one of my classmates, and I noticed she's been struggling with studying, especially when she's trying to do it alone. I wanted to help her out and make sure she does well.
<</speech>>
Walkthrough:<<if $met_mei is not 1>> <h1 class="basic-stats"> - Find Mei and introduce yourself to her </h1><<nobr>>
<</nobr>><<elseif $met_mei is 1 and $mei_event is not 1 and $mei_event is not 2 and $mei_event is not 3 and $mei_event is not 4 and $mei_event is not 5 and $mei_event is not 6 and $mei_event is not 7>>
<h1 class="basic-stats">Do tutoring at Mei's place</h1><<nobr>>
<</nobr>><<elseif $mei_event is 1>>
<h1 class="basic-stats">Keep on tutoring Mei for at least 3-4 times and continue Remu's storyline, then chat with Mei after the tutoring session</h1><<nobr>>
<</nobr>><<elseif $mei_event is 2>>
<h1 class="basic-stats">Now Mei is your fuck buddy. It's up to you whether you want to make her your girlfriend or not. You can visit her house to have sex with her (Streets, Weekdays, 5-6pm) </h1><<nobr>>
<</nobr>><<elseif $mei_event is 3>>
<h1 class="basic-stats">Now Mei is your fuck buddy. It's up to you whether you want to make her your girlfriend or not. You can visit her house to have sex with her (Streets, Weekdays, 5-6pm) </h1>
<</if>>
Completed Quest:
<h1 class="basic-stats"> <<if $met_mei > 0>>1. I have met Mei, my classmate<</if>>
<<if $mei_event > 0>>2. I tutored Mei at her place<</if>>
<<if $mei_event > 1>>3. I had sex with Mei after tutoring her<</if>>
<<if $mei_event > 2>>4. I visited Mei's house and had sex with her<</if>>
</h1>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "dining_night">><<else>><<toggleclass "body" "dining_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $location to "dining">>
<<set $ririko_mind -=1>>
<<set $energy +=15>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Ririko">>How's school? Are you adjusting quickly to the city life? <</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("dinner_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It's fine Aunty, the school mates and teachers are great <</speech>>
<<if $ririko_event is 4>><<speech "Ririko">>That's great... Now listen up, $firstname-kun, Kira and Uncle Daisuke will be arriving this weekend. I really hope you can keep our little secret under wraps. You will, right? I don't want my daughter and my husband getting any hints about our... adventure. Are we on the same page?<</speech>>
<<speech "You">>Of course Aunty, I'll see what I can do.<</speech>>
<<speech "Ririko">>Thank you honey... I appreciate that<</speech>><<set $ririko_event to 5>>
<</if>>
<div class="button-row"><<link "<<animeButton>>Back<</animeButton>>" "hallway">><</link>>
</div>
<<nobr>>$saeko_event
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "teacher office">>
<</nobr>><<nobr>>
<</nobr>><<if $time>18>>
<<speech "You">>Saeko Sensei has already left the school <</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">><</link>>
<<else>><<nobr>>
/* Initial Event Saeko */
<</nobr>><<if $saeko_event is not 1 and $saeko_event is not 2 and $saeko_event is not 3 and $saeko_event is not 4 and $saeko_event is not 5 and $saeko_event is not 6 and $saeko_event is not 7 and $saeko_event is not 8 and $saeko_event is not 9 and $saeko_event is not 10 and $saeko_event is not 11 and $saeko_event is not 12 and $saeko_event is not 13 and $saeko_event is not 14 and $saeko_event is not 15 and $saeko_event is not 16 and $saeko_event is not 17 and $saeko_event is not 18 and $time >15 >><<nobr>>
<<set $saeko_status to "Home Room Teacher">>
<<set $saeko_chat_count to 0>>
<<set $saeko_study_count to 0>>
<<set $saeko_oral to 0>>
<<set $saeko_vaginal to 0>>
<<set $saeko_lust to 10>>
<<set $saeko_mind to 100>>
<</nobr>>
I feel like my grades aren't improving as much as I'd like. As if adjusting to city life in Tokyo wasn't hard enough, Miss Saeko, my homeroom teacher, makes it tough for me to achieve good grades.
<<set $saeko_event to 1>>
<<speech "You">>Hi Saeko Sensei... I am $firstname, one of the new student at Suzuran<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_0/"+either("office_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>Yes, what can I help you? And please make it quick since I don't have much time<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 0-1">><</link>>
</div>
/* Saeko_Event 1+*/
<<elseif $saeko_event >0 and $time >15 and $time <19>>
<<speech "Saeko">>Yes $firstname-kun? What can I do for you <</speech>>
<video controls autoplay loop><source @src='"vid/saeko_0/"+either("office_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<nobr>><div class="button-row">
<<if $saeko_event is 1>><<link "<<animeButton>>Report my progress <</animeButton>>" "Saeko 0-2">><</link>><</if>>
<<if $saeko_event >1 and $saeko_event<4>> <<link "<<animeButton>>Ask for private tutoring<</animeButton>>" "Saeko 1">><</link>><</if>>
<<if $saeko_event >3>> <<link "<<animeButton>>Let's have some Private Tutoring at my place?<</animeButton>>" "Saeko 1-5">><</link>><</if>>
<<if $saeko_event >3>> <<link "<<animeButton>>Let's have sex in the storage room<</animeButton>>" "Saeko 2">><</link>><</if>>
<<if $saeko_event >4>> <<link "<<animeButton>>Let's have sex in an empty classroom<</animeButton>>" "Saeko 3">><</link>><</if>>
<<if $saeko_event >5>> <<link "<<animeButton>>Let's have sex in an empty toilet<</animeButton>>" "Saeko 4">><</link>><</if>>
<<if $saeko_event >5 and $remu_event >6 and $rei_event is not 1 and $rei_event is not 2 and $rei_event is not 3 and $rei_event is not 4 and $rei_event is not 5 and $rei_event is not 6 and $rei_event is not 7 and $rei_event is not 8 and $rei_event is not 9 and $rei_event is not 10 and $rei_event is not 11>> <<link "<<animeButton>>Rei Sensei Event<</animeButton>>" "Rei Init">><</link>><</if>>
<<if $saeko_event >5 and $remu_event >6 and $tsubasa_event is not 1 and $tsubasa_event is not 2 and $tsubasa_event is not 3 and $tsubasa_event is not 4 and $tsubasa_event is not 5 and $tsubasa_event is not 6 and $tsubasa_event is not 7 and $tsubasa_event is not 8 and $tsubasa_event is not 9 and $tsubasa_event is not 10 and $tsubasa_event is not 11>> <<link "<<animeButton>>Apply for Geography Class<</animeButton>>" "Tsubasa Init">><</link>><</if>>
<<link "<<animeButton>>It's nothing<</animeButton>>" "teacher office">><</link>>
</div><</nobr>><<else>>
<<speech "You">>Saeko Sensei isn't here right now. She's teaching in her classroom.<</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "teacher office">><</link>>
<</if>><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "teacher office">>
<</nobr>><<nobr>>
<<set $time +=2>>
<</nobr>>
<<speech "Saeko">>What is it $firstname-kun? Make it quick, I'm a busy lady<</speech>>
<video controls autoplay><source @src='"vid/saeko_0/"+either("office_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>2
<<speech "You">>My grade is not improving Mam... No matter how hard I tried<</speech>>
<<speech "Saeko">>Try harder, $firstname. Listen, before I make any decisions, I need to see your report first. So, I want you to bring me your study report for the next three days. Each evening, after school, come and show me your results, okay? Come back tomorrow and bring me your result<</speech>>
<<speech "You">>Will do. Thank you very much mam<</speech>>
<<speech "Saeko">>Okay, you're dismissed<</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "teacher office">><</link>>
<<nobr>>$saeko_chat_count
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "teacher office">>
<</nobr>><<nobr>>
<<set $saeko_chat_count +=1>>
<<set $time +=2>>
<</nobr>><<if $saeko_chat_count <4>>
<<speech "Saeko">>So, do you have what I asked?<</speech>>
<video controls autoplay><source @src='"vid/saeko_0/"+either("office_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Here's my study report for the day, ma'am.<</speech>>
<<speech "Saeko">>Great, I'll review it as soon as I can. Once I've gone through all three reports, I'll give you my assessment, and we'll figure out what to do from there.<</speech>>
<<speech "You">>Thank you very much for your help mam<</speech>>
<<speech "Saeko">>Okay, you're dismissed<</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "teacher office">><</link>>
<<else>><<set $saeko_event to 2>>
<<speech "Saeko">>Come here real quick $firstname<</speech>>
<video controls autoplay><source @src='"vid/saeko_0/"+either("office_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>2
<<speech "You">>Yes ma'am, have you decided anything?<</speech>>
<<speech "Saeko">>Listen, it's not great. Just because you're a top students in the country-side means that you'll do well in the city. I think we need extra teaching session in your place. But, it will cost you 2000 yen for each visit. Do you agree on this?<</speech>>
Damn it, Saeko Sensei is not as innocent as she looks. She is using her position as a homeroom teacher to milk her students like this. I've got to do something about this
<<speech "You">>I'll do anything to get my grade <</speech>>
<<speech "Saeko">>Okay, then we can start the extra session tomorrow<</speech>>
<<link "<<animeButton>>Back<</animeButton>>" "teacher office">><</link>>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $money -=2000>>
<</nobr>>
<<speech "Saeko">>Sure, I'll pack my things up now. You go ahead and head home, and I'll meet you at your place, okay?<</speech>>
<video controls autoplay><source @src='"vid/saeko_0/"+either("office_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay ma'am, I'll met you there, and I already transferred 2000 Yen to your account<</speech>>
<<speech "Saeko">>Alright, it's confirmed. I'll see you at your place<</speech>>
<div class="button-row">
<<link "<<animeButton>>Private tutoring at my place<</animeButton>>" "Saeko 1-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $saeko_study_count +=1>>
<<set $time +=2>>
<<set $location to "bedroom">>
<</nobr>><<if $saeko_study_count <3>>
<<speech "Saeko">>Hmm it seems that there are things you can improve on several subjects $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/saeko_0/"+either("visit_1","visit_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'll see what I can do to improve that ma'am<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Session<</animeButton>>" "bedroom">><</link>>
</div>
<<else>>
<<set $saeko_event to 3>>
<<speech "Saeko">>$firstname I don't think this is working out. You're not making much progress. If you want to make it in the city, you need to put in more effort. And at this rate, getting into Tokyo National University seems unlikely<</speech>>
<video controls autoplay><source @src='"vid/saeko_0/"+either("visit_1","visit_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>But ma'am, I've already given it my best shot! Maybe the issue is on your end. I've tutored my cousin and friends at school, and I think I'm doing better than they are<</speech>>
<<speech "Saeko">>Alright, I'll tell you this: I'll give you another chance tomorrow. You better come prepared. If not, I'm going to recommend that you be transferred back to your previous school.<</speech>>
<<speech "You">>Please, you can't do this to me! Don't send me back to my old school in the countryside.<</speech>>
<<speech "Saeko">>I'll see what can I do tomorrow okay?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Event<</animeButton>>" "Saeko 1-2">><</link>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $money -=0>>
<<set $saeko_study_count +=1>>
<<set $time +=2>>
<<set $location to "bedroom">>
<</nobr>>
Saeko-Sensei's words cut deep, like an arrow. It stung, real bad. She looked on me low, just for being a country-side village boy. But those Suzuran High kids, they ain't got the smarts either. I stand taller than them, that's clear.
<<speech "You">> There's something fishy here. She's asking for 2000 yen for each private lesson, don't sit right with me. Wonder if I should speak to Aunt Ririko 'bout this.<</speech>>
I decided to buy an aphrosidiac, and I'll put it inside her drink next time I'm having private session with her
<div class="button-row"><img src="img/misc/aphro.png" class="zoom-image" alt="Image"></div>
<<speech "You">> Let's see if this thing makes any difference to her. <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Event<</animeButton>>" "Saeko 1-3">><</link>>
</div><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $money -=0>>
<<if $day is 7>><<set $day to 1>><<else>><<set $day +=1>><</if>>
<<set $time to 17>>
<<set $location to "bedroom">>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<</nobr>>
I put the aphrosidiac into her tea, and serve it to her
<<speech "You">>Here's your tea, ma'am. My aunt just got some green tea bags from Kagoshima, reckon you'd like to give it a try.<</speech>>
<video controls autoplay><source @src='"vid/saeko_0/"+either("drink_drugs")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>Oh how nice of you $firstname-kun... You're not bribing me right?<</speech>>
<<speech "You">>Of course not ma'am... How is it?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Event<</animeButton>>" "Saeko 1-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $money -=0>>
<<set $time +=0>>
<<set $location to "bedroom">>
<</nobr>>
She faints directly to the floor as the aphrosidiac kicks in
<<speech "Saeko">>Oh dear, my head's all spinning around... and it feels like my body's on fire... What was in that drink you gave me?<</speech>>
<video controls autoplay><source @src='"vid/saeko_0/"+either("faint")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Saeko-sensei! are you okay?<</speech>>
I act like I don't know what's going on.
<<speech "Saeko">>It's alright, I just feel like I'm... Darn it... My body's feeling real hot.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Event<</animeButton>>" "Saeko 1-5">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $saeko_event is 3>>
<<speech "Saeko">>Ahh shitt yeah!! My head is dizzy... What are you... doing???<</speech>>
<video controls autoplay><source @src='"vid/saeko_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah sensei, I've been dreaming about this since the beginning<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 1-6">><</link>>
</div>
<<else>>
<<speech "Saeko">>Sshhh, slow down $firstname... We don't want your aunt and cousin knowing about this.<</speech>>
<video controls autoplay><source @src='"vid/saeko_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... do you like this Saeko Sensei?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 1-6">><</link>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $saeko_event is 3>>
<<speech "Saeko">>Stop it $firstname-kun! You're gonna... you're gonna break me if you keep doing this...<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_1/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>That's exactly what I want sensei....<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 1-7">><</link>>
</div>
<<else>>
<<speech "Saeko">>Ohh shit... My breasts are my weakness... Keep on doing that $firstname<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_1/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>These breasts are the best sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 1-7">><</link>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $saeko_event is 3>>
<<speech "Saeko">>No!! Hold up, $firstname!! I'm asking you, please!! I'll make sure you pass that homeroom test, right away! Just don't do this, $firstname.<</speech>>
<video controls autoplay><source @src='"vid/saeko_1/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It's too late sensei, I'm gonna fuck you right now<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 1-8">><</link>>
</div>
<<else>>
<<speech "Saeko">>Yess put it in right away $firstname... Show me what you can do<</speech>>
<video controls autoplay><source @src='"vid/saeko_1/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Are you ready now sensei?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 1-8">><</link>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=8>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $saeko_event is 3>>
<<speech "Saeko">>Oh shit, this feels so fucking wrong. What am I doing? Letting my student fuck me like this... Fuck, it feels too good to stop though. You're so damn good at it, $firstname<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_1/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hell yeah, it feels good, doesn't it sensei? It's the first time I've ever fucked my teacher. This city life is the best.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 1-8">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 1-9">><</link>>
<<link "<<animeButton>>Side<</animeButton>>" "Saeko 1-10">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Saeko 1-11">><</link>>
</div>
<<else>>
<<speech "Saeko">>Ahh yes... fuck me harder, $firstname! Fuck me like you truly desire me... You've always wanted me, haven't you? I can tell by the way you stare at my breasts during class.<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_1/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You like that, huh sensei? Finally getting your pussy fucked by a real man? You were always so uptight and looked down on me in class. Who's laughing now, huh?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 1-8">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 1-9">><</link>>
<<link "<<animeButton>>Side<</animeButton>>" "Saeko 1-10">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Saeko 1-11">><</link>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=8>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $saeko_event is 3>>
<<speech "Saeko">>Oh shit, this feels so fucking wrong. What am I doing? Letting my student fuck me like this... Fuck, it feels too good to stop though. You're so damn good at it, $firstname<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_1/"+either("side_1","side_2","side_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hell yeah, it feels good, doesn't it sensei? It's the first time I've ever fucked my teacher. This city life is the best.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 1-8">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 1-9">><</link>>
<<link "<<animeButton>>Side<</animeButton>>" "Saeko 1-10">><</link>>
</div>
<<else>>
<<speech "Saeko">>Ahh yes... fuck me harder, $firstname! Fuck me like you truly desire me... You've always wanted me, haven't you? I can tell by the way you stare at my breasts during class.<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_1/"+either("side_1","side_2","side_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You like that, huh sensei? Finally getting your pussy fucked by a real man? You were always so uptight and looked down on me in class. Who's laughing now, huh?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 1-8">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 1-9">><</link>>
<<link "<<animeButton>>Side<</animeButton>>" "Saeko 1-10">><</link>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=8>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $saeko_event is 3>>
<<speech "Saeko">>Oh shit, this feels so fucking wrong. What am I doing? Letting my student fuck me like this... Fuck, it feels too good to stop though. You're so damn good at it, $firstname<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_1/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hell yeah, it feels good, doesn't it sensei? It's the first time I've ever fucked my teacher. This city life is the best.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 1-8">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 1-9">><</link>>
<<link "<<animeButton>>Side<</animeButton>>" "Saeko 1-10">><</link>>
</div>
<<else>>
<<speech "Saeko">>Ahh yes... fuck me harder, $firstname! Fuck me like you truly desire me... You've always wanted me, haven't you? I can tell by the way you stare at my breasts during class.<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_1/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You like that, huh sensei? Finally getting your pussy fucked by a real man? You were always so uptight and looked down on me in class. Who's laughing now, huh?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 1-8">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 1-9">><</link>>
<<link "<<animeButton>>Side<</animeButton>>" "Saeko 1-10">><</link>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=8>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $saeko_event is 3>>
<<speech "Saeko">>No, no, no... I can't be doing this. This is so fucking wrong, getting fucked by my own student. But... the way you take me, $firstname. The way your body moves, the way you touch me... it's making me feel things I shouldn't feel!! You're making me cum, $firstname. You're making me cum so hard. Ahhh, fuck, I can't control it. I can feel myself losing control... submitting to you like this<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_1/"+either("mission_intense_1","mission_intense_2","mission_intense_3","mission_intense_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ha! Listen to you, sensei! You're nothing but a slut who can't resist my touch. Admit it, you've been wanting this for so long, haven't you? You always looked at me with disgust, like I was some sort of lower class citizen. But look at you now. You're beneath me, taking every inch of my dick like a good little whore..<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her hard<</animeButton>>" "Saeko 1-11">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside<</animeButton>>" "Saeko 1-12">><</link>><</if>>
</div>
<<else>>
<<speech "Saeko">>Ooooh, fuck me, $firstname!!! Yes, oh god yes!!! Take it all, you big fucking stud!!!! Mmmm, yes, that's it. Fill me up with your cum, $firstname. Unload all that thick, hot seed into my dirty little hole. Ahhhfuck, I'm cumming again!!<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_1/"+either("mission_intense_1","mission_intense_2","mission_intense_3","mission_intense_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ha! Listen to you, sensei! You're nothing but a slut who can't resist my touch. Admit it, you've been wanting this for so long, haven't you? You always looked at me with disgust, like I was some sort of lower class citizen. But look at you now. You're beneath me, taking every inch of my dick like a good little whore..<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her hard<</animeButton>>" "Saeko 1-11">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside<</animeButton>>" "Saeko 1-12">><</link>><</if>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $location to "bedroom">>
<<set $saeko_mind -=5>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=10>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $saeko_sexcount +=1>>
<<set $saeko_vaginal +=1>>
<<set $confidence +=2>>
<</nobr>><<if $saeko_event is 3>>
<<speech "Saeko">>Oh fuck!! You're cumming so damn much, $firstname!! What the fuck am I gonna do with all of this?? Stop cumming!! I don't wanna get pregnant, goddamn it!!<</speech>>
<video controls autoplay><source @src='"vid/saeko_1/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It's too late sensei!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 1-13">><</link>>
</div>
<<else>>
<<speech "Saeko">>Oh yes, baby... cum for me, $firstname. Give me all of that hot, thick load. I don't care about getting pregnant, I just want to feel you cumming inside me.. Don't hold back, I want you to shoot it all inside me until you're completely empty<</speech>>
<video controls autoplay><source @src='"vid/saeko_1/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuckk here I cum sensei!!! <</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 1-13">><</link>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<</nobr>><<if $saeko_event is 3>><<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<speech "Saeko">>What? What did you do, $firstname? Are you recording all of this?? Please don't do this to me, $firstname.<</speech>>
<video controls autoplay><source @src='"vid/saeko_1/"+either("aftermath_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You better listen close, sensei. From now on, you're going to do everything I say without hesitation. I own you. Every inch of your body belongs to me. And if you ever disobey me or try to resist, I'll leak this video and ruin your career. You'll be begging at my feet to keep your dirty little secret hidden. But don't worry, I'll take good care of you. I'll let you feel pleasure beyond anything you've ever felt before, but only if you do exactly as I say. Do you understand, sensei?<</speech>>
<<speech "Saeko">>Okay... okay... but please don't leak it. It will certainly ruin me<</speech>>
After I sent Saeko Sensei home, things are going to be real interesting... I can't wait to see the dynamic the two of us will have in school. <<set $saeko_event to 4>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "bedroom">><</link>>
</div>
<<else>>
<<speech "Saeko">>Ahh ahhh ahh damn it... it feels great $firstname... How can a teen like you have this kind of a sex ability? Are you experienced.<</speech>>
<video controls autoplay><source @src='"vid/saeko_1/"+either("aftermath_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hah! I'm the best in this field Sensei... Thanks for letting me use your body anywat<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "bedroom">><</link>>
</div>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_storage">><<else>><<toggleclass "body" "school_storage">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "school hallway f1">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Wait, $firstname... please, can we slow down a bit? I want this so bad, but I don't want to ruin my favorite clothes... Can we take it easy, hm?<</speech>>
<video controls autoplay><source @src='"vid/saeko_2/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I can't wait any longer sensei... I want you now...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 2-1">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "school_storage">><<else>><<toggleclass "body" "school_storage">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Mmmm, you're so good at this, $firstname... I'm getting so turned on. Keep going... Don't stop now. I've been thinking about this all day... about you touching me like this. You make me feel so hot... I want more.<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_2/"+either("foreplay_1","foreplay_2","foreplay_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You really can't be helped aren't you sensei?<</speech>>
<<speech "Saeko">>You're the one who made me like this $firstname!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep doing foreplay<</animeButton>>" "Saeko 2-1">><</link>>
<<link "<<animeButton>>Fuck her now<</animeButton>>" "Saeko 2-2">><</link>>
</div><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $tsubasa_display to 0>>
<</nobr>><<speech "You">> Choose which character you want to see <</speech>>
<<nobr>><div class="button-row">
<a data-passage="Saeko Guide" class="link-internal link-image">
<img src="button/saeko_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="Rei Guide" class="link-internal link-image">
<img src="button/rei_icon.png" class="zoom-image" alt="Image"></a>
<a data-passage="Tsubasa Guide" class="link-internal link-image">
<img src="button/tsubasa_icon.png" class="zoom-image" alt="Image"></a>
</div><</nobr>>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>><<nobr>><<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $saeko_display to 1>>
<</nobr>>
<img src="img/char/saeko_2.png" style="max-width: 100%;">
<<speech "You">>Saeko Sensei is my homeroom teacher. She is married with no kids.<</speech>>
Walkthrough: <<if $saeko_event is not 1 and $saeko_event is not 2 and $saeko_event is not 3 and $saeko_event is not 4 and $saeko_event is not 5 and $saeko_event is not 6 and $saeko_event is not 7 and $saeko_event is not 8 and $saeko_event is not 9 and $saeko_event is not 10 and $saeko_event is not 11 and $saeko_event is not 12 and $saeko_event is not 13 and $saeko_event is not 14 and $saeko_event is not 15 and $saeko_event is not 16 and $saeko_event is not 17 and $saeko_event is not 18>><h1 class="basic-stats"> - Meet Saeko in Teacher's Room
</h1><<nobr>>
<</nobr>><<elseif $saeko_event is 1>>
<h1 class="basic-stats">Report your progress to her after class (5pm) for 3-4 times</h1><<nobr>>
<</nobr>><<elseif $saeko_event is 2 >>
<h1 class="basic-stats">Do private tutoring with her 3 times</h1><<nobr>>
<</nobr>><<elseif $saeko_event is 3>>
<h1 class="basic-stats">Do private tutoring with her 3 times <<if $saeko_study_count >2>>& continue the event to buy an aphrosidiac <</if>> </h1><<nobr>>
<</nobr>><<elseif $saeko_event is 4>>
<h1 class="basic-stats">Now I can invite her again for private tutoring & I can have sex with her in the storage room</h1><<nobr>>
<</nobr>><<elseif $saeko_event is 5>>
<h1 class="basic-stats">Meet her at the 2nd floor hallway at 5pm and ask her to have sex in an empty classroom</h1><<nobr>>
<</nobr>><<elseif $saeko_event is 6>>
<h1 class="basic-stats">Meet her at the 2nd floor hallway at 5pm and ask her to have sex in a toilet</h1><<nobr>>
<</nobr>><<elseif $saeko_event is 7>>
<h1 class="basic-stats">Meet her at the 2nd floor hallway at 5pm and ask her to have sex in her house</h1><<nobr>>
<</nobr>><<elseif $saeko_event is 8>>
<h1 class="basic-stats">Meet her at the 2nd floor hallway at 5pm and ask her to fool around in the school clinic</h1><<nobr>>
<</nobr>><<elseif $saeko_event is 9>>
<h1 class="basic-stats">Meet her at the 2nd floor hallway at 5pm and ask her to have a qucikie in my place (This is the end content for 0.04) </h1><</if>>
Completed Quest:
<h1 class="basic-stats">
<<if $saeko_event >0>>1. I have met Saeko Sensei in the teacher's office<</if>>
<<if $saeko_event > 1>>2. I have reported my study progress to her.<</if>>
<<if $saeko_event > 2>>3. I did private tutoring with her at least 3 times.<</if>>
<<if $saeko_event > 3>>4. I drugged her and had sex with her.<</if>>
<<if $saeko_event > 4>>5. I had sex with her in an empty storage room<</if>>
<<if $saeko_event > 5>>6. I had sex with her in an empty classroom<</if>>
<<if $saeko_event > 6>>7. I had sex with her in an empty toilet<</if>>
<<if $saeko_event > 7>>8. I had sex with her in her house<</if>>
<<if $saeko_event > 8>>9. I had sex with her in school clinic<</if>>
<<if $saeko_event > 10>>10. I had quickie with her in my place<</if>></h1>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_storage">><<else>><<toggleclass "body" "school_storage">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Come on, $firstname, don't make me wait any longer. I want you inside of me, big and hard. Let's make this quick and dirty, yeah?<</speech>>
<video controls autoplay><source @src='"vid/saeko_2/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Damn, sensei, you're already so fucking soaking wet! Can't wait to feel myself inside you and hear you scream my name.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her now<</animeButton>>" "Saeko 2-3">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "school_storage">><<else>><<toggleclass "body" "school_storage">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=8>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Oh yeah! Just like that, $firstname!! Keep pumping me hard and fast just like that!! Don't stop, baby! Give it to me!<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_2/"+either("missionary_1","missionary_2","missionary_3","missionary_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck, Sensei! Your pussy feels so goddamn good! Can't get enough of it!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 2-3">><</link>>
<<link "<<animeButton>>Standing Missionary<</animeButton>>" "Saeko 2-4">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 2-5">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Saeko 2-6">><</link>>
</div>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Saeko 2-7">><</link>> <<nobr>>
<<if $time>18>><<toggleclass "body" "school_storage">><<else>><<toggleclass "body" "school_storage">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=8>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Oh yeah! Just like that, $firstname!! Keep pumping me hard and fast just like that!! Don't stop, baby! Give it to me!<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_2/"+either("mission_stand_1","mission_stand_2","mission_stand_3","mission_stand_4","mission_stand_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck, Sensei! Your pussy feels so goddamn good! Can't get enough of it!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 2-3">><</link>>
<<link "<<animeButton>>Standing Missionary<</animeButton>>" "Saeko 2-4">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 2-5">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Saeko 2-6">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_storage">><<else>><<toggleclass "body" "school_storage">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=8>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Oh yeah! Just like that, $firstname!! Keep pumping me hard and fast just like that!! Don't stop, baby! Give it to me!<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_2/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck, Sensei! Your pussy feels so goddamn good! Can't get enough of it!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 2-3">><</link>>
<<link "<<animeButton>>Standing Missionary<</animeButton>>" "Saeko 2-4">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 2-5">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Saeko 2-6">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_storage">><<else>><<toggleclass "body" "school_storage">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=8>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Oh yeah! Just like that, $firstname!! Keep pumping me hard and fast just like that!! Don't stop, baby! Give it to me!<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_2/"+either("side_1","side_2","side_3","side_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck, Sensei! Your pussy feels so goddamn good! Can't get enough of it!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 2-3">><</link>>
<<link "<<animeButton>>Standing Missionary<</animeButton>>" "Saeko 2-4">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 2-5">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Saeko 2-6">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_storage">><<else>><<toggleclass "body" "school_storage">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=8>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Oh fuck yeah!! Keep doing it, $firstname!! Pump me harder and faster!! Give it to me like you own me!! Oh god, I'm gonna cum!!! Don't stop, $firstname! Don't you dare fucking stop!!<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_2/"+either("missionary_intense_1","missionary_intense_2","missionary_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh fuck!! I'm gonna cum soon Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her hard<</animeButton>>" "Saeko 2-7">><</link>>
<<if $lust>99>> <<link "<<animeButton>>Cum inside her!<</animeButton>>" "Saeko 2-8">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_storage">><<else>><<toggleclass "body" "school_storage">><</if>>
<<set $saeko_mind -=5>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=10>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $saeko_sexcount +=1>>
<<set $saeko_vaginal +=1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Saeko">>Please, $firstname!! I want you to cum inside of me!! Give it to me, baby!! I need to feel you fill me up with your hot, thick load!!<</speech>>
<video controls autoplay><source @src='"vid/saeko_2/"+either("missionary_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck I'm cumming Sensei!!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 2-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_storage">><<else>><<toggleclass "body" "school_storage">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<if $saeko_event is 4>><<set $saeko_event to 5>><</if>>
<<set $time +=1>>
<</nobr>><<nobr>>
<</nobr>>
<<speech "Saeko">>Oh yeah, $firstname, fill me up. I don't care about anything else but feeling your hot cum inside of me. Just use my body however you want, I'm all yours.<</speech>>
<video controls autoplay><source @src='"vid/saeko_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ha ha ha, are you sure about that, Sensei? Once you're mine, I'll be using you often then. Are you ready for that?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "school hallway f2">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>I can't believe I'm doing this in the classroom, but fuck it. This feels so fucking good.<</speech>>
<video controls autoplay><source @src='"vid/saeko_3/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>The adrenaline rush and the fear of getting caught... It's just so exciting, Sensei. It's making everything so much hotter. Can't get enough of this thrill pumping through my veins.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 3-1">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Oh fuckkk... Can you feel it, $firstname? My tight pussy squeezing your cock so hard as I ride you like this? It feels so fucking amazing, baby.<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_3/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yes.. it feels so good sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Saeko 3-1">><</link>>
<<link "<<animeButton>>Kiss her<</animeButton>>" "Saeko 3-2">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 3-3">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside her<</animeButton>>" "Saeko 3-4">><</link>><</if>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Ongghh arghhh slrppp shitt $firstname... Kiss me like there's no tomorrow<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_3/"+either("cow_kiss")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ehmmm your lips taste so good Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Saeko 3-1">><</link>>
<<link "<<animeButton>>Kiss her<</animeButton>>" "Saeko 3-2">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 3-3">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside her<</animeButton>>" "Saeko 3-4">><</link>><</if>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Yess baby!! keep pounding my body just like that $firstname!! Use it as you like baby!!<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_3/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You like that, huh Sensei? Finally getting your pussy fucked by a real man? You were always so uptight and looked down on me in class. Who's laughing now, huh?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Saeko 3-1">><</link>>
<<link "<<animeButton>>Kiss her<</animeButton>>" "Saeko 3-2">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 3-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $saeko_mind -=5>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=10>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $saeko_sexcount +=1>>
<<set $saeko_vaginal +=1>>
<<if $saeko_event is 5>><<set $saeko_event to 6>><</if>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Saeko">>Please, $firstname!! I want you to cum inside of me!! Give it to me, baby!! I need to feel you fill me up with your hot, thick load!!<</speech>>
<video controls autoplay><source @src='"vid/saeko_3/"+either("cow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck I'm cumming Sensei!!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>End scene<</animeButton>>" "school hallway f2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_class_3_day">><<else>><<toggleclass "body" "school_class_3_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<</nobr>><<nobr>>
<</nobr>>
<<speech "Saeko">>Oh yeah, $firstname, fill me up. I don't care about anything else but feeling your hot cum inside of me. Just use my body however you want, I'm all yours.<</speech>>
<video controls autoplay><source @src='"vid/saeko_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ha ha ha, are you sure about that, Sensei? Once you're mine, I'll be using you often then. Are you ready for that?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "school hallway f2">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "girl_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Come on, $firstname, we don't have much time. Let's get this over with quickly and make it hot as hell.<</speech>>
<video controls autoplay><source @src='"vid/saeko_4/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Don't worry, it won't take more than 10 minutes<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 4-1">><</link>>
</div> <<nobr>>
<<toggleclass "body" "girl_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Now get down Sensei... Suck my dirty dick<</speech>>
<video controls autoplay><source @src='"vid/saeko_4/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>Ugh, $firstname, your dick smells terrible... But honestly, it's kinda turning me on. I want to taste it and feel it inside of me, even with the stench.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 4-2">><</link>>
</div> <<nobr>>
<<toggleclass "body" "girl_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Engghh... slrppp ogngghh ahhh<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_4/"+either("bj_1","bj_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh keep sucking me just like that sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Blowjob<</animeButton>>" "Saeko 4-2">><</link>>
<<link "<<animeButton>>Undress Her<</animeButton>>" "Saeko 4-3">><</link>>
</div> <<nobr>>
<<toggleclass "body" "girl_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Yeah unbotton my blouse and grope me all you want $firstname<</speech>>
<video controls autoplay><source @src='"vid/saeko_4/"+either("bj_undress")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah you're so fucking tasty Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Faster blowjob<</animeButton>>" "Saeko 4-4">><</link>>
</div> <<nobr>>
<<toggleclass "body" "girl_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Engghh... slrppp ogngghh ahhh<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_4/"+either("bj_grope_1","bj_intense_2","bj_intense_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh keep sucking me just like that sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Blowjob<</animeButton>>" "Saeko 4-4">><</link>>
<<if $lust >99>><<link "<<animeButton>>Cum in her mouth<</animeButton>>" "Saeko 4-5">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "girl_toilet">>
<<set $saeko_mind -=5>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=10>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $saeko_sexcount +=1>>
<<set $saeko_oral +=1>>
<<if $saeko_event is 6>><<set $saeko_event to 7>><</if>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Saeko">>Please, $firstname!! I want you to cum in my mouth!! Give it to me, baby!! I need to feel you fill my throat with your hot, thick load!!<</speech>>
<video controls autoplay><source @src='"vid/saeko_4/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck I'm cumming Sensei!!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 4-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "girl_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<if $saeko_event is 6>><<set $saeko_event to 7>><</if>>
<<set $time +=1>>
<</nobr>><<nobr>>
<</nobr>>
<<speech "You">>Swallow it all, sensei! I want to see you take my spunk like a champ and swallow it down with pride<</speech>>
<video controls autoplay><source @src='"vid/saeko_4/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>Wait a second, $firstname. You've got a massive load there... It will take me a while to swallow it all. Don't worry, I won't waste a drop... *gulp* there you go... satisfied now?<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "school hallway f1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_2_day">><<else>><<toggleclass "body" "school_hall_2_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=1>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
I see Saeko Sensei is coming down from the 2nd floor
<video controls autoplay><source @src='"vid/saeko_5/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<div class="button-row">
<<link "<<animeButton>>Meet her<</animeButton>>" "Saeko 5-1">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_2_day">><<else>><<toggleclass "body" "school_hall_2_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=1>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">> $firstname-kun? What do you want? <</speech>>
<video controls autoplay><source @src='"vid/saeko_5/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<div class="button-row">
<<link "<<animeButton>>Can I come over to your place? Your husband isn't gonna be around at this hour, right?<</animeButton>>" "Saeko 5-2">><</link>>
<<if $saeko_event >7>> <<link "<<animeButton>>I want a quick fun at the clinic<</animeButton>>" "Saeko 6">><</link>><</if>>
<<if $saeko_event >8>> <<link "<<animeButton>>Let's get to my place and fuck each other's brains out<</animeButton>>" "Saeko 7">><</link>><</if>>
<<link "<<animeButton>>It's nothing, Take care Sensei<</animeButton>>" "school hallway f2">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "saeko_room">><<else>><<toggleclass "body" "saeko_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "saeko room">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=1>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Is that the picture of your husband, Sensei? <</speech>>
<video controls autoplay><source @src='"vid/saeko_5/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>Let's not talk about that right now... $firstname-kun.. Just focus on me tonight shall we?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss her<</animeButton>>" "Saeko 5-3">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "saeko_room">><<else>><<toggleclass "body" "saeko_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "saeko room">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=4>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Just like that, baby... Keep kissing me with your tongue... Mmm, it feels so good... Don't stop.<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_5/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Mmm, you taste so good, sensei... Banging married women is just the most exciting thing for me... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing Her<</animeButton>>" "Saeko 5-3">><</link>>
<<link "<<animeButton>>Continue to foreplay<</animeButton>>" "Saeko 5-4">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "saeko_room">><<else>><<toggleclass "body" "saeko_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "saeko room">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=1>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Yes, $firstname-kun, just like that. Keep exploring my body and making me feel so good.<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_5/"+either("foreplay_1","foreplay_2","foreplay_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Damn, this is the best body ever... I just love your body, Sensei! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue doing foreplay<</animeButton>>" "Saeko 5-4">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Saeko 5-5">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "saeko_room">><<else>><<toggleclass "body" "saeko_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "saeko room">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Ahh yess.. put it inside $firstname... I want you inside of me baby...<</speech>>
<video controls autoplay ><source @src='"vid/saeko_5/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Are you ready to be rammed Sensei?!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her Now<</animeButton>>" "Saeko 5-6">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "saeko_room">><<else>><<toggleclass "body" "saeko_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "saeko room">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Yess baby!! fuck me hard! harder!! deeper!! I want you to make use of my body! explore every inch for it<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_5/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yes!! Fuck!! Your pussy feels so fucking amazing, Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 5-6">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 5-7">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "saeko_room">><<else>><<toggleclass "body" "saeko_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "saeko room">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Yess baby!! fuck me hard! harder!! deeper!! I want you to make use of my body! explore every inch for it<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_5/"+either("mission_1","mission_2","mission_3","mission_4","mission_5","mission_intense_1","mission_intense_2","mission_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yes!! Fuck!! Your pussy feels so fucking amazing, Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 5-6">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 5-7">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Saeko 5-8">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "saeko_room">><<else>><<toggleclass "body" "saeko_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "saeko room">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>AHH HAHH AHH AHH!!! $firstname!! AHH!! I'm cumming!! I'm fucking cumming!!! Are you there yet, $firstname? Come on!! Cum for me, baby!! Cum inside of me! Knock me up!! Impregnate me!! Make me a mother!! Something my husband has been unable to do!! Give it to me, baby!! Fill me up with your hot, sticky load!! Make me a mother, something my husband couldn't do!!<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_5/"+either("mission_intense_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh Sensei!! I'm gonna cum soon too!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Saeko 5-8">><</link>>
<<if $lust>99>> <<link "<<animeButton>>Cum Inside<</animeButton>>" "Saeko 5-9">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "saeko_room">><<else>><<toggleclass "body" "saeko_room">><</if>>
<<set $saeko_mind -=5>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=10>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $saeko_sexcount +=1>>
<<set $saeko_vaginal +=1>>
<<if $saeko_event is 7>><<set $saeko_event to 8>><</if>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Saeko">>Ahh yess!! fuck!! I can feel it deep inside of me $firstname!!! Yess fuck!!!<</speech>>
<video controls autoplay><source @src='"vid/saeko_5/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>SHITT!!!! FUCKK!!! It feels so fucking good Sensei!!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 5-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "saeko_room">><<else>><<toggleclass "body" "saeko_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<</nobr>><<nobr>>
<</nobr>>
<<speech "Saeko">>Damn it, $firstname... I don't even care if you actually impregnate me at this rate. I've been wanting a baby for so long, but my husband has been unable to... Maybe, just maybe, this is the way to finally have a child.<</speech>>
<video controls autoplay><source @src='"vid/saeko_5/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ha ha ha ha I'm happy to contribute then<</speech>>
<div class="button-row">
<<link "<<animeButton>>Go Home<</animeButton>>" "streets">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "clinic_bed">><<else>><<toggleclass "body" "clinic_bed">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "saeko room">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=1>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>You're such an insatiable bastard, $firstname-kun... Asking your own home-room teacher to fool around in the school clinic at this hour<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_6/"+either("makeout_1","makeout_2","makeout_3","makeout_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Because I got horny watching you teaching in-class Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing her<</animeButton>>" "Saeko 6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Saeko 6-1">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "clinic_bed">><<else>><<toggleclass "body" "clinic_bed">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "saeko room">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=2>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Do you like it, $firstname-kun? Having your own sensei sucking your big hard cock like this? You couldn't even wait until we got to my home, could you? You wanted it right here, right now, in our school.<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_6/"+either("bj_1","bj_2","bj_3","bj_4","bj_5","bj_intense_1","bj_intense_2","bj_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeahh Sensei.. keep sucking it just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss her<</animeButton>>" "Saeko 6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Saeko 6-1">><</link>>
<<link "<<animeButton>>Blowjob Faster<</animeButton>>" "Saeko 6-2">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "clinic_bed">><<else>><<toggleclass "body" "clinic_bed">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "saeko room">><</nobr>><<nobr>>
<<set $saeko_mind -=1>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=2>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=14>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Oh my god! I can feel your cock throbbing in my mouth, $firstname-kun! Are you gonna cum, baby? Cum for me. Give me your hot, white, thick load. I want to taste you.<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_6/"+either("bj_intense_high_1","bj_intense_high_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh shit!! I'm gonna cum sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob Faster<</animeButton>>" "Saeko 6-2">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Saeko 6-3">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "clinic_bed">><<else>><<toggleclass "body" "clinic_bed">><</if>>
<<set $saeko_mind -=5>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=10>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $saeko_sexcount +=1>>
<<set $saeko_oral +=1>>
<<if $saeko_event is 8>><<set $saeko_event to 9>><</if>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Saeko">>Please, $firstname!! I want you to cum in my mouth!! Give it to me, baby!! I need to feel you fill my throat with your hot, thick load!!<</speech>>
<video controls autoplay><source @src='"vid/saeko_6/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck I'm cumming Sensei!!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Saeko 6-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "clinic_bed">><<else>><<toggleclass "body" "clinic_bed">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $time +=1>>
<</nobr>><<nobr>>
<</nobr>>
<<speech "You">>Swallow it all, sensei! I want to see you take my spunk like a champ and swallow it down with pride<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_6/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>Wait a second, $firstname. You've got a massive load there... It will take me a while to swallow it all. Don't worry, I won't waste a drop... *gulp* there you go... satisfied now?<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "school hallway f1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $location to "class 3">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Oghh yeahh... Don't be too loud $firstname-kun... Your aunt and cousing might hear us...<</speech>>
<video controls autoplay><source @src='"vid/saeko_7/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Emhh yeahh Sensei... Let's make this as discreet as possible<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Kissing Her<</animeButton>>" "Saeko 7-1">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Aghh sshhh yeahh $firstname-kun.. It feels so good.<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_7/"+either("makeout_1","makeout_2","makeout_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're the best Sensei... Your body is just amazing<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Kissing Her<</animeButton>>" "Saeko 7-1">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Saeko 7-2">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Aghh sshhh yeahh $firstname-kun.. It feels so good. Keep fucking me! Just like that $firstname!!<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_7/"+either("mission_1","mission_2","mission_3","mission_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck you're so tight Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 7-2">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 7-3">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Saeko 7-4">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=5>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Aghh sshhh yeahh $firstname-kun.. It feels so good. Keep fucking me! Just like that $firstname!!<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_7/"+either("doggy_1","doggy_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck you're so tight Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Saeko 7-2">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Saeko 7-3">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Saeko 7-4">><</link>>
</div> <<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $location to "bedroom">><</nobr>><<nobr>>
<<set $saeko_mind -=3>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=15>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Saeko">>Yeahh, yeahh, YEAAHHH! Do you like the way I'm riding you like this, you perverted boy? How does it feel to have your teacher on top of you, driving you wild?<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_7/"+either("lotus_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck I'm gonna cum Sensei!!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Lotus<</animeButton>>" "Saeko 7-4">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside<</animeButton>>" "Saeko 7-5">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "clinic_bed">><<else>><<toggleclass "body" "clinic_bed">><</if>>
<<set $saeko_mind -=5>><<if $saeko_mind lt 0>><<set $saeko_mind to 0>><<elseif $saeko_mind gt 100>><<set $saeko_mind to 100>><</if>>
<<set $saeko_lust +=10>><<if $saeko_lust lt 0>><<set $saeko_lust to 0>><<elseif $saeko_lust gt 100>><<set $saeko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $saeko_sexcount +=1>>
<<set $saeko_oral +=1>>
<<if $saeko_event is 9>><<set $saeko_event to 10>><</if>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Saeko">>Ahh yess!! fuck!! I can feel it deep inside of me $firstname!!! Yess fuck!!!<</speech>>
<video controls autoplay><source @src='"vid/saeko_7/"+either("lotus_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>HOLY SHIT!!! Fuck!!! I came a fucking lot<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "bedroom">><</link>>
</div>Rei Kamiki - Sex Education turns Romance<<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $location to "mei room">>
<</nobr>>
Mei is hanging out with his brother Ryosuke in her house. They live on their own as their parents passed away when Mei was only 5 years old
<<speech "Ryosuke">>Why are you so anxious Mei? Are you waiting for someone?<</speech>>
<video controls autoplay><source @src='"vid/mei_2/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Mei">>Yes, I'm waiting for my boyfriend. He should've been here any minute.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Mei 2-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<if $mei_event <2>><<set $mei_event to 2>><</if>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
I rang the bell, and almost immediately, Mei came rushing to meet me at the front door, her face beaming with excitement.
<<speech "Mei">>Ah, there he is! Hey $firstname, over here! Come on over and let me introduce you to my brother, Ryosuke. <</speech>>
<video controls autoplay><source @src='"vid/mei_2/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Nice to meet you Ryosuke Nii-chan<</speech>>
<<speech "Ryosuke">>Oh hi $firstname... come on in...<</speech>>
<<speech "Mei">>Come here $firstname... Follow me... <</speech>>
I follow Mei to her room
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Mei 2-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<if $mei_event <2>><<set $mei_event to 2>><</if>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Mei wasted no time and went in for a kiss as soon as we stepped into her bedroom. I wasn't quite expecting it, but I certainly didn't object to it either.
<video controls autoplay><source @src='"vid/mei_2/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh... Mei, you really are the impatient one, aren't you? But I don't mind at all. In fact, I like it when you take charge like this.<</speech>>
<<speech "Mei">>Sshh... Shut up and enjoy $firstname<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Mei 2-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<if $mei_event <2>><<set $mei_event to 2>><</if>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">> So tell me, baby, how do you like it when I kiss you like this? Do you like it when my tongue twists with yours and we lose ourselves in the moment?<</speech>>
<video controls autoplay loop><source @src='"vid/mei_2/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Mei... This feels incredible<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing Her<</animeButton>>" "Mei 2-3">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Mei 2-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<if $mei_event <2>><<set $mei_event to 2>><</if>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">> Wow, $firstname... Your cock is rock hard. It's like you're ready to fuck my pussy right this second. Are you ready, baby? Are you ready to plunge into me and show me what you're made of?<</speech>>
<video controls autoplay loop><source @src='"vid/mei_2/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck Mei... Keep on jerking my cock just like that!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Handjob<</animeButton>>" "Mei 2-4">><</link>>
<<link "<<animeButton>>I'm ready... Put it in now!<</animeButton>>" "Mei 2-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<if $mei_event <2>><<set $mei_event to 2>><</if>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">> Now, for the main course... Are you ready to feel my wet, tight pussy, $firstname? I've been waiting all night for you to make love to me like this. To feel your hard cock deep inside me, stretching me, filling me up with every thrust.<</speech>>
<video controls autoplay><source @src='"vid/mei_2/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yes Mei-Chan... Just put it in<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck me now!<</animeButton>>" "Mei 2-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<if $mei_event <2>><<set $mei_event to 2>><</if>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">> Oh yeah, baby! You like it when I ride your cock like this? Huh? Do you want me to go faster? Harder? Deeper? I can feel you getting so damn hard inside me, $firstname. And I love it. I want you to let go and enjoy the ride.<</speech>>
<video controls autoplay loop><source @src='"vid/mei_2/"+either("cow_1","cow_2","cow_3","rcow_1","rcow_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Mei!! The way you move your hips is.... fuckk....<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Mei 2-6">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Mei 2-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<if $mei_event <2>><<set $mei_event to 2>><</if>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">> Ah! Ah! Ah! Oh god, yes! Slap that ass, pull my hair, do whatever you want to me. I'm your little slut tonight. Give me more, $firstname! Make me cum all over your cock!<</speech>>
<video controls autoplay loop><source @src='"vid/mei_2/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah? You like this don't you slut!? <</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Mei 2-6">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Mei 2-7">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Mei 2-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 1>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<if $mei_event <2>><<set $mei_event to 2>><</if>>
<<set $location to "mei room">><</nobr>><<nobr>>
<<set $mei_mind -=3>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=5>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $mei_lust gt 100>><<set $mei_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Mei">> Ohhh god!!OHH YES!! YES,YES,YES!! AH! OH FUCK! $firstname! Don't Stop!More harder..harder!AHHHH!! OH GOD!!OHHH FUCKK!!<</speech>>
<video controls autoplay loop><source @src='"vid/mei_2/"+either("doggy_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah? You like this don't you slut!? <</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her hard<</animeButton>>" "Mei 2-8">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside<</animeButton>>" "Mei 2-9">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $location to "mei room">>
<<set $mei_mind -=5>><<if $mei_mind lt 0>><<set $mei_mind to 0>><<elseif $mei_mind gt 100>><<set $mei_mind to 100>><</if>>
<<set $mei_lust +=10>><<if $mei_lust lt 0>><<set $mei_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $mei_sexcount +=1>>
<<set $confidence +=1>>
<</nobr>>
<<speech "Mei">>Oh, yes! Fuck! Cum inside me, $firstname! Unload all of your hot cum inside my pussy! Fill me up with your potent seed! I love you so much!<</speech>>
Mei arches her back, meeting each powerful thrust with a moan as she begs for my release. Her pussy clenches tightly around my cock, milking every last drop of my essence
<video controls autoplay><source @src='"vid/mei_2/"+either("doggy_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... It feels really good fucking you mei!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Mei 2-10">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "mei_room">><<else>><<toggleclass "body" "mei_room">><</if>>
<<set $location to "mei room">>
<<if $mei_event <3>><<set $mei_event to 3>><</if>>
<<set $mei_oral +=1>>
<<set $mei_vaginal +=1>>
<<if $mei_status is "Friend">><<set $mei_status to "Friend with Benefits">><</if>>
<</nobr>>
<<speech "Mei">>So... take care $firstname-kun... Are you gonna visit me often? <</speech>>
<video controls autoplay><source @src='"vid/mei_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Of course Mei... Today was... fun<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Date Her<</animeButton>>" "Mei 1-11">><</link>>
<<link "<<animeButton>>Stay friends (with benefit)<</animeButton>>" "streets">><</link>>
</div><<set $time to 17>>
After school, I find Izaki at the back of the school, just sitting there all alone. I knew his game. His thugs are all around the building
<<speech "Izaki">>You're quite stubborn, huh? I warned you, but it seems like you're choosing to ignore it.<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("izaki_warn_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Izaki, you don't have the right to dictate what I can and can't do. Honestly, I'd much rather face a beating than spend another minute listening to your commands. <</speech>>
<<speech "Izaki">>Be my guest then... Guys.. the floor is yours... This bastard is asking for it<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Izaki Event 2-1">><</link>><<set $time to 19>>
So far, I've somehow managed to hold my own in a fight against Izaki's Squad. I picked up their moves from the last time they ganged up and beat me. But, honestly, even with that knowledge, facing off against a dozen of his squad members is a whole different story – I'm just not in their league.
<video controls autoplay><source @src='"vid/remu_0/"+either("beaten_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Izaki">>I can see you're getting tougher $firstname... Keep on beating him guys!<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Izaki Event 2-2">><</link>><<set $time to 19>>
This time, I put up a much longer and more ferocious fight against Izaki's thugs. I really gave it my all, thinking I might stand a chance. But when it was all said and done, I ended up getting beaten even worse than before.
<video controls autoplay><source @src='"vid/remu_0/"+either("beaten_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Izaki">>Hahaha You're as weak as a donkey $firstname... Okay guys, that's enough...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Give up<</animeButton>>" "Izaki Event 2-3">><</link>>
<<if $confidence_level >3 and $gym_train_count >3 >><<link "<<animeButton>>Get up and fight <</animeButton>>" "Izaki Event 2-4">><</link>><</if>>
</div>
<<nobr>>
<<set $confidence +=15>>
<<if $time>18>><<toggleclass "body" "hospital_longue">><<else>><<toggleclass "body" "town_day">><</if>>
<<set $remu_date_count to 0>>
<</nobr>>
<<speech "You">> Fuck it hurts like hell... damnit... but this whole feeling of getting beaten up excites me even more... Ha ha ha... Izaki... He doesn't know what's coming for him! But to be honest this time is worse than the previous beating I had.. Damn you Izaki... <</speech>>
I tried to stand up, and walkt to the nearest hospital and get myself treated at the nearest hospital.
<video controls autoplay><source @src='"vid/remu_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Thank god that the hospital is just next to the school building. Now I have to get myself treated. <</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1">><</link>><<nobr>>
<<if $time>18>><<toggleclass "body" "hospital_longue">><<else>><<toggleclass "body" "town_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<</nobr>>
After learning that I had been viciously attacked and beaten by Izaki, requiring immediate hospitalization, Remu didn't waste a moment. She rushed to the hospital to be by my side. Her face was etched with panic, and she was visibly shaken, deeply concerned about my well-being and safety.
<video controls autoplay><source @src='"vid/remu_1/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1-1">><</link>><<nobr>>
<<toggleclass "body" "hospital_ward">>
<</nobr>>
<<speech "Doctor_Nakamura">>You've been beaten up pretty bad, young man... Given your condition, I'm afraid I can't let you go home today. We need to keep you here for observation. At least until tomorrow, when I can assess your recovery progress. After that, I'll make a decision on whether you've recovered enough to go home or if you need to stay longer for further treatment.<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah, doctor, I really appreciate all the care and treatment you've given me. Thank you so much. But, regarding the payment, I'm a bit worried. I'm not sure how I'm going to manage the hospital bills; my financial situation is pretty tight right now.<</speech>>
<<speech "Doctor_Nakamura">>Don't worry about the bills; your aunt's insurance policy has it all covered. You don't need to stress over the payment at all. Right now, your main job is to just relax, take it easy, and concentrate on getting better. That's the most important thing.<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1-2">><</link>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<toggleclass "body" "hospital_ward">>
<</nobr>>
Then suddenly I can hear the door open really loud. It's Remu. She's running towards me with worried and anxious face
<video controls autoplay><source @src='"vid/remu_1/"+either("start_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Remu">>$firstname!! What in the world happened to you?! Did Izaki do all this? Are you okay? Please, just tell me that this isn't anything too serious. I can't believe he would go this far.<</speech>>
<<speech "Doctor_Nakamura">>Relax young lady. It's not that serious but still he needs to rest here at least for a day. Anyway, are you gonna accompany him here? You're his girlfriend right?<</speech>>
<<speech "You">>Ehmm... we dated few times but... We're not...<</speech>>
Remu quickly cut off what I was saying and turned to talk directly to the doctor, eager to get straight to the point and say something that shocks me quite a bit
<<speech "Remu">>Yes doctor, I'm his girlfriend. His Aunt sent me here to take care of him<</speech>>
<<speech "Doctor_Nakamura">>Okay, that's really a relief to hear. I appreciate it, young lady. Thank you so much for your help and for taking the time to explain everything.<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1-3">><</link>><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $day +=1>> <<set $time to 7>>
<</nobr>>
The next morning, bright and early before school even starts, Remu swings by the hospital to see me. She's got this whole bag of food with her, and she's dead set on feeding me herself, like I'm a baby or something. It's because of my hands, see? They got pretty banged up, so I can't really handle eating on my own right now.
<<speech "Remu">>Make sure you eat up plenty, $firstname... I'm really hoping to see you get back on your feet real quick. I want you to recover as soon as possible, you hear?<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("start_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Thank you, Remu, for always being there for me. Seriously, I don't know what I'd do without your support. You're a real lifesaver.<</speech>>
<<speech "Remu">>Don't mention it $firstname-kun. I care about you... now open your mouth and eat plenty<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1-4">><</link>><<nobr>>
<<toggleclass "body" "hospital_ward">>
<</nobr>>
<<speech "Remu">>Good job, $firstname... If you keep eating like this, you'll be out of the hospital in no time. Heck, you might even get discharged today, if not tomorrow for sure!<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("start_7")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ha ha ha ha.... I really love your spirit and enthusiasm Remu!<</speech>>
<<speech "Remu">>Only my spirit and enthusiasm?<</speech>>
Remu blushes when she's saying those words
<<speech "You">>Of course I love everything about you Remu... <</speech>>
<<speech "Remu">>Listen, $firstname... I really gotta head to school now. You think you'll be alright on your own when I'm gone? If you need anything, just call the nurse, alright? I mean, this is a hospital after all, so you're in good hands. Just take it easy and don't hesitate to ask for help if you need it.<</speech>>
<<speech "You">>Relax Remu... I can handle it by myself<</speech>>
<<speech "Remu">>Okay, I'll be here at 5pm after the school... See you later $firstname-kun<</speech>>
Remu then goes to school leaving me alone at the hospital
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1-5">><</link>><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 17>>
<</nobr>><<if $location is "school clinic">>
Afterschool, Remu comes to visit me again
<<speech "Remu">>Hi handsome... How are you? Are you feeling any better?<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("visit_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah I feel better Remu-chan... But I think I'm gonna stay here for few more minutes<</speech>>
<<speech "Remu">>Do you want me to accompany you?<</speech>>
<<speech "You">>Well if you don't mind, of course you can Remu<</speech>>
<<speech "Remu">>Of course I don't mind! I'm your girlfriend! Silly you... tehee...<</speech>>
<<link "<<animeButton>>Remu naps on me<</animeButton>>" "Remu Hospital 1-6">><</link>>
<<else>>At 5pm afterschool, Remu comes to visit me again
<<speech "Remu">>Hi handsome... How are you? Are you feeling any better?<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("visit_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hi Remu, bad-news, I think I won't be dispatched from the hospital today<</speech>>
<<speech "Remu">>Oh no... what happened?<</speech>>
<<speech "You">>The doctor told me I've still got a mild fever, but it's nothing to worry about. He said it's pretty common after what I've been through. Anyway, he's pretty confident that by tomorrow, I'll be all set to leave. I'll probably be the first one out of here first thing in the morning, bright and early.<</speech>>
<<speech "Remu">>Thank God... So, if you're gonna be leaving the hospital tomorrow, do you mind if I hang around here a bit longer? I'm just beat after all the craziness at school today. Would it be cool with you if I just crashed here and took a quick nap? I could really use a little shut-eye.<</speech>>
<<speech "You">>Of course Remu, you can...<</speech>>
<<link "<<animeButton>>Remu naps on me<</animeButton>>" "Remu Hospital 1-6">><</link>><</if>><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<</nobr>><<if $location is "school clinic">>
We initially believed we had only dozed off for a few minutes, but in reality, much more time had elapsed—it's now 9 PM, and several hours have passed since we fell asleep.
<<speech "You">>Remu-chan... wake up... It's already 9. You should go home, your parents are looking for you<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("start_8")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Remu">>Ehm, 15 more minutes please I'm still sleepy<</speech>>
<<link "<<animeButton>>Wake her<</animeButton>>" "Remu Hospital 1-7">><</link>>
<<else>>
Remu's out like a light, sleeping soundly while leaning on me. She looks so peaceful, so beautiful... I hate to disturb her, but I've gotta wake her up. It's getting late, and I bet her parents are starting to wonder where she is. I just hope she doesn't mind me waking her, but it's for the best.
<<speech "You">>Remu-chan... wake up... It's already 9. You should go home, your parents are looking for you<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("start_8")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Remu">>Ehm, 15 more minutes please I'm still sleepy<</speech>>
<<link "<<animeButton>>Wake her<</animeButton>>" "Remu Hospital 1-7">><</link>><</if>><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<</nobr>>
<<speech "You">>Remu, wake up... llisten to me<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("start_9")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Remu">>Ehmmm please $firstname, let me sleep a little longer<</speech>>
Having Remu this close to me... smelling her scent... and looking at her beautiful perfect face... It kinda arouses me. I'm a normal straight man after all.
<<link "<<animeButton>>I'm having a boner<</animeButton>>" "Remu Hospital 1-8">><</link>><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<</nobr>>
<<speech "Remu">>Hmm? What is it? Oh my god $firstname! Are you having a boner right now?<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("start_10")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Sorry I can't help it.. You're too beautiful Remu<</speech>>
<div class="button-row"> <<link "<<animeButton>>Apologize to Remu<</animeButton>>" "Remu Hospital 1-9">><</link>>
<<if $remu_event >7>><<link "<<animeButton>>Wanna do something frisky?<</animeButton>>" "Remu Hospital 1-9">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<</nobr>>
<<speech "Remu">>This... This is risky, $firstname-kun. Just imagine if a staff walked in and saw you like this. It could stir up a whole lot of trouble. But, you know what? I think I've got an idea, a pretty clever one, to solve your problem<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("start_11")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What is it Remu?<</speech>>
<<speech "Remu">>What if I help you to... ejaculate? <</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1-10">><</link>><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<</nobr>>
<<speech "You">>What? What do you mean Remu? We're in <<if $location is "school clinic">>school clinic<<else>>hospital<</if>> right now <</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("start_12")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Remu">>Sshh we're all by ourselves here $firstname-kun<</speech>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1-11">><</link>><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Emmh Remu... This feels great...<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("kiss_1","kiss_2","kiss_3","kiss_4","kiss_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Remu">>Do you like it $firstname?<</speech>>
<<speech "You">>Yes Remu... I like it so much<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Remu Hospital 1-11">><</link>>
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1-12">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Now let get this thing off you $firstname...<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("undress_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Of course Remu... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1-13">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Do you like this, $firstname? Tell me, how much does it please you? I need to hear it from you, feel your words. Your enjoyment, it's everything to me. So, don't be shy – let me know exactly how you feel.<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("hj_1","hj_2","hj_3","hj_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Remu... this feels so fucking good.. Keep on doing that Remu <</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu Hospital 1-13">><</link>>
<<link "<<animeButton>>Handjob Faster<</animeButton>>" "Remu Hospital 1-14">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ohh I can feel that your cock is throbbing $firstname... You wanna cum? Cum for me then $firstname... I wanna see you cum<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("hj_intense_1","hj_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck!! I'm gonna cum Remu<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep doing handjob<</animeButton>>" "Remu Hospital 1-14">><</link>>
<<if $remu_event >8>><<link "<<animeButton>>Be more daring, grab her tits <</animeButton>>" "Remu Hospital 2-1">><</link>><</if>>
<<if $lust >99>><<link "<<animeButton>>Cum on her hand<</animeButton>>" "Remu Hospital 1-15">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hospital_ward">><<else>><<toggleclass "body" "hospital_ward">><</if>>
<<set $remu_mind -=5>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=10>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_sexcount +=1>>
<<set $confidence +=1>>
<</nobr>>
<<speech "Remu">>Uhhh $firstname... you came so much... Can you give me some hand-tissue to clean my hands?<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("hj_bj_aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck... It feels really great... Here you go Remu.. use this tissue<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "Remu Hospital 1-16">><</link>>
</div>
<<nobr>>
<<if $remu_event <8>><<set $remu_event to 8>><</if>>
<<if $time>18>><<toggleclass "body" "hospital_ward">><<else>><<toggleclass "body" "hospital_ward">><</if>>
<<set $remu_hj_count +=1>>
<</nobr>><<if $location is "school clinic">>
<<speech "Remu">>So, you just came a lot, you sure feel better now right $firstname-kun? Shall we go home now?<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("end")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Of course Remu-chan. It's already late. Let's go home now<</speech>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Go home<</animeButton>>" "streets">><</link>>
</div>
<<else>>
<<speech "Remu">>So, ne... be careful, $firstname-kun... You're getting out of the hospital tonight, right? I'll be waiting to see you at school tomorrow! Make sure you rest well and look after yourself, okay? And, ah, try not to spend too much time with Izaki and his group, okay? They're a bit rough around the edges, you know? <</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("end")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I will Remu-chan Thank you... <</speech>>
<<if $remu_event is 8>>Mmm, I gotta beef up. It's not cool that Izaki keeps roughing me up every time we cross paths. Oh! There's a fresh gym popping up close to school. I should totally swing by and give it a whirl.<</if>>
<<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Exit the hospital<</animeButton>>" "streets">><</link>>
</div><</if>><<set $time to 19>><<set $remu_date_count to 0>>
I stood up, determined. It was time to gather every ounce of my strength for another round against Izaki. In that moment, it was like a fire ignited within me. I couldn't let myself be defeated, not lying down, not without a fight. As I faced him, it was clear; this was my moment of truth, my battle to win. 'I won't back down,' I thought to myself, 'This is where I take a stand.
<<speech "You">>まだまだ!! Mada-Mada!! (It's not over yet) Izaki!! Ha ha ha... Is this all you got?<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("beaten_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Izaki">>You really never learn, do you, $firstname? Always thinking you're invincible. Well, it's high time you got a reality check. Get him, guys! I want him to understand the hard way. Let's give him a lesson he'll remember for the rest of his life - one that'll remind him who's really in charge here.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fight like a Wolf<</animeButton>>" "Izaki Event 2-5">><</link>>
</div>
<<if $remu_event is 9>><<set $remu_event to 10>><</if>><<set $time to 19>><<if $remu_event < 9>><<set $remu_event to 9>><</if>>
I fight the horde of Izaki's squad like a tiger. I managed to knocked few of them down. But again, their number is too much to handle for me
<<speech "You">>死ぬ時間だ!馬鹿野郎!Shinu jikan da! Baka yarō! (It's time to die you idiots!!) Die!! you cowards!!<</speech>>
<video controls autoplay><source @src='"vid/remu_0/"+either("beaten_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
Then, out of nowhere, one of them slammed a boulder right onto the back of my head. That hit, man, it just sent my head spinning. Everything started to blur and sway. I tried to stay on my feet, but it was no use. I staggered, feeling weaker by the second, and eventually, I just collapsed, falling unconscious right there in front of Izaki.
<<speech "Izaki">>Look who's dying here? Haha... what a weakling... He's down, guys. Alright, bring him to the hospital. I don't want him dying on us here. Let him live; I've got more lessons to teach him. He's gonna learn, one way or another, that nobody messes with me and gets away with it.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "gym_night">><<else>><<toggleclass "body" "gym_day">><</if>>
<<set $ema_display to 0>>
<<set $location to "gym">>
<</nobr>><<if $time >10 and $time <19 and $remu_event >7 >>
<video controls autoplay loop><source @src='"vid/mitake_0_1/"+either("train_1","train_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Wow what a sexy lady... I wonder if she's working here? <</speech>>
<div class="button-row">
<<if $gym_member is not 1>><<link "<<animeButton>>Apply for gym membership<</animeButton>>" "gym 1">><</link>><</if>>
<<if $gym_member is 1 and $money>1000>><<link "<<animeButton>>Train with Mitake Sensei<</animeButton>>" "gym 2">><</link>><</if>>
<<if $gym_member is 1>><<link "<<animeButton>>Train Alone<</animeButton>>" "gym 1-2">><</link>><</if>>
<<link "<<animeButton>>Back<</animeButton>>" "streets">><</link>></div>
<<else>>
<<set $ririko_display to 0>>
<img src="img/char/gym_closed.jpg" style="max-width: 100%;">
<<link "<<animeButton>>Back<</animeButton>>" "streets">><</link>>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "gym_night">><<else>><<toggleclass "body" "gym_day">><</if>>
<<set $ema_display to 0>>
<<set $location to "gym">>
<</nobr>>
<<speech "You">>Excuse me miss? Where do I sign up for gym membership? <</speech>>
<video controls autoplay loop><source @src='"vid/mitake_0_1/"+either("chat_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Mitake">> Oh you can do that with me. It's 10,000 yen by the way. It's a one time payment. After that you're free to use the gym, and I'll be here as your PT. But if you want to use my PT service, there will be additional 1000 yen per session <</speech>>
<div class="button-row">
<<if $money < 10000 >><<link "<<animeButton>>Sorry I don't have the money, I'll come back later<</animeButton>>" "gym">><</link>><<else>> <<link "<<animeButton>>Sure here's the moeney<</animeButton>>" "gym 1-1">><</link>> <</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "gym_night">><<else>><<toggleclass "body" "gym_day">><</if>>
<<set $ema_display to 0>><<set $money -=10000>><<set $gym_train_count to 0>><<set $gym_member to 1>>
<<set $location to "gym">>
<</nobr>>
<<speech "You">>Okay, here's the money... When can I start?<</speech>>
<video controls autoplay loop><source @src='"vid/mitake_0_1/"+either("chat_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Mitake">> You can start right away darling.... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Back<</animeButton>>" "gym">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "gym_night">><<else>><<toggleclass "body" "gym_day">><</if>>
<<set $ema_display to 0>><<set $money -=1000>><<set $gym_train_count += 1>> <<set $confidence +=25>><<set $time +=1>>
<<set $location to "gym">>
<</nobr>>
<<speech "Mitake">>Yes! That's it $firstname! Keep up the pace! straighten your jab... Focus on your enemy! <</speech>>
<video controls autoplay loop><source @src='"vid/mitake_0_1/"+either("spar_1","spar_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> All right!! I'm getting pretty good at this <</speech>>
<div class="button-row">
<<link "<<animeButton>>End Session<</animeButton>>" "gym">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "gym_night">><<else>><<toggleclass "body" "gym_day">><</if>>
<<set $confidence +=10>><<set $time +=2>>
<<set $location to "gym">>
<</nobr>>
I'm training hard alone
<video controls autoplay loop><source @src='"vid/mitake_0_1/"+either("train_alone")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> All right!! I can feel that I'm getting stronger! <</speech>>
<div class="button-row">
<<link "<<animeButton>>End Session<</animeButton>>" "gym">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ohh, $firstname-kun... please, be a bit more cautious... We wouldn't want to reveal too much, right? At any moment, someone could just walk right in. We are in a hospital, after all. The thrill of getting caught is one thing, but we should still keep it subtle, don't you think?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("hj_echi_1","hj_echi_2","hj_echi_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Relax Remu... It's gonna be alright...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Handjob<</animeButton>>" "Remu Hospital 2-1">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu Hospital 2-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Mmmphh... slurp... $firstname... Your cock is too big for my tiny mouth... I'm struggling to take it all in... Maybe if I use my tongue and lips just right... mmm... yes... like that... we'll have no problem at all.<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>That makes it even better Remu....<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu Hospital 2-2">><</link>>
<<link "<<animeButton>>Faster Blowjob<</animeButton>>" "Remu Hospital 2-3">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Emmhh you're throbbing hard $firstname... Are you there yet?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("bj_intense_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Remu... I can't hold it much longer!! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Blowjob<</animeButton>>" "Remu Hospital 2-3">><</link>>
<<if $remu_event >9>> <<link "<<animeButton>>Why don't you just put it in?<</animeButton>>" "Remu Hospital 3-1">><</link>><</if>>
<<if $lust >99>> <<link "<<animeButton>>Cum in her mouth<</animeButton>>" "Remu Hospital 2-4">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hospital_ward">><<else>><<toggleclass "body" "hospital_ward">><</if>>
<<set $remu_mind -=5>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=10>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_sexcount +=1>>
<<set $confidence +=1>>
<</nobr>>
<<speech "Remu">>Oh my god!! You're cumming!!! Oghh Ogghh *cough* Engghh ahh ahh....<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! That was intense Remu<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 2-5">><</link>>
</div>
<<nobr>>
<<if $remu_event <8>><<set $remu_event to 8>><</if>>
<<if $time>18>><<toggleclass "body" "hospital_ward">><<else>><<toggleclass "body" "hospital_ward">><</if>>
<<set $remu_bj_count +=1>>
<</nobr>>
<<speech "Remu">>Uhhh $firstname... you came so much... Can you give me some hand-tissue to clean my hands?<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("hj_bj_aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck... It feels really great... Here you go Remu.. use this tissue<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<if $energy>60 and $remu_event >9>><<link "<<animeButton>>Now, can we fuck? <</animeButton>>" "Remu Hospital 3-1">><</link>><</if>>
<<link "<<animeButton>>End Scene<</animeButton>>" "Remu Hospital 1-16">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>You want it inside you, $firstname? Are you willing to risk us being caught doing nasty things in the hospital? But you know what they say... danger makes it even more exciting... So what do you say, baby? Are you game for some naughty fun that could get us in trouble? Or do you want to play it safe?<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Let's do it babe... The thrill it makes me crazy!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Remu Hospital 3-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Oh hell yeah, $firstname! Do you like it when I move my hips like this? Maybe I'll throw in a few tricks and surprises that will leave you begging for more. You ready for that, babe?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("cow_1","cow_2","cow_3","cow_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh fuck!! it feels so good Remu<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Cowgirl<</animeButton>>" "Remu Hospital 3-2">><</link>>
<<link "<<animeButton>>Show me the tricks Remu!<</animeButton>>" "Remu Hospital 3-3">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ohhh fuckkk... yes... that's it... that's the fucking spot!!! Oh fuck yeah, $firstname! You're making me so wet! I feel you deep inside me!?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("cow_intense_1","cow_intense_2","cow_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yes Remu!! Your pussy feels so fucking wet... I fucking love it!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu Hospital 3-3">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu Hospital 3-4">><</link>>
<<link "<<animeButton>>Side<</animeButton>>" "Remu Hospital 3-5">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu Hospital 3-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ohhh fuckkk... yes... that's it... that's the fucking spot!!! Oh fuck yeah, $firstname! You're making me so wet! I feel you deep inside me!?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yes Remu!! Your pussy feels so fucking wet... I fucking love it!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu Hospital 3-3">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu Hospital 3-4">><</link>>
<<link "<<animeButton>>Side<</animeButton>>" "Remu Hospital 3-5">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu Hospital 3-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ohhh fuckkk... yes... that's it... that's the fucking spot!!! Oh fuck yeah, $firstname! You're making me so wet! I feel you deep inside me!?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("side_1","side_2","side_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yes Remu!! Your pussy feels so fucking wet... I fucking love it!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu Hospital 3-3">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu Hospital 3-4">><</link>>
<<link "<<animeButton>>Side<</animeButton>>" "Remu Hospital 3-5">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu Hospital 3-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ohhh fuckkk... yes... that's it... that's the fucking spot!!! Oh fuck yeah, $firstname! You're making me so wet! I feel you deep inside me!?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("mission_1","mission_2","mission_3","mission_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yes Remu!! Your pussy feels so fucking wet... I fucking love it!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu Hospital 3-3">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu Hospital 3-4">><</link>>
<<link "<<animeButton>>Side<</animeButton>>" "Remu Hospital 3-5">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu Hospital 3-6">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Remu Hospital 3-7">><</link>>
</div><<nobr>>
<<toggleclass "body" "hospital_ward">>
<<set $time to 21>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ai! Hai! $firstname, o-tomenasai (please take me), baby. I love it when you go harder, it feels so good! Kimochiii (feels so good)!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_1/"+either("mission_intense_1","mission_intense_2","mission_intense_3","mission_intense_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Yes!! Here we go Remu!! I'm gonna cum soon!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Remu Hospital 3-7">><</link>>
<<if $lust>99>> <<link "<<animeButton>>Cum Inside of her<</animeButton>>" "Remu Hospital 3-8">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hospital_ward">><<else>><<toggleclass "body" "hospital_ward">><</if>>
<<set $remu_mind -=5>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=10>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_sexcount +=1>>
<<set $confidence +=1>>
<</nobr>>
<<speech "Remu">>Oh my god!! I'm!! I'm cumming!! Ahh fuckk!!!! Please come together with me $firstname! I need you inside of me now!!<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! That was intense Remu<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu Hospital 3-9">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "hospital_ward">><<else>><<toggleclass "body" "hospital_ward">><</if>>
<<set $remu_bj_count +=1>>
<<set $remu_vaginal_count +=1>>
<</nobr>>
<<speech "Remu">>You... you came inside of me... I guess... It's okay since we're now... a couple right?<</speech>>
<video controls autoplay><source @src='"vid/remu_1/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Remu, don't worry I'll take care of you<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "Remu Hospital 1-16">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>So this is your place $firstname? Your aunt's house is really nice<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Remu.. My aunt is doing well for herself<</speech>>
<div class="button-row">
<<link "<<animeButton>>Ask Remuy to be my Girlfriend<</animeButton>>" "Remu 2-1">><</link>>
</div>
<<else>>
<<speech "Remu">>Hmm it's nice to be back here<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... It's nice having you here Remu.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Come closer Remu<</animeButton>>" "Remu 2-1">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Umm... you know, $firstname-kun, I've been thinking a lot lately... especially about what you whispered to me on the rooftop that magical evening... I've been lost in my thoughts, and now, I've made up my mind... I really, really want to be your girlfriend, $firstname-kun. Yes, I mean it... from the bottom of my heart! Let's become a couple, okay? I'm so over Izaki and his rough, unkind ways of handling things... I love you, $firstname-kun, more than the stars love the night sky. Let's be together, forever and always, just the two of us!<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah, my goodness! Arigato gozaimasu, Remu-chan! My heart is so full of love for you – it's really-really true! I promise, I'll cherish and treat you right, always and forever. You mean everything to me, Remu-chan!<</speech>>
<<speech "Remu">>Promise?<</speech>>
<<speech "You">>I promise Remu... I promise<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss Her<</animeButton>>" "Remu 2-2">><</link>>
</div>
<<else>>
<<speech "Remu">>What’s on your mind, $firstname-kun? You've got that mischievous look again. Teehee, I bet your thoughts are a little naughty, aren't they? Always full of surprises, keeping my heart racing. Let's see who can surprise who more, shall we?<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hehehe... I'm totally in love with how perfectly you can read my thoughts, Remu-chan! It's like you have a special connection to my heart, ne?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss Her<</animeButton>>" "Remu 2-2">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Ehhm... are we really, truly going to do this, $firstname-kun? It's my very first time, so... please, please be gentle with me, ne? I'm a little nervous, but with you, I feel safe. Come here... mmmhhh<</speech>>
We share a tender, loving kiss... so full of love and gentleness. It's like a sweet, delicate melody, our hearts beating in perfect harmony
<video controls autoplay><source @src='"vid/remu_2/"+either("kiss_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Really? But, umm, you were with Izaki before, right? Didn't you two, you know, experience such couple moments together?<</speech>>
<<speech "Remu">>I've never... you know, done that with Izaki... because I was always scared around him. At first, I thought I loved him, but he changed, became more rough and forceful after I said no to him many times. But with you, $firstname-kun, everything feels so different... You are so warm and kind... I truly love you.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Kissing Her<</animeButton>>" "Remu 2-3">><</link>>
</div>
<<else>>
<<speech "Remu">>Come here $firstname-kun... I want you<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("kiss_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're so beautiful and tasty Remu... I want you<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Kissing Her<</animeButton>>" "Remu 2-3">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Emhh you're so handsome $firstname... I love you so much<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I love you too Remu<</speech>>
<div class="button-row">
<<link "<<animeButton>>Caress her<</animeButton>>" "Remu 2-4">><</link>>
</div>
<<else>>
<<speech "Remu">>Emhh you're so handsome $firstname... I love you so much<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I love you too Remu<</speech>>
<div class="button-row">
<<link "<<animeButton>>Caress her<</animeButton>>" "Remu 2-4">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>I love you so much $firstname-kun... Please take my virginity tonight<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're such a beauty Remu<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 2-5">><</link>>
</div>
<<else>>
<<speech "Remu">>What... do you want with me $firstname? Do you wanna take me right here like usual? Come and take me $firstname... I'm all yours<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're too damn sexy babe...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 2-5">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
I lay Remu down on my bed
<<speech "Remu">>Please be gentle with me $firstname... I've never done this before<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Relax Remu-chan, I'll treat you like a queen tonight <</speech>>
<div class="button-row">
<<link "<<animeButton>>Grope her<</animeButton>>" "Remu 2-7">><</link>>
</div>
<<else>>
I lay Remu down on my bed
<<speech "Remu">>Come and take me $firstname... I'm all yours<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I fucking love you Remu<</speech>>
<div class="button-row">
<<link "<<animeButton>>Grope her<</animeButton>>" "Remu 2-7">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
I lay Remu down on my bed
<<speech "Remu">>Please be gentle with me $firstname... I've never done this before<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Relax Remu-chan, I'll treat you like a queen tonight <</speech>>
<div class="button-row">
<<link "<<animeButton>>Grope her<</animeButton>>" "Remu 2-6">><</link>>
</div>
<<else>>
I lay Remu down on my bed
<<speech "Remu">>Come and take me $firstname... I'm all yours<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I fucking love you Remu<</speech>>
<div class="button-row">
<<link "<<animeButton>>Grope her<</animeButton>>" "Remu 2-6">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Oh my God... so this how it feels to groped... It feels weird but good<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("grope_1","grope_2","grope_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Do you like this Remu? Your body is so amazing <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Groping her<</animeButton>>" "Remu 2-7">><</link>>
<<link "<<animeButton>>Foreplay<</animeButton>>" "Remu 2-8">><</link>>
</div>
<<else>>
<<speech "Remu">>Ahh... it feels so good $firstname... Keep on touching me just like this<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("grope_1","grope_2","grope_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Do you like this Remu? Your body is so amazing <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Groping her<</animeButton>>" "Remu 2-7">><</link>>
<<link "<<animeButton>>Foreplay<</animeButton>>" "Remu 2-8">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Ehmm do you like it when I lick you like this $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("foreplay_1","foreplay_2","foreplay_3","foreplay_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Remu... it feels great<</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Remu 2-8">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 2-9">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Remu 2-10">><</link>>
</div>
<<else>>
<<speech "Remu">>Ehmm do you like it when I lick you like this $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("foreplay_1","foreplay_2","foreplay_3","foreplay_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Remu... it feels great<</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Remu 2-8">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 2-9">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Remu 2-10">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Am I doing it right? Do you like it?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Remu... it feels great<</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Remu 2-8">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 2-9">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Remu 2-10">><</link>>
</div>
<<else>>
<<speech "Remu">>Am I doing it right? Do you like it?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Remu... it feels great<</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Remu 2-8">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 2-9">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Remu 2-11">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Oh my God... I don't know if I can do this, $firstname... I never reveal my pussy to a man before. <</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("pre_penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Don't worry Remu... Trust me... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Remu 2-11">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Please $firstname-kun.. be gentle.. Oh my God this is it... I'm gonna have sex... finally.. take me $firstname.. I want you to be my first<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm grateful to be your first Remu... I hope I'm gonna be your last too<</speech>>
<<speech "Remu">>Yess $firstname... I want to spend my eternity with You...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Remu 2-12">><</link>>
</div>
<<else>>
<<speech "Remu">>Yess $firstname... Just put it inside I can't wait anymore<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Are you ready Remu? I'm gonna fuck you hard<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Remu 2-12">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Oh my god!! So this is sex?! It doesn't hurt at all it feels really great<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("mission_start","mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm glad that you like it Remu, now focus on me I'm gonna make you feel good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 2-12">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 2-13">><</link>>
</div>
<<else>>
<<speech "Remu">>Yess!! Yes!! yes!! Keep fucking me hard babe!! I fucking love it!!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("mission_start","mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Goddamnit Remu! You're so fucking hot<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 2-12">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 2-13">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Oh my god!! So this is sex?! It doesn't hurt at all it feels really great<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("cow_1","cow_2","cow_3","cow_4","cow_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm glad that you like it Remu, now focus on me I'm gonna make you feel good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 2-13">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 2-14">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 2-15">><</link>>
</div>
<<else>>
<<speech "Remu">>Yess!! Yes!! yes!! Keep fucking me hard babe!! I fucking love it!!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("cow_1","cow_2","cow_3","cow_4","cow_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Goddamnit Remu! You're so fucking hot<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 2-13">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 2-14">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 2-15">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Oh my god!! So this is sex?! It doesn't hurt at all it feels really great<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm glad that you like it Remu, now focus on me I'm gonna make you feel good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 2-13">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 2-14">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 2-15">><</link>>
</div>
<<else>>
<<speech "Remu">>Yess!! Yes!! yes!! Keep fucking me hard babe!! I fucking love it!!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Goddamnit Remu! You're so fucking hot<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 2-13">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 2-14">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 2-15">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Oh my god!! So this is sex?! It doesn't hurt at all it feels really great<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("mission_a_1","mission_a_2","mission_a_3","mission_a_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm glad that you like it Remu, now focus on me I'm gonna make you feel good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 2-13">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 2-14">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 2-15">><</link>>
<<link "<<animeButton>>Fuck her Harder<</animeButton>>" "Remu 2-16">><</link>>
</div>
<<else>>
<<speech "Remu">>Yess!! Yes!! yes!! Keep fucking me hard babe!! I fucking love it!!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("mission_a_1","mission_a_2","mission_a_3","mission_a_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Goddamnit Remu! You're so fucking hot<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 2-13">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 2-14">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 2-15">><</link>>
<<link "<<animeButton>>Fuck her Harder<</animeButton>>" "Remu 2-16">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>Oh my god!?? What is this... feeling?!! I'm going dizzy!! I... I... don't know what happens anymore!! Ahh AHh Shit!! Ahhhh!! Yess!!!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("mission_intense_1","mission_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're having an orgasm Remu... I'm close too.. Let's do it together then!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Remu 2-16">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum inside her!<</animeButton>>" "Remu 2-17">><</link>><</if>>
</div>
<<else>>
<<speech "Remu">>OH YES!! I'm cumming!! I'm fucking cumming!!! I'm cumming so hard babe!! $firstname-kun!!!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_2/"+either("mission_intense_1","mission_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Remu!! I'm gonna cum too!!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Remu 2-16">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum inside her!<</animeButton>>" "Remu 2-17">><</link>><</if>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $remu_mind -=5>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=10>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_sexcount +=1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Remu">>Oh my god!! I'm!! I'm cumming!! Ahh fuckk!!!! Please come together with me $firstname! I need you inside of me now!!<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! That was intense Remu<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 2-18">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_status to "Girlfriend">>
<<set $remu_vaginal_count +=1>>
<</nobr>><<if $remu_event < 10>>
<<speech "Remu">>So this is what sex feels like... It's intense.. but intimate... I'm glad I can share one of my most important moment in life with you $firstname-kun.. I love you my boyfriend<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Me too Remu... I love you too baby...<</speech>>
<<speech "Remu">>Now let me close my eyes for few minutes babe.. After that I need to go home... My parents are looking for me<</speech>>
<<speech "You">>Sure babe.. be my guest<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "bedroom">><</link>>
</div><<set $remu_event to 10>>
<<else>>
<<speech "Remu">>Damnit $firstname-kun... Sex with you has always been intense... thank you very much... If you don't mind... I would nap for few minutes before going home.. can I?<</speech>>
<video controls autoplay><source @src='"vid/remu_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Of course babe<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "bedroom">><</link>>
</div>
<</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $location to "teacher office">>
<<set $rei_status to "Counselor">>
<<set $rei_chat_count to 0>>
<<set $rei_lunch_count to 0>>
<<set $rei_study_count to 0>>
<<set $rei_rooftop_count to 0>>
<<set $rei_date_count to 0>>
<<set $rei_hj_count to 0>>
<<set $rei_bj_count to 0>>
<<set $rei_vaginal_count to 0>>
<<set $rei_lust to 10>>
<<set $rei_mind to 100>>
<</nobr>>
<<speech "You">>Yes Sensei? Are you calling me<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_0/"+either("office_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>Hello, $firstname-kun... I've noticed you seem really stressed out lately. Is everything okay? I hope our "extra tutoring sessions" are helping you feel a bit more relaxed. If there's anything else I can do to support you, please don't hesitate to ask, ne?<</speech>>
<<speech "You">>Ah, it's nothing, Sensei... I just feel like I need someone to talk to, you know, like a counselor. Does our school have someone like that?<</speech>>
I'm just not sure if I can open up to her about the whole incident with Izaki, you know? I'm worried that talking about it might bring more trouble than solutions. It's a bit complicated and I don't want to make things worse...
<<speech "Saeko">>Oh, in that case, let me suggest you speak with Rei Sensei. She's our wonderful school counselor and she's incredibly skilled in dealing with all sorts of teenage issues, including conflicts, dating problems, and even those complex emotions we all experience. She's quite an expert, having majored in psychology with a special focus on adolescent development. She's very understanding and easy to talk to, so she might be just the person you need to help sort through your feelings and thoughts.<</speech>>
Adolscent development? Well this is getting interesting
<<speech "You">>Arigato gozaimasu, Sensei! I'll go see Rei Sensei right after class. Thank you so, so much for always being there for me and taking care of me. You're the best, Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Meet Rei Sensei<</animeButton>>" "Rei Init-1">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<</nobr>>
Before I go to see Rei Sensei, Saeko Sensei gave me several pre-tests. These include a mental health assessment to understand how I'm feeling emotionally, and also some basic academic tests. This is to find out if my current mental state might be affecting my school performance.
<<speech "Saeko">>Before you meet Rei Sensei, I'd like you to take this test, $firstname-kun. Don't worry, it won't affect your grades at all, so just relax. Answer all the questions truthfully and without overthinking. Rei Sensei is helping to understand the overall mental health of our students, so this information is really important for our school. Your honest responses will be a big help, ne?<</speech>>
<div class="button-row"><img src="img/char/test_rei_sensei.png" class="zoom-image" alt="Image"></div>
<<speech "You">>Ah, I see, okay sensei I'll do what you ask me<</speech>>
I do the test as instructed by Saeko Sensei
<div class="button-row">
<<link "<<animeButton>>Meet Rei Sensei and see the result<</animeButton>>" "Rei Init-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<</nobr>>
<<speech "Rei">>Oh hi $firstname-kun come here, I'll read the test result for you<</speech>>
So this is Rei-Sensei? Damn she's hawt as hell!
<video controls autoplay><source @src='"vid/rei_0/"+either("consult_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Nice to see you Sensei<</speech>>
<<speech "Rei">>Based on the results of your test, $firstname-kun, I can see that your academic performance is really good, and thankfully, there are no signs of mental health issues impacting your grades. That's excellent news. But, let me see... there's something a bit unusual in the 'teen biological assessment' section of the test. It's quite intriguing. I need to look at this more closely to understand what it might mean.<</speech>>
Could it be about my hypersexuality? I've actually heard this quite a few times from other counselors, so it's not entirely new to me.
<<speech "Rei">>$firstname-kun, your unique level of sexual drive is quite uncommonly big. In a more mature individual, this might not be an issue, but as a teenager, it can be challenging to manage. Since our school predominantly comprises female students, and as part of my research on adolescent development, I need to ensure that everything is appropriate and respectful. It's important to maintain a safe and comfortable environment for everyone, ne?<</speech>>
<<speech "You">>Absolutely, Sensei! I promise to behave myself and ensure that no problems arise in our school. I'll do my best to be a responsible and respectful student, ne?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei Init-3">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_event to 1>>
<<set $rei_test_count to 1>>
<</nobr>>
<<speech "Rei">>So next time, please don't hesitate to come to me for consultation and take additional tests, okay? I'll reward your helpful participation with extra credit points for your grades. And most importantly, we need to keep a close eye on and properly address your sexual drive. It's essential for your well-being, $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/rei_0/"+either("consult_")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Will do Sensei...<</speech>>
<<speech "Rei">>You can take the test in Classroom 2, $firstname-kun. It's usually empty, so it's a perfect spot for you to complete the test quietly and without any distractions. Just make yourself comfortable there, ne?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "school hallway f2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $academic +=1>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rei_test_count +=1>>
<</nobr>><<if $time <24 and $time is not 12 and $time is not 13 and $time is not 14 >>
I decide to take Rei Sensei's test again. I really hope it can boost my grades, contribute to the school's project, and maybe even help me manage my hyper-sexuality. It's important for me to do my best in this, for my own good and for the school.
<div class="button-row"><img src="img/char/test_rei_sensei.png" class="zoom-image" alt="Image"></div>
I do the test as instructed
<div class="button-row">
<<link "<<animeButton>>Take the test again<</animeButton>>" "Rei 0">><</link>>
<<link "<<animeButton>>Stop taking the test<</animeButton>>" "school hallway f2">><</link>>
</div>
<<elseif $time >11 and $time <15 >>
I decide to take Rei Sensei's test again. I really hope it can boost my grades, contribute to the school's project, and maybe even help me manage my hyper-sexuality. It's important for me to do my best in this, for my own good and for the school.
<div class="button-row"><img src="img/char/test_rei_sensei.png" class="zoom-image" alt="Image"></div>
I do the test as instructed
<div class="button-row">
<<link "<<animeButton>>Take the test again<</animeButton>>" "Rei 0">><</link>>
<<link "<<animeButton>>Rei Sensei is coming<</animeButton>>" "Rei 0-1">><</link>>
<<link "<<animeButton>>Stop taking the test<</animeButton>>" "school hallway f2">><</link>>
</div>
<<else>>
<<speech "You">>The building already shut down. I should go home, the school is scary at night<</speech>>
<<link "<<animeButton>>Exit the school<</animeButton>>" "streets">><</link>>
<</if>>
<<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<</nobr>>
<<speech "Rei">>$firstname-kun? Are you still taking the test? Why don't you take a little break, ne? It's lunchtime now. You should go and have something to eat. It's important to keep your energy up!<</speech>>
<video controls autoplay><source @src='"vid/rei_0/"+either("study_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh, Sensei! I'm surprised to see you checking in on me while I'm taking the test... Sure, Sensei, I'll wrap it up soon and finish the test right after this. Thank you for your concern!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 0-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<</nobr>>
<<speech "Rei">>Are you having any difficulties with the test, $firstname-kun? I don't want to make this too challenging for you. Please let me know if there's anything I can do to help, ne?<</speech>>
<video controls autoplay><source @src='"vid/rei_0/"+either("study_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It's okay, Sensei! I can handle this... Please don't worry about me, I've got this under control. Thank you for your concern, Sensei!<</speech>>
<div class="button-row">
<<if $rei_test_count > 3>><<link "<<animeButton>>Stop taking test<</animeButton>>" "Rei 0-3">><</link>> <<else>> <<link "<<animeButton>>Stop taking test<</animeButton>>" "school hallway f2">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<</nobr>>
<<speech "Rei">>Oh, $firstname}-kun, you been such a good boy, ne? You have been trying so haaard. *Rei Sensei leans in, her blouse straining slightly to contain her ample bosom* Maybe Rei Sensei give you... special reward? For extra motivation on test, huh? *she winks and smiles playfully*
Rei's Mind: Yes! This is necessary, I want to see how he's doing the test after a small provocation from me.
<</speech>>
<video controls autoplay><source @src='"vid/rei_0/"+either("study_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
Oh my god! That cleavage is so beautiful
<<speech "You">>Holy... crap... O... Okay Sensei... Thank you very much <</speech>>
<<speech "Rei">>You know what? If you persist in graciously doing this for me, I'll ensure to reward you with something infinitely more... tantalizing and thrilling. What do you say, do we have a tantalizing agreement?<</speech>>
<<speech "You">>Yes! Sensei... We have a deal<</speech>>
<div class="button-row">
<<if $rei_test_count > 6>><<link "<<animeButton>>Can I get more reward Sensei?<</animeButton>>" "Rei 1">><</link>> <<else>> <<link "<<animeButton>>End Scene<</animeButton>>" "school hallway f2">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <2>><<set $rei_event to 2>><</if>>
<</nobr>>
<<speech "Rei">>Eager for your first reward aren't you? Now come here close $firstname-kun
<</speech>>
<video controls autoplay><source @src='"vid/rei_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ss....sure Sensei <</speech>>
<div class="button-row">
<<link "<<animeButton>>Claim the 1st reward<</animeButton>>" "Rei 1-1">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <2>><<set $rei_event to 2>><</if>>
<</nobr>>
<<speech "Rei">>Here use this pen! Push it towards my breasts... <</speech>>
<video controls autoplay><source @src='"vid/rei_1/"+either("reward1_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> What? But... how? <</speech>>
<<speech "Rei">>Just do as I told you $firstname-kun. <</speech>>
<div class="button-row">
<<link "<<animeButton>>Do it<</animeButton>>" "Rei 1-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <2>><<set $rei_event to 2>><</if>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Great job, $firstname-kun! You're almost there. Just apply a bit more pressure, and you'll have it. Remember, steady and focused<</speech>>
<video controls autoplay loop><source @src='"vid/rei_1/"+either("reward1_2","reward1_3","reward1_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Like.. this? <</speech>>
<<speech "Rei">>Ah Yess... Just like that! You're doing wonderfully, $firstname-kun. But remember, you can apply a bit more strength – it's perfectly fine. There's no need to hold back. <</speech>>
<div class="button-row">
<<if $rei_test_count >9>><<link "<<animeButton>>Get more reward from her<</animeButton>>" "Rei 1-3">><</link>><</if>>
<<link "<<animeButton>>Keep doing it<</animeButton>>" "Rei 1-2">><</link>>
<<link "<<animeButton>>End session<</animeButton>>" "school hallway f2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <3>><<set $rei_event to 3>><</if>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Now, you can touch me $firstname-kun. Go on, don't be shy.<</speech>>
<video controls autoplay loop><source @src='"vid/rei_1/"+either("reward2_1","reward2_2","reward2_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... Is this real? <</speech>>
<<speech "Rei">>Don't worry, $firstname-kun, this is all part of our professional study. We're doing it for research purposes, so it's important to be thorough and precise. I'm here to guide you through each step. After this I can get more accurate results from your test<</speech>>
<div class="button-row">
<<if $rei_test_count >12>><<link "<<animeButton>>Get more reward from her<</animeButton>>" "Rei 1-4">><</link>><</if>>
<<link "<<animeButton>>Keep doing it<</animeButton>>" "Rei 1-3">><</link>>
<<link "<<animeButton>>End session<</animeButton>>" "school hallway f2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <4>><<set $rei_event to 4>><</if>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ah, you're brimming with enthusiasm! That's impressive, isn't it... I mean, um, it's not a big deal... after all, it's for... umm... the purpose of acquiring knowledge, right? Don't worry about it. In the name of research, we can certainly do this!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_1/"+either("grope_a_1","grope_a_2","grope_a_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Sensei... This is the best <</speech>>
<<speech "Rei">>Ah, $firstname-kun, my dear student, we must stay professional, okay? We enjoy our learning together, it's very exciting, but we remember our roles, ne? We act right, just like good teacher and student should. You agree, yes? <</speech>>
<div class="button-row">
<<if $rei_test_count >15>><<link "<<animeButton>>Get more reward from her<</animeButton>>" "Rei 1-5">><</link>><</if>>
<<link "<<animeButton>>Keep doing it<</animeButton>>" "Rei 1-4">><</link>>
<<link "<<animeButton>>End session<</animeButton>>" "school hallway f2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <5>><<set $rei_event to 5>><</if>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=6>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>$firstname-kun, now... we come to best part, ne? This will help you do test much better. I suck all your worry away, make you feel so good and ready for test!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_1/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh, Sensei... your touch is making my body tingle with such intense pleasure... it's unbelievable, like nothing I've ever felt before! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 1-5">><</link>>
<<link "<<animeButton>>Boobjob<</animeButton>>" "Rei 1-6">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Rei 1-7">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <5>><<set $rei_event to 5>><</if>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=6>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>$firstname-kun, now... we come to best part, ne? This will help you do test much better. I suck all your worry away, make you feel so good and ready for test!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_1/"+either("boobjob_1","boobjob_2","boobjob_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh, Sensei... your touch is making my body tingle with such intense pleasure... it's unbelievable, like nothing I've ever felt before! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 1-5">><</link>>
<<link "<<animeButton>>Boobjob<</animeButton>>" "Rei 1-6">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Rei 1-7">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <5>><<set $rei_event to 5>><</if>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>This... this is so naughty... but, if it's for your education, $firstname-kun, I must... I need to feel your passion, your strong desire... Please show Sensei your deepest intensity... It's very important for accurate test, ne? Put it inside, Sensei needs to know your full power...<</speech>>
<video controls autoplay><source @src='"vid/rei_1/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Rei Sensei... I'm gonna put it in<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her Now!<</animeButton>>" "Rei 1-8">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <5>><<set $rei_event to 5>><</if>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ohh yess.. the power! the intensity! the speed is incredible! The test doesn't lie! You really have a crazy sexual drive $firstname!! You fuck me like a fucking wolf!!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_1/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Yeah!! I'm your wolf Sensei!! Call me Mr Wolf <</speech>>
<<speech "Rei">>Yes Mr Wolf!! Fuck me harder Mr Wolf!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Rei 1-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 1-9">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <5>><<set $rei_event to 5>><</if>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ohh yess.. the power! the intensity! the speed is incredible! The test doesn't lie! You really have a crazy sexual drive $firstname!! You fuck me like a fucking wolf!!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_1/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Yeah!! I'm your wolf Sensei!! Call me Mr Wolf <</speech>>
<<speech "Rei">>Yes Mr Wolf!! Fuck me harder Mr Wolf!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Rei 1-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 1-9">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Rei 1-10">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <5>><<set $rei_event to 5>><</if>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ohh! Yes, yes, $firstname-kun! You're giving it to Sensei so strong, so deep! Sensei can't hold back! I'm going to reach the peak, the biggest climax! Sensei is feeling it, $firstname-kun, you're making me... gonna release so much!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_1/"+either("mission_intense_1","mission_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck!! I'm gonna cum too Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her hard<</animeButton>>" "Rei 1-10">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum on her tits<</animeButton>>" "Rei 1-11">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $rei_mind -=5>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=10>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rei_sexcount +=1>>
<<set $rei_hj_count += 0>>
<<set $rei_bj_count += 1>>
<<set $rei_vaginal_count += 1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Rei">>Ohh my goodness, $firstname-kun! Sensei is feeling the waves of pleasure crashing over me! It's so intense, I'm... I'm reaching my climax! Ahh, I'm cumming so good for you! Please, $firstname-kun, come on my tits! I want to feel your yummy sperm on my skin!<</speech>>
<video controls autoplay><source @src='"vid/rei_1/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! That was intense Rei Sensei<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 1-12">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <5>><<set $rei_event to 5>><</if>>
<</nobr>>
<<speech "Rei">>Pheww... that was.. intense $firstname-kun<</speech>>
<video controls autoplay ><source @src='"vid/rei_1/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes sensei... can we do this again sometime?<</speech>>
<<speech "Rei">>Okay, $firstname-kun, we do this for science and to help you, ne? No other reasons, just treatment and study. We must remember, okay? It's our little secret, for learning and getting better. Very special bond, just between us, teacher and student.<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "school hallway f2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_2_day">><<else>><<toggleclass "body" "school_hall_2_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<</nobr>>
I can see that Rei Sensei is walking in the hallway
<video controls autoplay><source @src='"vid/rei_2/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
I should call her
<div class="button-row">
<<link "<<animeButton>>Call Rei Sensei<</animeButton>>" "Rei 2-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_2_day">><<else>><<toggleclass "body" "school_hall_2_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<
<</nobr>>
I shout her name and call her
<<speech "You">>Rei Sensei!! Come here! <</speech>>
<video controls autoplay><source @src='"vid/rei_2/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">>Oh! $firstname-kun what do you need? <</speech>>
<div class="button-row">
<<link "<<animeButton>>Rei Sensei is coming to me<</animeButton>>" "Rei 2-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh! $firstname-kun, you don't wait at all, huh? Doing such naughty things with Sensei when sun is high, right here in school? You're a very bad boy, ne? Such a mischievous student!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_2/"+either("doggy_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei! I can't get enough of you! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 2-3">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh my, $firstname-kun!! Please, keep thrusting your hard cock into Sensei with all your might! We must be quick, $firstname-kun! Sensei has a whole schedule of classes to get to! Hurry, make it fast and intense!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_2/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>No worries at all, Sensei! At the pace we're going, I'll be cumming so quick, before you know it! Your touch is just too amazing, it's driving me to the edge super fast!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Fucking Her<</animeButton>>" "Rei 2-3">><</link>>
<<link "<<animeButton>>Proceed<</animeButton>>" "Rei 2-4">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh, $firstname-kun... Just because we shared such intimate moment, it doesn't mean you can just do such things with Sensei anytime at school!<</speech>>
<video controls autoplay><source @src='"vid/rei_2/"+either("kiss_start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I can't hold it anymore when I look at you sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss Her<</animeButton>>" "Rei 2-5">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Alright, $firstname-kun... Sensei is ready, but we must hurry, okay? Sensei has very little time, many classes to teach. We cannot go all the way, no fucking or deep penetration, because Sensei must stay clean for class, ne? Let's be quick and careful, $firstname-kun.<</speech>>
<video controls autoplay><source @src='"vid/rei_2/"+either("kiss_start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Just jerk me off, I'll cum quickly then<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss Her Again<</animeButton>>" "Rei 2-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Mmm, $firstname-kun, you must be fast, okay? Don't get too lost in the pleasure. Sensei doesn't have much time, ne? Quick, quick!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_2/"+either("kiss_1","kiss_2","kiss_3","kiss_4","kiss_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Just keep doing it sensei... I'll cum as soon as possible<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Rei 2-6">><</link>>
<<link "<<animeButton>>Play with her tits<</animeButton>>" "Rei 2-7">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Rei 2-8">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 2-9">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Mmm, $firstname-kun, you must be fast, okay? Don't get too lost in the pleasure. Sensei doesn't have much time, ne? Quick, quick!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_2/"+either("boobplay_1","boobplay_2","boobplay_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Just keep doing it sensei... I'll cum as soon as possible<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Rei 2-6">><</link>>
<<link "<<animeButton>>Play with her tits<</animeButton>>" "Rei 2-7">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Rei 2-8">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 2-9">><</link>>
<<link "<<animeButton>>Boobjob<</animeButton>>" "Rei 2-7-1">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Mmm, $firstname-kun, you must be fast, okay? Don't get too lost in the pleasure. Sensei doesn't have much time, ne? Quick, quick!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_2/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Just keep doing it sensei... I'll cum as soon as possible<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Rei 2-6">><</link>>
<<link "<<animeButton>>Play with her tits<</animeButton>>" "Rei 2-7">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Rei 2-8">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 2-9">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Mmm, $firstname-kun, you must be fast, okay? Don't get too lost in the pleasure. Sensei doesn't have much time, ne? Quick, quick!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_2/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Just keep doing it sensei... I'll cum as soon as possible<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Rei 2-6">><</link>>
<<link "<<animeButton>>Play with her tits<</animeButton>>" "Rei 2-7">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Rei 2-8">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 2-9">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Quickly, $firstname-kun, you must finish fast! Please, hurry and cum! Sensei has so little time! Give it to me, quick, quick!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_2/"+either("boobjob_1","boobjob_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Just keep going, Sensei... I'll try to cum as quickly as I can.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Boobjob<</animeButton>>" "Rei 2-7-1">><</link>>
<<link "<<animeButton>>Boobjob Faster<</animeButton>>" "Rei 2-7-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ohh! Sensei can feel your cock pulsing so hard! You're getting close, aren't you, $firstname-kun? Are you going to cum soon?<</speech>>
<video controls autoplay loop><source @src='"vid/rei_2/"+either("boobjob_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck Sensei!! I'm gonna cum soon!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Boobjob Faster<</animeButton>>" "Rei 2-7-2">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum on her tits<</animeButton>>" "Rei 2-7-3">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $rei_mind -=5>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=10>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rei_sexcount +=1>>
<<set $rei_hj_count += 1>>
<<set $rei_bj_count += 1>>
<<set $rei_vaginal_count += 1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Rei">>Ohh yesss!!! $firstname-kun! You're cumming so much on my tits!<</speech>>
<video controls autoplay><source @src='"vid/rei_2/"+either("boobjob_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! That was intense Rei Sensei<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 2-7-4">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <7>><<set $rei_event to 7>><</if>>
<</nobr>>
<<speech "Rei">>Pheww... that was.. intense $firstname-kun<</speech>>
<video controls autoplay ><source @src='"vid/rei_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes sensei... can we do this again sometime?<</speech>>
<<speech "Rei">>Oh, this is wonderful, $firstname-kun! Your test results are going to be so much more precise this time. You're making a significant contribution to our study on 'hypersexuality'! Great job!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "school hallway f2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<</nobr>>
Rei Sensei is diligently working in the teachers' office, efficiently managing multiple school projects. Her current focus is on enhancing the school's programs, demonstrating a high level of commitment and professional expertise in ensuring the successful implementation and advancement of these initiatives.
<video controls autoplay><source @src='"vid/rei_0/"+either("office_1","office_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<div class="button-row">
<<link "<<animeButton>>Talk to her<</animeButton>>" "Rei Office 1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<</nobr>>
<<speech "Rei">>Yes $firstname-kun? What do you want? <</speech>>
<video controls autoplay><source @src='"vid/rei_0/"+either("office_chat_1","office_chat_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<div class="button-row">
<<if $rei_event >4 and $time >16 >> <<link "<<animeButton>>Ah, Sensei, do you have a moment? There's something I need to talk about with you...<</animeButton>>" "Rei 3">><</link>><</if>>
<<if $rei_event >6 and $time >16 >> <<link "<<animeButton>>I was thinkin', like, maybe we could, um, go back to your cozy den and, ya know, dive deep into some extra research—just you and me. How about it, Sensei?<</animeButton>>" "Rei 4">><</link>><</if>>
<<link "<<animeButton>>Nevermind, sorry for disturbing you Sensei<</animeButton>>" "teacher office">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<</nobr>>
I entered an empty class-room 2 with her
<<speech "You">> Hurry over here, Sensei... I have something really important, something urgent I need to talk to you about right away... <</speech>>
<video controls autoplay><source @src='"vid/rei_3/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">> What is it that's so urgent, $firstname-kun? Can it possibly wait? Sensei has so many tasks to complete before heading home...<</speech>>
<div class="button-row">
<<if $rei_event < 6>><<link "<<animeButton>>Continue<</animeButton>>" "Rei 3-1">><</link>> <<else>> <<link "<<animeButton>>Continue<</animeButton>>" "Rei 3-5">><</link>> <</if>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Please Sensei... I can't hold it! <</speech>>
<video controls autoplay loop><source @src='"vid/rei_3/"+either("grope_1","grope_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">> No, no, this isn't right at all, $firstname-kun. Please, stop... Sensei doesn't like this... It's not only wrong, but it also goes against the school's strict policies! We mustn't do this, please understand.<</speech>>
<<speech "You">>But Sensei, we did it last time, ne? Why can't we do that again? Why, Sensei?<</speech>>
<<speech "Rei">>It was all for research purpose, $firstname-kun, only for science, ne? Please, you must understand, don't make Sensei go through this again! We must keep our relationship proper, it's important!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Groping her<</animeButton>>" "Rei 3-3">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
I entered an empty class-room 2 with her
<<speech "You">> Sensei can I get "The Reward" again? <</speech>>
<video controls autoplay><source @src='"vid/rei_3/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">> Eh?! No, no, $firstname-kun! We can't just proceed like that without any mental health tests are being taken. It's not right, very unprofessional!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Grope her<</animeButton>>" "Rei 3-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Please, Sensei... I helped with the tests I took for you... They're valuable, aren't they? It's important, right Sensei? <</speech>>
<video controls autoplay loop><source @src='"vid/rei_3/"+either("grope_1","grope_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">> Ahh... damn it... Okay, $firstname-kun. But we can't go all the way, you understand? Sensei will use hands, give you a mouth heaven, and press you between my breasts...<</speech>>
<<speech "You">>Alright! Let's do it quick Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Groping her<</animeButton>>" "Rei 3-4">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Ahh, yes... Sensei, you're so irresistibly sexy... Your breasts are so soft and warm... I can't get enough of touching them, feeling them... It's amazing, Sensei...<</speech>>
<video controls autoplay loop><source @src='"vid/rei_3/"+either("grope_1","grope_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">> Ohh, my! It feels so good, $firstname-kun... But please, don't let yourself get too lost in this, alright? We must remain aware of our boundaries. Don't get overconfident, okay? Remember, we have to be careful, ne?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Groping her<</animeButton>>" "Rei 3-4">><</link>>
<<link "<<animeButton>>Get her on her knees<</animeButton>>" "Rei 3-5">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Now get down on your knee Sensei... I want you to make me ejaculate<</speech>>
<video controls autoplay ><source @src='"vid/rei_3/"+either("bj_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">> Oh my goodness, it's really weird for Sensei to do this outside of our usual academic experiment setup... But it's you, $firstname-kun, and for you, I'll bend the rules just this once...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Jerk my cock off<</animeButton>>" "Rei 3-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Do you like this $firstname-kun? Do you like it when Sensei jerk your cock like this?<</speech>>
<video controls autoplay ><source @src='"vid/rei_3/"+either("hj_1","hj_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Sensei... It feels so good... Older women are the best<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep jerking off<</animeButton>>" "Rei 3-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 3-7">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Do you enjoy this feeling, $firstname-kun? Does it make you feel good when Sensei wraps her lips around your cock, sucking so gently and passionately like this? Sensei wants to make you feel amazing...<</speech>>
<video controls autoplay loop><source @src='"vid/rei_3/"+either("bj_1","bj_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes, Sensei... It's incredible... Please keep going, don't stop... Your mouth feels so warm and perfect around my cock... Just like that, Sensei, you're doing it so right...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Rei 3-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 3-7">><</link>>
<<link "<<animeButton>>Boobjob<</animeButton>>" "Rei 3-8">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>How is this, $firstname-kun? Do you like when your hard cock is snugly clamped between Sensei's fluffy breasts? Does it feel good being sandwiched like that?<</speech>>
<video controls autoplay loop><source @src='"vid/rei_3/"+either("boobjob_1","boobjob_2","boobjob_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yes Sensei... It feels so fucking good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Rei 3-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 3-7">><</link>>
<<link "<<animeButton>>Boobjob<</animeButton>>" "Rei 3-8">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum<</animeButton>>" "Rei 3-9">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $rei_mind -=5>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=10>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rei_sexcount +=1>>
<<set $rei_hj_count += 1>>
<<set $rei_bj_count += 1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Rei">>Ohh yesss!!! $firstname-kun! You're cumming so much on my tits!<</speech>>
<video controls autoplay><source @src='"vid/rei_3/"+either("boobjob_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! That was intense Rei Sensei<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 3-10">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_class_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<</nobr>><<if $rei_event <6>>
<<speech "Rei">>Oh wow... I didn't know that doing this outside of the experiment feels more alive and raw and passionate... Damn you $firstname-kun. I think you make your sensei getting addicted on doing this<</speech>>
<video controls autoplay><source @src='"vid/rei_3/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ha ha ha... Finally you understand Sensei<</speech>>
<<else>>
<<speech "Rei">>This is so delicious $firstname-kun... I might let you fuck me real hard at school if you're lucky... Teehee~ <</speech>>
<video controls autoplay><source @src='"vid/rei_3/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Now we're talking Sensei!<</speech>>
<</if>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "school hallway f2">><</link>>
</div>
<<if $rei_event <6>><<set $rei_event to 6>><</if>>
<<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <8>><<set $rei_event to 8>><</if>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
With Rei-sensei, I head over to her cozy little apartment, and as soon as the door closes behind us, we're lost in a whirlwind of passion. Our lips crash together in a heated frenzy, as if we're trying to communicate all our pent-up yearning through the dance of our hungry kisses.
<<speech "Rei">>Ehh, $firstname-kun, you're so insatiable, aren't you...? But, since we're beyond the school's boundaries, you're free to explore every inch of me as you wish... Go on, unleash your desires, I'm here for you~ <</speech>>
<video controls autoplay><source @src='"vid/rei_4/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> You're so tasty beautiful Sensei... I can't get enough of you<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Kissing Her<</animeButton>>" "Rei 4-1">><</link>>
</div><<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ah, $firstname-kun, your tongue is so skillful inside my mouth, dancing and twisting so delightfully... Fufu, you naughty student, where ever did you acquire such tantalizing techniques? <</speech>>
<video controls autoplay loop><source @src='"vid/rei_4/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Well, I watched tons of JAV movies Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing Her<</animeButton>>" "Rei 4-1">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Rei 4-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh, hai... please, $firstname-kun, slide it inside... I've been quivering with anticipation for you all day... My body has been aching for this very moment... Fill me up~<</speech>>
<video controls autoplay><source @src='"vid/rei_4/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Ahh, Sensei, your sweet spot is so snug! It's like it was made just for me!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her Now<</animeButton>>" "Rei 4-3">><</link>>
</div><<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh, mhm! $firstname-kun, push yourself to the limit! Show Sensei the fiery spirit of your youth – vigorous and unyielding! hh yes, that's it! Drive into me with all you've got, $firstname-kun! Your youthful vigor is so overwhelming – let me feel the strength of your young blood as you thrust harder! Show your Sensei just how passionate and powerful you can truly be!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_4/"+either("mission_1","mission_2","mission_3","mission_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Ah Sensei!! You're cunt feels so fucking good Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 4-3">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Rei 4-4">><</link>>
</div><<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh, mhm! $firstname-kun, push yourself to the limit! Show Sensei the fiery spirit of your youth – vigorous and unyielding! hh yes, that's it! Drive into me with all you've got, $firstname-kun! Your youthful vigor is so overwhelming – let me feel the strength of your young blood as you thrust harder! Show your Sensei just how passionate and powerful you can truly be!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_4/"+either("doggy_1","doggy_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Ah Sensei!! You're cunt feels so fucking good Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 4-3">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Rei 4-4">><</link>>
<<link "<<animeButton>>Take her clothes off<</animeButton>>" "Rei 4-5">><</link>>
</div><<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Yeah, strip me down, $firstname! Get me naked! Make my body all yours, $firstname-kun – I want you to have all of me!<</speech>>
<video controls autoplay><source @src='"vid/rei_4/"+either("doggy_undress")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Yes Sensei! Will do! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her harder!<</animeButton>>" "Rei 4-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh yes! Go for it, $firstname-kun! Hit it harder with that young energy of yours. I wanna feel every bit of your strength as you keep pounding. Prove to your Sensei how much stamina and power you've got!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_4/"+either("doggy_a_1","doggy_a_2","doggy_a_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh gosh, Sensei... I can't keep it in much longer... I'm gonna cum soon!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her on the sofa <</animeButton>>" "Rei 4-6">><</link>>
<<link "<<animeButton>>Fuck her on the table<</animeButton>>" "Rei 4-7">><</link>>
<<link "<<animeButton>>Fuck her standing<</animeButton>>" "Rei 4-8">><</link>>
</div><<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh yes! Go for it, $firstname-kun! Hit it harder with that young energy of yours. I wanna feel every bit of your strength as you keep pounding. Prove to your Sensei how much stamina and power you've got!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_4/"+either("doggy_b_1","doggy_b_2","doggy_b_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh gosh, Sensei... I can't keep it in much longer... I'm gonna cum soon!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her on the sofa <</animeButton>>" "Rei 4-6">><</link>>
<<link "<<animeButton>>Fuck her on the table<</animeButton>>" "Rei 4-7">><</link>>
<<link "<<animeButton>>Fuck her standing<</animeButton>>" "Rei 4-8">><</link>>
</div><<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh yes! Go for it, $firstname-kun! Hit it harder with that young energy of yours. I wanna feel every bit of your strength as you keep pounding. Prove to your Sensei how much stamina and power you've got!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_4/"+either("doggy_c_1","doggy_c_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh gosh, Sensei... I can't keep it in much longer... I'm gonna cum soon!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her on the sofa <</animeButton>>" "Rei 4-6">><</link>>
<<link "<<animeButton>>Fuck her on the table<</animeButton>>" "Rei 4-7">><</link>>
<<link "<<animeButton>>Fuck her standing<</animeButton>>" "Rei 4-8">><</link>>
<<link "<<animeButton>>Fuck her harder<</animeButton>>" "Rei 4-9">><</link>>
</div><<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh, chikushou (ちくしょう)!! I'm climaxing!! I'm reaching the peak so intensely!! $firstname-kun, embrace me in your fervor! Ravish me with all your might!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_4/"+either("doggy_c_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh Yes I'm gonna cum too Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her hard!<</animeButton>>" "Rei 4-9">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside of Her!<</animeButton>>" "Rei 4-10">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "rei_room">>
<<set $rei_mind -=5>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=10>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rei_sexcount +=1>>
<<set $rei_hj_count += 0>>
<<set $rei_bj_count += 1>>
<<set $rei_vaginal_count += 1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Rei">>Ohh my goodness, $firstname-kun! Sensei is feeling the waves of pleasure crashing over me! It's so intense, I'm... I'm reaching my climax! Ahh, I'm cumming so good for you! Please, $firstname-kun, come inside of me!<</speech>>
<video controls autoplay><source @src='"vid/rei_4/"+either("doggy_c_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! That was intense Rei Sensei<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 4-11">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "rei_room">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<</nobr>>
<<speech "Rei">>Oh my god! That was... Intense $firstname-kun... But I need you to get out of here quick<</speech>>
<video controls autoplay ><source @src='"vid/rei_4/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh why? Sensei? Are you expecting someone?<</speech>>
<<speech "Rei">>No... Just... get out... of here... I'll expain to you later<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "streets">><</link>>
</div><<nobr>><<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $rei_display to 1>>
<</nobr>>
<img src="img/char/rei_1.png" style="max-width: 100%;">
<<speech "You">>Rei Sensei is the school's counselor and <</speech>>
Walkthrough: <<if $rei_event is not 1 and $rei_event is not 2 and $rei_event is not 3 and $rei_event is not 4 and $rei_event is not 5 and $rei_event is not 6 and $rei_event is not 7 and $rei_event is not 8 and $rei_event is not 9 and $rei_event is not 10 and $rei_event is not 11 and $rei_event is not 12 and $rei_event is not 13 and $rei_event is not 14 and $rei_event is not 15 and $rei_event is not 16 and $rei_event is not 17 and $rei_event is not 18>><h1 class="basic-stats"> - Progress the story of Saeko Sensei and Remu. Then go to Saeko Sensei to talk about mental health issue
</h1><<nobr>>
<</nobr>><<elseif $rei_event is 1>>
<h1 class="basic-stats">Do Rei sensei test at least 7 times in Class-2, then at lunchbreak (12-13) she will come to check you (you need to be in Class-2)</h1><<nobr>>
<</nobr>><<elseif $rei_event is 2 >>
<h1 class="basic-stats">Keep Doing Rei sensei test at least 10 times</h1><<nobr>>
<</nobr>><<elseif $rei_event is 3>>
<h1 class="basic-stats">Keep Doing Rei sensei test at least 13 times</h1><<nobr>>
<</nobr>><<elseif $rei_event is 4>>
<h1 class="basic-stats">Keep Doing Rei sensei test at least 16 times</h1><<nobr>>
<</nobr>><<elseif $rei_event is 5>>
<h1 class="basic-stats">At 5pm or later, visit the teacher's office and ask Rei Sensei to go with you to classroom 2</h1><<nobr>>
<</nobr>><<elseif $rei_event is 6>>
<h1 class="basic-stats">Meet Rei Sensei at second floor hallway (11am - 2pm) </h1><<nobr>>
<</nobr>><<elseif $rei_event is 7>>
<h1 class="basic-stats">At 5pm or later, visit the teacher's office and ask Rei Sensei if you can visit her house</h1><<nobr>>
<</nobr>><<elseif $rei_event is 8>>
<h1 class="basic-stats">Visit Rei Sensei's house in the weekend, at 1-6pm in the afternoon </h1><<nobr>>
<</nobr>><<elseif $rei_event is 9>>
<h1 class="basic-stats">Call Rei Sensei around 7-9pm, and choose the option to hide in her bedroom closet </h1><<nobr>>
<</nobr>><<elseif $rei_event is 10>>
<h1 class="basic-stats">Call Rei Sensei around 7-9pm, and choose the option to hide in the storage room near the bathroom</h1><<nobr>>
<</nobr>><<elseif $rei_event is 11>>
<h1 class="basic-stats">This is the end content for Rei Sensei in 0.06 </h1><</if>>
Completed Quest:
<h1 class="basic-stats">
<<if $rei_event >0>>1. I took the initial test that Saeko and Rei Sensei ask me<</if>>
<<if $rei_event > 1>>2. I did the test 7 times, and she let me play with her tits using pen<</if>>
<<if $rei_event > 2>>3. I did the test 10 times, and she let me to touch her tits directly<</if>>
<<if $rei_event > 3>>4. I did the test 13 times, and she let me to touch her tits and play with her nipples<</if>>
<<if $rei_event > 4>>5. Rei Sensei lets me to fuck her after I finished taking test <</if>>
<<if $rei_event > 5>>6. I ended up getting all frisky with Rei Sensei right in classroom-2. It wasn't even part of the test-taking stuff we usually do.<</if>>
<<if $rei_event > 6>>7. I fucked Rei Sensei at the empty classroom-2 when the school day wasn't even over!<</if>>
<<if $rei_event > 7>>8. I get personal with Rei Sensei. She even let me fuck her at her house<</if>>
<<if $rei_event > 8>>9. I fucked Rei Sensei when she's alone in the weekend<</if>>
<<if $rei_event > 9>>10. I fucked Rei Sensei in the bedroom when her husband is on his night-shift<</if>>
<<if $rei_event > 10>>11 I fucked Rei Sensei in the bathroom when her husband is around<</if>></h1>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "residential_night">><<else>><<toggleclass "body" "residential_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $location to "streets">>
<</nobr>><div class="center"><<nobr>>
<</nobr>><<speech "You">>This is the residential district<</speech>>
<<nobr>> <div class="button-row">
<a data-passage="saeko house" class="link-internal link-image">
<img src="button/saeko_house.png" class="zoom-image" alt="Image"></a>
<a data-passage="rei house" class="link-internal link-image">
<img src="button/rei_house.png" class="zoom-image" alt="Image"></a>
<a data-passage="mei house" class="link-internal link-image">
<img src="button/mei_house.png" class="zoom-image" alt="Image"></a>
</div>
<</nobr>>
<div class="button-row">
<<link "<<animeButton>>Back<</animeButton>>" "streets">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "mei_house">><<else>><<toggleclass "body" "mei_house">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $location to "mei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>><<if $mei_event >1 and $day <6 and $time >16 and $time <19>>
<<speech "You">>I can see that Mei is inside. What do I want to do?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Get in<</animeButton>>" "Mei 2">><</link>>
<<link "<<animeButton>>Leave<</animeButton>>" "residential">><</link>></div>
<<else>>
<<speech "You">>There's nobody inside. I should leave<</speech>>
<<link "<<animeButton>>Leave<</animeButton>>" "residential">><</link>>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "Remu">>(smiling) Sure, $firstname. You've been really focused. A break sounds good.<</speech>>
<video controls autoplay><source @src='"vid/remu_3/"+either("start_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>(looking at Remu) It’s nice to have these quiet moments together, isn't it? <</speech>>
<<speech "Remu">>Yeah, it is. It's not just about studying, but spending time together like this... it's really nice.<</speech>>
<<speech "You">>Wanna do it? <</speech>>
<<speech "Remu">>What do you mean babe?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Hold her closer<</animeButton>>" "Remu 3-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "Remu">>Hehe, you're unstoppable, aren't you? Well, if there's no holding back, then come on and show me, babe~ Let's get lost in our little world together, just you and me! Teehee, I'm all yours! <</speech>>
<video controls autoplay><source @src='"vid/remu_3/"+either("start_7")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Remu-chan, you know, my feelings for you are... really special. I love you so much... baka. And, uh, I want you with all my heart, truly.<</speech>>
<<speech "Remu">>I guess I have no choice... Shut up and kiss me, babe. <</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss her<</animeButton>>" "Remu 3-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=3>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Emmhh... I love you $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("kiss_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Emhhh... I love you to Remu-chan<</speech>>
<<speech "Remu">>I guess I have no choice... Shut up and kiss me, babe. <</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Remu 3-2">><</link>>
<<link "<<animeButton>>Grope her<</animeButton>>" "Remu 3-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=3>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Do you like my breast $firstname-kun? Oghh... it feels so great when you're touching me like this<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("grope_1","grope_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Do you like this Remu-chan?<</speech>>
Remu nods her head
<<speech "Remu">>Eh hem... this feels nice $firstname-kun<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep groping her<</animeButton>>" "Remu 3-3">><</link>>
<<link "<<animeButton>>Unbotton her shirt and continue groping her<</animeButton>>" "Remu 3-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=3>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ahh shit... this feels so good $firstname-kun.. ahh keep on groping my tits babe<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("grope_a_1","grope_a_2","grope_a_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm so lucky to be the one who's doing this to you Remu-cahn<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep groping her<</animeButton>>" "Remu 3-4">><</link>>
<<link "<<animeButton>>Finger her<</animeButton>>" "Remu 3-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ah! Ahh, $firstname-kun, your finger... it's so deep inside me! Keep going, please... It feels so good, I can't help but want more. Ufu~<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("finger_1","finger_2","finger_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're so fucking wet Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fingering her<</animeButton>>" "Remu 3-5">><</link>>
<<link "<<animeButton>>Now it's your turn to please me Remu-chan<</animeButton>>" "Remu 3-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Do you... like this? $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("foreplay_1","foreplay_2","foreplay_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes... it feels so fucking good Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep licking me Remu<</animeButton>>" "Remu 3-6">><</link>>
<<link "<<animeButton>>Now touch my cock<</animeButton>>" "Remu 3-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Touch you? like this $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("cockrub_1","cockrub_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes... it feels so fucking good Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Lick me nipplesRemu<</animeButton>>" "Remu 3-6">><</link>>
<<link "<<animeButton>>Keep rubbing my cock<</animeButton>>" "Remu 3-7">><</link>>
<<link "<<animeButton>>Give me handjob Remu-chan<</animeButton>>" "Remu 3-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>How about this? Am I doing it right babe?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes... it feels so fucking good Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 3-8">><</link>>
<<link "<<animeButton>>blowjob<</animeButton>>" "Remu 3-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>How about this? Am I doing it right babe?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes... it feels so fucking good Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 3-8">><</link>>
<<link "<<animeButton>>blowjob<</animeButton>>" "Remu 3-9">><</link>>
<<link "<<animeButton>>Fuck her<</animeButton>>" "Remu 3-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ahh... shove it slowly $firstname-kun... please be gentle<</speech>>
<video controls autoplay><source @src='"vid/remu_3/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck... your pussy is so tight<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her now!<</animeButton>>" "Remu 3-11">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>$firstname-kun, your thick cock feels so amazing inside my tight pussy, filling me up so good, ahnn~<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("mission_1","mission_2","mission_3","mission_4","mission_5","mission_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck... your pussy is so tight Remu-chan!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 3-11">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 3-12">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 3-13">><</link>>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Remu 3-14">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>$firstname-kun, your thick cock feels so amazing inside my tight pussy, filling me up so good, ahnn~<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("cow_1","cow_2","cow_3","cow_4","cow_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck... your pussy is so tight Remu-chan!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 3-11">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 3-12">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 3-13">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>$firstname-kun, your thick cock feels so amazing inside my tight pussy, filling me up so good, ahnn~<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck... your pussy is so tight Remu-chan!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 3-11">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 3-12">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 3-13">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=7>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ah, $firstname-kun, your big dick is pounding me so deep, I can't... I'm cumming! I'm your naughty schoolgirl cumming all over your cock... fuck, fill me up!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_3/"+either("mission_intense_1","mission_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh shit!! I'm gonna cum so fucking hard Remu-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Remu 3-14">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Remu 3-15">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $remu_mind -=5>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=10>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_sexcount +=1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Remu">>Oh my god!! I'm!! I'm cumming!! Ahh fuckk!!!! Please come together with me $firstname! I need you inside of me now!!<</speech>>
<video controls autoplay><source @src='"vid/remu_3/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! That was intense Remu<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 3-16">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_vaginal_count +=1>>
<<if $remu_event <11>><<set $remu_event to 11>><</if>>
<</nobr>>
<<speech "Remu">>Oh my god... it felt so good... You came alot inside of me today $firstname-kun... I hope you'll take the responsibility if I get pregnant<</speech>>
<video controls autoplay><source @src='"vid/remu_3/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Don't worry Remu-chan. I will do anything for you<</speech>>
<<speech "Remu">>Th-that's good to hear, $firstname-kun... After this, I'm going home, but next time, can we please focus more on studying? Let's not have sex every time we hit the books, or we might really fail our exams...<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "bedroom">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $academic +=2>>
<</nobr>>
<<speech "You">>It's nice to study alone in the library. I think my academic grade is significantly improving<</speech>>
<video controls autoplay><source @src='"vid/remu_4/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<nobr>>
<div class="button-row">
<<if $energy >50 and $time <18>> <<link "<<animeButton>>Study again<</animeButton>>" "Remu 4">><</link>><</if>>
<<if $time >10 and $time <15>> <<link "<<animeButton>>Remu is coming<</animeButton>>" "Remu 4-1">><</link>><</if>>
<<link "<<animeButton>>Back<</animeButton>>" "library">><</link>>
</div><</nobr>>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "Remu">>Hi babe... It's nice seeing you studying hard.. tehee... <</speech>>
<video controls autoplay><source @src='"vid/remu_4/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Of course Remu-chan... come here and join me studying.. I need extra mind for brainstorming<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 4-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "Remu">>Hmm I don't think I can... I'll have PE class next hour $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/remu_4/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I see... So what are you doing here then?<</speech>>
<<speech "Remu">>Heey! Is it so wrong to want to see my handsome boyfriend studying hard, teehee... As your girlfriend, it's my right, and, like, my duty to make sure you're studying hard and gonna pass your final exam, desu!<</speech>>
<<speech "You">>Ha ha ha... Okay okay!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 4-3">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "Remu">>Hmm, lemme tell you something. If you keep studying this hard, I might just get tempted to give you a 'reward'... How does that sound?<</speech>>
<video controls autoplay><source @src='"vid/remu_4/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>That seems like a good deal babe. What are we talking about then?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 4-4">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "Remu">>Hmm... I love how eager you are in responding to my offer... teehee... So cute!!<</speech>>
Remu pats my head
<video controls autoplay><source @src='"vid/remu_4/"+either("start_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What will it be? Cmon tell me Remu-chan!<</speech>>
Remu looks around the library, it's pretty quite and empty here...
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 4-5">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "Remu">>Come here follow me $firstname-kun<</speech>>
Remu takes my hand and lead me to a secluded spot in the library
<video controls autoplay><source @src='"vid/remu_4/"+either("start_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Are you sure Remu? Here? Let's go to the second floor instead... it's safer there<</speech>>
<<speech "Remu">>Sshhh just follow me $firstname-kun<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 4-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "Remu">>Be quiet and I'll make this as quick as possible... It's okay, if we're quick, nobody's gonna find out.<</speech>>
<video controls autoplay><source @src='"vid/remu_4/"+either("undress")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit... this is amazing <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 4-7">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Shh, stay quiet for me, love... I'll make you feel so good, so fast—it'll be our naughty little secret. Now, focus on cumming quick while I stroke your hard cock... just let me motivate you in my own special way.<</speech>>
<video controls autoplay loop><source @src='"vid/remu_4/"+either("hj_1","hj_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes... it feels so fucking good Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 4-7">><</link>>
<<link "<<animeButton>>Standing Handjob<</animeButton>>" "Remu 4-8">><</link>>
<<link "<<animeButton>>blowjob<</animeButton>>" "Remu 4-9">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Shh, just stand still for me, okay? I'll suck on your nipple and stroke your hard cock at the same time... our own little kinky study break. Let all that tension melt away so you can get back to acing those books, mmkay?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_4/"+either("hj_intense_1","hj_intense_2","hj_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes... it feels so fucking good Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 4-7">><</link>>
<<link "<<animeButton>>Standing Handjob<</animeButton>>" "Remu 4-8">><</link>>
<<link "<<animeButton>>blowjob<</animeButton>>" "Remu 4-9">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Just relax... I'm going to make you forget all about studying for a bit with my mouth, promise it'll be the sloppiest you've ever had...<</speech>>
And with that, she eagerly took me in, her lips sliding wetly along my cock, setting a rhythm that was as enthusiastic as it was messy, her dedication to both my pleasure and her own playful teasing undeniable
<video controls autoplay loop><source @src='"vid/remu_4/"+either("bj_1","bj_2","bj_3","bj_4","bj_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god this feels to fucking good Remu-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 4-7">><</link>>
<<link "<<animeButton>>Standing Handjob<</animeButton>>" "Remu 4-8">><</link>>
<<link "<<animeButton>>blowjob<</animeButton>>" "Remu 4-9">><</link>>
<<link "<<animeButton>>Take her jacket off<</animeButton>>" "Remu 4-10">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Huh? You want me to sit here? Oh... but please, we don't have time to be so revealing in the library like this. Just take my jacket off – showing my cleavage like this is enough, right?<</speech>>
<video controls autoplay><source @src='"vid/remu_4/"+either("undress_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I want to feel your breasts Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Grope her breasts<</animeButton>>" "Remu 4-11">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ahh $firstname-kun... be gentler please...<</speech>>
<video controls autoplay loop><source @src='"vid/remu_4/"+either("grope_1","grope_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Sorry Remu-chan.. I can't help it<</speech>>
<div class="button-row">
<<link "<<animeButton>>Grope her breasts<</animeButton>>" "Remu 4-11">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 4-12">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Mhmmhh you're so fucking hard $firstname-kun... I can feek that your cock is throbbing...<</speech>>
<video controls autoplay loop><source @src='"vid/remu_4/"+either("bj_a_1","bj_a_2","bj_a_3","bj_a_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm gonna cum soon babe<</speech>>
<<speech "Remu">>Just do it $firstname-kun! Don't hold back!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Grope her breasts<</animeButton>>" "Remu 4-11">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 4-12">><</link>>
<<link "<<animeButton>>Blowjob Faster<</animeButton>>" "Remu 4-13">><</link>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Mmpphh mphhhh Aghh are you there yet?! Cmon $firstname-kun!! Cum!!! We don't have much time!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_4/"+either("bj_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm gonna cum soon babe<</speech>>
<<speech "Remu">>Just do it $firstname-kun! Don't hold back!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob Faster<</animeButton>>" "Remu 4-13">><</link>>
<<if $lust >99>> <<link "<<animeButton>>Cum in her mouth!<</animeButton>>" "Remu 4-14">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "library">>
<<set $remu_mind -=5>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=10>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_sexcount +=1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Remu">>Oghh oghh fuck... orghhh... slrppp... Ahhh... You came so much $firstname-kun!<</speech>>
<video controls autoplay><source @src='"vid/remu_4/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit! that was intense babe<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 4-15">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_status to "Girlfriend">>
<<set $remu_oral_count +=1>>
<<if $remu_event <12>><<set $remu_event to 12>><</if>>
<</nobr>>
<<speech "Remu">>Tehee... Look at this cum... so much cum... now, you should continue your study babe! Now, I should get ready for my PE<</speech>>
<video controls autoplay><source @src='"vid/remu_4/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Thank you so much Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "library">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "Remu">>Miss me? Really? Or are you horny?<</speech>>
<video controls autoplay><source @src='"vid/remu_5/"+either("kiss_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You can read my mind Remu<</speech>>
<<speech "Remu">>I know you inside out $firstname-kun<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 5-1">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Emhh... you're so eager and full of passion today<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>As I said... I missed you Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue kissing her<</animeButton>>" "Remu 5-1">><</link>>
<<link "<<animeButton>>Take her blazer off<</animeButton>>" "Remu 5-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Nani? What do you want to do with my body $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/remu_5/"+either("undress_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I want to grope you beautiful breasts Remu<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 5-3">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>How does it feel? It feels good right?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("grope_1","grope_2","grope_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... you breasts are.. squishy and yet firm<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep groping her<</animeButton>>" "Remu 5-3">><</link>>
<<link "<<animeButton>>Grope more intense<</animeButton>>" "Remu 5-4">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ahh yes!! This feels so freaking good $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("grope_a_1","grope_a_2","grope_a_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah I can tell from your face that you're enjoying this Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep groping her<</animeButton>>" "Remu 5-4">><</link>>
<<link "<<animeButton>>Continue to hand-job<</animeButton>>" "Remu 5-5">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Do you like this $firstname-kun? You cock is rock-hard you know?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I've been holding up since this morning Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 5-5">><</link>>
<<link "<<animeButton>>Handjob+Nipple Lick<</animeButton>>" "Remu 5-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 5-7">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Do you like this $firstname-kun? You cock is rock-hard you know?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("foreplay_1","foreplay_2","foreplay_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I've been holding up since this morning Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 5-5">><</link>>
<<link "<<animeButton>>Handjob+Nipple Lick<</animeButton>>" "Remu 5-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 5-7">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Do you like this $firstname-kun? You cock is rock-hard you know?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I've been holding up since this morning Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 5-5">><</link>>
<<link "<<animeButton>>Handjob+Nipple Lick<</animeButton>>" "Remu 5-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 5-7">><</link>>
<<link "<<animeButton>>Fuck her<</animeButton>>" "Remu 5-8">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Oh yes... I'm gonna sit on this big hard cock.. Are you ready for me $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/remu_5/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck yeah, Remu-chan... put it in quick<</speech>>
<div class="button-row">
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Remu 5-9">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Oh yes!! Your cock is so fucking hard, $firstname-kun!! It's hitting right against my womb!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yess.. It feels really good Remu-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 5-9">><</link>>
<<link "<<animeButton>>Cowgirl faster<</animeButton>>" "Remu 5-12">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 5-10">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 5-11">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Oh yes!! Your cock is so fucking hard, $firstname-kun!! It's hitting right against my womb!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yess.. It feels really good Remu-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 5-9">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 5-10">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 5-11">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Oh yes!! Your cock is so fucking hard, $firstname-kun!! It's hitting right against my womb!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yess.. It feels really good Remu-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 5-9">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 5-10">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 5-11">><</link>>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Remu 5-13">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Oh fuck!! fuck!! fuck!! I'm cumming!!! I'm fucking cumming!!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("cow_intense_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yess.. It feels really good Remu-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl faster<</animeButton>>" "Remu 5-12">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside<</animeButton>>" "Remu 5-12-1">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $remu_mind -=5>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=10>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=3>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_sexcount +=1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Remu">>Ah, ah, fuck... You came inside me so fucking much, $firstname-kun! My pussy can feel all your hot cum filling me up!<</speech>>
<video controls autoplay><source @src='"vid/remu_5/"+either("cow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit! that was intense babe<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "class 1">><</link>>
<<if $energy>40>><<link "<<animeButton>>End Sex<</animeButton>>" "Remu 5-9">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Oh yes!! Your cock is so fucking hard, $firstname-kun!! It's hitting right against my womb!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_5/"+either("mission_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yess.. It feels really good Remu-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Remu 5-13">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum on her face<</animeButton>>" "Remu 5-13-1">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $remu_mind -=5>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=10>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=3>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_sexcount +=1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Remu">>Oh yess!! Cum!! cum on my pretty face $firstname-kun... mark me as yours!<</speech>>
<video controls autoplay><source @src='"vid/remu_5/"+either("cum_face")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit! that was intense babe<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Remu 5-14">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $story_route to "Remu's Love Story">>
<<set $remu_status to "Girlfriend">>
<<set $remu_oral_count +=1>>
<<set $remu_vaginal_count +=1>>
<<if $remu_event <13>><<set $remu_event to 13>><</if>>
<</nobr>>
<<speech "Remu">>Tehee... Look at this cum... so much cum on my face... now, we better go home babe.. look what time is it? <</speech>>
<video controls autoplay><source @src='"vid/remu_5/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ha ha ha... Okay, let us go home Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "class 1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "rei_house">><<else>><<toggleclass "body" "rei_house">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>><<if $rei_event >7 and $day >5 and $time >12 and $time <18>>
<<speech "You">>I can see Rei Sensei is tending to her garden<</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("rei_house_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<div class="button-row">
<<link "<<animeButton>>Say hi to her<</animeButton>>" "Rei 5">><</link>>
<<link "<<animeButton>>Leave<</animeButton>>" "residential">><</link>></div>
<<else>>
<<speech "You">>There's nobody inside. I should leave<</speech>>
<<link "<<animeButton>>Leave<</animeButton>>" "residential">><</link>>
<</if>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_house">><<else>><<toggleclass "body" "rei_house">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "You">>Sensei! Hi!<</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("rei_house_start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">>Oh hi $firstname-kun! Come on in! My husband is not here, come inside, I already cooked a lot.. come come...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 5-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_kitchen">><<else>><<toggleclass "body" "rei_kitchen">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "You">>Wow, the food is so freakin good Sensei!<</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">>Here's the miso soup, add few drops of this to your rice, it tastes nice.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Chat with her<</animeButton>>" "Rei 5-2">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_kitchen">><<else>><<toggleclass "body" "rei_kitchen">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Rei">>So, what brings you here? Don't you have a girlfriend to spend the weekend with? <</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("chat_1","chat_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I was just passing by and noticed you were tending to your garden, so I decided to stop by and say hi to you, Sensei.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Ask about her background<</animeButton>>" "Rei 5-2-1">><</link>>
<<link "<<animeButton>>Ask about her family<</animeButton>>" "Rei 5-2-2">><</link>>
<<link "<<animeButton>>Spend time with her for few hours<</animeButton>>" "Rei 5-3">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_kitchen">><<else>><<toggleclass "body" "rei_kitchen">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Rei">>My background? Well, I originally come from Aizuwakamatsu, a small town north of Fukushima. <</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("chat_1","chat_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fukushima? That's a beautiful city... <</speech>>
<<speech "Rei">>And what about you $firstname-kun? <</speech>>
<<speech "You">>Well, my hometown is Kagoshima, a village called Nejimekawakita <</speech>>
<<speech "Rei">>I've been to Kagoshima once, but I've never heard of Nejimekawakita <</speech>>
<<speech "You">>Yeah, it's pretty much a village surrounded by thick forest.. A real life Konohagakure ha ha ha <</speech>>
<div class="button-row">
<<link "<<animeButton>>Ask about her family<</animeButton>>" "Rei 5-2-2">><</link>>
<<link "<<animeButton>>Spend time with her for few hours<</animeButton>>" "Rei 5-3">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_kitchen">><<else>><<toggleclass "body" "rei_kitchen">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Rei">>Well I live here with my Husband, I have no kids yet... Tehee <</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("chat_1","chat_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Why? Are you and your husband choosing not to have children?<</speech>>
<<speech "Rei">>No, we are trying to have one.. but no luck <</speech>>
<<speech "You">>I can help if you want<</speech>>
<<speech "Rei">>(pinch my arms) You're a naughty boy aren't you?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Ask about her background<</animeButton>>" "Rei 5-2-1">><</link>>
<<link "<<animeButton>>Spend time with her for few hours<</animeButton>>" "Rei 5-3">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $time +=4>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Rei">>it's nice to have a visitor every now and then, $firstname-kun. Thanks for stopping by. I often get lonely because my husband always gets home late on weekends.<</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("drink_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're welcome Sensei. I also enjoy spending my weekend with you<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss her<</animeButton>>" "Rei 5-4">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Rei">>Eh? $firstname-kun? This isn't right... My husband can come home at any moment...<</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("kiss_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Just relax Sensei.. It won't be long<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss her<</animeButton>>" "Rei 5-5">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Hmm, oh... Oh my God, this feels nice... Okay then, promise me you'll finish it quickly, will you?<</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("kiss_1","kiss_2","kiss_3","kiss_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I promise Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Rei 5-5">><</link>>
<<link "<<animeButton>>Foreplay<</animeButton>>" "Rei 5-6">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh shitt... $firstname-kun.. this feels really good... <</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("foreplay_1","foreplay_2","foreplay_3","foreplay_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Sensei you are fucking tasty.... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Rei 5-6">><</link>>
<<link "<<animeButton>>Undress her<</animeButton>>" "Rei 5-7">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh, shit... are you sure that you're going to do this here? <</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("undress_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Absolutely sure Sensei <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 5-8">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh my god... look at this big hard cock<</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("bj_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Suck it hard Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 5-9">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Emhh arghh slrppp... I love how hard your cock is $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("bj_1","bj_2","bj_3","bj_4","bj_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Suck it hard Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 5-9">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Rei 5-10">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh yeah... put it inside $firstname-kun... Quick!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... here we go Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her now!<</animeButton>>" "Rei 5-11">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh yes!! fuck!! Just like that $firstname-kun!! Keep pounding me hard!! Yeah just like that!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... here we go Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Stand doggy<</animeButton>>" "Rei 5-11">><</link>>
<<link "<<animeButton>>Floor doggy<</animeButton>>" "Rei 5-12">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Rei 5-13">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 5-14">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh yes!! fuck!! Just like that $firstname-kun!! Keep pounding me hard!! Yeah just like that!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("doggy_low_1","doggy_low_2","doggy_low_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... here we go Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Stand doggy<</animeButton>>" "Rei 5-11">><</link>>
<<link "<<animeButton>>Floor doggy<</animeButton>>" "Rei 5-12">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Rei 5-13">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 5-14">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh yes!! fuck!! Just like that $firstname-kun!! Keep pounding me hard!! Yeah just like that!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("side_1","side_2","side_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... here we go Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Stand doggy<</animeButton>>" "Rei 5-11">><</link>>
<<link "<<animeButton>>Floor doggy<</animeButton>>" "Rei 5-12">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Rei 5-13">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 5-14">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Rei 5-13-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh yes!! fuck!! Just like that $firstname-kun!! Keep pounding me hard!! Yeah just like that!<</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... here we go Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Stand doggy<</animeButton>>" "Rei 5-11">><</link>>
<<link "<<animeButton>>Floor doggy<</animeButton>>" "Rei 5-12">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Rei 5-13">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 5-14">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Rei 5-14-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>AHH FUCK!!! FUCKK!!! KEEP FUCKING ME HARD!! I'M CUMMING!!!! <</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("side_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeah!! I'm gonna cum too Sensei!!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Hard!<</animeButton>>" "Rei 5-13-1">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Rei 5-13-2">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_living">><<else>><<toggleclass "body" "rei_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>AHH FUCK!!! FUCKK!!! KEEP FUCKING ME HARD!! I'M CUMMING!!!! <</speech>>
<video controls autoplay loop><source @src='"vid/rei_5/"+either("mission_intense_1","mission_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeah!! I'm gonna cum too Sensei!!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Hard!<</animeButton>>" "Rei 5-14-1">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Rei 5-14-2">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "rei_living">>
<<set $rei_mind -=5>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=10>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rei_sexcount +=1>>
<<set $rei_hj_count += 0>>
<<set $rei_bj_count += 1>>
<<set $rei_vaginal_count += 1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Rei">>Ohh my goodness, $firstname-kun! Sensei is feeling the waves of pleasure crashing over me! It's so intense, I'm... I'm reaching my climax! Ahh, I'm cumming so good for you! Please, $firstname-kun, come inside of me!<</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("side_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! I'm gonna cum inside of you!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Rei 5-15">><</link>>
<<if $energy>40>><<link "<<animeButton>>Fuck her again<</animeButton>>" "Rei 5-13">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "rei_living">>
<<set $rei_mind -=5>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=10>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rei_sexcount +=1>>
<<set $rei_hj_count += 0>>
<<set $rei_bj_count += 1>>
<<set $rei_vaginal_count += 1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Rei">>Ohh my goodness, $firstname-kun! Sensei is feeling the waves of pleasure crashing over me! It's so intense, I'm... I'm reaching my climax! Ahh, I'm cumming so good for you! Please, $firstname-kun, come inside of me!<</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! I'm gonna cum inside of you!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Rei 5-15">><</link>>
<<if $energy>40>><<link "<<animeButton>>Fuck her again<</animeButton>>" "Rei 5-14">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "rei_living">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <9>><<set $rei_event to 9>><</if>>
<<set $rei_status to "Counselor with Benefit">>
<</nobr>>
<<speech "Rei">>Oh my god... my mind went blank for a second... And you came really hard and filled me up<</speech>>
<video controls autoplay ><source @src='"vid/rei_5/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ha ha ha yes Sensei... Ah, I'm thirsty... let me have a sip of this beer<</speech>>
<<speech "Rei">>Of course... But you better get out of here soon... My husband is gonna be here at any moment now.<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "You">>I tried to call Aunt Ririko but got no luck <</speech>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "You">>I tried to call Ema but got no luck <</speech>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "You">>I tried to call Kira but got no luck <</speech>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $asano_display to 1>>
<</nobr>>
<<speech "You">>I tried to call Remu but got no luck <</speech>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "You">>I tried to call Mei but got no luck <</speech>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "You">>I tried to call Yume but got no luck <</speech>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "You">>I tried to call Saeko Sensei but got no luck <</speech>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>><<toggleclass "body" "rei_living">><<if $rei_event >8 and $time >18 and $time <22 >>
<video controls autoplay><source @src='"vid/rei_5/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I text Rei Sensei, asking if she's available tonight<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue <</animeButton>>" "Rei 6">><</link>>
</div>
<<else>>
<<speech "You">>I tried to call Rei Sensei but got no luck <</speech>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>> <</if>><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<</nobr>>
<<speech "You">>I tried to call Yua Sensei but got no luck <</speech>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>><<nobr>>
<<toggleclass "body" "rei_living">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
I text Rei Sensei
<<speech "You">>Hi Sensei are you at home?<</speech>>
<video controls autoplay><source @src='"vid/rei_5/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">>Yes, but my husband is at home at the moment. Are you still going to come here?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Off course!<</animeButton>>" "Rei 6-1">><</link>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>No that's too risky<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>No that's too risky<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>No that's too risky<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>No that's too risky<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>No that's too risky<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>No that's too risky<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>No that's too risky<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>No that's too risky<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>No that's too risky<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_kitchen">><<else>><<toggleclass "body" "rei_kitchen">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<video controls autoplay><source @src='"vid/rei_7/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I arrived at Sensei's place, and I can see that Rei Sensei's husband is around<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 6-2">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_kitchen">><<else>><<toggleclass "body" "rei_kitchen">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Rei">>Ah! $firstname-kun... You're here<</speech>>
<video controls autoplay><source @src='"vid/rei_7/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Tehee I come as promised Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 6-3">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_kitchen">><<else>><<toggleclass "body" "rei_kitchen">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Rei">>You're such a bold man aren't you $firstname-kun... I'm really impressed by your move... <</speech>>
<video controls autoplay><source @src='"vid/rei_7/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm a man of my word Sensei... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 6-4">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_kitchen">><<else>><<toggleclass "body" "rei_kitchen">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Rei">>Come here... I think you deserve a reward... Emhh slrppp <</speech>>
Rei Sensei is kissing me passionately
<video controls autoplay><source @src='"vid/rei_7/"+either("kiss_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Enggh Sensei... You're bold as well... Your husband's around you know <</speech>>
<<speech "Rei">>I don't care about that.. emhhh<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Rei 6-5">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_kitchen">><<else>><<toggleclass "body" "rei_kitchen">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Emmh sprllp aghh oghh... Your boldness really turns me on $firstname-kun <</speech>>
<video controls autoplay loop><source @src='"vid/rei_7/"+either("kiss_1","kiss_2","kiss_3","kiss_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Aghh slrpp you're so tast Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Rei 6-5">><</link>>
<<link "<<animeButton>>Stop keep kissing her<</animeButton>>" "Rei 6-6">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_kitchen">><<else>><<toggleclass "body" "rei_kitchen">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=5>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Smooch... ahh... ha ha ha... But I'm afraid that we can't go full blown sex here.. Tehee... <</speech>>
<video controls autoplay><source @src='"vid/rei_7/"+either("kiss_end")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>No.. but I want it Sensei!<</speech>>
<<speech "Rei">>Relax $firstname-kun... You don't want my husband know about our affairs do you? Or... you can hide in the storage next to the bathroom and when you hear the water sprinkles, just go inside. Or you can hide in the closet in my bedroom, my husband will go to his night shift at 10pm..<</speech>>
<div class="button-row">
<<link "<<animeButton>>Wait in the bedroom closet<</animeButton>>" "Rei 6-7">><</link>>
<<if $rei_event>9>><<link "<<animeButton>>Wait in the storage room next to the bathroom<</animeButton>>" "Rei 7">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<<set $time to 24>>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=2>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay><source @src='"vid/rei_6/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Rei Sensei's sleeping... And her husband seems out of the house <</speech>>
<div class="button-row">
<<link "<<animeButton>>Approach her<</animeButton>>" "Rei 6-8">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=2>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Sensei.. Wake up... Your husband's gone out<</speech>>
<video controls autoplay><source @src='"vid/rei_6/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">>Emhh?? Oh my God, I must have dozed off... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss her<</animeButton>>" "Rei 6-9">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=2>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Come and take me now you stud!<</speech>>
<video controls autoplay><source @src='"vid/rei_6/"+either("kiss_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Unghh... Someone's horny! <</speech>>
<<speech "Rei">>I've been waiting for this the whole day<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Rei 6-10">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Hmm... Aside from the nasty experiment we did, you're quite tasty yourself, $firstname-kun.<</speech>>
<video controls autoplay loop><source @src='"vid/rei_6/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You yourself are tasty too Sensei... I can't get enough of you<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Rei 6-10">><</link>>
<<link "<<animeButton>>Makeout with her<</animeButton>>" "Rei 6-11">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oghh yeahh... keep on devouring me darling... I love how you treat my body baby....<</speech>>
<video controls autoplay loop><source @src='"vid/rei_6/"+either("makeout_1","makeout_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh yeah Sensei... I love the smell of your body<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kissing<</animeButton>>" "Rei 6-10">><</link>>
<<link "<<animeButton>>Makingout<</animeButton>>" "Rei 6-11">><</link>>
<<link "<<animeButton>>Undress her<</animeButton>>" "Rei 6-12">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh yeah... take me deeper baby... Undress me and take me as a whole<</speech>>
<video controls autoplay><source @src='"vid/rei_6/"+either("undress_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hell yeah Sensei!! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue to foreplay<</animeButton>>" "Rei 6-13">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh yeah $firstname-kun! This is what I really want in making love... <</speech>>
<video controls autoplay loop><source @src='"vid/rei_6/"+either("foreplay_1","foreplay_2","foreplay_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Come and get it then Rei Sensei! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Rei 6-13">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 6-14">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh my god! I love how big your cock is $firstname-kun. <</speech>>
<video controls autoplay loop><source @src='"vid/rei_6/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeah Sensei!! Just like that! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Foreplay<</animeButton>>" "Rei 6-13">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 6-14">><</link>>
<<link "<<animeButton>>Her phone is ringing<</animeButton>>" "Rei 6-15">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Fuck! Wait a second $firstname-kun... My phone is ringing... It's my husband!<</speech>>
<video controls autoplay><source @src='"vid/rei_6/"+either("phone_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Okay then... please make it quick Sensei<</speech>>
<<speech "Rei">>Ssshh! Be quiet!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 6-16">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Moshi-moshi (Hello) babe... Ahh shit... (whisper) $firstname-kun! Wait for a sec... ahhhh!! <</speech>>
<video controls autoplay><source @src='"vid/rei_6/"+either("phone_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hehe relax Sensei! Just enjoy it....<</speech>>
<<speech "Rei">>Oh my god... (continue talk to my husband) Oh no.. baby... it's okay... I'm just having a migraine.. Don't worry I'll get the medication right away<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 6-17">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Ahh ahh yess baby... I'll go to sleep after this... No... ahh it's okay... I'm good... shit... no need to worry about me <</speech>>
<video controls autoplay loop><source @src='"vid/rei_6/"+either("phone_3","phone_4","phone_5","phone_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hmm... You're body is too tasty Sensei!<</speech>>
<<speech "Rei">>(whisper) SShhh shut up $firstname-kun... Oh no baby... I'm not talking to anyone... You must've heard it wrong<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep teasing her while she's on the phone<</animeButton>>" "Rei 6-17">><</link>>
<<link "<<animeButton>>End the call<</animeButton>>" "Rei 6-18">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Okay... goodbye my husband (hang up the phone) Fuck! $firstname-kun! That was risky! Don't do it again! Ahhhhh fuck!! <</speech>>
<video controls autoplay><source @src='"vid/rei_6/"+either("phone_end")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What? I can't hear you Sensei?!<</speech>>
<<speech "Rei">>Fuckkk.... Just fuck me now $firstname-kun!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her now<</animeButton>>" "Rei 6-19">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Yes... put it inside!! Fuckk!!! <</speech>>
<video controls autoplay><source @src='"vid/rei_6/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck it's so fucking tight<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her now!<</animeButton>>" "Rei 6-20">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Yes!! Yes!! Fuck me $firstname-kun!! Fuck me me real hard with your big hard cock! <</speech>>
<video controls autoplay loop><source @src='"vid/rei_6/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahhh... ahh ahhh fuck... It feels really good Rei Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 6-20">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Rei 6-21">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Rei 6-22">><</link>>
<<link "<<animeButton>>Fuck harder!<</animeButton>>" "Rei 6-20-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Yes!! Yes!! Fuck me $firstname-kun!! Fuck me me real hard with your big hard cock! <</speech>>
<video controls autoplay loop><source @src='"vid/rei_6/"+either("cow_1","cow_2","cow_3","cow_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahhh... ahh ahhh fuck... It feels really good Rei Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 6-20">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Rei 6-21">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Rei 6-22">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Yes!! Yes!! Fuck me $firstname-kun!! Fuck me me real hard with your big hard cock! <</speech>>
<video controls autoplay loop><source @src='"vid/rei_6/"+either("prone_1","prone_2","prone_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahhh... ahh ahhh fuck... It feels really good Rei Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Rei 6-20">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Rei 6-21">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Rei 6-22">><</link>>
<<link "<<animeButton>>Fuck harder!<</animeButton>>" "Rei 6-22-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Fuck! Fuck! Fuck!!! Yes $firstname-kun!!! Yes!!! I'm cumming!! I'm fucking cummin!! AHHHHH<</speech>>
<video controls autoplay loop><source @src='"vid/rei_6/"+either("mission_intense_1","mission_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck, I'm gonna cum too Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck harder!<</animeButton>>" "Rei 6-20-1">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Rei 6-20-2">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "rei_room">>
<<set $rei_mind -=5>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=10>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rei_sexcount +=1>>
<<set $rei_hj_count += 0>>
<<set $rei_bj_count += 1>>
<<set $rei_vaginal_count += 1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Rei">>Yes baby!! Yes!! Dump all your cum inside of my pussy!! Fill me up $firstname-kun!! <</speech>>
<video controls autoplay><source @src='"vid/rei_6/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! I'm gonna cum inside of you Sensei!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
hint: You can continue to have sex with her if your energy is still enough
<<link "<<animeButton>>End Sex<</animeButton>>" "Rei 6-20-3">><</link>>
<<if $energy>40>><<link "<<animeButton>>Fuck her again<</animeButton>>" "Rei 6-20">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_room">><<else>><<toggleclass "body" "rei_room">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=3>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=13>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Fuck! Fuck! Fuck!!! Yes $firstname-kun!!! Yes!!! I'm cumming!! I'm fucking cummin!! AHHHHH<</speech>>
<video controls autoplay loop><source @src='"vid/rei_6/"+either("prone_intense_1","prone_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck, I'm gonna cum too Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck harder!<</animeButton>>" "Rei 6-22-1">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Rei 6-22-2">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "rei_room">>
<<set $rei_mind -=5>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=10>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rei_sexcount +=1>>
<<set $rei_hj_count += 0>>
<<set $rei_bj_count += 1>>
<<set $rei_vaginal_count += 1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Rei">>Yes baby!! Yes!! Dump all your cum inside of my pussy!! Fill me up $firstname-kun!! <</speech>>
<video controls autoplay><source @src='"vid/rei_6/"+either("prone_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh shitt!! Fuck!! I'm gonna cum inside of you Sensei!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
hint: You can continue to have sex with her if your energy is still enough
<<link "<<animeButton>>End Sex<</animeButton>>" "Rei 6-22-3">><</link>>
<<if $energy>40>><<link "<<animeButton>>Fuck her again<</animeButton>>" "Rei 6-22">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "rei_living">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <10>><<set $rei_event to 10>><</if>>
<<set $rei_status to "Counselor with Benefit">>
<</nobr>>
<<speech "Rei">>You really are something aren't you $firstname-kun? Damn...<</speech>>
<video controls autoplay ><source @src='"vid/rei_6/"+either("mission_aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You too Sensei... I love every inch of you...<</speech>>
<<speech "Rei">>Of course... But you better get out of here soon... Even if my husband is out for work, he'll return in the early morning.<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<toggleclass "body" "rei_living">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <10>><<set $rei_event to 10>><</if>>
<<set $rei_status to "Counselor with Benefit">>
<</nobr>>
<<speech "Rei">>You really are something aren't you $firstname-kun? Damn...<</speech>>
<video controls autoplay ><source @src='"vid/rei_6/"+either("prone_aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You too Sensei... I love every inch of you...<</speech>>
<<speech "Rei">>Of course... But you better get out of here soon... Even if my husband is out for work, he'll return in the early morning.<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "rei_bath">><<else>><<toggleclass "body" "rei_bath">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<<set $time to 22>>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=2>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<video controls autoplay><source @src='"vid/rei_7/"+either("shower_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Rei Sensei's showering... And her husband is sleeping in the livingroom <</speech>>
<div class="button-row">
<<link "<<animeButton>>Approach her<</animeButton>>" "Rei 7-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_bath">><<else>><<toggleclass "body" "rei_bath">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=2>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "You">>Hi Sensei, can I join you?<</speech>>
<video controls autoplay><source @src='"vid/rei_7/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Rei">>(Gasp!) Holy shit! $firstname-kun! Are you really waiting in the storage room? And why are you naked? <</speech>>
<<speech "You">>I want to shower with you Sensei<</speech>>
<<speech "Rei">>But my husband hasn't left the house!<</speech>>
<<speech "You">>It's okay Sensei, he's sleeping on the couch<</speech>>
<div class="button-row">
<<link "<<animeButton>>Grope her<</animeButton>>" "Rei 7-2">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_bath">><<else>><<toggleclass "body" "rei_bath">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=2>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Okay then, but we got to make it quick, okay?<</speech>>
<video controls autoplay loop><source @src='"vid/rei_7/"+either("grope_1","grope_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Sensei... Will do <</speech>>
<div class="button-row">
<<link "<<animeButton>>Grope her<</animeButton>>" "Rei 7-2">><</link>>
<<link "<<animeButton>>Boobjob<</animeButton>>" "Rei 7-3">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_bath">><<else>><<toggleclass "body" "rei_bath">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=2>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Oh yeah... How do you like it? Do you like being clamped like this $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/rei_7/"+either("boobjob_1","boobjob_2","boobjob_3","boobjob_4","boobjob_5","boobjob_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... It feels so good Sensei <</speech>>
<div class="button-row">
<<link "<<animeButton>>Boobjob<</animeButton>>" "Rei 7-3">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 7-4">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_bath">><<else>><<toggleclass "body" "rei_bath">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=2>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Mpphh slrlppp Aghh... How about my blowjob skill $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/rei_7/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It's out of this world Sensei! It feels amazing <</speech>>
<div class="button-row">
<<link "<<animeButton>>Boobjob<</animeButton>>" "Rei 7-3">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Rei 7-4">><</link>>
<<link "<<animeButton>>Blowjob more intense<</animeButton>>" "Rei 7-5">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "rei_bath">><<else>><<toggleclass "body" "rei_bath">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 1>>
<<set $location to "rei house">>
<</nobr>><div class="center"><<nobr>>
<<set $rei_mind -=3>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=2>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Rei">>Out of this world? Really? Then how about this? Slrrppp srgg oghh ahhh<</speech>>
<video controls autoplay loop><source @src='"vid/rei_7/"+either("bj_intense_1","bj_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck!! Sensei! I'm gonna cum!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob more intense<</animeButton>>" "Rei 7-5">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum in her mouth<</animeButton>>" "Rei 7-6">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "rei_bath">>
<<set $rei_mind -=5>><<if $rei_mind lt 0>><<set $rei_mind to 0>><<elseif $rei_mind gt 100>><<set $rei_mind to 100>><</if>>
<<set $rei_lust +=10>><<if $rei_lust lt 0>><<set $rei_lust to 0>><<elseif $rei_lust gt 100>><<set $rei_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rei_sexcount +=1>>
<<set $rei_hj_count += 0>>
<<set $rei_bj_count += 1>>
<<set $rei_vaginal_count += 0>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Rei">>Engghh engghh oghhh... (cough) Fuck... <</speech>>
<video controls autoplay><source @src='"vid/rei_7/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm cumming Sensei!!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Rei 7-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "rei_living">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 1>>
<<if $rei_event <11>><<set $rei_event to 11>><</if>>
<<set $rei_status to "Counselor with Benefit">>
<</nobr>>
<<speech "Rei">>Hmm... Your cum tastes good.. Teehee... Look how thick you cum is! <</speech>>
<video controls autoplay ><source @src='"vid/rei_7/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Let's fuck now Sensei<</speech>>
<<speech "Rei">>No no no... I don't think that possible... Now get out of my house before my husband wakes up<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_5 to either("Y","N")>>
<</nobr>>
<<speech "Tsubasa">>Yes $firstname-kun? Can I help you? <</speech>>
<video controls autoplay><source @src='"vid/tsubasa_0/"+either("office_1","office_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<div class="button-row">
<<link "<<animeButton>>Nevermind, sorry for disturbing you Sensei<</animeButton>>" "teacher office">><</link>>
<<if $tsubasa_event > 2>><<link "<<animeButton>>Let's do risky sex in the toilet<</animeButton>>" "Tsubasa 2-4">><</link>><</if>>
<<if $tsubasa_event > 5 and $time >16 and $tsubasa_5 is "Y">><<link "<<animeButton>>Do you want to hangout at your place?<</animeButton>>" "Tsubasa 5">><</link>><</if>>
<<if $tsubasa_event > 5 and $time >16 and $tsubasa_5 is "N">><<link "<<animeButton>>Do you want to hangout at your place?<</animeButton>>" "Tsubasa 6">><</link>><</if>>
<<if $tsubasa_event > 6 and $time >11 and $time <14 >><<link "<<animeButton>>The teacher's office seems empty<</animeButton>>" "Tsubasa 8">><</link>><</if>>
</div> <a data-passage="canteen" class="link-internal link-image">
<img src="button/school_canteen.png" class="zoom-image" alt="Image"></a><<nobr>>
<<if $time>18>><<toggleclass "body" "clinic">><<else>><<toggleclass "body" "clinic">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $tsubasa_display to 0>>
<<set $location to "clinic">>
<</nobr>>
<<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">><</link>><<nobr>>
<<if $time>18>><<toggleclass "body" "school_hall_2_day">><<else>><<toggleclass "body" "school_hall_2_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $location to "school hallway f2">>
<</nobr>><div class="center"><<nobr>>
<</nobr>><<speech "You">>Where do I want to go?<</speech>><<nobr>>
<</nobr>><div class="button-row">
<a data-passage="physics lab" class="link-internal link-image">
<img src="button/physics.png" class="zoom-image" alt="Image"></a>
<a data-passage="geography lab" class="link-internal link-image">
<img src="button/geography.png" class="zoom-image" alt="Image"></a>
<a data-passage="history lab" class="link-internal link-image">
<img src="button/history.png" class="zoom-image" alt="Image"></a>
<a data-passage="biology lab" class="link-internal link-image">
<img src="button/biology.png" class="zoom-image" alt="Image"></a>
</div><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Go Back<</animeButton>>" "school hallway f2">>
<</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 1>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $location to "teacher office">>
<<set $tsubasa_status to "Geography Teacher">>
<<set $tsubasa_chat_count to 0>>
<<set $tsubasa_lunch_count to 0>>
<<set $tsubasa_study_count to 0>>
<<set $tsubasa_rooftop_count to 0>>
<<set $tsubasa_date_count to 0>>
<<set $tsubasa_hj_count to 0>>
<<set $tsubasa_bj_count to 0>>
<<set $tsubasa_vaginal_count to 0>>
<<set $tsubasa_lust to 10>>
<<set $tsubasa_mind to 100>>
<<set $tsubasa_peep_count to 0>>
<</nobr>>
<<speech "You">>Sensei, are you free?<</speech>>
<video controls autoplay loop><source @src='"vid/saeko_0/"+either("office_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Saeko">>What is it $firstname-kun? Please don't say that you want to have sex again. I'm quite busy today<</speech>>
<<speech "You">>Oh no, Sensei, it's not like that. I want to apply to Geography class. I think my grade is sufficient for the specialization classes<</speech>>
<<speech "Saeko">>Really? Let me check your grade and the class requirements... Um, yeah, I think you're all set. You can start attending the geography class tomorrow.<</speech>>
<<speech "You">>Arigato gozaimasu, Sensei! I'll start right away tomorrow! Thanks for your help Sensei!<</speech>><<set $tsubasa_event to 1>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "teacher office">><</link>>
</div><<nobr>>
<<toggleclass "body" "geo_lab">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $location to "geography lab">>
<</nobr>><<if $tsubasa_event > 0 and $time <17>><<set $tsubasa_display to 1>>
<video controls autoplay loop><source @src='"vid/tsubasa_0/"+either("geo_1","geo_3","geo_2","geo_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Geography class ain't easy, but with Tsubasa Sensei at the helm, it's never dull.<</speech>>
<div class="button-row"><<if $energy <40 and $mind <40>><<link "<<animeButton>>I can't study, I'm too tired<</animeButton>>" "school hallway f2">><</link>><<else>> <<if $time<16>><<link "<<animeButton>>Study for 2 hours<</animeButton>>" "study geography 2 hours">>
<</link>><</if>><</if>>
<<link "<<animeButton>>Go Back<</animeButton>>" "school hallway lab">>
<</link>></div>
<<elseif $time >16>>
<video controls autoplay><source @src='"vid/tsubasa_0/"+either("end_class_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
The class has ended. All students who take geography class are dismissed
<<speech "Tsubasa">>See you tomorrow guys! Don't forget to do all the homeworks I assigned you ne? <</speech>>
<div class="button-row"><<if $tsubasa_event >3>><<link "<<animeButton>>Linger around for few minutes<</animeButton>>" "Tsubasa 1">>
<</link>><</if>>
<<link "<<animeButton>>Exit the class<</animeButton>>" "school hallway lab">>
<</link>></div>
<<else>>
<<link "<<animeButton>>Go Back<</animeButton>>" "school hallway lab">>
<</link>><</if>><<nobr>>
<<toggleclass "body" "phy_lab">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $location to "physics lab">>
<</nobr>>
<<link "<<animeButton>>Go Back<</animeButton>>" "school hallway lab">>
<</link>><<nobr>>
<<toggleclass "body" "hist_lab">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $location to "physics lab">>
<</nobr>>
<<link "<<animeButton>>Go Back<</animeButton>>" "school hallway lab">>
<</link>><<nobr>>
<<toggleclass "body" "bio_lab">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $location to "physics lab">>
<</nobr>>
<<link "<<animeButton>>Go Back<</animeButton>>" "school hallway lab">>
<</link>><<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<if $tsubasa_event <5>><<set $tsubasa_event to 5>><</if>>
<<set $tsubasa_status to "Teacher with Benefit">>
<</nobr>>
<<speech "Tsubasa">>Oh my god... what a cum... Do you like it $firstname-kun?<</speech>>
<video controls autoplay ><source @src='"vid/tsubasa_1/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes sensei! I love it very much<</speech>>
<<speech "Tsubasa">>Well we can do it again tomorrow... If you don't mind<</speech>>
<<speech "You">>Of course I don't mind Sensei! Thank you very much!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "library">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "geo_lab">><<else>><<toggleclass "body" "geo_lab">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $location to "class 3">>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy -=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $academic +=5>>
<<if $tsubasa_event <2>><<set $tsubasa_event to 2>><</if>>
<</nobr>><<nobr>>
<img src="img/char/study_class.png" style="max-width: 100%;">
<</nobr>>
<<speech "You">>I'm studying really hard for 2 hours<</speech>>
<div class="button-row">
<<if $time<16>><<link "<<animeButton>>Continue to study for 2 hours<</animeButton>>" "study geography 2 hours">>
<</link>><</if>>
<<link "<<animeButton>>Take a break<</animeButton>>" "geography lab">>
<</link>></div><<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $location to "boy toilet">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $energy +=1>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<</nobr>><<nobr>>
<img src="img/char/school_pee.png" style="max-width: 100%;">
<</nobr>>
<<speech "You">>Ahh what a relieve<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Peeing<</animeButton>>" "boy toilet">>
<</link>></div><<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=1>>
<<set $time +=2>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "You">>Holy.. shit.. It's Tsubasa Sensei, she's changing in the Girl's toilet. Maybe I should video her, damn what a body<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_0/"+either("peep_1","peep_2","peep_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Damn. What a body! I wish I can have a taste of her<</speech>>
<div class="button-row"> <<if $tsubasa_peep_count<3>>
<<link "<<animeButton>>Stop recording her<</animeButton>>" "boy toilet">><</link>><<else>>
<<link "<<animeButton>>Stop recording her<</animeButton>>" "Tsubasa 2">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
I managed to record her changing
<<speech "You">>Nice, now I can enjoy her body and masturbate when I get home<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_0/"+either("peep_caught_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
Then suddenly I feel there is somebody behind me
<<speech "Tsubasa">>Hi $firstname-kun. What are you watching? Hmm?<</speech>>
Fuck! I'm caught red-handed... I'm gonna go to jail for this
<<speech "You">>Sensei! It's not what it looks like! I can explain<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 2-1">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "You">>Please Sensei! I beg you! I can't help it, since I accidentaly saw you on that hole on the wall. Since you're so hot, I can't help but too peek<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_0/"+either("peep_caught_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Tsubasa">>Hmm, relentless craving of a teen-kid... I feel ya. But listen, I caught you recording me these past few days. I might have to ask you to ditch that footage, or else I'll have to snatch your phone and hand it over to the cops. It's up to you $firstname-kun.<</speech>>
<<speech "You">>Sensei! Please delete those recordings! As long as you're gonna spare me, I'll do anything you want!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 2-2">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>You know what? I'm feeling pretty generous today, so how about you let your imagination run wild and fantasize all you want about my bod? Just make sure you don't press that record button, okay? So, what do you think, $firstname-kun?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_2/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Are you serious Sensei? But we're in the boy's toilet!<</speech>>
<<speech "Tsubasa">>Listen, $firstname-kun, I'm totally serious. I've been hearing some pretty interesting gossip about you, and it seems like you've been getting cozy with some teachers, huh? I gotta say, it's caught my attention. Now, don't worry, sweetie. We both know that this late in the day, nobody would be in the boys' bathroom, or else you wouldn't have had the guts to sneak a peek and record me like that.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 2-3">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Now, just relax and let me take care of you $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_2/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Allright Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 2-4">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Hmm tasty... You're such a good kisser $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_2/"+either("kiss_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... sensei... You're tasty as well<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing Her<</animeButton>>" "Tsubasa 2-4">><</link>>
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 2-5">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Tee-hee... I can see how much you love this $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_2/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah fuck, this feels so fucking good Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 2-5">><</link>>
<<link "<<animeButton>>Footjob<</animeButton>>" "Tsubasa 2-6">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 2-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Tee-hee... I can see how much you love this $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_2/"+either("fj_1","fj_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah fuck, this feels so fucking good Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 2-5">><</link>>
<<link "<<animeButton>>Footjob<</animeButton>>" "Tsubasa 2-6">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 2-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Tee-hee... I can see how much you love this $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_2/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah fuck, this feels so fucking good Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 2-5">><</link>>
<<link "<<animeButton>>Footjob<</animeButton>>" "Tsubasa 2-6">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 2-7">><</link>>
<<link "<<animeButton>>Intense Handjob<</animeButton>>" "Tsubasa 2-8">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Wow, $firstname-kun, you sure know how to get the juices flowing! I'm feeling pretty worked up myself, just thinking about you taking control and making all those naughty dreams come true. Now, don't hold back; let me have it all! Tell me everything you've been fantasizing about – nothing's off-limits here.<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_2/"+either("hj_intense_1","hj_intense_2","hj_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah Sensei... Your hand on my cock... it feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Intense Handjob<</animeButton>>" "Tsubasa 2-8">><</link>>
<<link "<<animeButton>>Penetrate Her<</animeButton>>" "Tsubasa 2-9">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>You know what, $firstname-kun? Let's just go all in and give me a taste of that massive, filthy cock of yours! I can't wait to feel it deep inside my pussy, filling me up completely. Come on, don't hold back! This is what I've been craving<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_2/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah yess Sensei! It's going in!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Tsubasa 2-10">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Ahh fuck! So the rumor is true! Your cock is massive, and it's filling me up so good $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_2/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah fuck, this feels so fucking good Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 2-10">><</link>>
<<link "<<animeButton>>Wait sensei! I can hear footsteps! Somebody's coming!<</animeButton>>" "Tsubasa 2-11">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Oh shit! You're right $firstname-kun! Quick! Hide with me in one of the empty stall!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_2/"+either("cow_hide_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Let's go sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 2-12">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Sshhh be quiet $firstname-kun!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_2/"+either("hide_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm trying! But you're keep on teasing me like this!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 2-13">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Just relax $firstname-kun. Let's continue... But be quiet!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_2/"+either("hide_penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh this is fucking crazy!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 2-14">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Emmph!! Fuck!! Yeahh just like that... Sshh $firstname kun! Don't be so fucking loud!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_2/"+either("hide_doggy_1","hide_doggy_2","hide_doggy_3","hide_doggy_4","hide_doggy_5","hide_doggy_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah fuck, this feels so fucking good Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her!<</animeButton>>" "Tsubasa 2-14">><</link>>
<<link "<<animeButton>>I think they're already gone Sensei<</animeButton>>" "Tsubasa 2-15">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>You're right $firstname-kun! Let's get back outside and fuck me there<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_2/"+either("out_doggy_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>But isn't it safer here?<</speech>>
<<speech "Tsubasa">>Just do what I say!<</speech>>
<<speech "You">>YES! Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her!<</animeButton>>" "Tsubasa 2-16">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Show me exactly what you've got. Keep ramming that fat, throbbing member of yours into my tight, wet pussy from behind, and teach me what it feels like to be thoroughly claimed by my own student. I'm yours, $firstname-kun – claim me now!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_2/"+either("out_doggy_1","out_doggy_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah yes! Sensei! I'm gonna cum at any moment now!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her!<</animeButton>>" "Tsubasa 2-16">><</link>>
<<link "<<animeButton>>Fuck her even harder!<</animeButton>>" "Tsubasa 2-17">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Oh my god, $firstname-kun, I can't hold it back any longer! I'm about to explode, and it feels like I'm cumming so hard that my entire world is going to shatter! This is it – the moment I've been waiting for, I'm cumming so hard, $firstname-kun! This is the best orgasm I've ever had!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_2/"+either("out_doggy_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ah yes! Sensei! Can I cum insde?<</speech>>
<<speech "Tsubasa">>Not today honey... Just cum on my ass!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her hard!<</animeButton>>" "Tsubasa 2-17">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Tsubasa 2-18">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!!. <</speech>>
<video controls autoplay><source @src='"vid/tsubasa_2/"+either("cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm cumming Sensei!!<</speech>>
<<speech "Tsubasa">>Good boy... Yeahh just like that... Paint my ass with your cum<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 2-19">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "boy_toilet">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<if $tsubasa_event <3>><<set $tsubasa_event to 3>><</if>>
<<set $tsubasa_status to "Teacher with Benefit">>
<</nobr>>
<<speech "Tsubasa">>Hahhh.. Hahh.... How does it feel $firstname-kun? It feels better than just watching me through your phone right?<</speech>>
<video controls autoplay ><source @src='"vid/tsubasa_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes sensei! It feels so fucking great<</speech>>
<<speech "Tsubasa">>Now let's get the hell out of here before someone's coming<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "school hallway f1">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
I crawl on the floor to remain as stealthy as I can. I don't want to get caught in the act again.
<video controls autoplay><source @src='"vid/tsubasa_0/"+either("peep_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Damn, I can't see really well from here... Is she really inside? I don't see anyone inside the toilet<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 3-1">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Hi $firstname-kun! What are you doing? Creeping around near the girl's toilet?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_0/"+either("peep_caught_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my gosh! Sensei!! How come you're already here? I thought I saw you heading into the bathroom?<</speech>>
<<speech "Tsubasa">>Let say that I've got a superspeed super power... Anyway you're lucky that I'm the one who caught you, you sneaky pervert! Tee-hee... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 3-2">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>What's the matter $firstname-kun? Are you that horny and wish to see my body again?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_3/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Emhh... that's not entirely wrong Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 3-3">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Come here you stud!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_3/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Emhh... Sensei! We're in the hallway! It's dangerous<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 3-4">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Relax $firstname-kun... The chance of getting caught, makes it more exciting isn't it?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_3/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Sensei.. Please... At least not here...<</speech>>
<<speech "Tsubasa">>What? you want me to stop?<</speech>>
<<speech "You">>Emhh no Sensei... but at least we need to be careful<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing<</animeButton>>" "Tsubasa 3-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 3-5">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emmhh from your body, I can see that you're really enjoying this... The feeling of urgency... the fear of getting caught... Makes you even harder isn't it?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_3/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei... I fucking love it<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 3-5">><</link>>
<<link "<<animeButton>>Grinding<</animeButton>>" "Tsubasa 3-6">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 3-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emmhh from your body, I can see that you're really enjoying this... The feeling of urgency... the fear of getting caught... Makes you even harder isn't it?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_3/"+either("grind_1","grind_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei... I fucking love it<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 3-5">><</link>>
<<link "<<animeButton>>Grinding<</animeButton>>" "Tsubasa 3-6">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 3-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emmhh from your body, I can see that you're really enjoying this... The feeling of urgency... the fear of getting caught... Makes you even harder isn't it?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_3/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei... I fucking love it<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 3-5">><</link>>
<<link "<<animeButton>>Grinding<</animeButton>>" "Tsubasa 3-6">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 3-7">><</link>>
<<link "<<animeButton>>Handjob Faster<</animeButton>>" "Tsubasa 3-8">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh my... It's getting harder and bigger... You wanna cum soon $firstname-kun? Come on honey... Cum for Sensei!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_3/"+either("hj_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god Sensei!! I'm gonna cum soon!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Handjob Faster<</animeButton>>" "Tsubasa 3-8">><</link>>
<<if $lust >99>><<link "<<animeButton>>Cum!<</animeButton>>" "Tsubasa 3-9">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 0>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!!. <</speech>>
<video controls autoplay><source @src='"vid/tsubasa_3/"+either("hj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm cumming Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 3-10">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_hall_2_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<if $tsubasa_event <4>><<set $tsubasa_event to 4>><</if>>
<<set $tsubasa_status to "Teacher with Benefit">>
<</nobr>>
<<speech "Tsubasa">>Tee-hee... You sure came a lot $firstname-kun...<</speech>>
<video controls autoplay ><source @src='"vid/tsubasa_3/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes sensei! It feels so fucking great<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "school hallway f1">><</link>>
</div><<nobr>>
<<toggleclass "body" "geo_lab">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
I hang around for a few minutes, watching her as she gets ready to leave.
<video controls autoplay><source @src='"vid/tsubasa_0/"+either("end_class_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Tsubasa">>You haven't left yet? Are you waiting for me $firstname-kun?<</speech>>
<<speech "You">>Yeah actually... I'm bored... Wanna do something fun?<</speech>>
<<speech "Tsubasa">>Meet me at the library<</speech>>
<div class="button-row">
<<link "<<animeButton>>Go to the library with her<</animeButton>>" "Tsubasa 1-1">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>It's usually quiet in the library at this hour... What do you want to do with me then?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Anything you'd like Sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 1-2">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Anything $firstname-kun? Are you ready for something truly wild? What if I told you that I want to take things to the next level with you right here in the library? So, tell me, $firstname-kun – are you up for it?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_1/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei... I'm ready<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 1-3">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhh come here... but keep your eyes open will you?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_1/"+either("kiss_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Of course Sensei...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Kissing Her<</animeButton>>" "Tsubasa 1-4">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emmh yeahh... It's exciting isn't it? To do it in the library?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_1/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh yeah Sensei.... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing Her<</animeButton>>" "Tsubasa 1-4">><</link>>
<<link "<<animeButton>>Undress<</animeButton>>" "Tsubasa 1-5">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Now let's get serious...<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_1/"+either("undress_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Damn right.. <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 1-6">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>I see that you're ready for this aren't you $firstname-kun? Teehee...<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_1/"+either("hj_1","hj_2","hj_3","hj_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... Sensei... It feels so good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 1-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 1-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasaa">>I see that you're ready for this aren't you $firstname-kun? Teehee...<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_1/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... Sensei... It feels so good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 1-6">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 1-7">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Tsubasa 1-8">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Now put that cock inside of me $firstname! Quick! I can't hold it back any longer<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_1/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck you're so fucking tight Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her Now!<</animeButton>>" "Tsubasa 1-9">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh yeahh.. Just like that $firstname-kun... Do you like what my pussy feels like?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_1/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei! Your pussy feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 1-9">><</link>>
<<link "<<animeButton>>Stand Front<</animeButton>>" "Tsubasa 1-10">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 1-11">><</link>>
<<link "<<animeButton>>Side Cowgirl<</animeButton>>" "Tsubasa 1-12">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 1-13">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh yeahh.. Just like that $firstname-kun... Do you like what my pussy feels like?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_1/"+either("sf_1","sf_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei! Your pussy feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 1-9">><</link>>
<<link "<<animeButton>>Stand Front<</animeButton>>" "Tsubasa 1-10">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 1-11">><</link>>
<<link "<<animeButton>>Side Cowgirl<</animeButton>>" "Tsubasa 1-12">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 1-13">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh yeahh.. Just like that $firstname-kun... Do you like what my pussy feels like?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_1/"+either("rcow_1","rcow_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei! Your pussy feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 1-9">><</link>>
<<link "<<animeButton>>Stand Front<</animeButton>>" "Tsubasa 1-10">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 1-11">><</link>>
<<link "<<animeButton>>Side Cowgirl<</animeButton>>" "Tsubasa 1-12">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 1-13">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh yeahh.. Just like that $firstname-kun... Do you like what my pussy feels like?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_1/"+either("sidecow_1","sidecow_2","sidecow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei! Your pussy feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 1-9">><</link>>
<<link "<<animeButton>>Stand Front<</animeButton>>" "Tsubasa 1-10">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 1-11">><</link>>
<<link "<<animeButton>>Side Cowgirl<</animeButton>>" "Tsubasa 1-12">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 1-13">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh yeahh.. Just like that $firstname-kun... Do you like what my pussy feels like?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_1/"+either("cow_1","cow_2","cow_3","cow_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei! Your pussy feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 1-9">><</link>>
<<link "<<animeButton>>Stand Front<</animeButton>>" "Tsubasa 1-10">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 1-11">><</link>>
<<link "<<animeButton>>Side Cowgirl<</animeButton>>" "Tsubasa 1-12">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 1-13">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Tsubasa 1-14">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh shit!! I'm cumming!! Your cock is making me cumming so fucking hard!!!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_1/"+either("cow_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck!! I'm gonna cum too Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Hard<</animeButton>>" "Tsubasa 1-14">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Tsubasa 1-15">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "library">>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=2>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!! Cum inside of Sensei! <</speech>>
<video controls autoplay><source @src='"vid/tsubasa_1/"+either("cow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm cumming Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Tsubasa 1-16">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $location to "school clinic">>
<</nobr>>
<<speech "Remu">>$firstname-kun, Babe... What happened?<</speech>>
<video controls autoplay><source @src='"vid/remu_6/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh no, I'm just a bit tired<</speech>>
<<speech "Remu">>How exhausted were you to pass out in the middle of the day?<</speech>>
<<speech "You">>Ha ha ha not really babe<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 6-1">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<</nobr>>
<<speech "Remu">>Are you feeling okay right now babe?<</speech>>
<video controls autoplay><source @src='"vid/remu_6/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah, I feel great now Remu, thanks<</speech>>
<<speech "Remu">>Hmm I think you're not that sick actually... Teehee... You were just fisihing for my attention right?<</speech>>
<<speech "You">>Ha ha ha... Of course no babe!<</speech>>
<<speech "Remu">>Haha, you're just messing with me, babe! You don't seem that unwell to me. Do you want to take a rest here for a while? Or do you want me to stay with you?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Stay with me Remu<</animeButton>>" "Remu 6-2">><</link>>
<<link "<<animeButton>>I want to rest here for a while babe<</animeButton>>" "School Faint">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $energy +=60>>
<<set $time +=2>>
<</nobr>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
The doctor told me that I fainted because of dehydration and fatigue, and I need to rest for at least 2 hours... Damn it...
<div class="button-row">
<<link "<<animeButton>>Exit the school clinic<</animeButton>>" "school hallway f1">><</link>>
<<if $tsubasa_event >3>> <<link "<<animeButton>>Nap for 5 more minutes<</animeButton>>" "Tsubasa 4">><</link>><</if>>
<<if $remu_event >14>> <<link "<<animeButton>>Nap until 5pm<</animeButton>>" "Remu Hospital 1-5">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
Sensei Tsubasa sneaks into the clinic to visit me.
<<speech "Tsubasa">>Hey there, $firstname-kun! How did a big, strong guy like you end up fainting in the middle of the school hallway during the day?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god, Sensei! Why are you sneaking like this?<</speech>>
<<speech "Tsubasa">>Calm down $firstname-kun... I just wanna surprise you teehee... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 4-1">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Here.. let me give you a kiss... to help speed up the recovery<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
Damn, Tsubasa Sensei is a crazy lady... She's really into crazy shit like this.
<<speech "You">>Stop it Sensei! We're in the school clinic!<</speech>>
<<speech "Tsubasa">>SShh just shut up $firstname-kun <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 4-2">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Now let's get this blanket off you<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Please, Sensei... Doctors could arrive at any moment. If we're caught doing this in the school clinic, it could mean serious trouble for us.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 4-3">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>So... baby... Are you ready to get wild... with me?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("start_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Sensei... Please... emmhhh<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 4-4">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Hmm you're so fucking hard baby... I love how young cock tastes like<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_4/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei... I fucking love it<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 4-4">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 4-5">><</link>>
<<link "<<animeButton>>Grinding<</animeButton>>" "Tsubasa 4-6">><</link>>
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Tsubasa 4-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Hmm you're so fucking hard baby... I love how young cock tastes like<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_4/"+either("hj_1","hj_2","hj_3","hj_4","hj_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei... I fucking love it<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 4-4">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 4-5">><</link>>
<<link "<<animeButton>>Grinding<</animeButton>>" "Tsubasa 4-6">><</link>>
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Tsubasa 4-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Hmm you're so fucking hard baby... I love how young cock tastes like<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_4/"+either("grind_1","grind_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Sensei... I fucking love it<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 4-4">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 4-5">><</link>>
<<link "<<animeButton>>Grinding<</animeButton>>" "Tsubasa 4-6">><</link>>
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Tsubasa 4-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Fuck, my pussy is so fucking wet... I wanna fuck you right now<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("pre_penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Sensei! There's footstep outside! Quick hide!<</speech>>
<<speech "Tsubasa">>Holy crap, I better hide under the blanket<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 4-8">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
The doctor comes to check on my condition, asking me several questions
<<speech "Tsubasa">>(whispering) Just relax and answer the doctor normally $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("pre_penetrate_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes doctor.. I feel better now, I think I'm ready to leave in few hours<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 4-9">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
When the doctor continue his activity at the clinic, Tsubasa Sensei emerged from her hiding under the blanket.
<<speech "Tsubasa">>(whispering) Is he already gone?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("pre_penetrate_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>(whispering) No! Not yet! keep hiding sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 4-10">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Ignoring my plea, Tsubasa Sensei continues giving blowjob to me
<<speech "Tsubasa">>(whispering)Teehee... Exciting isn't it $firstname-kun?!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_4/"+either("pre_penetrate_bj_1","pre_penetrate_bj_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>(whispering) Fuck... Sensei... This is too dangerous<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Blowjob<</animeButton>>" "Tsubasa 4-10">><</link>>
<<link "<<animeButton>>The doctors are leaving!<</animeButton>>" "Tsubasa 4-11">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
The doctors are leaving the clinic
<<speech "Tsubasa">>(whispering)Listen! The doctors are leaving $firstname-kun! Finally I can fuck you right here right now $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("pre_penetrate_bj_end")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>(whispering) You're really can't be helped aren't you Sensei?!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 4-12">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Now I'm gonna fuck you hard on this clinic bed $firstname-kun!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit this is fucking crazy!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 4-13">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ohh yeahh... Your cock is so addictive $firstname-kun... I can't get it out of my head! Fuckk!! Ahh AHhh yeahh.. It feels so fucking good!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_4/"+either("cow_1","cow_2","cow_3","cow_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit Sensei!! Your pussy is so fucking wet<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 4-13">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 4-14">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 4-15">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 4-16">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 4-17">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ohh yeahh... Your cock is so addictive $firstname-kun... I can't get it out of my head! Fuckk!! Ahh AHhh yeahh.. It feels so fucking good!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_4/"+either("rcow_1","rcow_2","rcow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit Sensei!! Your pussy is so fucking wet<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 4-13">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 4-14">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 4-15">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 4-16">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 4-17">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ohh yeahh... Your cock is so addictive $firstname-kun... I can't get it out of my head! Fuckk!! Ahh AHhh yeahh.. It feels so fucking good!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_4/"+either("prone_1","prone_2","prone_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit Sensei!! Your pussy is so fucking wet<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 4-13">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 4-14">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 4-15">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 4-16">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 4-17">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ohh yeahh... Your cock is so addictive $firstname-kun... I can't get it out of my head! Fuckk!! Ahh AHhh yeahh.. It feels so fucking good!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_4/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit Sensei!! Your pussy is so fucking wet<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 4-13">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 4-14">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 4-15">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 4-16">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 4-17">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ohh yeahh... Your cock is so addictive $firstname-kun... I can't get it out of my head! Fuckk!! Ahh AHhh yeahh.. It feels so fucking good!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_4/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit Sensei!! Your pussy is so fucking wet<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 4-13">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 4-14">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 4-15">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 4-16">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 4-17">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Tsubasa 4-18">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oggghh Ogghhh Uwwaaahhh I'm cumming!! I'm fuckking cumming $firstname-kun!!!! <</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_4/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm almost there too Sensei!!! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Hard<</animeButton>>" "Tsubasa 4-18">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Tsubasa 4-19">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!! Cum inside of pussy!! Fill me up!! I want your seed inside my womb $firstname-kun!! <</speech>>
<video controls autoplay><source @src='"vid/tsubasa_4/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Sensei!!<</speech>>
<<speech "Tsubasa">>Shoot all of them!! Populate my womb with your DNA!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Tsubasa 4-20">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<if $tsubasa_event <6>><<set $tsubasa_event to 6>><</if>>
<<set $tsubasa_status to "Teacher with Benefit">>
<</nobr>>
<<speech "Tsubasa">>(panting) Hahh... hah... Come here $firstname-kun embrace your teacher....<</speech>>
<video controls autoplay ><source @src='"vid/tsubasa_4/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Sensei... It was fucking intense<</speech>>
<<speech "Tsubasa">>I know... I know... Let us rest here for a while before going home... <</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "school hallway f1">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $energy += 50>>
<</nobr>>
<<speech "Remu">>You want me to stay with you? Okay... Let's get into the blanket.. Teehee...<</speech>>
<video controls autoplay><source @src='"vid/remu_6/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hmm Nice.... It feels nice having your girlfriend cuddling you once in a while<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 6-3">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<</nobr>>
<<speech "Remu">>Oh, come on, you goof! We always snuggle up after we hit the books at your place, you unappreciative boyfriend of mine! Teehee... You're such a sweetheart, aren't you, $firstname-kun?<</speech>>
<video controls autoplay><source @src='"vid/remu_6/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're the cutie one Remu-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 6-4">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<</nobr>>
<<speech "Remu">>You're such a tease $firstname-kun! You make me wanna kiss you<</speech>>
<video controls autoplay><source @src='"vid/remu_6/"+either("kiss_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What are you waiting for? Kiss me then<</speech>>
<<speech "Remu">>Come here handsome...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 6-5">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Emhh slrppp... My boyfriend is as tasty as always... Tell me honey... Do you want to do something wilder than just making out in the school clinic?<</speech>>
<video controls autoplay loop><source @src='"vid/remu_6/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah? Let's get frisky babe... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Kissing<</animeButton>>" "Remu 6-5">><</link>>
<<link "<<animeButton>>Take her PE jacket off<</animeButton>>" "Remu 6-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Help me take this jacket off $firstname-kun...<</speech>>
<video controls autoplay><source @src='"vid/remu_6/"+either("undress_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hold on babe.. let me take this jacket off you... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Take her tits out of the swim suit<</animeButton>>" "Remu 6-7">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>You want to take my tits out? becareful not to tear my swimsuit<</speech>>
<video controls autoplay><source @src='"vid/remu_6/"+either("undress_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Relax... Your tits never fail to amaze me babe... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 6-8">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Emhh you love it babe? Your cock is so hard... I love it!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_6/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah babe... Keep going Remu-chan <</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 6-8">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 6-9">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Emhh you love it babe? Your cock is so hard... I love it!<</speech>>
<video controls autoplay loop><source @src='"vid/remu_6/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah babe... Keep going Remu-chan <</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 6-8">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 6-9">><</link>>
<<link "<<animeButton>>Begin penetration<</animeButton>>" "Remu 6-10">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Put it in $firstname-kun.. Yeah.. just like that<</speech>>
<video controls autoplay><source @src='"vid/remu_6/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Damn babe... It's too tight <</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her now<</animeButton>>" "Remu 6-11">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ohh yeahh babe... Your cock is so deep inside of me.. Ahh yeahh... just like that $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/remu_6/"+either("cow_1","cow_2","cow_3","cow_4","cow_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah babe... Your pussy is so fucking tight... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 6-11">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 6-12">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 6-13">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ohh yeahh babe... Your cock is so deep inside of me.. Ahh yeahh... just like that $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/remu_6/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah babe... Your pussy is so fucking tight... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 6-11">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 6-12">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 6-13">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Ohh yeahh babe... Your cock is so deep inside of me.. Ahh yeahh... just like that $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/remu_6/"+either("mission_1","mission_2","mission_3","mission_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah babe... Your pussy is so fucking tight... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Remu 6-11">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Remu 6-12">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Remu 6-13">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Remu 6-14">><</link>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=157>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Agghh I'm cumming babe!! Ogghh I'm cumming! Fuck me harder babyy!!! <</speech>>
<video controls autoplay loop><source @src='"vid/remu_6/"+either("mission_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck I'm also cumming baby! Where should I shoot it? <</speech>>
<<speech "Remu">>Cum on my face babe... I want your cum on my face! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Hard<</animeButton>>" "Remu 6-14">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum on her face!<</animeButton>>" "Remu 6-15">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "clinic">>
<<set $remu_mind -=5>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=10>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=3>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_sexcount +=1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Remu">>Oh yess!! Cum!! cum on my pretty face $firstname-kun... mark me as yours!<</speech>>
<video controls autoplay><source @src='"vid/remu_6/"+either("cum_face")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy shit! that was intense babe<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Remu 6-16">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "clinic">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_status to "Girlfriend">>
<<set $remu_oral_count +=1>>
<<set $remu_vaginal_count +=1>>
<<if $remu_event <14>><<set $remu_event to 14>><</if>>
<</nobr>>
<<speech "Remu">>Tehee... Look at this cum... so much cum on my face... Let me clean your cock for you babe.... <</speech>>
<video controls autoplay><source @src='"vid/remu_6/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck that was good Remu-chan<</speech>>
<<speech "Remu">>So... You're not that sick afterall $firstname-kun... Tehee.. <</speech>>
<<speech "You">>Let say that having sex with you cured me headache... Hahaha <</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "clinic">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<</nobr>>
<video controls autoplay><source @src='"vid/remu_7/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Wow this is nice... I wonder how does it feel to fuck a pornstar<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 7-1">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<</nobr>>
I hadn't been reading the magazine for long when suddenly, Remu showed up.
<<speech "Remu">>What are you reading?<</speech>>
<video controls autoplay><source @src='"vid/remu_7/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh shit... Remu-chan, it's nothing... It's just a magazine<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 7-2">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<</nobr>>
<<speech "Remu">>It's a porn magazine right? Give it to me!<</speech>>
<video controls autoplay><source @src='"vid/remu_7/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>It's not mine Remu-chan! I just found it here<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 7-3">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<</nobr>>
<<speech "Remu">>Is having me not enough? I can do better than those pornstars.... <</speech>>
Remu grab my pants and pull my cock out
<video controls autoplay><source @src='"vid/remu_7/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Really?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Remu 7-4">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>How is it? Am I doing better than those pornstars? <</speech>>
<video controls autoplay loop><source @src='"vid/remu_7/"+either("foreplay_1","foreplay_2","foreplay_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're a pro Remu-chan... You do better than those models on these JAV movies<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 7-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 7-5">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>How is it? Am I doing better than those pornstars? <</speech>>
<video controls autoplay loop><source @src='"vid/remu_7/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're a pro Remu-chan... You do better than those models on these JAV movies<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Remu 7-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Remu 7-5">><</link>>
<<link "<<animeButton>>Blowjob Faster<</animeButton>>" "Remu 7-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $remu_mind -=3>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=5>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Remu">>Really? Am I that good in giving head? Am I that good in pleasing men like you? Cum for me then $firstname-kun! Cum for your slutty girlfriend! Fill my mouth with your cum<</speech>>
<video controls autoplay loop><source @src='"vid/remu_7/"+either("bj_intense_1","bj_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here I cum!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Blowjob Faster<</animeButton>>" "Remu 7-6">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum! <</animeButton>>" "Remu 7-7">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $remu_mind -=5>><<if $remu_mind lt 0>><<set $remu_mind to 0>><<elseif $remu_mind gt 100>><<set $remu_mind to 100>><</if>>
<<set $remu_lust +=10>><<if $remu_lust lt 0>><<set $remu_lust to 0>><<elseif $remu_lust gt 100>><<set $remu_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $remu_sexcount +=1>>
<<set $confidence +=2>>
<</nobr>>
<<speech "Remu">>Oh yess!! Cum!! cum in my mouth $firstname-kun... mark my throat with your hot thick cum!<</speech>>
<video controls autoplay><source @src='"vid/remu_7/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Argghhh I'm cumming!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Remu 7-8">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "school_class_1_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 1>>
<<set $rei_display to 0>>
<<set $remu_status to "Girlfriend">>
<<set $remu_oral_count +=1>>
<<set $remu_vaginal_count +=1>>
<<if $remu_event <15>><<set $remu_event to 15>><</if>>
<</nobr>>
<<speech "Remu">>Damn you came a lot... (spit) phuaah... Don't you ever watch porn again! Understood?! Suzumori Remu is enough for $firstname-kun! <</speech>>
<video controls autoplay><source @src='"vid/remu_7/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay.. Okay... It wasn't intentional tho babe...<</speech>>
<<speech "Remu">>It doesn't matter to me if it's intentional or not. If I catch you doing that again, I'll drain your sperm out, so you won't get hard for days!<</speech>>
<<speech "You">>That's quite scary actually babe... Hahaha <</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "school hallway f2">><</link>>
</div><<nobr>><<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $tsubasa_display to 1>>
<</nobr>>
<img src="img/char/tsubasa_1.png" style="max-width: 100%;">
<<speech "You">>tsubasa Sensei is the geography teacher. She's currently single.<</speech>>
Walkthrough: <<if $tsubasa_event is not 1 and $tsubasa_event is not 2 and $tsubasa_event is not 3 and $tsubasa_event is not 4 and $tsubasa_event is not 5 and $tsubasa_event is not 6 and $tsubasa_event is not 7 and $tsubasa_event is not 8 and $tsubasa_event is not 9 and $tsubasa_event is not 10 and $tsubasa_event is not 11 and $tsubasa_event is not 12 and $tsubasa_event is not 13 and $tsubasa_event is not 14 and $tsubasa_event is not 15 and $tsubasa_event is not 16 and $tsubasa_event is not 17 and $tsubasa_event is not 18>><h1 class="basic-stats"> - Improve your grade to a D, and request Saeko Sensei to enroll you in the geography class.
</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 1>>
<h1 class="basic-stats">Attend Tsubasa Sensei's classes </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 2 >>
<h1 class="basic-stats">Go to the boy's restroom (4-5pm), take a peek Tsubasa Sensei who's changing in the girl's restroom and record her. Do this for 3 times</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 3>>
<h1 class="basic-stats">(Random event) Around 1-6pm wander around the first floor school hallway, you'll see Tsubasa Sensei is heading towards the toilet, try to take a peek on her </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 4>>
<h1 class="basic-stats">Stay in her class until the end of the day. Once everyone has left, choose to hang around for a few minutes in the classroom.</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 5>>
<h1 class="basic-stats">Once you run out of energy and faints in the middle of the school's hallway, If Remu visits you just tell her you need to be alone, if not, wait for Tsubasa Sensei to come</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 6>>
<h1 class="basic-stats">Head over to the teachers' office after school hours and ask Ms. Tsubasa if you can visit her at her place.</h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 7>>
<h1 class="basic-stats">Try to visit her place again after school hours, there are two random scenes that can be triggered. Also visit her office in the lunch-break (12pm-1pm) </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 8>>
<h1 class="basic-stats">It's the end content for Tsubasa Sensei </h1><<nobr>>
<</nobr>><<elseif $tsubasa_event is 9>>
<h1 class="basic-stats">Meet her at the 2nd floor hallway at 5pm and ask her to have a qucikie in my place (This is the end content for 0.04) </h1><</if>>
Completed Quest:
<h1 class="basic-stats">
<<if $tsubasa_event >0>>1. I'm now enrolled in the geography class<</if>>
<<if $tsubasa_event > 1>>2. I have attended her class for few times.<</if>>
<<if $tsubasa_event > 2>>3. Tsubasa Sensei caught me filming her changing un the girl's toilet. Luckily she wasn't angry, instead we have sex after that..<</if>>
<<if $tsubasa_event > 3>>4. I tried to peek on her again, but again she caught me, and "taught me a lesson" right in the school's hallway .<</if>>
<<if $tsubasa_event > 4>>5. I had sex with her in the library<</if>>
<<if $tsubasa_event > 5>>6. I had sex with her in the office clinic<</if>>
<<if $tsubasa_event > 6>>7. I had sex with her at her place (there are 2 random scenes played for this. Make sure you unlock them all)<</if>>
<<if $tsubasa_event > 7>>8. I had sex with her in the teachers' office<</if>>
<<if $tsubasa_event > 8>>9. I had sex with her in school clinic<</if>>
<<if $tsubasa_event > 10>>10. I had quickie with her in my place<</if>></h1>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>$firstname? Want to join me showering?<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_11/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Can I?<</speech>>
<<speech "Ririko">>Of course, come on in, I'll wash your body<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 11-1">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>How's it $firstname-kun? Are you enjoying this?<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_11/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yes Aunty... I love it<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 11-2">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahaa... I can feel you're cock is getting harder... Want me to take care of it?<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_11/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Please... do it aunty<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 11-3">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Hmm do you like me stroking your big hard cock like this $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_11/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Keep doing it Aunty!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Handjob<</animeButton>>" "Ririko 11-3">>
<</link>>
<<link "<<animeButton>>Go faster<</animeButton>>" "Ririko 11-4">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>I can feel that you're close $firstname-kun... Please cum for your aunty... Please baby... Aunty need your cum<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_11/"+either("hj_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... here we go Aunty!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Go faster<</animeButton>>" "Ririko 11-4">>
<</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Ririko 11-5">>
<</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_event < 2>><<set $ririko_event to 2>><</if>>
<</nobr>>
<<speech "Ririko">>Ah fuck! It shoots onto my face... it's so fucking hot<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_11/"+either("cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm cumming!!! Fuckkk... Aunty... It feels good!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 11-6">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "first_bath_night">><<else>><<toggleclass "body" "first_bath_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Well well $firstname-kun... let me clean that cock with my mouth... <</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_11/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Thank you so much Aunty<</speech>>
<<speech "Ririko">>Okay... done.. now you should go before Ema finds out<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "livingroom">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "dining_night">><<else>><<toggleclass "body" "dining_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=1>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>$firstname-kun.. Your parents are here.. come-come here nee-san<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_12/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Mom? Dad? It's nice seeing you guys here<</speech>>
<<speech "Mom">>My beautiful son of mine... How's your study going?<</speech>>
<<speech "Daddy">>$firstname! How's everything going? Have you managed to bang any of the city girls around here?<</speech>>
<<speech "Ririko">>o-nii-san! That's inappropriate! $firstname-kun, don't bother to answer your father's question!<</speech>>
<<speech "You">>You shouldn't worry about that dad.. I'm good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 12-1">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "dining_night">><<else>><<toggleclass "body" "dining_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=1>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
My dad and I are having a long chat in the dining room while Ririko and my mom are busy cooking in the kitchen.
<video controls autoplay ><source @src='"vid/aunt_ririko_12/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
Aunt Ririko and I have been subtly stealing glances at each other when she's in the kitchen with my mom.
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 12-2">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "dining_night">><<else>><<toggleclass "body" "dining_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=1>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Daddy">>Where's the toilet? I think that I need to take a dump<</speech>>
<<speech "Mom">>Oh the toilet's right there, right Ririko?<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_12/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Yeah, it's right there, just go left after the laundry room<</speech>>
Me and Aunt Ririko are now alone in the kitchen
<<speech "Ririko">>$firstname-kun... Do you wanna do something exciting and risky? <</speech>>
<div class="button-row">
<<if $confidence_level > 3>><<link "<<animeButton>>Damn yeah! Let's fucking do it<</animeButton>>" "Ririko 12-3">>
<</link>><</if>>
<<link "<<animeButton>>No way! That's way too risky! Let's hold off until they've all headed home.<</animeButton>>" "Ririko 13">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
We're makingout in the hallway as mom and dad are in the bathroom
<<speech "Ririko">>I bet your parents are fucking as well in the bathroom $firstname-kun... Emmh yeah just like that... keep kissing me just like that<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_12/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh shit aunt Ririko... this feels so fucking great<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Ririko 12-3">>
<</link>>
<<link "<<animeButton>>Intensify<</animeButton>>" "Ririko 12-4">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
We're makingout in the hallway as mom and dad are in the bathroom
<<speech "Ririko">>Ughh yeah... just like that.. touch me.. grope me... claim me $firstname-kun!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_12/"+either("makeout_1","makeout_2","makeout_3 ")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yess Aunty... ahhh <</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep makingout with her<</animeButton>>" "Ririko 12-4">>
<</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Ririko 12-5">>
<</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 12-6">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Emhh I love how big your cock is... You're getting aroused having your cock sucked while your parents are here aren't you?<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_12/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh Aunty... keep going please <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Blowjob<</animeButton>>" "Ririko 12-6">>
<</link>>
<<link "<<animeButton>>Blowjob Faster<</animeButton>>" "Ririko 12-7">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Emhh I love how big your cock is... You're getting aroused having your cock sucked while your parents are here aren't you?<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_12/"+either("hj_1","hj_2","hj_3","hj_4","hj_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh Aunty... keep going please <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Handjob<</animeButton>>" "Ririko 12-5">>
<</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 12-6">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Engghh enghh... Are you gonna cum? Please cum quick $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_12/"+either("bj_intense_1","bj_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Aunty, keep going! I'm almost there! <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Blowjob!<</animeButton>>" "Ririko 12-7">>
<</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Ririko 12-8">>
<</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_event < 3>><<set $ririko_event to 3>><</if>>
<</nobr>>
<<speech "Ririko">>Ah fuck! I can feell argghhh ohh fuckk... your cum...<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_12/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm cumming!!! Fuckkk... Aunty... It feels good!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 12-9">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>*cough*-*cough* oghh shitt.. you came so much $firsname-kun...<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_12/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>God, it feels so good...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 13">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=1>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $time to 17>>
<</nobr>>
It's getting into the late afternoon, and my parents are starting to head on out, tossing around goodbyes as they go.
<<speech "Mom">>I can't thank you enough for taking care of my son.... Ririko<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_13/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Ah, don't even worry about it, nee-san. Having $firstname-kun over here has been a real treat and a whole lot of fun... ain't that right, $firstname-kun?<</speech>>
<<speech "Daddy">>Just make sure you're not causing any trouble for Ririko, son... Focus on your studies, do things right, and aim to get into Tokyo National University.<</speech>>
<<speech "You">>Don't sweat it, Dad... Auntie, I'm gonna head out and see my parents off.<</speech>>
<div class="button-row">
<<link "<<animeButton>>See mom and dad off<</animeButton>>" "Ririko 13-1">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=1>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
Without saying a thing, Aunt Ririko waits patiently at the front of the door
<<speech "You">>I can't hold it anymore... I want you Auntie<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_13/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
I go straight to her... and starts kissing her
<<speech "Ririko">>Then come and get me you stud<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue kissing her<</animeButton>>" "Ririko 13-2">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ehmm yeahh baby... devour your auntie...<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_13/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh aunt Ririko....<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue kissing her<</animeButton>>" "Ririko 13-2">>
<</link>>
<<link "<<animeButton>>Let's move to the bedroom<</animeButton>>" "Ririko 13-3">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Emhh yeahh baby....<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_13/"+either("makeout_1","makeout_2","makeout_3","makeout_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Auntie... you feel so good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue makingout<</animeButton>>" "Ririko 13-3">>
<</link>>
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Ririko 13-4">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Let me put this in.. oghh shit.. it feels so fucking good...<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_13/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... it feels so fucking good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Let her fuck me!<</animeButton>>" "Ririko 13-5">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ohh yess.. your cock feels so fucking good my newphew!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_13/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Auntie... keep moving just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 13-5">>
<</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 13-6">>
<</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 13-7">>
<</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Ririko 13-5-1">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ohh yess.. Fuck!! I'm gonna cum!! I'm gonna cum so fucking good!!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_13/"+either("cow_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Me too Auntie!! I'm gonna explode at any moment!!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep going!<</animeButton>>" "Ririko 13-5-1">>
<</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Ririko 13-5-2">>
<</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ohh yess.. your cock feels so fucking good my newphew!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_13/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Auntie... keep moving just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 13-5">>
<</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 13-6">>
<</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 13-7">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ohh yess.. your cock feels so fucking good my newphew!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_13/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Auntie... keep moving just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 13-5">>
<</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 13-6">>
<</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 13-7">>
<</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Ririko 13-7-1">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_event < 3>><<set $ririko_event to 3>><</if>>
<</nobr>>
<<speech "Ririko">>I'm cumming!!! Fuck are you also cumming?? Fuck!! I can feel your loads deep inside me<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_13/"+either("cow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm cumming!!! Fuckkk... Aunty... It feels good!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 13-8">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ohh yess.. Fuck!! I'm gonna cum!! I'm gonna cum so fucking good!!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_13/"+either("mission_intense_1","mission_intense_2","mission_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Me too Auntie!! I'm gonna explode at any moment!!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep going!<</animeButton>>" "Ririko 13-7-1">>
<</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Ririko 13-7-2">>
<</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_event < 3>><<set $ririko_event to 3>><</if>>
<</nobr>>
<<speech "Ririko">>I'm cumming!!! Fuck are you also cumming?? Fuck!! I can feel your loads deep inside me<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_13/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm cumming!!! Fuckkk... Aunty... It feels good!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 13-8">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "ririko_bed_night">><<else>><<toggleclass "body" "ririko_bed_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Aghhh oghhh.... yeahh... that was... satisfying honey<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_13/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Auntie... it felt very good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "hallway">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=1>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>You know, I just happen to have an opened bottle of wine sitting around here... Why don't you go ahead and try a sip, $firstname-kun? It's really something.<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_14/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Wow, this is surely an upgrade from a can of beer<</speech>>
<<speech "Ririko">>You silly! let us celebrate the night $firstname-kun<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 14-1">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=1>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Mmmhh it's not bad.. <</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_14/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
I can see that Aunt Ririko is getting a little bit drunk
<<speech "You">>It's good actually Auntie...<</speech>>
<<speech "Ririko">>I've heard you've been hitting the gym lately... Is that true? I'd love to see some of the results from all that hard work!<</speech>>
<<speech "You">>Okay, auntie.... You really wanna see it?<</speech>>
<<speech "Ririko">>Yeah... show me those abs<</speech>>
<div class="button-row">
<<link "<<animeButton>>Show her your abs<</animeButton>>" "Ririko 14-2">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh wow... you've seriously been hitting the gym, huh? Your build... it's incredibly well-developed.<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_14/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah, you know, there's this new gym that just opened up not too far from here, Aunt Ririko. It's pretty convenient, so I've been able to get over there quite a bit lately.<</speech>>
<<speech "Ririko">>Let's take a closer look and see which other parts of your body have beefed up too...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 14-3">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh well, the lower part of your body also beefed up quite a bit<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_14/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Aunty... this feels really good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue blowjob<</animeButton>>" "Ririko 14-4">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Emhh ergggh orgghh slrrpp ahhh... Your cock is so fucking tasty $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_14/"+either("bj_1","bj_2","bj_3","bj_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yess Aunty... keep going just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 14-4">>
<</link>>
<<link "<<animeButton>>Makeout<</animeButton>>" "Ririko 14-5">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh ehhh ahhh yeahh baby... ahh just like that<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_14/"+either("makeout_1","makeout_2","makeout_3","makeout_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Your body is so amazing Aunty...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Ririko 14-4">>
<</link>>
<<link "<<animeButton>>Makeout<</animeButton>>" "Ririko 14-5">>
<</link>>
<<link "<<animeButton>>Fuck her<</animeButton>>" "Ririko 14-6">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Now stand back, and let me put this in... Ahhh fuckk... it's so fucking big<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_14/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck it's so fucking tight<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her now!<</animeButton>>" "Ririko 14-7">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh ahh arghh yess baby... Ahh yeahh.. I love it! I love how big your fucking cock is!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_14/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeahh Auntie!! Your pussy feels so fucking great!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 14-7">>
<</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Ririko 14-8">>
<</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 14-9">>
<</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 14-10">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh ahh arghh yess baby... Ahh yeahh.. I love it! I love how big your fucking cock is!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_14/"+either("lotus_1","lotus_2","lotus_3","lotus_4","lotus_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeahh Auntie!! Your pussy feels so fucking great!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 14-7">>
<</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Ririko 14-8">>
<</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 14-9">>
<</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 14-10">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh ahh arghh yess baby... Ahh yeahh.. I love it! I love how big your fucking cock is!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_14/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeahh Auntie!! Your pussy feels so fucking great!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 14-7">>
<</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Ririko 14-8">>
<</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 14-9">>
<</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 14-10">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Ahh ahh arghh yess baby... Ahh yeahh.. I love it! I love how big your fucking cock is!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_14/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeahh Auntie!! Your pussy feels so fucking great!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Ririko 14-7">>
<</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Ririko 14-8">>
<</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Ririko 14-9">>
<</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Ririko 14-10">>
<</link>>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Ririko 14-11">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=1>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Oh my god!! I'm cumming!! I'm cumming so fucking hard baby!!<</speech>>
<video controls autoplay loop><source @src='"vid/aunt_ririko_14/"+either("mission_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh I'm almost there too Auntie!! Ahh shit!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Ririko 14-11">>
<</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside<</animeButton>>" "Ririko 14-12">>
<</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_mind -=5>><<if $ririko_mind lt 0>><<set $ririko_mind to 0>><<elseif $ririko_mind gt 100>><<set $ririko_mind to 100>><</if>>
<<set $ririko_lust +=5>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $rirko_sexcount +=1>>
<<set $confidence +=2>>
<<if $ririko_event < 4>><<set $ririko_event to 4>><</if>>
<</nobr>>
<<speech "Ririko">>AAHHHHH!!!! HOLY FUCKING SHIT!!!!! Arrghhh.... $firstname-kun!! Babyy!!!! You came so fucking much!<</speech>>
<video controls autoplay><source @src='"vid/aunt_ririko_14/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I'm cumming!!! Fuckkk... Aunty... It feels good!<</speech>><<nobr>>
<</nobr>><div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Ririko 14-13">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $remu_display to 0>>
<<set $ririko_mind -=5>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $ririko_lust +=3>><<if $ririko_lust lt 0>><<set $ririko_lust to 0>><<elseif $ririko_lust gt 100>><<set $ririko_lust to 100>><</if>>
<</nobr>>
<<speech "Ririko">>Holy crap... you filled my cunt with your cum $firstname-kun<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_14/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yeahh Auntie.... I'm really drained right now<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "hallway">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 1>>
<<set $asano_status to "Fellow Konbini Worker">>
<<set $asano_chat_count to 0>>
<<set $asano_lunch_count to 0>>
<<set $asano_study_count to 0>>
<<set $asano_rooftop_count to 0>>
<<set $asano_work_count to 0>>
<<set $asano_hj_count to 0>>
<<set $asano_bj_count to 0>>
<<set $asano_vaginal_count to 0>>
<<set $asano_lust to 10>>
<<set $asano_mind to 100>>
<<set $asano_sexcount to 0>>
<</nobr>>
I spotted a girl, looks to be about my age, kinda acting suspicious, just wandering around the convenience store, picking up random items but not actually buying anything. Maybe I should go up to her, give her a call out, and ask if there's anything I can do to help out.
<<speech "You">>Hey there... miss... is there something I can help you with?<</speech>>
<video controls autoplay loop><source @src='"vid/asano_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Asano">>Oh hi... I.. Actually wanna buy this <</speech>>
<video controls autoplay><source @src='"vid/asano_1/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You alright? You seem kinda on edge, a bit uneasy there.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Asano 1-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 1>>
<</nobr>>
<<speech "Asano">>You know, I was actually... taking a good look at that sign right over there... So, are there any job openings left? I'm in a real pinch and could seriously use a job right about now.<</speech>>
She gestures towards the "Konbini Store Clerk Needed" sign posted on the door.
<video controls autoplay><source @src='"vid/asano_1/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh that sign? My Aunt own this konbini, I can ask her later whether the job openings are still available.<</speech>>
<<speech "Asano">>Oh, really? That'd be awesome! The name's Asano, and I really appreciate the help... if it's cool with you, here's a pack that's got my ID, my resume, and any other documents you might need for a job application. Thanks a ton for considering helping me.<</speech>>
<<speech "You">>No problem at all... I'm $firstname by the way. Great to meet you, Asano... I'll be sure to let my Aunt know about you.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Talk to Aunt Ririko<</animeButton>>" "Asano 1-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 1>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<</nobr>>
<<speech "You">>Auntie, I need to talk to you<</speech>>
<<speech "Ririko">>What's up, $firstname-kun? Looking to have sex with me again? Not right now, please, nephew... I've got a mountain of work to tackle today.<</speech>>
<<speech "You">>Oh no, no, no... It's not about that... Um, actually, there's a friend of mine who's been on the hunt for a job lately, and she gave me her resume and all her paperwork to apply for a position as a store attendant here at the konbini... Could you please take a moment to consider her for the role?<</speech>>
<<speech "Ririko">>Do you know her well?<</speech>>
<<speech "You">>Uh, yeah, I believe so. She's not from Suzuran High, but we've bumped into each other a few times already.<</speech>>
Man, I still can't believe I just fibbed to my Aunt for this. This had better be worth the trouble.
<<speech "Ririko">>Okay, I'll contact her and let her know that she can start working starting tomorrow<</speech>>
<<speech "You">>Thank you so much Aunt Ririko!<</speech>><<set $asano_event to 1>>
<div class="button-row">
<<link "<<animeButton>>Go home<</animeButton>>" "bedroom">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $money +=500>>
<<set $location to "konbini">>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_work_count += 1>>
<</nobr>>
I've been picking up some extra shifts at the konbini, just so I can spend a bit more time around Asano-chan... By the way, she's pretty cute, if I do say so myself.
<<speech "You">>Hey Asano-chan, could you take a quick look over at that product section? Looks like some items are out of order and need a bit of rearranging.<</speech>>
<video controls autoplay><source @src='"vid/asano_1/"+either("work_1","work_2","work_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Asano">>You got it, $firstname-kun! I'm on it, I'll take care of it right away!<</speech>>
Every now and then, our eyes lock... I'm pretty much convinced that Asano has some feelings for me.
<div class="button-row">
<<if $asano_work_count >2>><<link "<<animeButton>>End working with Asano for today <</animeButton>>" "Asano 1-4">><</link>><</if>>
<<if $asano_event >1>><<link "<<animeButton>>Have sex with her in the toilet <</animeButton>>" "Asano 2">><</link>><</if>>
<<if $asano_event >2>><<link "<<animeButton>>Have sex with her in the storage room <</animeButton>>" "Asano 3">><</link>><</if>>
<<link "<<animeButton>>End Working<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $money +=500>>
<<set $location to "konbini">>
<<set $time to 21>>
<</nobr>>
<<speech "Asano">>Hey, I just clocked out for the day... You free and up for walking me home?<</speech>>
<video controls autoplay><source @src='"vid/asano_1/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Absolutely... My shift wraps up in a few minutes. You wanna hang around for me?<</speech>>
<<speech "Asano">>Of course, $firstname-kun! It would be totally delightful to have a handsome guy like you walk me home, tee-hee!<</speech>>
<div class="button-row">
<<if $asano_work_count >2>><<link "<<animeButton>>Walk her home <</animeButton>>" "Asano 1-5">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "town_night">><<else>><<toggleclass "body" "town_day">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "streets">>
<</nobr>>
<<speech "Asano">>You know, I'm really grateful for this job, $firstname... It means a lot that you recommended me to your Aunt, and that's how I landed for this job.<</speech>>
<video controls autoplay><source @src='"vid/asano_1/"+either("start_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Don't mention it, Asano-chan... All I did was pass your resume along to my aunt.<</speech>>
<<speech "Asano">>So... I was thinking of thanking you by whipping up some ramen at my place. You interested?<</speech>>
<div class="button-row">
<<if $asano_sexcount <1>><<link "<<animeButton>>Okay! A bowl of ramen sounds nice! <</animeButton>>" "Asano 1-6">><</link>><<else>><<link "<<animeButton>>Okay! A bowl of ramen sounds nice! <</animeButton>>" "Asano 1-7">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_hallway">><<else>><<toggleclass "body" "asano_hallway">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<</nobr>>
<<speech "Asano">>Ugh... Hey, could you do me a solid and unlock the door? My vision gets all kinds of blurry when it's dark out.<</speech>>
<video controls autoplay><source @src='"vid/asano_1/"+either("start_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay... emm let me try<</speech>>
Suddenly Asano hug me from behind
<<speech "Asano">>Ehmm... you're so warm $firstname-kun<</speech>>
<<speech "You">>Ohh you scared me Asano-chan!<</speech>>
<<speech "Asano">>I want you, $firstname-kun... Do you feel the same about me?<</speech>>
<<speech "You">>Me too Asano-chan... I want you<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss her<</animeButton>>" "Asano 1-7">><</link>>
</div><<nobr>><<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $asano_display to 1>>
<</nobr>>
<img src="img/char/asano_1.png" style="max-width: 100%;">
<<speech "You">>Asano is a student from Housen High School. She could be my work partner at my Aunt's konbini.<</speech>>
Walkthrough: <<if $asano_event is not 1 and $asano_event is not 2 and $asano_event is not 3 and $asano_event is not 4 and $asano_event is not 5 and $asano_event is not 6 and $asano_event is not 7 and $asano_event is not 8 and $asano_event is not 9 and $asano_event is not 10 and $asano_event is not 11 and $asano_event is not 12 and $asano_event is not 13 and $asano_event is not 14 and $asano_event is not 15 and $asano_event is not 16 and $asano_event is not 17 and $asano_event is not 18>><h1 class="basic-stats"> - Complete all Aunt Ririko's scenes first, then go to work at the konbini.
</h1><<nobr>>
<</nobr>><<elseif $asano_event is 1>>
<h1 class="basic-stats">If you work alongside her for 3-4 shifts, by the end of her shift, she'll ask if you can walk her home. </h1><<nobr>>
<</nobr>><<elseif $asano_event is 2 >>
<h1 class="basic-stats">Work in the Konbini, and ask Asano to have sex in the toilet</h1><<nobr>>
<</nobr>><<elseif $asano_event is 3>>
<h1 class="basic-stats">Work in the Konbini, and ask Asano to have sex in the store fridge </h1><<nobr>>
<</nobr>><<elseif $asano_event is 4>>
<h1 class="basic-stats">Call Asano in the middle of the night</h1><<nobr>>
<</nobr>><<elseif $asano_event is 5>>
<h1 class="basic-stats">You've reached Asano's end content for this build</h1><<nobr>>
<</nobr>><<elseif $asano_event is 6>>
<h1 class="basic-stats">This is asano Sensei's end content for 0.07</h1><<nobr>>
<</nobr>><<elseif $asano_event is 7>>
<h1 class="basic-stats">Meet her at the 2nd floor hallway at 5pm and ask her to have sex in her house</h1><<nobr>>
<</nobr>><<elseif $asano_event is 8>>
<h1 class="basic-stats">Meet her at the 2nd floor hallway at 5pm and ask her to fool around in the school clinic</h1><<nobr>>
<</nobr>><<elseif $asano_event is 9>>
<h1 class="basic-stats">Meet her at the 2nd floor hallway at 5pm and ask her to have a qucikie in my place (This is the end content for 0.04) </h1><</if>>
Completed Quest:
<h1 class="basic-stats">
<<if $asano_event >0>>1. I helped Asano snag a job at the konbini.<</if>>
<<if $asano_event > 1>>2. I had sex with Asano for the first time.<</if>>
<<if $asano_event > 2>>3. I had sex with Asano at the konbini's toilet<</if>>
<<if $asano_event > 3>>4. I had sex with Asano at the konbini's store fridge.<</if>>
<<if $asano_event > 4>>5. I had sex with Asano in her livingroom in the middle of the night<</if>>
<<if $asano_event > 5>>6. I had sex with her in the office clinic<</if>>
<<if $asano_event > 6>>7. I had sex with her in an empty toilet<</if>>
<<if $asano_event > 7>>8. I had sex with her in her house<</if>>
<<if $asano_event > 8>>9. I had sex with her in school clinic<</if>>
<<if $asano_event > 10>>10. I had quickie with her in my place<</if>></h1>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "asano_hallway">><<else>><<toggleclass "body" "asano_hallway">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Emmhh.. I want you $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/asano_1/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Asano-chan, you're tasty<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing her<</animeButton>>" "Asano 1-7">><</link>>
<<link "<<animeButton>>Let's get inside Asano-chan<</animeButton>>" "Asano 1-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_hallway">><<else>><<toggleclass "body" "asano_hallway">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ehmm let's get inside shall we?<</speech>>
<video controls autoplay><source @src='"vid/asano_1/"+either("start_7")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay Asano-chan <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Asano 1-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ughh be patient $firstname-kun... Let me put my things first...<</speech>>
<video controls autoplay><source @src='"vid/asano_1/"+either("start_8")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I can't help it Asano-chan <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Asano 1-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>let me get undressed first... patience is a virtue $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/asano_1/"+either("undress")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>My god... your body is so hot Asano-chan <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Asano 1-11">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Emhh how about this $firstname-kun? Do you like this?<</speech>>
<video controls autoplay loop><source @src='"vid/asano_1/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yeahh Asano-chan... It feels really good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Asano 1-11">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Asano 1-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Emhh how about this $firstname-kun? Do you like this?<</speech>>
<video controls autoplay loop><source @src='"vid/asano_1/"+either("hj_1","hj_2","hj_3","hj_4","hj_5","hj_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yeahh Asano-chan... It feels really good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Asano 1-11">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Asano 1-12">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Asano 1-13">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oghh slow down $firstname-kun... Your cock... is too big for me<</speech>>
<video controls autoplay ><source @src='"vid/asano_1/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Really? It's your pussy that's so tight Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her Now!<</animeButton>>" "Asano 1-14">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ahh ahhh yess baby... keep fucking me just like that... I love how tasty your body is becoming one with me $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/asano_1/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yeahh Asano-chan... I love how tight and wet your pussy is<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 1-14">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Asano 1-15">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Asano 1-16">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Asano 1-14-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ahh ahhh yess baby... keep fucking me just like that... I love how tasty your body is becoming one with me $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/asano_1/"+either("lotus_1","lotus_2","lotus_3","lotus_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yeahh Asano-chan... I love how tight and wet your pussy is<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 1-14">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Asano 1-15">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Asano 1-16">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ahh ahhh yess baby... keep fucking me just like that... I love how tasty your body is becoming one with me $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/asano_1/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh yeahh Asano-chan... I love how tight and wet your pussy is<</speech>>
<div class="button-row">
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 1-14">><</link>>
<<link "<<animeButton>>Lotus<</animeButton>>" "Asano 1-15">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Asano 1-16">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Asano 1-16-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh fuck!! I'm cumming!! I'm cumming so fucking hard $firstname-kun!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_1/"+either("mission_intense_1","mission_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yes, I'm gonna cum too Asano-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Asano 1-14-1">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Asano 1-14-2">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=5>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=10>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_sexcount +=1>>
<<set $asano_hj_count += 1>>
<<set $asano_bj_count += 1>>
<<set $asano_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Asano">>Cum baby cum!!! Cum inside of pussy!! Fill me up!! It's okay to cum inside today!<</speech>>
<video controls autoplay><source @src='"vid/asano_1/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Asano-chan!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Asano 1-17">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh fuck!! I'm cumming!! I'm cumming so fucking hard $firstname-kun!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_1/"+either("doggy_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yes, I'm gonna cum too Asano-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Asano 1-16-1">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside!<</animeButton>>" "Asano 1-16-2">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=5>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=10>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_sexcount +=1>>
<<set $asano_hj_count += 1>>
<<set $asano_bj_count += 1>>
<<set $asano_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Asano">>Cum baby cum!!! Cum inside of pussy!! Fill me up!! It's okay to cum inside today!<</speech>>
<video controls autoplay><source @src='"vid/asano_1/"+either("doggy_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Asano-chan!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Asano 1-17">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 1>>
<<if $asano_event <2>><<set $asano_event to 2>><</if>>
<<set $asano_status to "Workplace Fling">>
<</nobr>>
<<speech "Asano">>Whew... oh man... dang, $firstname-kun... I'm beyond satisfied... We should make this a regular thing, don't you think?<</speech>>
<video controls autoplay ><source @src='"vid/asano_1/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Asano-chan... I would love to do this with you often<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">>Hey Asano-chan, looks like the store's pretty quiet at the moment. How about we take advantage of the lull and have ourselves a little bit of fun?<</speech>>
<video controls autoplay><source @src='"vid/asano_3/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Asano">>What? Are you out of your mind? What if someone catches us? But... I do admit, the idea does sound thrilling.<</speech>>
<<speech "You">>We could put up an "Under Cleaning/Maintenance" sign at the front of the restroom door, so folks won't accidentally walk in on us.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue <</animeButton>>" "Asano 2-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
We went ahead and set up an "Under Cleaning and Maintenance" sign at the restroom entrance. Here's hoping no one gets the idea to just barge in on us.
<video controls autoplay><source @src='"vid/asano_2/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Asano">>Oh my god... This has got to be the wildest thing I've ever done, $firstname-kun.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue <</animeButton>>" "Asano 2-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh wow... I can see you're already swelling hard... Tell me, what exactly do you want me to do with this hard cock, hmm?<</speech>>
<video controls autoplay><source @src='"vid/asano_2/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Can you suck it for me?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue <</animeButton>>" "Asano 2-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Let me take this hard cock off your pants first.... Oh my... it's already fully erect... amazing<</speech>>
<video controls autoplay><source @src='"vid/asano_2/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Do it now Asano-chan... blow my cock already<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue <</animeButton>>" "Asano 2-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ehmm not so fast $firstname-kun... I want to feel your cock on my hand first<</speech>>
<video controls autoplay loop><source @src='"vid/asano_2/"+either("hj_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... It feels good Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Asano 2-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Asano 2-5">><</link>>
<<link "<<animeButton>>Foreplay<</animeButton>>" "Asano 2-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ehmm do you like it $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/asano_2/"+either("bj_1","bj_2","bj_3","bj_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... It feels good Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Asano 2-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Asano 2-5">><</link>>
<<link "<<animeButton>>Foreplay<</animeButton>>" "Asano 2-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ehmm do you like it $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/asano_2/"+either("foreplay_1","foreplay_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... It feels good Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Asano 2-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Asano 2-5">><</link>>
<<link "<<animeButton>>Foreplay<</animeButton>>" "Asano 2-6">><</link>>
<<link "<<animeButton>>Fuck her<</animeButton>>" "Asano 2-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Put it in! Quick! We don't have much time $firstname-kun!<</speech>>
<video controls autoplay><source @src='"vid/asano_2/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeah... here we go<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her<</animeButton>>" "Asano 2-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh fuck!! Are you there yet $firstname-kun?? Fuckk nnhhh... please fuck me faster and harder baby... We should get back to work quick!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_2/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeah... here we go<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her<</animeButton>>" "Asano 2-8">><</link>>
<<link "<<animeButton>>I wanna cum baby<</animeButton>>" "Asano 2-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh you wanna cum? You can't cum inside right now... it's too risky<</speech>>
<video controls autoplay loop><source @src='"vid/asano_2/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck... where should I dump my cum then?<</speech>>
<<speech "Asano">>In my mouth... I wanna taste your cum baby<</speech>>
<div class="button-row">
<<link "<<animeButton>>Okay please do it now, I can't hold it much longer<</animeButton>>" "Asano 2-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=12>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Yess baby... cum now! cum inside my pretty mouth<</speech>>
<video controls autoplay loop><source @src='"vid/asano_2/"+either("bj_intense_1","bj_intense_2","bj_intense_3","bj_intense_4","bj_intense_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh yes... I'm gonna cum at any moment now!<</speech>>
<<speech "Asano">>Do it baby! Do it! Give it to me!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue blowjob<</animeButton>>" "Asano 2-10">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Asano 2-11">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=5>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=10>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_sexcount +=1>>
<<set $asano_hj_count += 1>>
<<set $asano_bj_count += 1>>
<<set $asano_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Asano">>Erghhh oghhhh ahhh shit.... You really came a lot baby...<</speech>>
<video controls autoplay><source @src='"vid/asano_2/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy fucking shit... that was intense Asano-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Asano 2-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 1>>
<<if $asano_event <3>><<set $asano_event to 3>><</if>>
<<set $asano_status to "Workplace Fling">>
<</nobr>>
<<speech "Asano">>Engghh... you really came a lot baby... But your semen.. it tastes good.. hmmm<</speech>>
<video controls autoplay ><source @src='"vid/asano_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hahaha really? You're so hot Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Asano 2-13">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">>Hey Asano-chan, looks like the store's pretty quiet at the moment. How about we take advantage of the lull and have ourselves a little bit of fun?<</speech>>
<video controls autoplay><source @src='"vid/asano_3/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Asano">>Are you horny $firstname-kun? I think the store-fridge room is empty right now, wanna go there?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Okay, let's go there <</animeButton>>" "Asano 3-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Asano">>Come with me $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/asano_3/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay sure Asano-chan<</speech>>
<<speech "Asano">>Don't forget to lock the door.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue <</animeButton>>" "Asano 3-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "Asano">>Let's get take our clothes off first $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/asano_3/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Sure...<</speech>>
<<speech "Asano">>Come here let me help you out<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue <</animeButton>>" "Asano 3-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ehmm do you like it $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/asano_3/"+either("bj_1","bj_2","bj_3","bj_4","bj_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... It feels good Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Asano 3-3">><</link>>
<<link "<<animeButton>>Kissing<</animeButton>>" "Asano 3-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ehmm do you like it $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/asano_3/"+either("kiss_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... It feels good Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Asano 3-3">><</link>>
<<link "<<animeButton>>Kissing<</animeButton>>" "Asano 3-4">><</link>>
<<link "<<animeButton>>Fuck her<</animeButton>>" "Asano 3-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>come fuck me quick $firstname-kun... We don't have much time<</speech>>
<video controls autoplay><source @src='"vid/asano_3/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>hell yeah Asano-chan... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her now!<</animeButton>>" "Asano 3-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh yeahh baby... keep fucking me $firstname-kun... yeahh just like that, harder!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_3/"+either("doggy_stand_1","doggy_stand_2","doggy_stand_3","doggy_stand_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh your pussy feels so tight and good Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy-stand<</animeButton>>" "Asano 3-6">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Asano 3-7">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Asano 3-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 3-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh yeahh baby... keep fucking me $firstname-kun... yeahh just like that, harder!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_3/"+either("rcow_1","rcow_2","rcow_3","rcow_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh your pussy feels so tight and good Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy-stand<</animeButton>>" "Asano 3-6">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Asano 3-7">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Asano 3-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 3-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh yeahh baby... keep fucking me $firstname-kun... yeahh just like that, harder!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_3/"+either("cow_1","cow_2","cow_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh your pussy feels so tight and good Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy-stand<</animeButton>>" "Asano 3-6">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Asano 3-7">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Asano 3-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 3-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh yeahh baby... keep fucking me $firstname-kun... yeahh just like that, harder!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_3/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh your pussy feels so tight and good Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy-stand<</animeButton>>" "Asano 3-6">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Asano 3-7">><</link>>
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Asano 3-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 3-9">><</link>>
<<link "<<animeButton>>Fuck harder!<</animeButton>>" "Asano 3-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $location to "konbini">>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh my god... I'm cumming... Fuckk!! babyyy...!!!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_3/"+either("mission_intense_1","mission_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh shit... I'm gonna cum!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Asano 3-10">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Asano 3-11">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=5>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=10>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_sexcount +=1>>
<<set $asano_hj_count += 1>>
<<set $asano_bj_count += 1>>
<<set $asano_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Asano">>Erghhh oghhhh ahhh shit.... yess baby! Shoot it out! You really came a lot baby...<</speech>>
<video controls autoplay><source @src='"vid/asano_3/"+either("cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Holy fucking shit... that was intense Asano-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Asano 3-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 1>>
<<if $asano_event <4>><<set $asano_event to 4>><</if>>
<<set $asano_status to "Workplace Fling">>
<</nobr>>
<<speech "Asano">>Alright, back to business we go... Come here... give me a kiss darling<</speech>>
<video controls autoplay ><source @src='"vid/asano_3/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Emmhh... love you babe<</speech>>
<<speech "Asano">>I love you too $firstname-kun<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "Ririko 8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "konbini">><<else>><<toggleclass "body" "konbini">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 1>>
<<if $asano_event <3>><<set $asano_event to 3>><</if>>
<<set $asano_status to "Workplace Fling">>
<</nobr>>
<<speech "Asano">>Alright, back to business we go... Listen up... I'll head out of the restroom first, and then you follow suit after me, okay?<</speech>>
<video controls autoplay ><source @src='"vid/asano_2/"+either("aftermath_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay Asano-chan<</speech>>
Asano made her way out of the restroom first... and a few minutes later, I followed her out to avoid suspicion
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "Ririko 8">><</link>>
</div><<nobr>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<</nobr>><<if $asano_event >3 and $time >20>>
I went ahead and dialed Asano's number late this evening, I'm really hoping she's still up.
<video controls autoplay><source @src='"vid/asano_4/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
Man, I'm glad she's still up and answer my call.
<<link "<<animeButton>>Continue<</animeButton>>" "Asano 4">>
<</link>>
<<else>>
<<speech "You">>I tried to call Asano but got no luck <</speech>>
<<nobr>>
<<if $location is "school hallway f1">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>>
<<elseif $location is "school hallway f2">><<link "<<animeButton>>Back<</animeButton>>" "school hallway f2">>
<</link>>
<<elseif $location is "streets">><<link "<<animeButton>>Back<</animeButton>>" "streets">>
<</link>>
<<elseif $location is "class 3">><<link "<<animeButton>>Back<</animeButton>>" "class 3">>
<</link>>
<<elseif $location is "hallway">><<link "<<animeButton>>Back<</animeButton>>" "hallway">>
<</link>>
<<elseif $location is "hallway second floor">><<link "<<animeButton>>Back<</animeButton>>" "hallway second">>
<</link>>
<<elseif $location is "bedroom">><<link "<<animeButton>>Back<</animeButton>>" "bedroom">>
<</link>>
<<elseif $location is "class 2">><<link "<<animeButton>>Back<</animeButton>>" "class 2">>
<</link>>
<<else>><<link "<<animeButton>>Back<</animeButton>>" "school hallway f1">>
<</link>><</if>>
<</nobr>><</if>><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_bed">><<else>><<toggleclass "body" "asano_bed">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
<<speech "You">>Moshi-moshi Asano-chan. Were you getting ready to hit the sack? I kinda miss you, you know.<</speech>>
<video controls autoplay><source @src='"vid/asano_4/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Asano">>Feeling a little bit of that miss-me vibe? Why don't you just head on over here, then?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Go to Asano's place <</animeButton>>" "Asano 4-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_hallway">><<else>><<toggleclass "body" "asano_hallway">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
As soon as I rang the bell, Asano swung the door open and welcomed me inside.
<video controls autoplay><source @src='"vid/asano_4/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Asano">>Come in $firstname-kun<</speech>>
<div class="button-row">
<<link "<<animeButton>>Go inside <</animeButton>>" "Asano 4-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<</nobr>>
I wrapped my arms around Asano from behind in a hug.
<<speech "You">>I missed you Asano-chan... <</speech>>
<video controls autoplay><source @src='"vid/asano_4/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Asano">>I... missed you too $firstname-kun<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss her <</animeButton>>" "Asano 4-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ehmm I love how you kiss $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/asano_4/"+either("kiss_1","kiss_2","kiss_3","kiss_4","kiss_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're also a good kisser Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Asano 4-3">><</link>>
<<link "<<animeButton>>Make out on the sofa<</animeButton>>" "Asano 4-4">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ehmm I love how you kiss $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/asano_4/"+either("makeout_1","makeout_2","makeout_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You're also a good kisser Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Makeout<</animeButton>>" "Asano 4-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Asano 4-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ehmm do you like it $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/asano_4/"+either("bj_1","bj_2","bj_3","bj_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh fuck... it feels so fucking good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Makeout<</animeButton>>" "Asano 4-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Asano 4-5">><</link>>
<<link "<<animeButton>>Makeout and Undress<</animeButton>>" "Asano 4-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ehmm yeahh... keep devouring me just like this $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/asano_4/"+either("makeout_a_1","makeout_a_2","makeout_a_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh yeahh Asano-chan<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep making out<</animeButton>>" "Asano 4-6">><</link>>
<<link "<<animeButton>>Fuck her<</animeButton>>" "Asano 4-7">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Oh yeah... I'm gonna put this in $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/asano_4/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh Asano-chan... put my cock inside your pussy<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her<</animeButton>>" "Asano 4-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ohh fuck!! Your cock is so fucking big.. and it's deep inside of my pussy!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_4/"+either("cow_1","cow_2","cow_3","cow_4","cow_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... your pussy feels so good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Asano 4-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 4-9">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Asano 4-10">><</link>>
<<link "<<animeButton>>Cowgirl on Sofa<</animeButton>>" "Asano 4-11">><</link>>
<<link "<<animeButton>>Missionary on Sofa<</animeButton>>" "Asano 4-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ohh fuck!! Your cock is so fucking big.. and it's deep inside of my pussy!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_4/"+either("mission_f_1","mission_f_2","mission_f_3","mission_f_4","mission_f_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... your pussy feels so good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Asano 4-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 4-9">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Asano 4-10">><</link>>
<<link "<<animeButton>>Cowgirl on Sofa<</animeButton>>" "Asano 4-11">><</link>>
<<link "<<animeButton>>Missionary on Sofa<</animeButton>>" "Asano 4-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ohh fuck!! Your cock is so fucking big.. and it's deep inside of my pussy!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_4/"+either("doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... your pussy feels so good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Asano 4-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 4-9">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Asano 4-10">><</link>>
<<link "<<animeButton>>Cowgirl on Sofa<</animeButton>>" "Asano 4-11">><</link>>
<<link "<<animeButton>>Missionary on Sofa<</animeButton>>" "Asano 4-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ohh fuck!! Your cock is so fucking big.. and it's deep inside of my pussy!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_4/"+either("cow_a_1","cow_a_2","cow_a_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... your pussy feels so good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Asano 4-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 4-9">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Asano 4-10">><</link>>
<<link "<<animeButton>>Cowgirl on Sofa<</animeButton>>" "Asano 4-11">><</link>>
<<link "<<animeButton>>Missionary on Sofa<</animeButton>>" "Asano 4-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>Ohh fuck!! Your cock is so fucking big.. and it's deep inside of my pussy!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_4/"+either("missionary_1","missionary_2","missionary_3","missionary_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... your pussy feels so good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Asano 4-8">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Asano 4-9">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Asano 4-10">><</link>>
<<link "<<animeButton>>Cowgirl on Sofa<</animeButton>>" "Asano 4-11">><</link>>
<<link "<<animeButton>>Missionary on Sofa<</animeButton>>" "Asano 4-12">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Asano 4-13">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_mind -=3>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=3>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Asano">>YESS!!! YESS!! Just like that!! Dominate me $firstname-kun!! Use me! Use my body as you wish!<</speech>>
<video controls autoplay loop><source @src='"vid/asano_4/"+either("missionary_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... your pussy feels so good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Asano 4-13">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Asano 4-14">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $asano_display to 1>>
<<set $ema_display to 0>>
<<set $asano_mind -=5>><<if $asano_mind lt 0>><<set $asano_mind to 0>><<elseif $asano_mind gt 100>><<set $asano_mind to 100>><</if>>
<<set $asano_lust +=10>><<if $asano_lust lt 0>><<set $asano_lust to 0>><<elseif $asano_lust gt 100>><<set $asano_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $asano_sexcount +=1>>
<<set $asano_hj_count += 1>>
<<set $asano_bj_count += 1>>
<<set $asano_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Asano">>$firstname-kun... baby... It's okay... you can cum inside me... It's safe for today<</speech>>
<video controls autoplay><source @src='"vid/asano_4/"+either("missionary_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Really? Can I?<</speech>>
<<speech "Asano">>Yes baby... I'm dead sure. Shoot it! I wanna feel your cum inside of me! I want us be together! I want part of you inside of me forever!!<</speech>>
<<speech "You">>Here you go!! Fuckk!! I'm cumming!!! Argghhhh<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Asano 4-15">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 1>>
<<if $asano_event <5>><<set $asano_event to 5>><</if>>
<<set $asano_status to "Workplace Fling">>
<</nobr>>
After wearing ourselves out with some intense fucking in the living room... Asano snagged my phone and snapped a selfie while I was still half out of it from exhaustion.
<<speech "Asano">>Look here $firstname-kun... Let's take a picture together<</speech>>
<video controls autoplay ><source @src='"vid/asano_4/"+either("aftermath_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What no... Asano-chan please...<</speech>>
<<speech "Asano">>What? Are you afraid that your Auntie<<if $remu_status is "Girlfriend">> and your Girlfriend Remu<</if>> will find out about this? Let see what will happen if I post this on my instagram<</speech>>
<<speech "You">>No! Don't do that Asano-chan!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Take my phone from her<</animeButton>>" "Asano 4-16">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "asano_living">><<else>><<toggleclass "body" "asano_living">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 1>>
<<if $asano_event <5>><<set $asano_event to 5>><</if>>
<<set $asano_status to "Workplace Fling">>
<</nobr>>
<<speech "Asano">>Come and get it then!<</speech>>
<video controls autoplay ><source @src='"vid/asano_4/"+either("aftermath_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Please Asano-chan! Give it back!<</speech>>
I ended up chasing her around, and finally, I managed to snag my phone back... After that intense sex and chasing fiasco, I decided it was time to head back home and call it a night.
<div class="button-row">
<<link "<<animeButton>>Go Home<</animeButton>>" "streets">><</link>>
</div><<speech "You">> Hi there! We just released 0.08! You can get it on CorpoLife_Dev's website or Subscribestar! <</speech>>
<video controls autoplay ><source @src='"vid/asano_1/"+either("GNM 0.08 Trailer")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Asano">>It features me Asano Kokoro, as new Love Interest<</speech>>
<<speech "Remu">>Asano's great, but don't forget about me too will you!<</speech>>
<<link "<<animeButton>>Start Game<</animeButton>>" "True Start">><</link>><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<</nobr>>
<<speech "Tsubasa">>At my place? You're quite bold aren't you now $firstname-kun? <</speech>>
<video controls autoplay><source @src='"vid/tsubasa_0/"+either("office_1","office_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What do you say Sensei?<</speech>>
<<speech "Tsubasa">>Okay, let's go my sweet little student <</speech>>
<div class="button-row">
<<link "<<animeButton>>Go to her apartment<</animeButton>>" "Tsubasa 5-1">><</link>>
</div><<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Come and get me you stud!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_5/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei... you're so hot<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 5-2">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Yeahh just like that... You kissing surely improved $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Engghh ahh slrppp<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Tsubasa 5-2">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 5-3">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Now.. let us see what you have inside this pants <</speech>>
<video controls autoplay><source @src='"vid/tsubasa_5/"+either("bj_start")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... Tsubasa Sensei...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 5-4">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhhh slrrpp yeahh... What a big cock $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh Sensei keep going.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 5-4">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 5-5">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhhh slrrpp yeahh... Do you like this $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("hj_1","hj_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh Sensei keep going.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 5-4">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Tsubasa 5-5">><</link>>
<<link "<<animeButton>>Intensify<</animeButton>>" "Tsubasa 5-6">><</link>>
</div><<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhhh slrrpp yeahh... Do you like this $firstname-kun? Yeahh keep on sucking my tits baby<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("hj_a_1","hj_a_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh Sensei keep going.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep going <</animeButton>>" "Tsubasa 5-6">><</link>>
<<link "<<animeButton>>Continue to Boobjob <</animeButton>>" "Tsubasa 5-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Yeahh.. how do my tits feel $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("boob_job_1","boob_job_2","boob_job_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh Sensei keep going.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Boobjob <</animeButton>>" "Tsubasa 5-7">><</link>>
<<link "<<animeButton>>Makeout <</animeButton>>" "Tsubasa 5-8">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Empphh slrpp.... damn you're tasty $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("makeout_1","makeout_2","makeout_3","makeout_4","makeout_5","makeout_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Emhh yeahh you too sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>Boobjob <</animeButton>>" "Tsubasa 5-7">><</link>>
<<link "<<animeButton>>Makeout <</animeButton>>" "Tsubasa 5-8">><</link>>
<<link "<<animeButton>>Let her fuck me <</animeButton>>" "Tsubasa 5-9">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>I'm gonna take you to the seventh heaven $firstname-kun.... I you ready?<</speech>>
<video controls autoplay ><source @src='"vid/tsubasa_5/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yyy... Yess Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck me hard sensei!<</animeButton>>" "Tsubasa 5-10">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahhh fuck yesss... Your cock feels so fucking good deep inside my pussy $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("cow_1","cow_2","cow_3","cow_4","cow_5","cow_6")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Come'on Sensei! Move your hips faster<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 5-10">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 5-11">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 5-12">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahhh fuck yesss... Your cock feels so fucking good deep inside my pussy $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Your cunt is also wet and tight sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 5-10">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 5-11">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 5-12">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahhh fuck yesss... Your cock feels so fucking good deep inside my pussy $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Your cunt is also wet and tight sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 5-10">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 5-11">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 5-12">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Tsubasa 5-13">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahh fuck!! Are you gonna cum? I can feel your cock is throbbing<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("mission_intense_1","mission_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh Sensei!! I can't hold it any longer<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Hard<</animeButton>>" "Tsubasa 5-13">><</link>>
<<if $lust>99>> <<link "<<animeButton>>Cum on her tits<</animeButton>>" "Tsubasa 5-14">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!! Cum on my tits $firstname-kun!! <</speech>>
<video controls autoplay><source @src='"vid/tsubasa_5/"+either("cum_tits")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Sensei!!<</speech>>
<<speech "Tsubasa">>Shoot all of them!! paint my tits with your thick cum!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Tsubasa 4-20">><</link>>
<<if $energy>30>><<link "<<animeButton>>She wants to fuck me again!<</animeButton>>" "Tsubasa 5-15">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>I'm not satisfied yet... I wanna take you again $firstname-kun<</speech>>
<video controls autoplay ><source @src='"vid/tsubasa_5/"+either("penetrate_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh fuckk!!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck me again sensei!<</animeButton>>" "Tsubasa 5-16">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahhh fuck yesss... Your cock feels so fucking good deep inside my pussy $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("cow_a_1","cow_a_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Your cunt is also wet and tight sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 5-16">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Tsubasa 5-17">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahh fuck!! Are you gonna cum? I can feel your cock is throbbing<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_5/"+either("cow_a_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeahh Sensei!! I can't hold it any longer<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Hard<</animeButton>>" "Tsubasa 5-17">><</link>>
<<if $lust>99>> <<link "<<animeButton>>Cum Inside Her<</animeButton>>" "Tsubasa 5-18">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!! I want you to cum inside of me baby!!!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_5/"+either("cow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Sensei!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Tsubasa 5-19">><</link>>
</div><<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $location to "tsubasa apartment">>
<<set $tsubasa_status to "Teacher with Benefit">>
<</nobr>>
<<speech "Tsubasa">>Damn it feels so good... You certainly improved yourself $firstname-kun<</speech>>
<video controls autoplay ><source @src='"vid/tsubasa_5/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Sensei... It was fucking intense<</speech>>
<<speech "Tsubasa">>You know... You're more than welcome if you want to stay here for the night <</speech>>
<div class="button-row">
<<link "<<animeButton>>That's a good Idea Sensei<</animeButton>>" "sleep">><</link>>
<<link "<<animeButton>>I think I wanna go home Sensei<</animeButton>>" "Streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<</nobr>>
<<speech "Tsubasa">>At my place? You're quite bold aren't you now $firstname-kun? <</speech>>
<video controls autoplay><source @src='"vid/tsubasa_0/"+either("office_1","office_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>What do you say Sensei?<</speech>>
<<speech "Tsubasa">>Okay, let's go my sweet little student <</speech>>
<div class="button-row">
<<link "<<animeButton>>Go to her apartment<</animeButton>>" "Tsubasa 6-1">><</link>>
</div><<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>Easy there big boy!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_6/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei... you're so hot<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 6-2">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Easy boy... Do you really want to take me here? Why don't we move to the bed first<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_6/"+either("makeout_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>No.. I can't wait any longer. I wanna take you here sensei!<</speech>>
<<speech "Tsubasa">>Okay... okay... jeezz... slowdown a bit honey<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Makingout<</animeButton>>" "Tsubasa 6-2">><</link>>
<<link "<<animeButton>>Fuck Her!<</animeButton>>" "Tsubasa 6-3">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Okay then... If you wanna fuck me here... Do it fast and quick! <</speech>>
<video controls autoplay ><source @src='"vid/tsubasa_6/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay, take this Sensei!<</speech>>
<<speech "Tsubasa">>Fuckk it feels so fucking good baby...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her Now!<</animeButton>>" "Tsubasa 6-4">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh fuck!! Oh fuck!!! Yeahh keep going baby! Do you like fucking your teacher hard like this huh?? Come on! Show me what you got $firstname-kun! <</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_6/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay, take this Sensei!<</speech>>
<<speech "Tsubasa">>Fuckk it feels so fucking good baby...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 6-4">><</link>>
<<link "<<animeButton>>Standfront<</animeButton>>" "Tsubasa 6-5">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh fuck!! Oh fuck!!! Yeahh keep going baby! Do you like fucking your teacher hard like this huh?? Come on! Show me what you got $firstname-kun! <</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_6/"+either("standfront_1","standfront_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay, take this Sensei!<</speech>>
<<speech "Tsubasa">>Fuckk it feels so fucking good baby...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 6-4">><</link>>
<<link "<<animeButton>>Standfront<</animeButton>>" "Tsubasa 6-5">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Tsubasa 6-6">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<<set $location to "tsubasa apartment">>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!! I want you to cum inside of me baby!!!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_6/"+either("cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Sensei!!<</speech>>
<<speech "Tsubasa">>Shoot all of them!! paint my tits with your thick cum!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "sleep">><</link>>
</div><<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<video controls autoplay><source @src='"vid/tsubasa_7/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
Before I even knew what hit me, it was already morning... And there was Tsubasa Sensei, up bright and early, busy whipping up breakfast in the kitchen.
<div class="button-row">
<<link "<<animeButton>>Wake up<</animeButton>>" "Tsubasa 7-1">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">> Ohayoo gozaimasu $firstname-kun... Good morning... Did you sleep well?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_7/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>
Oh wow... Did you prepare all this food by yourself while I was still sleeping?<</speech>>
<<speech "Tsubasa">> Of course!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 7-3">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">> Ohayoo gozaimasu $firstname-kun... Good morning... Did you sleep well?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_7/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>
Oh wow... Did you prepare all this food by yourself while I was still sleeping?<</speech>>
<<speech "Tsubasa">> Of course!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 7-3">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">> What should I do to you then?<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_7/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>
Damn you're such a waifu material... Come here then Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss Her<</animeButton>>" "Tsubasa 7-4">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhh yeahh ammhh $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_7/"+either("kiss_1","kiss_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Kissing<</animeButton>>" "Tsubasa 7-4">><</link>>
<<link "<<animeButton>>Intensify<</animeButton>>" "Tsubasa 7-5">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhh yeahh ammhh $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_7/"+either("makeout_1","makeout_a_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Makeout<</animeButton>>" "Tsubasa 7-5">><</link>>
<<link "<<animeButton>>Intensify<</animeButton>>" "Tsubasa 7-6">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhh yeahh ammhh $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_7/"+either("makeout_b")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 7-7">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhh yeahh ammhh $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_7/"+either("makeout_b_1","makeout_b_2","makeout_b_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Makingout<</animeButton>>" "Tsubasa 7-7">><</link>>
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Tsubasa 7-8">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Now I'm gonna ride you real good $firstname-kun!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_7/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei.. Come and fuck me now!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck me now Sensei!<</animeButton>>" "Tsubasa 7-9">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahh fuckk! Your cock is so big!! Ahhh yeah baby!! Keep fucking me!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_7/"+either("cow_1","cow_2","cow_3","cow_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei.. Fuck me harder!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 7-9">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 7-10">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Tsubasa 7-11">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 7-12">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 7-13">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 7-14">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahh fuckk! Your cock is so big!! Ahhh yeah baby!! Keep fucking me!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_7/"+either("rcow_1","rcow_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei.. Your cunt feels so fucking good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 7-9">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 7-10">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Tsubasa 7-11">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 7-12">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 7-13">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 7-14">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahh fuckk! Your cock is so big!! Ahhh yeah baby!! Keep fucking me!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_7/"+either("side_1","side_2","side_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei.. Your cunt feels so fucking good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 7-9">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 7-10">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Tsubasa 7-11">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 7-12">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 7-13">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 7-14">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahh fuckk! Your cock is so big!! Ahhh yeah baby!! Keep fucking me!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_7/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei.. Your cunt feels so fucking good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 7-9">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 7-10">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Tsubasa 7-11">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 7-12">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 7-13">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 7-14">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahh fuckk! Your cock is so big!! Ahhh yeah baby!! Keep fucking me!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_7/"+either("missionary_1","missionary_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei.. Your cunt feels so fucking good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 7-9">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 7-10">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Tsubasa 7-11">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 7-12">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 7-13">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 7-14">><</link>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahh fuckk! Your cock is so big!! Ahhh yeah baby!! Keep fucking me!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_7/"+either("prone_1","prone_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei.. Your cunt feels so fucking good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Tsubasa 7-9">><</link>>
<<link "<<animeButton>>Reverse Cowgirl<</animeButton>>" "Tsubasa 7-10">><</link>>
<<link "<<animeButton>>Sidefuck<</animeButton>>" "Tsubasa 7-11">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Tsubasa 7-12">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Tsubasa 7-13">><</link>>
<<link "<<animeButton>>Pronebone<</animeButton>>" "Tsubasa 7-14">><</link>>
</div>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Tsubasa 7-15">><</link>>
<<nobr>>
<<toggleclass "body" "tsubasa_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ahhh Ahhnh oghhh baby!! I'm gonna cum so fucking hard!!<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_7/"+either("prone_intense_1","prone_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ahh sensei.. Come and fuck me now!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Fucking Hard!<</animeButton>>" "Tsubasa 7-15">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum!<</animeButton>>" "Tsubasa 7-16">><</link>><</if>>
</div>
<<nobr>>
<<toggleclass "body" "tsubasa_night">>
<<if $tsubasa_event <7>><<set $tsubasa_event to 7>><</if>>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=1>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<<set $location to "tsubasa apartment">>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!! I want you to cum inside of me baby!!!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_7/"+either("cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Sensei!!<</speech>>
<<speech "Tsubasa">>Shoot all of them!! paint womb with your thick cum!<</speech>>
<<speech "You">>Oh my God... It felt so good sensei<</speech>>
<<speech "Tsubasa">>Of course it is <<if $day <6>>, now we need to get ready since school will start in few hours<<else>>, now you need to go home... My friends will visit me today<</if>><</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<</nobr>>
<<speech "Tsubasa">>What? Are you that horny? Look at that bulge... Wanna take me here? <</speech>>
<video controls autoplay><source @src='"vid/tsubasa_8/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> No! It's not that sensei... I'm just saying that the teachers office is empty that's all <</speech>>
<<speech "Tsubasa">>Do you think that I'm that stupid? Huh? Come and get me $firstname-kun <</speech>>
<div class="button-row">
<<link "<<animeButton>>KIss Her<</animeButton>>" "Tsubasa 8-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhh I can taste how eager are you $firstname-kun<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_8/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Are you sure about this sensei?<</speech>>
<<speech "Tsubasa">>1000% sure<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 8-2">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhh yeahh keep kissing me just like that baby<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing<</animeButton>>" "Tsubasa 8-2">><</link>>
<<link "<<animeButton>>Intensify<</animeButton>>" "Tsubasa 8-3">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhh yeahh keep kissing me just like that baby<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("makeout_1","makeout_2","makeout_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Makingout<</animeButton>>" "Tsubasa 8-3">><</link>>
<<link "<<animeButton>>Continue<</animeButton>>" "Tsubasa 8-4">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emhh yeahh keep kissing me just like that baby<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("makeout_a_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh Sensei!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Makingout<</animeButton>>" "Tsubasa 8-4">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Tsubasa 8-5">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Emmhh I love your big hard cock $firstname-kun<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("bj_1","bj_2","bj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Yeah sensei... keep on sucking it<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Blowjob<</animeButton>>" "Tsubasa 8-5">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Tsubasa 8-6">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Now now... Put it in quick $firstname-kun! We don't want people to find out what we're doing do we?<</speech>>
<video controls autoplay ><source @src='"vid/tsubasa_8/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Okay Sensei... this won't take long<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her Now!<</animeButton>>" "Tsubasa 8-7">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ohh yeahh baby... Just like that! Pump my pussy just like that $firstname-kun!! <</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("mission_table_1","mission_table_2","mission_table_3","mission_table_4","mission_table_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh my god sensei!! It feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her<</animeButton>>" "Tsubasa 8-7">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Tsubasa 8-8">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh my God! I'm gonna cum baby!! Are you gonna cum for me too?<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("mission_table_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh yes Sensei!! I'm gonna explode anytime soon!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her<</animeButton>>" "Tsubasa 8-8">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum inside!<</animeButton>>" "Tsubasa 8-9">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<<set $location to "tsubasa apartment">>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!! I want you to cum inside of me baby!!!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_8/"+either("mission_table_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Sensei!!<</speech>>
<<speech "Tsubasa">>Shoot all of them!! paint womb with your thick cum!<</speech>>
<<speech "You">>Oh my God... It felt so good sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "teacher office">><</link>>
<<if $energy>30>><<link "<<animeButton>>I'm still horny!<</animeButton>>" "Tsubasa 8-10">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ohh yeahh baby... Just like that! Pump my pussy just like that $firstname-kun!! <</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh my god sensei!! It feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her<</animeButton>>" "Tsubasa 8-10">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Tsubasa 8-11">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh my God! I'm gonna cum again!! Fuck!! Are you gonna cum for me too? Again??<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("doggy_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh yes Sensei!! I'm gonna explode anytime soon!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her<</animeButton>>" "Tsubasa 8-11">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum inside!<</animeButton>>" "Tsubasa 8-12">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<if $tsubasa_event <8>><<set $tsubasa_event to 8>><</if>>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<<set $location to "tsubasa apartment">>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!! I want you to cum inside of me baby!!!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_8/"+either("doggy_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Sensei!!<</speech>>
<<speech "Tsubasa">>Shoot all of them!! paint womb with your thick cum!<</speech>>
<<speech "You">>Oh my God... It felt so good sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "teacher office">><</link>>
<<if $energy>10>><<link "<<animeButton>>But I'm still horny!<</animeButton>>" "Tsubasa 8-13">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ohh yeahh baby... Just like that! Pump my pussy just like that $firstname-kun!! <</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("cow_1","cow_2","cow_3","cow_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh my god sensei!! It feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep going sensei!<</animeButton>>" "Tsubasa 8-13">><</link>>
<<link "<<animeButton>>Turn around sensei!<</animeButton>>" "Tsubasa 8-16">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Tsubasa 8-14">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh my God! I'm gonna cum again!! Fuck!! Are you gonna cum for me too? Again??<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("cow_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh yes Sensei!! I'm gonna explode anytime soon!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her<</animeButton>>" "Tsubasa 8-14">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum inside!<</animeButton>>" "Tsubasa 8-15">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<<set $location to "tsubasa apartment">>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!! I want you to cum inside of me baby!!!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_8/"+either("cow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Sensei!!<</speech>>
<<speech "Tsubasa">>Shoot all of them!! paint womb with your thick cum!<</speech>>
<<speech "You">>Oh my God... It felt so good sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "teacher office">><</link>>
<<if $energy>10>><<link "<<animeButton>>But I'm still horny!<</animeButton>>" "Tsubasa 8-13">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Ohh yeahh baby... Just like that! Pump my pussy just like that $firstname-kun!! <</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("rcow_1","rcow_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh my god sensei!! It feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep going sensei!<</animeButton>>" "Tsubasa 8-16">><</link>>
<<link "<<animeButton>>Turn around sensei!<</animeButton>>" "Tsubasa 8-13">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Tsubasa 8-17">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 1>>
<<set $tsubasa_peep_count +=0>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $tsubasa_mind -=3>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=3>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Tsubasa">>Oh my God! I'm gonna cum again!! Fuck!! Are you gonna cum for me too? Again??<</speech>>
<video controls autoplay loop><source @src='"vid/tsubasa_8/"+either("rcow_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh yes Sensei!! I'm gonna explode anytime soon!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her<</animeButton>>" "Tsubasa 8-17">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum inside!<</animeButton>>" "Tsubasa 8-18">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "teacher_office">><<else>><<toggleclass "body" "teacher_office">><</if>>
<<set $tsubasa_mind -=5>><<if $tsubasa_mind lt 0>><<set $tsubasa_mind to 0>><<elseif $tsubasa_mind gt 100>><<set $tsubasa_mind to 100>><</if>>
<<set $tsubasa_lust +=10>><<if $tsubasa_lust lt 0>><<set $tsubasa_lust to 0>><<elseif $tsubasa_lust gt 100>><<set $tsubasa_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $tsubasa_sexcount +=1>>
<<set $tsubasa_hj_count += 1>>
<<set $tsubasa_bj_count += 1>>
<<set $tsubasa_vaginal_count += 1>>
<<set $confidence +=3>>
<<set $location to "tsubasa apartment">>
<</nobr>>
<<speech "Tsubasa">>Cum baby cum!!! I want you to cum inside of me baby!!!<</speech>>
<video controls autoplay><source @src='"vid/tsubasa_8/"+either("rcow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Sensei!!<</speech>>
<<speech "Tsubasa">>Shoot all of them!! paint womb with your thick cum!<</speech>>
<<speech "You">>Oh my God... It felt so good sensei<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "teacher office">><</link>>
<<if $energy>10>><<link "<<animeButton>>But I'm still horny!<</animeButton>>" "Tsubasa 8-16">><</link>><</if>>
</div><<nobr>>
<<toggleclass "body" "kitchen_day">>
<<set $ririko_display to 0>>
<<set $ema_display to 1>>
<<set $ema_status to "Cousin">>
<<set $ema_lust to 0>>
<<set $ema_mind to 100>>
<<set $ema_power to 50>>
<<set $ema_sex_level to 0>>
<<set $ema_stage to 1>>
<<set $ema_sexcount to 0>>
<<set $ema_oral to 0>>
<<set $ema_vaginal to 0>>
<</nobr>>
<<speech "You">>What about Kira? I heard she's been living in the Netherlands since middle school. I haven't seen her in a while. <</speech>>
<<speech "Ririko">>Oh, Kira? She’s coming home soon, along with Uncle Daisuke, my husband.<</speech>>
<video controls autoplay ><source @src='"vid/aunt_ririko_0/"+either("dinner_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh, Uncle Daisuke too? How long have you been apart from Uncle?<</speech>>
<<speech "Ririko">>Almost a year, I can say I really miss him, haha. I can't wait to see them come home.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Go to My Room<</animeButton>>" "intro 7">>
<</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "hallway_night">><<else>><<toggleclass "body" "hallway_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<<set $kira_status to "Cousin">>
<<set $kira_chat_count to 0>>
<<set $kira_lunch_count to 0>>
<<set $kira_study_count to 0>>
<<set $kira_rooftop_count to 0>>
<<set $kira_work_count to 0>>
<<set $kira_hj_count to 0>>
<<set $kira_bj_count to 0>>
<<set $kira_vaginal_count to 0>>
<<set $kira_lust to 10>>
<<set $kira_mind to 100>>
<<set $kira_sexcount to 0>>
<<set $kira_event to 1>>
<<set $ririko_event to 6>>
<</nobr>>
It's midday on the weekend. I can hear that Uncle Daisuke and my cousin Kira have arrived.
<<speech "Uncle">>Wow, $firstname-kun! You've turned into a handsome young man... How's it going, buddy? Everything cool with your aunt? Haha.<</speech>>
Uncle Daisuke has always been the cool uncle... He's always trying to be on the good side of his nephews and daughters
<<speech "You">>Hi Uncle, Hi Kira<</speech>>
<video controls autoplay><source @src='"vid/kira_0/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Kira">>Oh hi...$firstname-kun. Long time no see <</speech>>
Kira, though? She's always been pretty cold to me, not like Ema. I’m not that close to Kira anyway.
<<speech "Ririko">>Come on, guys, let's all head inside and continue chatting there.<</speech>>
<<speech "Uncle">>Of course, honey! Let’s all head inside! Come on, come on in!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 0-1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
Uncle's showing Kira her room, explaining that while they were still abroad, he and Aunt Ririko went ahead and had Kira's room renovated.
<<speech "Uncle">>Here's your room, Kira. What do you think? Not all the furniture is in yet because we thought you might like to set it up yourself. $firstname-kun, can you help Kira with her room? I think it's always nice to lend a hand<</speech>>
<video controls autoplay ><source @src='"vid/kira_0/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Will do Uncle! I'll try my best to help Kira<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 0-2">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<<set $kira_status to "Cousin">>
<<set $kira_chat_count to 0>>
<<set $kira_lunch_count to 0>>
<<set $kira_study_count to 0>>
<<set $kira_rooftop_count to 0>>
<<set $kira_work_count to 0>>
<<set $kira_hj_count to 0>>
<<set $kira_bj_count to 0>>
<<set $kira_vaginal_count to 0>>
<<set $kira_lust to 10>>
<<set $kira_mind to 100>>
<<set $kira_sexcount to 0>>
<</nobr>>
<<speech "You">>Okay... let me help you unpack these boxes Kira<</speech>>
<video controls autoplay ><source @src='"vid/kira_0/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Kira">>No. Leave them alone. Don't touch them<</speech>>
<<speech "You">>Oh okay Kira... I'm sorry, Uncle said that I should help you out<</speech>>
<<speech "Kira">>I don't need your help, and you can leave this room now $firstname-kun<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 0-3">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
I'm still shocked by her cold response. But I guess I shouldn't be surprised. She's always been this cold to me since we were little kids.
<<speech "You">>Oh, okay then if it's that you want Kira<</speech>>
<video controls autoplay ><source @src='"vid/kira_0/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
But I couldn't help but notice that she’s really grown up, and got a killer bod... Hmm, I wonder if I could bed her one day? She's not nice like Ema or Aunt Ririko, but... Girls will always have that sensitive spot that I can leverage on
<<speech "Kira">>Why are you still standing there? I said get out<</speech>>
<<speech "You">>Okay Kira, sorry for bothering you<</speech>>
<div class="button-row">
<<link "<<animeButton>>Leave her alone<</animeButton>>" "livingroom">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
As I'm hanging out, I can see that Aunt Ririko and Kira are busy with chores.
<<speech "Kira">>Seriously, $firstname? My mom and I are swamped with chores and you're just chilling? Come on, help us out!<</speech>>
<video controls autoplay ><source @src='"vid/kira_0/"+either("clean_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Ririko">>Kira! There’s no need to be hard on $firstname! It’s totally fine, $firstname-kun, you can just relax and not worry about helping out.<</speech>>
<<speech "You">>It's okay Auntie, I'll help out<</speech>>
<div class="button-row">
<<link "<<animeButton>>Help on doing chores<</animeButton>>" "Kira 0-5">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<<set $time+=1>>
<<set $kira_event to 2>>
<</nobr>>
<<speech "Kira">>That’s more like it, $firstname! ... But seriously, keep your eyes off my butt, okay? You can be such a perv sometimes!<</speech>>
<video controls autoplay ><source @src='"vid/kira_0/"+either("clean_2","clean_3","clean_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay! Okay! Geez, Kira... Give me a break already... Can you try being nice to me just once in a while, will you?<</speech>>
<div class="button-row">
<<link "<<animeButton>>Finish doing chores<</animeButton>>" "livingroom">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<<set $time+=1>>
<<set $kira_work_count +=1>>
<</nobr>>
I can see Kira’s really putting her heart into serving the customers. She’s like a totally different person when she’s on the job as a waitress.
<video controls autoplay ><source @src='"vid/kira_0/"+either("work_1","work_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Keep up the good work Kira<</speech>>
<<speech "Kira">>I don’t really need your compliment, but it’s nice to hear, so thanks anyway. I appreciate you taking the time to say it.<</speech>>
<div class="button-row">
<<if $kira_work_count >2>> <<link "<<animeButton>>I heard people fighting. I better take a look at it<</animeButton>>" "Kira 0-7">><</link>><</if>>
<<link "<<animeButton>>Finish working<</animeButton>>" "streets">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
<<speech "You">>Hey get your hands off her!! <</speech>>
I see a couple of guys trying to harass Kira. But she’s no pushover; Kira is actually pretty skilled in martial arts.
<video controls autoplay ><source @src='"vid/kira_0/"+either("fight_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Kira">>Take this you arse-hole! <</speech>>
I didn’t even get a chance to jump in and help her with the fight, but Kira already kicked those two jerks out of the Ramen Restaurant all by herself.
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 0-8">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
<<speech "You">>Oh my god, you're bleeding Kira... <</speech>>
<video controls autoplay ><source @src='"vid/kira_0/"+either("fight_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Kira">>That’s okay, $firstname-kun... I’m... pretty used to dealing with this kind of stuff<</speech>>
<div class="button-row">
<<link "<<animeButton>>Take her to clean her wound<</animeButton>>" "Kira 0-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
<<speech "You">>That’s okay, I’ve got your back, Kira... We need to clean this up first, then I’ll grab a bandage to cover up that wound.<</speech>>
<video controls autoplay ><source @src='"vid/kira_0/"+either("fight_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Kira">>Eh hmm... Thank you very much $firstname-kun<</speech>>
<div class="button-row">
<<link "<<animeButton>>Put a bandage on her wound<</animeButton>>" "Kira 0-10">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "ramen_store">><<else>><<toggleclass "body" "ramen_store">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
Kira seems to be softening up a bit toward me... I think this might be my chance to really mend things and restore my relationship with her.
<<speech "You">>Okay, the bandage is all set now... Your wound should start healing up in no time. Just take it easy and you’ll be good as new soon.<</speech>>
<video controls autoplay ><source @src='"vid/kira_0/"+either("fight_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Kira">>Thank you so much, $firstname-kun... You've been incredibly kind to me all this time, even though I've always been pretty cold to you... I'm really sorry about that. <</speech>>
<<speech "You">>That’s okay, Kira. Now, let’s wrap up tonight’s shift and head on home, shall we? It’s been a long day, and I think we both deserve some rest.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Go home<</animeButton>>" "Kira 0-11">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "town_night">><<else>><<toggleclass "body" "town_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
It's raining hard, and both me and Kira are soaking wet when we get home
<video controls autoplay ><source @src='"vid/kira_1/"+either("start_0")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 0-12">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
Kira came to my room because she wants to borrow a few tools from me. She still hasn’t finished setting up her room, and it looks like she needs a little extra help to get everything just right
<<speech "Kira">>Ehm, $firstname-kun, I might need to change her if that's okay with you? <</speech>>
<video controls autoplay ><source @src='"vid/kira_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>That’s totally fine, Kira... This is your parents’ house after all. You’re free to do anything you want to do here. Just let me know what you need, and I’ll help you out. <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $saeko_display to 0>>
<<set $remu_display to 0>>
<<set $rei_display to 0>>
<<set $tsubasa_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
Kira came to my room because she wants to borrow a few tools from me. She still hasn’t finished setting up her room, and it looks like she needs a little extra help to get everything just right
<<speech "Kira">>Ehm, $firstname-kun, I might need to change her if that's okay with you? <</speech>>
<video controls autoplay ><source @src='"vid/kira_1/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "Kira">>That’s totally fine, Kira... This is your parents’ house after all. You’re free to do anything you want to do here. Just let me know what you need, and I’ll help you out. <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 1">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
After showering, Kira goes straight to my bed and lay beside me...
<video controls autoplay ><source @src='"vid/kira_1/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Kira? What are you?? <</speech>>
<<speech "Kira">>Ssshhh... I just wanna thank you $firstname-kun <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 1-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Don't be shy $firstname-kun... Touch me <</speech>>
<video controls autoplay ><source @src='"vid/kira_1/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh my God Kira... this is so unreal <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 1-2">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Emhh let me lick your finger.... Emhh how do you like it? <</speech>>
<video controls autoplay ><source @src='"vid/kira_1/"+either("start_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">> Oh Kira... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss Her<</animeButton>>" "Kira 1-3">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Emhh slrppp aghh yeahh $firstname-kun<</speech>>
<video controls autoplay loop ><source @src='"vid/kira_1/"+either("kiss_1","kiss_2","kiss_3","kiss_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Enghh.. Kira...<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep Kissing Her<</animeButton>>" "Kira 1-3">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Kira 1-4">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Emmhhh slrrpp ongghh do you like it?<</speech>>
<video controls autoplay loop ><source @src='"vid/kira_1/"+either("bj_1","bj_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh my god... Kira..<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss Her<</animeButton>>" "Kira 1-3">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Kira 1-4">><</link>>
<<link "<<animeButton>>Fuck Her<</animeButton>>" "Kira 1-5">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ungghh yeahh... Please push it in and fuck me hard<</speech>>
<video controls autoplay ><source @src='"vid/kira_1/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah... take this Kira.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck Her Now!<</animeButton>>" "Kira 1-6">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=8>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ughh yeahh that's it $firstname-kun!! Keep fucking me hard just like that! Ahh yeahhh!<</speech>>
<video controls autoplay loop><source @src='"vid/kira_1/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ohh yeah Kira, your cunt feels so good<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her!<</animeButton>>" "Kira 1-6">><</link>>
<<link "<<animeButton>>Fuck her harder!<</animeButton>>" "Kira 1-7">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ahh ahh ahhh!! Yeahh baby!! Keep fucking me hard!! I'm gonna cum soon!! <</speech>>
<video controls autoplay loop><source @src='"vid/kira_1/"+either("mission_intense_1","mission_intense_2","mission_intense_3","mission_intense_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeahh... You're feeling it too? I'm gonna cum soon!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking her hard!!<</animeButton>>" "Kira 1-7">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum on her belly<</animeButton>>" "Kira 1-8">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $kira_mind -=5>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=10>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $kira_sexcount +=1>>
<<set $kira_hj_count += 1>>
<<set $kira_bj_count += 1>>
<<set $kira_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Kira">>Cum baby cum!!! Cum on my belly baby!<</speech>>
<video controls autoplay><source @src='"vid/kira_1/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Kira!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Sex<</animeButton>>" "Kira 1-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "bed_night">><<else>><<toggleclass "body" "bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=1>>
<</nobr>><div class="center"><<nobr>>
<<if $kira_event <3>><<set $kira_event to 3>><</if>>
<</nobr>>
<<speech "Kira">>Come here, $firstname-kun... I really hope that through this sex, our relationship is going to get better. I'm looking forward to putting the past behind us and starting fresh. <</speech>>
<video controls autoplay><source @src='"vid/kira_1/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Kira... I'm looking forward for our new relationship<</speech>>
<div class="button-row">
<<link "<<animeButton>>End scene<</animeButton>>" "hallway second">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "second_bath_night">><<else>><<toggleclass "body" "second_bath_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Come on in $firstname-kun... Don't be shy<</speech>>
<video controls autoplay ><source @src='"vid/kira_2/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Can I join you Kira? <</speech>>
<<speech "Kira">>Of course... Come here <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 2-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "second_bath_night">><<else>><<toggleclass "body" "second_bath_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=2>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Hmm your balls are dirty $firstname-kun.. I wonder how many girls you banged today?<</speech>>
<video controls autoplay loop><source @src='"vid/kira_2/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Hmm don't talk like that Kira, I never banged any girls, I'm a good-boy<</speech>>
<<speech "Kira">>Teehee... Bullshit... <</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Kira 2-2">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "second_bath_night">><<else>><<toggleclass "body" "second_bath_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Teehee... How do you like this? Your cock is swelling hard... <</speech>>
<video controls autoplay loop><source @src='"vid/kira_2/"+either("hj_1","hj_2","hj_3","hj_4","hj_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Kira... keep jerking my cock just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Kira 2-2">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Kira 2-3">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "second_bath_night">><<else>><<toggleclass "body" "second_bath_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Emmh emmhh yeahh I love how big your cock is<</speech>>
<video controls autoplay loop><source @src='"vid/kira_2/"+either("bj_1","bj_2","bj_3","bj_4","bj_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Kira... keep sucking my cock just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Handjob<</animeButton>>" "Kira 2-2">><</link>>
<<link "<<animeButton>>Blowjob<</animeButton>>" "Kira 2-3">><</link>>
<<link "<<animeButton>>Blowjob Faster<</animeButton>>" "Kira 2-4">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "second_bath_night">><<else>><<toggleclass "body" "second_bath_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=10>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Emmh emmhh yeahh are you near $firstname-kun?<</speech>>
<video controls autoplay loop><source @src='"vid/kira_2/"+either("bj_intense_1","bj_intense_2","bj_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh yeah Kira... I'm gonna cum very soon!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue blowjob faster<</animeButton>>" "Kira 2-4">><</link>>
<<if $lust >99>><<link "<<animeButton>>Cum!<</animeButton>>" "Kira 2-5">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "second_bath_night">><<else>><<toggleclass "body" "second_bath_day">><</if>>
<<set $kira_mind -=5>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=10>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $kira_sexcount +=1>>
<<set $kira_hj_count += 1>>
<<set $kira_bj_count += 1>>
<<set $kira_vaginal_count += 0>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Kira">>Cum baby cum!!! Engghh!!! ohh wow....<</speech>>
<video controls autoplay><source @src='"vid/kira_2/"+either("bj_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck! Here we go!! I'm cumming Kira!!<</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "Kira 2-6">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "second_bath_night">><<else>><<toggleclass "body" "second_bath_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=1>>
<</nobr>><div class="center"><<nobr>>
<<if $kira_event <4>><<set $kira_event to 4>><</if>>
<</nobr>>
<<speech "Kira">>Hmmm your cum is tasty $firstname-kun... I might get addicted to it<</speech>>
<video controls autoplay><source @src='"vid/kira_2/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>You can have it as much as you want Kira<</speech>>
<div class="button-row">
<<link "<<animeButton>>End scene<</animeButton>>" "hallway second">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ohh wow... $firstname-kun? What do you want?<</speech>>
<video controls autoplay ><source @src='"vid/kira_3/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ehmm Kira... You're wearing lingerie like this really turns me on <</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 3-1">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Really? Come here then...<</speech>>
<video controls autoplay ><source @src='"vid/kira_3/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ehh hemmm<</speech>>
<div class="button-row">
<<link "<<animeButton>>Kiss Her<</animeButton>>" "Kira 3-2">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=3>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ehmm $firstname-kun.... You're really insatiable aren't you? Amhh slrppp <</speech>>
<video controls autoplay loop ><source @src='"vid/kira_3/"+either("kiss_1","kiss_2","kiss_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Ehh hemmm<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep kissing her<</animeButton>>" "Kira 3-2">><</link>>
<<link "<<animeButton>>Handjob<</animeButton>>" "Kira 3-3">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=5>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Yeahh.... do you like it if I jerk you like this? You've fantasized about me since the beginning haven't you? <</speech>>
<video controls autoplay loop ><source @src='"vid/kira_3/"+either("hj_1","hj_2","hj_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Kira... Yeah just like that<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue Handjob<</animeButton>>" "Kira 3-3">><</link>>
<<link "<<animeButton>>Let her fuck me<</animeButton>>" "Kira 3-4">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=4>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Now... I'm gonna give you what you want tonight<</speech>>
<video controls autoplay ><source @src='"vid/kira_3/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Kira... please... give it to me<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck me hard Kira!<</animeButton>>" "Kira 3-5">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ohh yeahh... do you feel it? How my wet pussy is flooding for you $firstname-kun?<</speech>>
<video controls autoplay loop ><source @src='"vid/kira_3/"+either("cow_1","cow_2","cow_3","cow_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Kira... your cunt feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Kira 3-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Kira 3-6">><</link>>
<<link "<<animeButton>>Prone<</animeButton>>" "Kira 3-7">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Kira 3-8">><</link>>
</div>
<<link "<<animeButton>>Fuck me harder Kira!<</animeButton>>" "Kira 3-5-1">><</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ohh yeahh... do you feel it? How my wet pussy is flooding for you $firstname-kun?<</speech>>
<video controls autoplay loop ><source @src='"vid/kira_3/"+either("cow_intense_1","cow_intense_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Kira... your cunt feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Slowdown Kira<</animeButton>>" "Kira 3-5">><</link>>
<<link "<<animeButton>>Keep fucking me hard!<</animeButton>>" "Kira 3-5-1">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside<</animeButton>>" "Kira 3-5-2">><</link>><</if>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $kira_mind -=5>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=10>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $kira_sexcount +=1>>
<<set $kira_hj_count += 1>>
<<set $kira_bj_count += 0>>
<<set $kira_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Kira">>Cum baby cum!!! Cum!!! Cum together with me!! Arrghh!!!....<</speech>>
<video controls autoplay><source @src='"vid/kira_3/"+either("cow_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Argghh Kira!! I'm cumming!! <</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "Kira 3-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ohh yeahh... do you feel it? How my wet pussy is flooding for you $firstname-kun?<</speech>>
<video controls autoplay loop ><source @src='"vid/kira_3/"+either("doggy_1","doggy_2","doggy_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Kira... your cunt feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Kira 3-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Kira 3-6">><</link>>
<<link "<<animeButton>>Prone<</animeButton>>" "Kira 3-7">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Kira 3-8">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ohh yeahh... do you feel it? How my wet pussy is flooding for you $firstname-kun?<</speech>>
<video controls autoplay loop ><source @src='"vid/kira_3/"+either("prone_1","prone_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Kira... your cunt feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Kira 3-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Kira 3-6">><</link>>
<<link "<<animeButton>>Prone<</animeButton>>" "Kira 3-7">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Kira 3-8">><</link>>
</div>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ohh yeahh... do you feel it? How my wet pussy is flooding for you $firstname-kun?<</speech>>
<video controls autoplay loop ><source @src='"vid/kira_3/"+either("mission_1","mission_2","mission_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Kira... your cunt feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Cowgirl<</animeButton>>" "Kira 3-5">><</link>>
<<link "<<animeButton>>Doggy<</animeButton>>" "Kira 3-6">><</link>>
<<link "<<animeButton>>Prone<</animeButton>>" "Kira 3-7">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Kira 3-8">><</link>>
</div>
<<link "<<animeButton>>Fuck Harder!<</animeButton>>" "Kira 3-8-1">><</link>>
<<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ohh yeahh... do you feel it? How my wet pussy is flooding for you $firstname-kun? Fuck me harder $firstname-kun! Show me what you got!<</speech>>
<video controls autoplay loop ><source @src='"vid/kira_3/"+either("mission_intense_1","mission_intense_2","mission_intense_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Oh Kira... your cunt feels so fucking good!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Slowdown<</animeButton>>" "Kira 3-8">><</link>>
<<link "<<animeButton>>Keep fucking her hard!<</animeButton>>" "Kira 3-8-1">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum Inside<</animeButton>>" "Kira 3-8-2">><</link>><</if>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $kira_mind -=5>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=10>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $kira_sexcount +=1>>
<<set $kira_hj_count += 1>>
<<set $kira_bj_count += 0>>
<<set $kira_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Kira">>Cum baby cum!!! Cum!!! Cum together with me!! Arrghh!!!....<</speech>>
<video controls autoplay><source @src='"vid/kira_3/"+either("mission_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Argghh Kira!! I'm cumming!! <</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "Kira 3-9">><</link>>
</div><<nobr>>
<<if $time>18>><<toggleclass "body" "kira_bed_night">><<else>><<toggleclass "body" "kira_bed_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=1>>
<</nobr>><div class="center"><<nobr>>
<<if $kira_event <5>><<set $kira_event to 5>><</if>>
<</nobr>>
<<speech "Kira">>Oh wow... that was amazing $firstname-kun.... <</speech>>
<video controls autoplay><source @src='"vid/kira_3/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Kira, that was intense...<</speech>>
<<speech "Kira">>Ehmm do you wanna go for another round? <</speech>>
<div class="button-row">
<<if $energy>40>><<link "<<animeButton>>Of course! Let's do it! <</animeButton>>" "Kira 3-8">><</link>><</if>>
<<link "<<animeButton>>No... I think I'm drained already<</animeButton>>" "livingroom">><</link>>
</div>
<<nobr>>
<<if $time>19>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
Kira has just returned home from school and is now relaxing by herself, still wearing her school uniform.
<<speech "Kira">>Hello $firstname-kun, how are you doing? How's everything going at school?<</speech>>
<video controls autoplay ><source @src='"vid/kira_4/"+either("start_1")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Yeah Kira, everything is going fine... Where's Aunt Ririko?<</speech>>
<<speech "Kira">>I'm not sure. She went out with my dad, and Ema is currently studying in her room.<</speech>>
<div class="button-row">
<<link "<<animeButton>>Continue<</animeButton>>" "Kira 4-1">><</link>>
</div>
<<nobr>>
<<if $time>19>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>*Yawn* Oh, I'm really tired! I'm going to take a nap for a bit... Could you wake me up in an hour, please?<</speech>>
<video controls autoplay ><source @src='"vid/kira_4/"+either("start_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Okay Kira<</speech>>
<div class="button-row">
<<link "<<animeButton>>Damn, she's hot in her uniform. I should just fuck her now<</animeButton>>" "Kira 4-2">><</link>>
</div>
<<nobr>>
<<if $time>19>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Oh my gosh! $firstname-kun!, what are you doing?! We can't do this in the living room! My mom and dad will be back any minute, and Ema could easily walk in on us!<</speech>>
<video controls autoplay ><source @src='"vid/kira_4/"+either("start_3")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>I can't help it Kira! You're so sexy in the uniform!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her<</animeButton>>" "Kira 4-3">><</link>>
</div><<nobr>>
<<if $time>19>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=1>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>No please! Listen to me $firstname-kun! Not here! Arggh!!<</speech>>
<video controls autoplay ><source @src='"vid/kira_4/"+either("penetrate")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Relax Kira, this won't take long<</speech>>
<div class="button-row">
<<link "<<animeButton>>Fuck her now!<</animeButton>>" "Kira 4-4">><</link>>
</div><<nobr>>
<<if $time>19>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Fuck!! Your so big!! Ahh ahh yeahh... You better make this quick $firstname-kun! Otherwise it's gonna be the end of us ahhh!!<</speech>>
<video controls autoplay loop><source @src='"vid/kira_4/"+either("doggy_1","doggy_2","doggy_3","doggy_4")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck you're so fucking tight Kira<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Kira 4-4">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Kira 4-5">><</link>>
</div><<nobr>>
<<if $time>19>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Fuck!! Your so big!! Ahh ahh yeahh... You better make this quick $firstname-kun! Otherwise it's gonna be the end of us ahhh!!<</speech>>
<video controls autoplay loop><source @src='"vid/kira_4/"+either("mission_1","mission_2","mission_3","mission_4","mission_5")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck you're so fucking tight Kira<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Kira 4-4">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Kira 4-5">><</link>>
<<link "<<animeButton>>Doggy-Floor<</animeButton>>" "Kira 4-6">><</link>>
</div><<nobr>>
<<if $time>19>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=7>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Fuck!! Your so big!! Ahh ahh yeahh... You better make this quick $firstname-kun! Otherwise it's gonna be the end of us ahhh!!<</speech>>
<video controls autoplay loop><source @src='"vid/kira_4/"+either("doggy_floor_1","doggy_floor_2")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck you're so fucking tight Kira<</speech>>
<div class="button-row">
<<link "<<animeButton>>Doggy<</animeButton>>" "Kira 4-4">><</link>>
<<link "<<animeButton>>Missionary<</animeButton>>" "Kira 4-5">><</link>>
<<link "<<animeButton>>Doggy-Floor<</animeButton>>" "Kira 4-6">><</link>>
<<link "<<animeButton>>Fuck Harder<</animeButton>>" "Kira 4-7">><</link>>
</div><<nobr>>
<<if $time>19>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $kira_display to 1>>
<<set $time +=0>>
<</nobr>><div class="center"><<nobr>>
<<set $kira_mind -=3>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=3>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust +=15>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<</nobr>>
<<speech "Kira">>Ahh ahh yeahhh keep going!! Are you gonna cum any soonn? Please cum quickly $firstname-kun! We don't have much time!<</speech>>
<video controls autoplay loop><source @src='"vid/kira_4/"+either("doggy_floor_intense")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Fuck I'm gonna cum soon Kira!<</speech>>
<div class="button-row">
<<link "<<animeButton>>Keep fucking hard!<</animeButton>>" "Kira 4-7">><</link>>
<<if $lust>99>><<link "<<animeButton>>Cum inside!<</animeButton>>" "Kira 4-8">><</link>><</if>>
</div><<nobr>>
<<if $time>19>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $kira_mind -=5>><<if $kira_mind lt 0>><<set $kira_mind to 0>><<elseif $kira_mind gt 100>><<set $kira_mind to 100>><</if>>
<<set $kira_lust +=10>><<if $kira_lust lt 0>><<set $kira_lust to 0>><<elseif $kira_lust gt 100>><<set $kira_lust to 100>><</if>>
<<set $lust -=80>><<if $lust lt 0>><<set $lust to 0>><<elseif $lust gt 100>><<set $lust to 100>><</if>>
<<set $mind +=15>><<if $mind lt 0>><<set $mind to 0>><<elseif $mind gt 100>><<set $mind to 100>><</if>>
<<set $energy -=20>><<if $energy lt 0>><<set $energy to 0>><<elseif $energy gt 100>><<set $energy to 100>><</if>>
<<set $time +=0>><<if $time lt 0>><<set $time to 0>><<elseif $time gt 24>><<set $time to 24>><</if>>
<<set $kira_sexcount +=1>>
<<set $kira_hj_count += 1>>
<<set $kira_bj_count += 0>>
<<set $kira_vaginal_count += 1>>
<<set $confidence +=3>>
<</nobr>>
<<speech "Kira">>Cum baby cum!!! Cum!!! Cum together with me!! Arrghh!!!....<</speech>>
<video controls autoplay><source @src='"vid/kira_4/"+either("doggy_floor_cum")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>Argghh Kira!! I'm cumming!! <</speech>>
<div class="button-row">
<<link "<<animeButton>>End Scene<</animeButton>>" "Kira 4-9">><</link>>
</div><<nobr>>
<<if $time>19>><<toggleclass "body" "living_night">><<else>><<toggleclass "body" "living_day">><</if>>
<<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $mei_display to 0>>
<<set $remu_display to 0>>
<<set $saeko_display to 0>>
<<set $rei_display to 0>>
<<set $kira_display to 1>>
<<set $time +=1>>
<</nobr>><div class="center"><<nobr>>
<<if $kira_event <6>><<set $kira_event to 6>><</if>>
<</nobr>>
<<speech "Kira">>Fuck.... you're really are insatiable beast aren't you $firstname-kun <</speech>>
<video controls autoplay><source @src='"vid/kira_4/"+either("aftermath")+".mp4"' type="video/mp4" class="zoom-image" ></video>
<<speech "You">>haha... you loved it don't you...<</speech>>
<<speech "Kira">>Now get the hell outta here before anyone comes<</speech>>
<div class="button-row">
<<link "<<animeButton>>End scene<</animeButton>>" "livingroom">><</link>>
</div>
<<nobr>><<set $ririko_display to 0>>
<<set $ema_display to 0>>
<<set $asano_display to 0>>
<<set $kira_display to 1>>
<</nobr>>
<img src="img/char/kira_1.jpg" style="max-width: 100%;">
<<speech "You">>Kira is my cousin and Ema's older sister. She has always been so cold to me since we were kids <</speech>>
Walkthrough: <<if $kira_event is not 1 and $kira_event is not 2 and $kira_event is not 3 and $kira_event is not 4 and $kira_event is not 5 and $kira_event is not 6 and $kira_event is not 7 and $kira_event is not 8 and $kira_event is not 9 and $kira_event is not 10 and $kira_event is not 11 and $kira_event is not 12 and $kira_event is not 13 and $kira_event is not 14 and $kira_event is not 15 and $kira_event is not 16 and $kira_event is not 17 and $kira_event is not 18>><h1 class="basic-stats"> - Complete all Aunt Ririko's scenes first, have dinner with Aunt Ririko to talk about Kira's coming.
</h1><<nobr>>
<</nobr>><<elseif $kira_event is 1>>
<h1 class="basic-stats">Spend some time alone in the living room during the evening, specifically between 4 and 7 PM.</h1><<nobr>>
<</nobr>><<elseif $kira_event is 2 >>
<h1 class="basic-stats">Work together with Kira at the ramen shop for 3-4 times </h1><<nobr>>
<</nobr>><<elseif $kira_event is 3>>
<h1 class="basic-stats">Kira regularly takes her showers at 7 AM and 9 PM in the upstairs bathroom on the second floor every day.</h1><<nobr>>
<</nobr>><<elseif $kira_event is 4>>
<h1 class="basic-stats">Go to Kira's bedroom between 6-7pm</h1><<nobr>>
<</nobr>><<elseif $kira_event is 5>>
<h1 class="basic-stats">After school, Kira's always hanging-out in the livingroom alone by herself (1-6pm) </h1><<nobr>>
<</nobr>><<elseif $kira_event is 6>>
<h1 class="basic-stats">This is kira end content for 0.09</h1><<nobr>>
<</nobr>><<elseif $kira_event is 7>>
<h1 class="basic-stats">kira's affection for you has grown significantly. Keep going on dates with kira 3 times, and meet Izaki at the school hallway (1st floor) </h1><<nobr>>
<</nobr>><<elseif $kira_event is 8>>
<h1 class="basic-stats">Train MMA at the gym at least 4 times and raise you confidence level to level 4 (Average MC). Then keep going on dates with kira at least 3 times and meet Izaki at the school hall </h1><<nobr>>
<</nobr>><<elseif $kira_event is 9>>
<h1 class="basic-stats">Go on a date with kira, at the end of the date, ask her to go to your place. Make her your girlfriend and take her virginity. Keep going on dates with kira (3 times), and meet Izaki and let him beat you again and send you to the hospital, then </h1><<nobr>>
<</nobr>><<elseif $kira_event is 10>>
<h1 class="basic-stats">The hospital scene is repeatable, make sure you date kira 3 times, to repeat Izaki's scene, and study with her (in the afternoon-classroom interaction), while studying ask for for a break </h1><<nobr>>
<</nobr>><<elseif $kira_event is 11>>
<h1 class="basic-stats">Go to the library and study there around 11am to 2pm, and kira will come to visit </h1><<nobr>>
<</nobr>><<elseif $kira_event is 12>>
<h1 class="basic-stats">kira is having extra studying session in the classroom 1 after the school is over (5pm - 7pm). Go there and study with her </h1><<nobr>>
<</nobr>><<elseif $kira_event is 13>>
<h1 class="basic-stats">If you run out of energy in the school hallway, you'll faint. Then, you'll be taken to the school clinic, where kira will come to visit you. </h1><<nobr>>
<</nobr>><<elseif $kira_event is 14>>
<h1 class="basic-stats">Go to the classroom 1 in the morning, You'll find a porn magazine, read it. </h1><<nobr>>
<</nobr>><<elseif $kira_event is 15>>
<h1 class="basic-stats">This is the end content for kira in 0.07 </h1><</if>>
Completed Quest:
<h1 class="basic-stats">
<<if $kira_event >0>>1. I met kira for the first time.<</if>>
<<if $kira_event > 1>>2. I helped Kira doing her chores<</if>>
<<if $kira_event > 2>>3. I had sex with Kira after the incident at the Ramen shop<</if>>
<<if $kira_event > 3>>4. I had quick oral sex with Kira while she was showering.<</if>>
<<if $kira_event > 4>>5. I had sex with Kira when she was changing in her bedroom<</if>>
<<if $kira_event > 5>>6. I had sex with her in the livingroom when we're alone<</if>>
<<if $kira_event > 6>>7. I had sex with her in an empty toilet<</if>>
</h1>
<<link "<<animeButton>>Back<</animeButton>>" "guide">>
<</link>>