<<nobr>>
<div style="margin-top:5vw;">
<img class="intro_image" @src="setup.ImagePath+'scenes/misc/intro.jpg'" >
</div>
<div class="intro">
<p style="margin:0;margin-top:1.5%;">Please, read this</p>
This game is intended for <span style="color:#ff7bac;">mature audience only</span>
<br>
<p style="margin:0;margin-bottom:2%;">By clicking on button below, you will be confirming you are an adult. </p>
<!-- <div class="intro_button" data-passage="Intro_0" >
<p >Skip Intro</p>
</div>
<div class="intro_button" data-passage="Event_4" >
<p >Skip 5</p>
</div> -->
<div class="intro_button" data-passage="Settings" >
<p >Start</p>
</div>
<div>
<p style="notation_text">Created by The Twist | Game version: v0.2 "Episode 2"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With ♥ from The Twist.</p>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<<set $currentDay to 0 >>
<<set $currentTime to 5 >>
<<set $mc_stats_arr = [] >>
<<set $character_stats_arr = [] >>
<!-- <<set $eventMoney = [] >>
<<set $eventMorality = [] >>
<<set $eventStamina = [] >>
<<set $eventMomLove = [] >>
<<set $eventMomLust = [] >> -->
<<set $message to "" >>
<<set $buyingStatus to 0>>
<<set $kitchenEvent to 0>>
<<set $kitchenClean to 0 >>
<<set $poolClean to 0 >>
<<set $roomClean to 0 >>
<<set $eventCount = 0>>
<<set $exercise = 0>>
<<set $swimming = 0>>
<<set $laundry = 0>>
<<set $stealing = 0>>
<<set $activityType to "">>
<<set $activityImage to "">>
<<set $activityVideo to "">>
<<set $mediaType to "">>
<<set $getJob to 0>>
<<set $computerFix to 0>>
<<set $dressTask to 0>>
<<set $carWash to 0>>
<<set $returnHome to 0>>
<<set $momTalk_1 to 0>>
<<set $groceryList to 0>>
<<set $hideBooks to 0>>
<<set $staminaUpdate to 0>>
<<set $findGym to 0>>
<<set $makeGift to 0>>
<<set $giveGift to 0>>
<<set $sisAlbum to 0>>
<<set $sisPhotoshoot to 0>>
<<set $editPortfolio to 0>>
<<set $submitPortfolio to 0>>
<<include "CharacterInit" >>
<<include "TimeInit" >>
Character Init:
<<set $mc = {
"name" : "Pablito",
"lastname" : "Gonzalez",
"age" : 18,
"stats" :
{
"energy" : 0,
"knowledge": 0,
"stamina": 0,
"money" : 0,
"fam_rel" : 0,
"morality" : 0,
"love" : 0,
"lust" : 0,
"task_complete": 0,
},
"inventory" : {
"wine" : 0,
"camera" : 0,
"groceries" : 0,
"porn" : 0,
"computer_parts" : 0,
"gift_item" : 0,
"video_game" : 0,
"cleaning_item" : 0,
"gasoline" : 0,
},
"skills" :
{
"massage" : 0,
"sexual" : 0,
"action" : 0,
"cooking" : 0,
"peeping" : 0,
}
}
>>
<<set $mom = {
"name" : "Gali",
"lastname" : "Gonzalez ",
"age" : 40,
"rel" : "Step-Mother",
"call": "Stepmom",
"stats" :
{
"love" : 0,
"lust": 0,
"rel": 0,
"corr": 0,
},
}
>>
<<set $gf = {
"name" : "Lily",
"lastname" : "Devil",
"age" : 18,
"rel" : "Devil",
"call": "Lily",
"stats" :
{
"love" : 0,
"lust": 0,
"rel": 0,
"corr": 0,
},
}
>>
<<set $dad = {
"name" : "Mathew",
"lastname" : "Gonzalez ",
"age" : 18,
"rel" : "Father",
"call": "Dad",
}
>>
<<set $bro = {
"name" : "George",
"lastname" : "Gonzalez ",
"age" : 18,
"rel" : "Brother",
"call": "George",
"stats" :
{
"love" : 0,
"lust": 0,
"rel": 0,
"corr": 0,
},
}
>>
<<set $sis = {
"name" : "Josephine",
"lastname" : "Gonzalez",
"age" : 18,
"rel" : "Step-Sister",
"call": "Josephine",
"stats" :
{
"love" : 0,
"lust": 0,
"rel": 0,
"corr": 0,
},
}
>>
<<set $bathroom = {
"title" : [""],
"status": [0],
"time" : [4],
"task_1": [0],
"task_2": [0],
"task_3": [0,],
"day": [0,],
"task_complete": [100,],
}
>>
<<set $store = {
"title" : [ ],
"status": [0,0,],
"time" : [2,4,],
"task_1": [0],
"task_2": [0],
"task_3": [0,],
"day": [0,],
"task_complete": [100,],
}
>>
<<set $bedroom = {
"title" : ["Event_7"],
"status": [0,],
"time" : [6,],
"task_1": ["Talk with <<print $mom.rel>> (Need 20 Relation Point With <<print $mom.rel>>)"],
"task_2": [0],
"task_3": [0],
"taskTime_1": ["Night"],
"taskTime_2": [0],
"taskTime_3": [0],
"taskLoc_1": ["Living Room"],
"taskLoc_2": [0],
"taskLoc_3": [0],
"day": [0,],
"task_complete": [9,],
}
>>
<<set $kitchen = {
"title" : ["Event_2","Event_3","Event_13"],
"status": [0,0,0,],
"time" : [1,1,1],
"task_1": ["Get a job in cafe","Help <<print $sis.rel>> (Need 20 Relation Point With <<print $sis.rel>>)","Buy a wine bottle"],
"task_2": ["Buy computer parts",0,0],
"task_3": ["Fix your computer",0,0],
"taskTime_1": ["Afternoon","Night",0],
"taskTime_2": [0,0,0],
"taskTime_3": ["Evening",0,0],
"taskLoc_1": ["Cafe","Sister’s Room","Shop"],
"taskLoc_2": ["Shop",0,0],
"taskLoc_3": ["My Room",0,0],
"day": [0,0,0,],
"task_complete": [2,3,16],
}
>>
<<set $myroom = {
"title" : ["Event_1","Event_6","Event_9","Event_11","Event_14","Event_15","Event_17","Event_18"],
"status": [0,0,0,0,0,0,0,0],
"time" : [1,6,0,6,6,6,0,6],
"task_1": [0,"Buy porn DVD","Hide The Books","Search Online About Local Gym","Gift parents (Need 60 Relation Point With <<print $mom.rel>>)","Buy camera","Do computer course","Deliver the portfolio (Need 60 Relation Point With <<print $sis.rel>>)"],
"task_2": [0,0,0,0,0,0,"Edit portfolio for <<print $sis.rel>>",0],
"task_3": [0,0,0,0,0,0,0,0],
"taskTime_1": [0,0,0,"Night","Midnight",0,0,"Afternoon"],
"taskTime_2": [0,0,0,0,0,0,"Night","Night"],
"taskTime_3": [0,0,0,0,0,0,0,0],
"taskLoc_1": [0,"Shop","My Room","My Room","Bedroom","Shop","My Room","Outdoor"],
"taskLoc_2": [0,0,0,0,0,0,"My Room",0],
"taskLoc_3": [0,0,0,0,0,0,0,0],
"day": [0,0,0,0,0,0,0,0],
"task_complete": [0,8,12,14,17,18,22,23,],
}>>
<<set $living = {
"title" : ["Event_5"],
"status": [0],
"time" : [3],
"task_1": ["Take <<print $sis.rel>> home (Need 40 Relation Point With <<print $sis.rel>>)"],
"task_2": [0],
"task_3": [0],
"taskTime_1": ["Evening"],
"taskTime_2": [0],
"taskTime_3": [0],
"taskLoc_1": ["Outdoor"],
"taskLoc_2": [0],
"taskLoc_3": [0],
"day": [0,],
"task_complete": [7,],
}
>>
<<set $brother = {
"title" : ["Event_10","Event_19"],
"status": [0,0],
"time" : [4,6],
"task_1": ["Browse About Stamina","Become Gym Member"],
"task_2": [0,0],
"task_3": [0,0],
"taskTime_1": ["Afternoon",0],
"taskTime_2": [0,0],
"taskTime_3": [0,0],
"taskLoc_1": ["My Room","Gym"],
"taskLoc_2": [0,0],
"taskLoc_3": [0,0],
"day": [0,,0],
"task_complete": [13,24],
}
>>
<<set $sister = {
"title" : ["Event_12"],
"status": [0],
"time" : [4],
"task_1": ["Buy gift items"],
"task_2": [0],
"task_3": [0],
"taskTime_1": [0],
"taskTime_2": [0],
"taskTime_3": [0],
"taskLoc_1": ["Shop"],
"taskLoc_2": [0],
"taskLoc_3": [0],
"day": [0,],
"task_complete": [15,],
}
>>
<<set $bathroom_2 = {
"title" : ["Event_16"],
"status": [0],
"time" : [4],
"task_1": ["Click Candids Of <<print $sis.rel>> (Need 60 Relation Point With <<print $sis.rel>>)"],
"task_2": ["Collect pictures from <<print $sis.rel>>'s social Media (Need 80 Relation Point With <<print $sis.rel>>)"],
"task_3": [0],
"taskTime_1": ["Evening"],
"taskTime_2": ["Evening"],
"taskTime_3": [0],
"taskLoc_1": ["Living room"],
"taskLoc_2": ["My room"],
"taskLoc_3": [0],
"day": [0,],
"task_complete": [20,],
}
>>
<<set $outdoor = {
"title" : ["Event_4"],
"status": [0],
"time" : [4],
"task_1": ["Buy cleaning materials"],
"task_2": [ "Clean the car"],
"task_3": ["Refill tank & go to <<print $sis.rel>>'s college"],
"taskTime_1": [0],
"taskTime_2": [0],
"taskTime_3": ["Afternoon"],
"taskLoc_1": ["Shop"],
"taskLoc_2": ["Outdoor"],
"taskLoc_3": ["Outdoor"],
"day": [0,],
"task_complete": [6,],
}
>>
<<set $attic = {
"title" : ["Event_8"],
"status": [0],
"time" : [4],
"task_1": ["Collect grocery’s list (Need 40 Relation Point With <<print $mom.rel>>)"],
"task_2": ["Buy Groceries"],
"task_3": [0],
"taskTime_1": ["Evening"],
"taskTime_2": [0],
"taskTime_3": [0],
"taskLoc_1": ["Kitchen"],
"taskLoc_2": ["Shop"],
"taskLoc_3": [0],
"day": [0,],
"task_complete": [11,],
}
>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/demon.jpeg'">
<P class="notation_text"> A few years ago…
</p>
<P class="notation_text"> In a realm beyond the boundaries of mortal understanding, where reality and nightmare merged, an influential man named Jonathan stood alone. He had amassed power and darkness throughout his life, committing heinous acts that earned him the status of a true malevolent force. But Jonathan was not content with mere mortal power; he yearned for more. He sought a confrontation with the very embodiment of hell – the devil.
</p>
<P class="notation_text"> Jonathan had delved into forbidden tomes, performed ancient rituals, and sold his soul many times over to attain an audience with the devil. His obsession with power had driven him to challenge the ultimate source of darkness. One fateful day, with infernal incantations and an insatiable thirst for more power, Jonathan had inadvertently opened a portal to the deepest abyss of the underworld, unleashing the devil's attention.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/dev-1.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.call>>: </span> "Who dares intrude upon my domain?" the Devil boomed, his voice a thunderous crescendo of dread.
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad">Jonathan: </span> "I am Jonathan," he proclaimed boldly, his pride unyielding even in the presence of the ultimate evil. "I have come to challenge you, Devil, for dominion over this realm."
</p>
</div>
<P class="notation_text"> A fierce battle ensued, the likes of which had never been witnessed in the underworld. The Devil, a master of infernal magic and dark arts, unleashed torrents of hellfire, while Jonathan fought with the darkness that had fueled his wickedness in life. Their clash was a cataclysmic spectacle of fire and shadow.
</p>
<P class="notation_text"> Hours turned to days, and days to an eternity of combat. Lord Malvern's spirit never wavered, for he was fueled by an insatiable desire for dominion. The Devil, however, saw something in Jonathan’s unrelenting will, a spark of darkness that resonated with his own.
</p>
<P class="notation_text"> As the final battle raged on, the Devil lowered his guard for a moment, and Jonathan seized the opportunity. With a strike imbued with the darkness of a thousand malevolent deeds, he pierced the heart of the Devil.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/dev-2.jpg'">
<P class="notation_text"> The underworld trembled as the Devil let out an agonising scream, and the very fabric of reality shifted. In a blinding flash of infernal energy, the Devil disintegrated and got trapped in a book, leaving Jonathan victorious.
</p>
<P class="notation_text"> But victory came at a price. As the Devil fell, his essence seeped into Jonathan making him the Lord of Darkness, corrupting him to his very core. The once-villainous mortal was now something far more sinister, a malevolent force of nature, an embodiment of the darkness itself.
</p>
<P class="notation_text"> In challenging the Devil and winning, Jonathan had become the new Devil, the ruler of the underworld, and a symbol of unending malevolence. The battle of villains had ended with the ultimate transformation, as Lord Jonathan, the once-villain, had now become the embodiment of evil.
</p>
<div class="enter_button" data-passage="Home">
<p >Continue</p>
</div>
<<set $myroom.status[0] = 1>>
<</nobr>>
</div>
<<script>>
UIBar.show();
<</script>>
/* Days of the week */
<<set $weekDays = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]>>
<<set $weekendValue = [0, 0, 0, 0, 0, 1, 1]>>
/* Current day in total */
<<set $dayValue to 0>>
<<set $dayTimes = [ "Early Morning", "Morning", "Mid Day","Afternoon", "Evening", "Night", "Midnight" ]>>
<<set $dayTimeValue = 0 >>
/* Current time of the day */
<<set $timeInDay to 1>>
/* Wether to advance to the next time of the day when using the "leave" button */
<<set $timeForwardOnLeave = false>>
<div class="big_text">
<<nobr>>
<!-- Myroom Early Morning-->
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/awake.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Coming to the present…
</p>
<p class="notation_text"> As the sun’s rays began to filter through the curtains, I slowly open my eyes, the remnants of vivid dreams linger briefly dissipating into the ether. Stretching in comfort, finally coming to my senses, I find myself lying on the couch of my room.
</p>
<p class="notation_text"> The memories of the previous night slowly trickled back into my foggy mind. How I was waiting for the demon at midnight, and passed out on the couch. I try to sit up, but the room seems to spin around me. I clutch my head, wincing as the pain intensifies.
</p>
<p class="notation_text"> I grab the bottle of water which is on the top of the table next to my right. Sipping some water from it to satisfy my parched throat. Gradually, my sleepy head becomes subtle and starts to think to myself, “Why didn't the demon show up last night? ….Was it actually a dream of mine? As Dad told me about Grandpa.. Am I having his genes? Hallucinating weird strange things?! Or is it just an impact of my overthinking about those ancient books? What is happening to me? I cannot process anything anymore. I think I will soon become a mental boy who will end up at the mental asylum! No no no… I need to get a hold over myself”.
</p>
<p class="notation_text">Let me check my game status. I turn on my computer, as I am checking, suddenly it shuts down. I press the power button to restart but it doesn't work. “Oh no! Not again. The virus must have attacked, resulting in the windows crashing. Now I have to manage this on my own. Can’t tell mom as I have porn saved. Shhh-iiiii–iittt!”
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $kitchen.status[0] = 1>>
<<set $myroom.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom11.jpg'">
<p class="notation_text"><<print $mom.call>> preparing dinner, I can see her arrange the table from the living room. I am sitting on the sofa watching television. She made a delicious dish I can tell from the savoury aroma that came all the way across to the living room from the kitchen. I cannot wait any longer, so I am turning off the television and keeping the remote aside. I get up from the sofa and go to the kitchen to help <<print $mom.call>> so that dinner is served as early as possible. The aroma is making my hunger grow more and more.
</p>
<p class="notation_text">Finally, the table is set for dinner. Dad is at the table; I sit next to Dad. George comes and follows him Josephine is here too.
</p>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro"><<print $bro.name>>: </span> Tomorrow is an important day for me. Please do not keep me liable to any task for tomorrow.
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> Oh hello? You are forgetting tomorrow you promised me, to take me to the fashion show.
</p>
</div>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro"><<print $bro.name>>: </span> Yes, I did, but I got a sudden call from my trainer. He told me about a boxing match which is very important for my career opportunity. Please try to understand. It will be foolish of me if I miss this chance.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc1.png'">
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> What am I supposed to do then? My fashion show is also important to me.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> My dear baby, you should understand your brother’s situation. He has been preparing for this very opportunity, this day for years. Finally, he will be reaping the fruit of his efforts.
</p>
</div>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro"><<print $bro.name>>: </span> Pablito can take you to the fashion show.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc0.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> What? Why me?
</p>
</div>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro"><<print $bro.name>>: </span> Because it’s my command and anyways you don’t have any better thing to do.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Ofcourse I do! Playing console is a better job than taking Josephine out.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Don’t be mean, Pablito. She is your baby sister. She is your equal responsibility as George’s.
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> Yes, your mom is right. Do not argue. Help your siblings now, you will get help from them later as well.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc2.png'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Bu-ut.. Uh fine! I will take her.
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> We need to leave at 5pm sharp. Pick me up from my college. Please be on time and don’t be late.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> I am very happy for my kids. Best of luck for the big day of your lives. Hope you prosper in your dreams.
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> Best of luck!
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Yeah okay. All problems were resolved. Now let’s eat please. I am starving.
</p>
</div>
<p class="notation_text"><<print $mom.call>> serves food to everyone’s plate. The meal is a triumph, a symphony of flavours and textures, bringing everyone together in an evening of shared joy and laughter.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $kitchen.status[1] = 1>>
<<set $kitchen.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Kitchen Morning -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom12.jpg'">
<p class="notation_text"> I see <<print $mom.call>> working in the kitchen as I come to refill my water bottle and decide to lend a hand to <<print $mom.call>> in cleaning the kitchen. The aroma of the meals still hung in the air, but now it is time to restore order to the culinary battlefield.
</p>
<p class="notation_text"> As I roll up my sleeves and wear an apron, glance at <<print $mom.call>>, who was meticulously washing the dishes. With a warm smile, the embodiment of motherly love and resilience, but I could see the fatigue in her eyes.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>"<<print $mom.call>>," <<print $mc.name>> began, "let me take care of these dirty pots and pans for you. You've done so much already."
</p>
</div>
<p class="notation_text"> <<print $mom.call>> gratefully to my offer, handed over the pots with a smile. I attack the task with zeal, soaking, scrubbing, and rinsing each piece. The sound of clinking dishes filled the kitchen as they worked side by side.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/wipe.jpeg'">
<p class="notation_text"> While <<print $mom.call>> dried the cleaned items, I wiped down the countertops, making sure no stray breadcrumbs or sauce splatters remained. The teamwork was a silent expression of our unbreakable bond.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>As I place the last dish on the drying rack, looking at her mom, my heart is full of appreciation, "Together, we make a great team, Mom."
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mom.call>> hugs me tightly. "Indeed, we do, Pablito. Thank you for your help, and for the wonderful company."
</p>
</div>
<p class="notation_text"> At that moment, the kitchen was not just clean but filled with the warmth of family.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>“You can go and get some rest now, I need to refill my bottle. I will also go to bed afterwards. Goodnight”, I said to <<print $mom.call>>.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> “Goodnight dear.” giving me a kiss on my cheek, <<print $mom.call>> replied.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/refill_bottle.jpeg'">
<p class="notation_text"> <<print $mom.call>> leaves the kitchen and I go towards the water filter to refill my bottle. As I turn the tap open, the waterfall sounds echo in the kitchen, as the place is pin drop silent and night time. I sense someone to be there watching me. I turn back and forth to check but no one is there. Finishing my refill job, I pace walk to my room. On my way out of the kitchen, I bump into <<print $dad.call>>.
</p>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> Hold your horses.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I was heading to my room.
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span>Good that I found you here. The days you take your <<print $sis.rel>> out, you can take our spare car in the garage. So, get the car cleaned and go to the fuel station in the early morning.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $outdoor.status[0] = 1>>
<<set $kitchen.status[1] = 0>>
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Living Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/driving.jpg'">
<p class="notation_text"> I arrived at the college to pick <<print $sis.call>>. I have been calling her for a long time now but she is not answering so I decide to go to her class to find her.
</p>
<p class="notation_text"> I see a friend of hers and ask about her whereabouts, when I get to know that <<print $sis.call>> is doing her geography class, where she acknowledges the fact that her professor will be coming to the Fashion show today being one of the judges. Now, she knew the professor did not like her much and had to come up with a plan to impress him by the end of the class. She tries to interact with him but he ignores her as much as possible. Thus, she decided to stay back after class to solve a problem.
</p>
<p class="notation_text"> The bell rings. <<print $sis.call>> asks the professor to help her to solve a problem that she is failing to understand. The professor asks her to stay back in class as other students leave.
</p>
<p class="notation_text"> It is hard to believe that she is doing extra classes. As i know her she never cared about her studies. But again, she is doing the extra class for the sake of the fashion show. Although, whatever the reason is, she is studying that is the good part. “Let me go and see her”, I say to myself.
</p>
<p class="notation_text"> Walking through the corridors leading to her class. As I reach her class, the door is slightly opened, the classroom seems to be empty but noises are coming from inside. I can recognize the voice, it is my sister’s voice. What is she doing in the empty classroom?
</p>
<p class="notation_text"> I find my <<print $sis.rel>> with her professor Mike in the most unexpected situation. I had never imagined to see such a scene where my baby sister is concerned. I was shocked. But I was happy for her. Eventually, she got some sense in that brainless head of hers. She is having extra classes to improve her grade though technically for her fashion world. Yet, something good is happening even if for an excuse. She is least bothered when it comes to studies. So, I decided not to disturb but wait. I walk in the corridor as I am waiting for her.
</p>
<p class="notation_text"> I reach out to the window of the classroom, what I see is totally unbelievable. <<print $sis.call>> is now sitting in front of her professor on the table. She slides up her skirt up to her crotch; making Professor Mike uneasy. He asks her not to be sexual. She spreads her legs out, displaying her pussy and playing with her hair making naughty faces at the professor. She continues to seduce him, gets off the table, goes near him and touches his dick over his pants. Professor is resisting her.
</p>
<p class="notation_text"> The professor is sitting on his chair as <<print $sis.call>> leans forward to understand the problem. <<print $sis.call>> is wearing a short skirt with a blue shirt, top three buttons unbuttoned showing off her cleavage.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/sc-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $sis.name>> holds her professor’s hand leading him to a student chair. The professor seems to be confused. <<print $sis.name>> starts to move her body like a slut giving the professor seductive looks. She bends over a little to bring out her ass, the professor slides his right hand over her slutty big ass. She purposely makes the shoulder string of her dress fall over her arm revealing her one big cup. Professor Mike pulls the dress down, taking out her right tits and sucks it, using his tongue in between.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/sc-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $sis.name>> leans over at the professor to unbutton his shirt. Then she pulls the left string down exposing both her boobs. She comes forward to the professor to rub his dick to tease him. The professor now gave all in. He gets up, undresses himself as <<print $sis.name>> pulls down the dress from the waist down to her toe. She steps out of the dress; full naked.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">The professor hits her ass with his dick. <<print $sis.name>> turns to grab his dick when the professor using his fist holds a bunch of hair and push her head in the direction of his cock to get a blowjob. <<print $sis.name>> has a great skill at giving blowjob.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/bj-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Professor Mike is having the time of his life. <<print $sis.name>> takes in three-quarter of his dick in her mouth, holding the end by her left hand. The professor jerks the cock in her mouth and again slaps her tongue with his cock.
</p>
<p class="notation_text">The professor then places her on the table,
</p>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span>“Get the cock inside.. yeah get the cock inside” <<print $sis.name>> whispers in a seductive manner.
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/fck-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Mike inserts his cock deep in her pussy and fucks from behind. He grabs her ass with one hand and the neck with the other; starts to penetrate his cock in her in and out.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/fck-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span><<print $sis.name>> starts to scream, “oh fuck! Yesss… Oh my God! YESSS.. just like that. Aaaahhh aaaahhhh yeessss ohhhh ohhh yeaaah.. Oh fuck.. daaaa-aamn fffuuucckk… fuck me please… fuck me harder please!”.
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/fck-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Mike pulls out his cock, stands behind the table, <<print $sis.name>> spreads her legs out and sits on her feet taking in his cock in her pussy. <<print $sis.name>> starts to twerk her ass on the dick. She starts to move vertically making her butt bump on Mike’s thighs, the sound is just making the environment hotter. Mike slaps her ass so hardly that her white ass turns red-pink. She is screaming and fucking his cock.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/fck-7.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Her curves look sharper and the way tits are shaking is making me turn on. I cannot stop looking at them. She is my younger <<print $sis.rel>> , I should not be looking at her like that, but the sexiness she got is irresistible too. I can my cock erecting at this point, I try to calm myself down. I am rubbing my dick.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/bck-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Mike is about to cum so he grabs <<print $sis.name>> by her waist and helps her move up and down faster. She is screaming out loud in a very sexual tone. Mike is at his maximum erection point.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/dg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Professor Mike gets <<print $sis.name>> on her fours on the floor, penetrating in doggy style all the way in her wet pussy. Her boobs are shaking off. Professor is holding her by the waist, helps to increase the speed. They are fucking faster; time for professor to cum. He feels the erection and pulls out his cock from her pussy and cums all over her ass. His juice drips down her anal hole to vagina line all the way making to her clit.
</p>
<p class="notation_text"> Professor Mike is giving in slowly, <<print $sis.call>> takes his hands and places them over her tits. He cannot refuse but to squeeze her tits. He comes over her chest, kissing her boobs and sucks her tits. Mike turns her around, grabs her tits with one hand and the other hand follows the trail to her skirt. He inserts his hands inside her skirt, I can see him moving his hands around her clitoris. He eventually gets his fingers in her pussy making it wet. She now goes on her knees, unzips his pants, takes out his cock, big and hard already, starts to suck the tip of the cock and gives a deep throat. He pulls down his pants, she uses her hands to massage it half way as she takes the rest half in her mouth sucking. Mike grabs her hair and makes her fuck his cock faster and deeper.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/sis/cum-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Mike is about to cum so he grabs <<print $sis.call>> by her waist and helps her move up and down faster. She is screaming out loud in a very sexual tone. Mike is at his maximum erection point and he finally reaches the point of cumming. He is cumming inside her.
</p>
<p class="notation_text"> I left the campus and I am in the car now. <<print $sis.call>> calls.
</p>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Where are you? Sorry I got caught up with some work and my phone was silent.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I am outside of your campus, in the car.
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Okay. I am on my way.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Bye.
</p>
</div>
<p class="notation_text"> <<print $sis.call>> enters the car. She looks totally normal like nothing happened. She is complaining about the professor for becoming late for the fashion show.
</p>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Oh God! It’s getting late, please drive fast.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/sis_car.webp'">
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Why did you come late in the first place?
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> My geography professor wanted to take an extra class today. I also had poor grades in the test so could not say no to it.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I am happy by seeing your concern for studies.
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Yeah whatever. He could have done it some other day as well. I am running late now.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Why don’t you change at the back seat?
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> That is a good idea. Rarely you talk wise.
</p>
</div>
<p class="notation_text"> <<print $sis.call>> goes to the back seat, taking off her shirt. It reminds me of the moment that happened in the classroom. I cannot unsee what I have seen. I know it is not the right thing to do but I watch her change dress secretly in the rear mirror. She has a captivating physique that radiates both strength and grace; a well-toned build that spoke of her dedication to an active lifestyle. Her shoulders are elegantly squared, and her posture is impeccable, exuding confidence. Her waist gently tapered, creating an hourglass silhouette that emphasized her femininity. Her skin, kissed by the sun, is smooth and has a healthy glow. Her hair framed her face in a way that highlighted her natural beauty.
</p>
<p class="notation_text"> I drove for 30 minutes straight, with great difficulty, as I had to stay focused on the road again and could not stop admiring her beauty. It felt as if I was seeing her for the first time. I have not known her for years.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $living.status[0] = 1>>
<<set $outdoor.status[0] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/psy/psy5.jpg'">
<p class="notation_text"> A man was standing in the living room. I have never seen him before in our house.
</p>
<p class="notation_text">The man stood tall and lean, his shoulders broad and his back straight. His hair was a dark brown, and it was neatly trimmed and combed. His eyes were a deep blue, and they were intelligent and piercing. His nose was straight and well-formed, and his lips were thin and slightly curved. He was dressed in a grey tee and black pants. The tee showed off his muscular physique. He walked with a confident stride, and his head was held high. He was a handsome man, but it was more than just his physical appearance that made him attractive. He was also intelligent, witty, and charming. He had a knack for making people feel comfortable and at ease around him.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Pablito, come here. This is my son Pablito and Pablito meet Dr. Edward, senior psychologist at our hospital.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/psy/psy3.jpeg'">
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad">Jonathan: </span> Hello Pablito. I am pleased to meet you.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Hello. You guys carry on. I will be heading to the kitchen.
</p>
</div>
<p class="notation_text">I leave the living room but can still hear them having conversations. They are having glasses of wine, which the psychologist brought with him. Step-mom invites the psychologist to come over dinner after 3 days. It is Pablito’s parents’ marriage anniversary for which step-mom plans to prepare special dishes every year. I wonder why she invited him to our private dinner night.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[1] = 1>>
<<set $living.status[0] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis6.jpeg'">
<p class="notation_text"> <<print $sis.name>> screams out loud from the bathroom, as soon as I hear her voice I run to the bathroom. I unlock the door without giving a second thought (which I should have.. anyways) so as I flung the door open, I was not sure what to do. I held stood like a statue for few seconds till <<print $sis.name>> spoke out -
</p>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Mom, is that you?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> umm… no.
</p>
</div>
<p class="notation_text"> <<print $sis.name>> yells at me for unleashing the door like that. But I don’t take any of her words in my ears, I am busy admiring her naked body. She got brown large tits and by the shape of her v-line, I could tell her clit is big too.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis5.jpeg'">
<p class="notation_text"> <<print $sis.name>> has soap on her eyes for which reason she was screaming, the water from the tap seems to go off. She cannot open her eyes, she is spreading her hand out to look out for her bathrobe. Finally, she gets her hand on it. She stretches out to wear her bathrobe, her curve becomes so sharp that it turns me on.
</p>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Now, will you stop standing there and help me out here? My eyes are burniiiinnngggg!!
</p>
</div>
<p class="notation_text"> I had a bottle of water in my hand as I had gone to fetch water from the kitchen. I poured water over her face, as I did so, got a close view of her cleavage. Water flowing all the way, her throat to her tits. She is wiping her face, I need to look away. I hope she did not notice me seeing her in that way, it would be embarrassing.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis8.jpeg'">
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Thanks for you help now you can leave me alone.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Jeez! You don’t have to be that rude to me after I helped you.
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> I did say ‘thanks’ for that.
</p>
</div>
<p class="notation_text"> Her behaviour should be making me angry and feel insulted but I am instead admiring her. Strange thing is happening to me. Everything in my life has changed like a snap. What am I doing? [facepalm] ughh…
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[6] = 1>>
<<set $bathroom_2.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc9.jpeg'">
<p class="notation_text"> I am scrolling my news feed on facebook. My friend has posted a picture with his family, recently shifted to Los Angeles. Another friend posted a status asking for ideas of colleges to apply. That reminds me that I also need to search for a good college before the vacation ends. I have a few names in my mind, I need to gather data about them.
</p>
<p class="notation_text"> I opened another tap to google about the colleges. As I was doing my research, in the middle of it, I found a college with a logo which seemed quite familiar to me. I try to recall where I have seen it before. But I cannot. The logo was quite different, the name was even stranger than its logo, ‘Estate of Sinister College’.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom15.jpg'">
<p class="notation_text"> <<print $mom.call>> walks in my room.
</p>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> What are you doing?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I was just doing research on the colleges I would like to apply.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> You need to give a pause to your research for now sadly. Please bring me these items I have listed on this paper from the mart. I need them by next hour. Take the money as well.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc10.jpeg'">
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Okay.
</p>
</div>
<p class="notation_text"> I close my browser. Put on my jacket, take the list and money. But as I was about to leave, suddenly I remembered that my parents’ anniversary is coming up. So, I decided to take money from my piggy bank to buy a pretty gift for <<print $mom.call>> and <<print $dad.call>>.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<<set $eventCount += 1>>
<<set $sister.status[0] = 1>>
<<set $myroom.status[3] = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc3.jpeg'">
<!-- living afternoon -->
<p class="notation_text"> Lying on my bed with arms folded under my head and one leg over the other. Thinking about the live sex I got the opportunity to watch… yeah I am talking about my sister’s fuck story with her professor. I did enjoy every bit of what I saw. I am charged guilty as well for looking at Josephine, my sister, gazing at her naked body.
</p>
<p class="notation_text"> It’s been days that Lily is not showing up. She was merely a dream; I am convinced. She has made my feelings stronger towards lust. Now I crave more blowjobs. It’s difficult to decide whether or not I want the dream to be true as a reality. On one hand, the demon coming to my life, my room, every night is a subject to be worried about but again on the other hand, the experience she gave me is something of a level that no one could have.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc4.jpeg'">
<p class="notation_text"> My dick is erecting again because of all these thoughts. It has become hard to calm my dick. It is standing upright. My cock needs a hole to explode in. I feel like making a hole in my pillow and fuck the shit out of it. My balls are paining. There is a weird sensation occurring in my dick now. “Oh… holy fuck! I cannot tolerate this annoying torture. I need to masturbate right away.
</p>
<p class="notation_text"> I turn on my computer. Search in the Opera browser, ‘threesome school porn xxx’, thousands of websites listed. I scroll and click on a video where I see a red headed girl, resembling Josephine. A clear fantasy world is ready to enter for me. Josephine, her professor and I. Fantasizing to be a part of their moment. The girl gives blowjob to the guy as I fuck her from behind. Penetrating deep inside her butthole, the tightness of her butt gives such a pleasure. I rub my dick with my left hand, twist and turn along vertical movements to heat it up. The sound of butt hitting my thigh echoes in my ears. That accelerates my excitement and I start to cum.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/3some-3.gif'">
<p class="notation_text"> Such a relief, a big burden seems to be unloaded. The jerks that came along were the unloading part. I lean backwards on my chair, closing my eyes for a few minutes, to relax my body completely and restore the energy that I just lost during the process of masturbation.
</p>
<p class="notation_text"> As I gain some energy, I get up to clean the mess over me. Grabbing a towel and wiping the sperm off me. Put on my trousers back, and lean forward to the computer screen to shut it down. A message pops up, “A new fortune teller in town, who claims to have all the answers to your problems. Do you have questions about your future? Are you wondering what lies ahead in your career, love life, or health? A fortune teller can help you gain insights into your future and make informed decisions about your life. If you are ready to uncover your future, schedule a consultation with me today. Contact now: Call or visit the website to book your appointment.” It is full of nonsense. How can someone tell your future like that?
</p>
<p class="notation_text"> I do not know why but I save the information of the fortune teller in my desktop for later use. Shut my computer down and get up to go to bed. My eyelids drooped like lead weights; shoulders slumped; feet dragged on the ground. I turn off my lights, lay down on my bed. I am very tired and to fall asleep I just need to close my eyes now.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $bedroom.status[0] = 1>>
<<set $myroom.status[1] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom16.jpeg'">
<p class="notation_text"> I decide to go to my parents’ bedroom to search for my Grandpa’s medical files, wondering if I can collect some clues about his mental state and relate mine with his. His medical reports should consist of the information about the hallucination Dad was talking about earlier. <<print $mom.call>> usually goes to the kitty party every weekend at this hour, hence she is not supposed to be here and Dad is not home, so now is the perfect time for my search mission.
</p>
<p class="notation_text"> I enter the room, disappointed to see <<print $mom.call>> sitting on her cozyrest recliner chair and is on the phone probably facebook-ing. She is wearing a short nighty, revealing her left leg till her crotch. The red colour is making her skin radiate and enhancing her silhouette, while her long hair cascaded like a waterfall of silk. Her lips painted a sultry shade of scarlet completing the mesmerizing effect. The inner part of the nighty has a long deep V-neck, becoming like the second skin of her body shaped like her boobs round and tits are visible over. As she noticed me, she immediately covered herself with the robe resting over the chair’s arm.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mom.call>>, sorry to come without knocking. I assumed you would be at Kitty's party as you usually do not stay home this time.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Then why did you plan to come to my room in my absence?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> [in a nervous tone] well.. umm.. I am actually searching for a…. a… DVD. Yes, DVD it is! I thought Dad might have brought it here, but I could not find the DVD in the living room.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom17.jpeg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> What DVD are you talking about?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> It is a very old DVD that Dad usually watches, so I thought I could give it a try. I am bored during the vacation staying home.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Is that so? Are you bored?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Yes, very much.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Okay. Since you are bored with the holidays already, I am giving you a task to perform daily. From now onwards, the grocery purchase is your responsibility.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Um.. Bu-t I am not good with groceries.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> I will take you with me once, teach you how to do groceries and then eventually you will learn it. You can search for the DVD for now.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc6.jpeg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> No, it is okay. I will ask Dad when he comes. But why are you home today? Just curious.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> I was working at the hall for our anniversary night. I was trying to decorate the place, but got a muscle strain in the back. My back is in pain, that's why I am resting here.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Oh, sorry to hear that mom. Let me give you a neck to back massage.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> no dear. I will be fine soon.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Please allow me.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/msg.gif'">
<p class="notation_text"> <<print $mom.call>> rests on the chair silently giving me permission. I take her favourite lavender scented oil, I pour some oil on my palm and warm my hands by rubbing. I started by kneading and massaging her neck, working my way down to her tense shoulder. My fingers moved with tenderness, tracing the contours of her back, shoulders and neck. The strokes were both purposeful and affectionate, as I worked to release the tension she held. I encourage her to take deep, slow breaths, helping her sink deeper into relaxation with each passing moment. The massage was not just about physical relief; it was a form of silent communication, a way to express love and adoration without words from my end. <<print $mom.call>>’s worries and stress melted away, leaving behind a feeling of serenity and a renewed bond between us; strengthening our relationship and leaving a lasting memory of our intimacy.
</p>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Thank you dear. I feel much better now.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>: My pleasure.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> There is one more thing I would like you to do for me.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc7.jpeg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>: What is that?
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Since I have back pain, I do not think I will be able to buy groceries or do any other outdoor work. And you also know among you three, I can rely on you more when it comes to helping me in household chores.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>: I understood. You do not have to say anything more. I will handle the grocery part. Do not worry about that. I shall now take your leave. You take rest.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $attic.status[0] = 1>>
<<set $bedroom.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/attic.jpeg'">
<p class="notation_text"> I failed to find the clues up to the present time regarding Grandpa’s medical history. I got up early today to again stealthily visit the store room. Everyone is sleeping in their rooms. It is just the dawn time; the sun did not shine outside yet.
</p>
<p class="notation_text"> The room always creeps me out. I entered the attic using my duplicate keys that I had forged the other day. The room is even dustier and scary today than before. I turn on the flash in my phone since the place is quite dark. My heart pounding faster, I can hear my own heartbeats going ‘lub-dub’ in an increasing manner. The pulse is beating at the palm rapidly. I take the name of Jesus and start digging in the piles of the books. I take out all the books which have strange characters written on them.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/locket.jpeg'">
<p class="notation_text"> Beside the table, I see something reflecting the light, I look closer to it and see there is a locket lying on the floor. The locket had a weird pattern drawn on it. I assumed that to be Grandpa’s. I have a hazed memory of my Grandpa, he always used to wear something around his neck, probably this is the locket that he wore.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/read.jpeg'">
<p class="notation_text"> I can hear a melodious symphony of birds tweeting, which means the sun is about to shine bright. I need to hurry up. I pick the locket hastily and keep it inside my pocket. Take the books and leave the attic. I lock the door. Looking at the books, say to myself “I have to hide them securely in my room where no one can find them” once and start to tip toe to my room.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[2] = 1>>
<<set $attic.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/gf/sc-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> I am quite tired today. I came to bed early, around 10 o’clock. I have been tossing over the bed with various thoughts running in my mind; I cover my head with a pillow and force my brain to shut down.
</p>
<p class="notation_text"> I am fast asleep, when noises enter my ears that interrupt my sleep. I half open my eyes, and see <<print $gf.name>> standing in front me. I am not sure if I am dreaming again, but I got excited seeing her this time; no fear no nervousness worked this time.
</p>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> You seem to miss me. Sorry master for not being able to come last night.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> You are actually here. I am not dreaming?
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> No, you aren’t. I am no dream, but a reality.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I am glad to hear that.
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> Would you like to have more fun tonight?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> …..umm…. well… I am not sure.
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> Come on, you and I both know what you truly desire.
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/gf/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $gf.name>> comes over me. Spreading her legs around me, making my cock feel her wet pussy. She swirls her butt in a rhythm. My dick erects bigger and stronger. She leans forwards and bites my earlobe and sucks it; turns me on completely.
</p>
<p class="notation_text"> I squeeze her tits and she starts to moan. She bites her own lips softly. I slide my hands down her chest to belly button to her clit. She has a big clitoris as I have desired. She pulls her pants down as my fingers penetrate her pussy. Three fingers are in her pussy feeling the walls of her vagina. <<print $gf.name>> takes off my trousers, grabs my dick and slides her hands up and down. I cannot wait for her to suck my dick. Unhooking her bra, bringing her tits to my mouth, I suck her tits and lick her nipples.
</p>
<p class="notation_text"> Hold her hair and send her to suck my dick. She spits on my cock, takes it deep in her mouth; fucking it real fast. I am grabbing her ass tight. My turn now to taste her juice dripping from her clitoris. She spreads her legs, I go down to her pussy lick her vagina. She is constantly moaning. My patience level is zero now. I badly need to feel the warmth of her pussy.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/gf/cg-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> I insert my big erected cock in her pussy, and she is screaming. “Fuckk! The warmth inside you is hell fire”. I am fucking her harder and she is screaming moaning; making me go crazy. She gets on top of me, riding over me.
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/gf/cg-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span>“Ohhh… oohhhh.. fuckkk! Yes yes yess! Oh babe it’s gonna come out.. Oh damn fuck! Aaahh AAhhhh yeessss….” I am moaning and can feel my cum on its way. She is riding even faster now, the friction is unbearable. I am about to explode for the first time inside someone’s pussy. My volcano erupts in her hell. My whole body felt like a jerk as if I got a high voltage electric shock!
</p>
</div>
<p class="notation_text"> I get a hang of myself, get up from the bed, put on my pants and drink some water. I am still in disbelief. Even if this is a dream or my hallucination, I don’t care to think about those now, all I care is that I had sex. I had SEX for the first time that too not with a human. Such an incredible thing has happened to me. My body feels mature, it seems like I have evolved into a man just now. But I now need to work on my stamina as regular sex and masturbation is making me weaker.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $brother.status[0] = 1>>
<<set $myroom.status[2] = 0>>
<div class="big_text">
<<nobr>>
<!-- myroom afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/bro/bro0.jpeg'">
<p class="notation_text"> Looking out for <<print $bro.name>>. I have searched for him at the gym and now going to his bedroom. I knock at his door, but he does not answer. I wonder where he is. I can hear sound noise coming from his room, so I open the door. <<print $bro.name>> is busy playing game.
</p>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Why did not you answer when I knocked?
</p>
</div>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> Did not feel it was important.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> [thinking] such an annoying arrogant brat.
</p>
</div>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> What is it that you want from me?
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc8.jpeg'">
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I needed to talk to you for a moment. Please.
</p>
</div>
<p class="notation_text"> <<print $bro.name>> pauses his game and gives me a stare.
</p>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I need you to train me, want to tone up my body.
</p>
</div>
<p class="notation_text"> <<print $bro.name>> laughs at me.
</p>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> Gym is not a joke or a kid thing my boi. Not your cup of milk at least. You are better off with your computer programming and studies. Go and do that.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Why are you so harsh on me? I will be dedicated towards the gym. I will do as you say I promise.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/bro/bro1.jpeg'">
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> I say you to leave my room now. Close the door as you go. Bye.
</p>
</div>
<p class="notation_text"> <<print $bro.name>> starts playing his game again. I leave his room in anger and feel so insulted. What does he think of himself? I will show him what I am capable of. A kid or a man, time will say it all to him.
</p>
<p class="notation_text">I shall first get a membership at a gym nearby to get trained since <<print $bro.name>> is of no use to me for now.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[3] = 1>>
<<set $brother.status[0] = 0>>
<div class="big_text">
<<nobr>>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/dev/1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Red light shows up on my sleeping face. <<print $gf.name>> comes at her usual time, late night. She comes over me teasing me directly; wearing a very seductive attire tonight. A red dress with two straps going around her neck with a collar holding the dress from displaying her tits. The dress is so mini that when she bends over towards me, her panty is shown from the back. The neck starts just from her tits, portraying cleavage perfectly. I slide my hands over her smooth arms saying, ‘I am glad to see you tonight. I am ready for getting bad tonight’.
<p class="notation_text"> “Is that so?” she replies. But don't let me give me the opportunity to speak as she enters her tongue in my mouth and I start sucking it. Her tongue is luscious. We start kissing passionately. As lips meet, there's an irresistible magnetism, a fusion of souls. It's a dance of tongues and synchronized breath, a symphony of desire. I twist her tits using my index finger and thumb.
<p class="notation_text"> In a very seductive voice she says, “It is time to prepare you for your missions.”
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> What missions?
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/dev/2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> The reason I am here. I told you I will tell you when the right time comes. I think now is the time.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> What do I have to do?
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> You have to corrupt your soul. You have to have more sex.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Well, that’s an interesting mission.
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> That's not the mission. That’s just the requirement for the mission. Are you ready to corrupt yourself more? Do you want to make your penis feel more warm?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Yes. [in a desperate tone]
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/dev/3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> Then let’s go for a tour.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> We cannot go out at this hour.
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> Do not worry. I can teleport you to any place with my powers. Just have faith in me.
</p>
</div>
<p class="notation_text"> I was not sure about the faith part but I sure did want to get my soul corrupted in her words. I am an adult now, I have the right to enjoy different pussies. Hence, I follow her. <<print $gf.name>> uses her power to teleport us to a place which was lighted in red color, where guys standing in queue naked for their turn to get sucked and fucked.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/dev/4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> There were two counters, with two ladies not revealing their faces. At the first counter, the guys stand giving out their dick into the girl’s mouth to get a blowjob and next counter the girl’s half naked body is displayed where guys insert their dick in the pussy or butthole of the girl.
</p>
<p class="notation_text"> I am excited to try out this strange exercise. I stand in the queue, when my turn comes, I place my dick in the girl’s mouth through the hole of the wall, the girl starts to suck my dickhead. <<print $gf.name>> holds my dick and pushes deep inside the girl’s mouth and lip kisses me. The bell rings which means my time out for blowjob. I go to the next counter where I insert my dick inside the pussy. The pussy is so wet and warm, the pleasure is too good to handle my cum. Fortunately the bell rings and I am back in the queue.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/dev/5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> While I am waiting, <<print $gf.name>> is kissing me. I squeeze her tits and she rubs my dick to maintain the pleasure consistency. My turn comes again, I put in my dick and fuck the hell out of her mouth while grabbing <<print $gf.name>> ’s ass, having her at my back. I slap the girl’s face with my dick and go in her mouth deeper. Then again, the bell rings and time to penetrate the asshole this time. This round of pleasures continued for several times till it had to come to an end, and we had to come back home.
</p>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> So, did you have fun?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Hell yeah. But what was that place?
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> That’s a place called in Hell, ‘House of Pleasure’.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Wait, what? Do you mean I was in Hell tonight?
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/dev/6.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> Yes. Are you scared?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I had the ultimate pleasure tonight. I might have been scared if I knew earlier. I am fine now. Moreover, you are there so I do not think I need to be scared. So, what do we do next?
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> For tonight, we stop here. And you think with whom on the Earth do you want to have sex.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I barely talk to anyone. Got no girlfriend.
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> Well, in that case, you can have sex with someone in your family.
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/dev/8.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> What are you saying? No that’s not possible.
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> Why not? That will be more suitable for our mission. Having sex with your <<print $sis.rel>> will corrupt your soul more.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> No I cannot do that.
</p>
</div>
<p class="notation_text"> <<print $gf.name>> laughs and says “ the pleasure will be more than you had tonight. Think about it.” Then disappears in thin air.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $bathroom_2.status[0] = 1>>
<<set $myroom.status[5] = 0>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/computer.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<<if $staminaUpdate == 0 and $hideBooks == 1>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Stamina_Update" >
<p >Browse About Stamina</p>
</div>
<</if>>
<<if $staminaUpdate == 1 and $findGym == 0>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Find_Gym">
<p >Search Local "Gym"</p>
</div>
<</if>>
<<if $sisPhotoshoot == 1 and $sisAlbum == 0 and $sis.stats.rel gte 80>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Sis_Album">
<p >Collect Pictures Of <<print $sis.rel>>'s Social Media</p>
</div>
<</if>>
<<if $stealing == 0 and $sisAlbum == 1>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Computer_Course">
<p>Learn Photo Editing Course</p>
</div>
<</if>>
<<if $stealing == 1 and $editPortfolio == 0>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Edit_Portfolio">
<p> Edit <<print $sis.rel>>'s Portfolio</p>
</div>
<</if>>
<div class="enter_button" data-passage="MyRoom" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 4 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/closed_door.jpg'">
<p class="notation_text">It's locked. Someone is inside.</p>
</div>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bathroom.jpg'">
<p class="notation_text"> What should I do now?</p>
</div>
<<if $laundry is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$laundry = 1; $activityType = 'Rel';
$mediaType = 'image'; $activityImage = 'scenes/misc/laundry.jpg';" >
<p >Laundry</p>
</div>
<</if>>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/closed_door.jpg'">
<<if $currentTime == 6 and $mc.inventory.gift_item == 1 and $findGym == 1 and $mom.stats.rel gte 60>>
<p class="notation_text">What Should I Do Now?</p>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Give_Gift" >
<p >Give Anniversary Gift</p>
</div>
<<else>>
<p class="notation_text">It's locked.</p>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/kitchen.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<<if $currentTime is 1 >>
<div class="enter_button" data-passage="Breakfast_Talk">
<p >Breakfast With Family</p>
</div>
<<elseif $currentTime is 4 >>
<<if $groceryList == 0 and $momTalk_1 == 1 and $mom.stats.rel gte 40>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Grocery_List">
<p >Collect Grocery List</p>
</div>
<</if>>
<div class="enter_button" data-passage="Breakfast_Talk">
<p >Dinner With Family</p>
</div>
<<else>>
<<if $kitchenClean is 0 and $currentTime lte 5 >>
<div class="enter_button" data-passage="MiniGame" data-setter = "$kitchenClean = 1; $mediaType = 'image'; $activityType = 'Rel'; $activityImage = 'scenes/home/kitchen/clean.webp';" >
<p >Clean Kitchen!</p>
</div>
<</if>>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<!-- -->
<div class="big_text">
<<nobr>>
<!-- Myroom Early Morning-->
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/awake.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Coming to the present…
</p>
<p class="notation_text"> As the sun’s rays began to filter through the curtains, I slowly open my eyes, the remnants of vivid dreams linger briefly dissipating into the ether. Stretching in comfort, finally coming to my senses, I find myself lying on the couch of my room.
</p>
<p class="notation_text"> The memories of the previous night slowly trickled back into my foggy mind. How I was waiting for the demon at midnight, and passed out on the couch. I try to sit up, but the room seems to spin around me. I clutch my head, wincing as the pain intensifies.
</p>
<p class="notation_text"> I grab the bottle of water which is on the top of the table next to my right. Sipping some water from it to satisfy my parched throat. Gradually, my sleepy head becomes subtle and starts to think to myself, “Why didn't the demon show up last night? ….Was it actually a dream of mine? As Dad told me about Grandpa.. Am I having his genes? Hallucinating weird strange things?! Or is it just an impact of my overthinking about those ancient books? What is happening to me? I cannot process anything anymore. I think I will soon become a mental boy who will end up at the mental asylum! No no no… I need to get a hold over myself”.
</p>
<div class="enter_button" data-passage="Event_2">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $store.status[0] = 1>>
<<set $myroom.status[0] = 0>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Bedroom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/m_bedroom.jpg'">
<p>Bedroom</p>
</div>
<div class="loc_button" onclick="locEventCheck('Kitchen');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/kitchen.jpg'">
<p>Kitchen</p>
</div>
<div class="loc_button" onclick="locEventCheck('Living');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/living.jpg'">
<p>Living</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Store');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/grandpa_room.jpg'">
<p>Grandpa's Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('MyRoom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/my_room.jpg'">
<p>My Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('Bathroom');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bathroom.jpg'">
<p>Bathroom</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Sis_Room');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/sis_room.jpg'">
<p>Sister's Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('Bro_Room');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bro_room.jpg'">
<p>Brother's Room</p>
</div>
<div class="loc_button" onclick="locEventCheck('Bathroom_2');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bathroom_2.jpg'">
<p>Bathroom 2</p>
</div>
</div>
<div class="button-pair">
<div class="loc_button" onclick="locEventCheck('Attic');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/attic.jpeg'">
<p>Attic </p>
</div>
<div class="loc_button" onclick="forwardTime(1)" data-passage="Home" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/forward.jpeg'">
<p>Forward Time (+1 Hour)</p>
</div>
<div class="loc_button" onclick="locEventCheck('Outdoor');" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/my_home.jpg'">
<p>Outdoor</p>
</div>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 5 >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom8.jpg'">
<p class="notation_text">What should I do now?</p>
<<if $momTalk_1 == 0 and $mom.stats.rel gte 20>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Mom_Talk_1" >
<p >Ask About Her Workplace </p>
</div>
<</if>>
<div class="enter_button" data-passage="Living_Mom_Talk" >
<p >Talk With Her</p>
</div>
<<elseif $currentTime is 4 >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/sis2.jpg'">
<p class="notation_text">What should I do now?</p>
<div class="enter_button" data-passage="Living_Sister_Talk" >
<p >Talk With Her</p>
</div>
<<if $giveGift == 1 and $mc.inventory.camera == 1 and $sisPhotoshoot == 0 and $sis.stats.rel gte 60>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Sis_Photoshoot" >
<p >Take <<print $sis.rel>>'s Candid Photos </p>
</div>
<</if>>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/living.jpg'">
<p class="notation_text"> What should I do now?</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<set $message to "" >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/cafe.jpg'" >
<p class="notation_text">Where should I go now?</p>
<<if $currentTime gte 0 and $currentTime lte 4>>
<<if $getJob is 0>>
<<set $getJob to 1>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Get_Job">
<p >Get A Job</p>
</div>
<<else>>
<div class="enter_button" data-passage="Work">
<p >Start Your Shift</p>
</div>
<</if>>
<<else>>
<p class="notation_text">Cafe is now closed (Open: Everyday Morning To Evening)</p>
<</if>>
<div class="enter_button" data-passage="Outdoor">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<print $weekDays[$currentDay]>><br>
<<print $dayTimes[$currentTime]>><br>
<<if $weekendValue[$currentDay] lt 1>><<print "Weekday">>
<<else>><<print "Weekend">><</if>>
<p><span class = "ui_text">Stamina: </span> <<print $mc.stats.stamina >></p>
<p><span class = "ui_text">Task Point: </span> <<print $mc.stats.task_complete >></p>
<p><span class = "ui_text"><<print $sis.rel>> Rel: </span> <<print $sis.stats.rel >></p>
<p><span class = "ui_text"><<print $mom.rel>> Rel: </span> <<print $mom.stats.rel >></p>
<br>
<p><span class = "ui_text">Money: </span> <<print $mc.stats.money >></p><br>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/work.jpeg'" >
<p class="notation_text"> <<print $mc.name>> went to start his shift at the local cafe.</p>
<p class="notation_text">Money increased by $20</p>
<div class="enter_button" onclick="statsChange(20,'Money'); forwardTime(1);" data-passage="Cafe" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/return_home.gif'">
<p class="notation_text">The fashion is over. It’s time for us to go home. <<print $sis.name>> is a little drunk from the party. I lead her all the way to the car and make her be seated. I sit on the driving seat and put our seat belts on. I start driving the car as she behaves insanely. She turns on the radio, sings along with the songs that are being played and grooving as well. She seems to know all the songs. I have never seen this version of hers before. She suddenly pulls me by my collar towards her, very close that we share the same air. I know she is not in her sense, I again make myself back off and focus on driving her home safely.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Outdoor">
<p >Leave</p>
</div>
<<set $returnHome to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime == 5 and $sis.stats.rel gte 20 and $dressTask == 0>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis16.jpeg'">
<p class="notation_text"> What should I do now?</p>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Dress_Task" >
<p >Help Sister</p>
</div>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/closed_door.jpg'">
<p class="notation_text">It's locked.</p>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/shop-keeper.jpeg'">
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad">Shop-owner: </span> Hello fello. What brings you here?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I saw an advertisement on ‘need employee’. May I know the details?
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad">Shop-owner: </span> Oh yes. I need a boy for food delivery and you will get $30 per hour for the job. Do you want to do it?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Sure. Can I join from today?
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad">Shop-owner: </span> Brilliant! Your gears are kept in the back of the store. Good luck!
</p>
</div>
<p class="notation_text"> You can do the job everyday from morning to afternoon.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Cafe">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis18.jpg'">
<p class="notation_text"> I walk to my <<print $sis.rel>> 's room to ask if she needs any help, her room is in a mess.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> What is wrong here?
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> I am already tensed, please go away.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I had just came to ask if you need anything for tomorrow.
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> Right now, all I need is to find a dress to wear tomorrow to impress everyone at the show.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I can help you with that. Why don’t you trial the dresses and I select one for you.
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> Well, not a bad idea. I have already picked three dresses, then I will show them to you so that you can select.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis11.jpeg'">
<div class="enter_button" onclick="relationChange(5,0,0,0,'Sister');forwardTime(1);" data-passage="Sis_Room">
<p >Choose This</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis19.jpg'">
<div class="enter_button" onclick="relationChange(5,0,0,0,'Sister');forwardTime(1);" data-passage="Sis_Room">
<p >Choose This</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis20.jpeg'">
<div class="enter_button" onclick="relationChange(5,0,0,0,'Sister');forwardTime(1);" data-passage="Sis_Room">
<p >Choose This</p>
</div>
<</nobr>>
</div>
<<set $dressTask to 1>><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/car_wash.jpeg'">
<p class="notation_text"> Armed with a bucket of soapy water and a sponge, I began to wash away the layers of dirt and grime that had accumulated on the exterior. It was a therapeutic experience, watching my car transform from a dusty mess to a sparkling beauty.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/refuel.jpeg'">
<p class="notation_text"> Done with cleaning, now time to head to the gas station to refill the fuel tank.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Outdoor">
<p >Leave</p>
</div>
<<set $carWash to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>></p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/shop.jpeg'">
<p class="notation_text">What should I purchase?</p>
<<if $currentTime gte 0 and $currentTime lte 4>>
<div class="button-pair">
<<if $mc.inventory.groceries == false>>
<div class="loc_button" onclick="addInventory(1,50,'groceries'); statsChange(1, 'Task')" data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/shop/groceries.jpg'">
<p>Buy Groceries ($50)</p>
</div>
<</if>>
<<if $mc.inventory.wine == false>>
<div class="loc_button" onclick="addInventory(1,200,'wine'); statsChange(1, 'Task') " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/shop/wine.jpg'">
<p>Wine ($200)</p>
</div>
<</if>>
<<if $mc.inventory.porn == false>>
<div class="loc_button" onclick="addInventory(1,100,'porn'); statsChange(1, 'Task') " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/shop/porn.jpg'">
<p>Porn DVD ($100)</p>
</div>
<</if>>
</div>
<div class="button-pair">
<<if $mc.inventory.gasoline == false>>
<div class="loc_button" onclick="addInventory(1,250,'gasoline'); statsChange(1, 'Task') " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/shop/gasoline.jpg'">
<p>Gasoline ($250)</p>
</div>
<</if>>
<<if $mc.inventory.video_game == false>>
<div class="loc_button" onclick="addInventory(1,70,'video_game'); statsChange(1, 'Task') " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/shop/video_game.jpg'">
<p>Video Game ($70)</p>
</div>
<</if>>
<<if $mc.inventory.cleaning_item == false>>
<div class="loc_button" onclick="addInventory(1,150,'cleaning_item'); statsChange(1, 'Task') " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/shop/cleaning_item.jpg'">
<p>Cleaning Item ($150)</p>
</div>
<</if>>
</div>
<div class="button-pair">
<<if $mc.inventory.gift_item == false>>
<div class="loc_button" onclick="addInventory(1,500,'gift_item'); statsChange(1, 'Task') " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/shop/gift_item.jpg'">
<p>Gift Item ($500)</p>
</div>
<</if>>
<<if $mc.inventory.camera == false>>
<div class="loc_button" onclick="addInventory(1,450,'camera'); statsChange(1, 'Task') " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/shop/camera.jpg'">
<p>Camera ($450)</p>
</div>
<</if>>
<<if $mc.inventory.computer_parts == false>>
<div class="loc_button" onclick="addInventory(1,350,'computer_parts'); statsChange(1, 'Task') " data-passage="Shop" data-setter= '$msg = ""'>
<img class="scenes_image" @src="setup.ImagePath+'scenes/shop/computer_parts.jpg'">
<p>Computer Parts ($350)</p>
</div>
<</if>>
</div>
<<else>>
<p class="notation_text">Shop is now closed (Open: Everyday Morning To Evening)</p>
<</if>>
<div class="enter_button" data-passage="Outdoor" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/find_gym.jpeg'">
<p class="notation_text">I searched online for the perfect gym, comparing memberships, facilities, and reviews. Browsing through different websites, I checked equipment, classes, and accessibility. Filtering options based on my fitness goals, I looked into forums and social media for advice. Virtual tours and testimonials helped me narrow down choices until I found the ideal gym that matched what I was looking for, sparking excitement for my fitness journey. The gym’s membership is for $650 annual. I need to save money in order to buy a membership at this gym.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="MyRoom">
<p >Leave</p>
</div>
<<set $findGym to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/stamina_update.jpeg'">
<p class="notation_text">Let me browse the internet. The results show many possible ways among which highly recommendable things are diet, fitness and exercise, gym, sleep and hydration.
</p>
<p class="notation_text">I think the sleep and hydration department is under control, and whereas exercise and fitness, diet and gym are concerned.. I know the perfect person to help me out.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="MyRoom">
<p >Leave</p>
</div>
<<set $staminaUpdate to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime gte 5 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/closed_door.jpg'">
<p class="notation_text">It's locked.</p>
</div>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bathroom_2.jpg'">
<p class="notation_text"> Available in the next update!</p>
<p class="notation_text"> What should I do now?</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime gte 5 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/closed_door.jpg'">
<p class="notation_text">It's locked.</p>
</div>
<<else >>
<div id="pos2">
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/bro_room.jpg'">
<p class="notation_text"> Available in the next update!</p>
<p class="notation_text"> What should I do now?</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/certificate.png'">
<p class="notation_text">Basic
</p>
<p class="notation_text">I am learning the basic course of photo editing online. Here, I have learnt about primary tools about photo resolution and colors.
</p>
<p class="notation_text">Intermediate
</p>
<p class="notation_text">I am doing the secondary part of an editing course on the computer, where I have learned about more advanced tools.
</p>
<p class="notation_text">Expert
</p>
<p class="notation_text">Now I am implementing and practising the tools that I have already learned about in earlier stages. I am an expert in computer editing. I have completed my course.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="MyRoom">
<p >Leave</p>
</div>
<<set $stealing to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/give_gift.jpeg'">
<p class="notation_text"> When they unwrapped the gift, tears welled up in their eyes, and they held it close to their hearts. It was a simple gesture, but it carried the weight of our gratitude and love. It was a small token of appreciation for the love and guidance they had provided us throughout the years.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $giveGift to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis3.jpeg'">
<p class="notation_text">
The photoshoot and candids were not enough for the portfolio I was planning to make. I needed more pictures. For that I have to go through her social media pages to collect more photos from her profile.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis21.jpg'">
<div class="enter_button" onclick="forwardTime(1);" data-passage="MyRoom">
<p >Leave</p>
</div>
<<set $sisAlbum to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis22.jpg'">
<p class="notation_text">With my camera in hand, I captured candid snapshots of her spontaneous smiles, the wind tousling her hair, and the sand beneath her feet. Each click immortalized her in moments of genuine happiness. She was the epitome of grace and joy, and I was the fortunate witness to her unguarded beauty.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $sisPhotoshoot to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set _eventQuest = [
"A Surreal Slumber",
"Duty Calls",
"‘Guiding Hand",
"Extra Class",
"New Guest" ,
"Erotica Night",
"Masseur",
"Inspect",
"Devil Appears",
"Need a Mentor",
"Browsing Colleges",
"Eavesdropping",
"Feast of Flavours",
"Research Day",
"Erotism",
"Locked in Bathroom",
"Portfolio",
"Unfolding the Truth",
"What is that Sound?",
"Completed"
]>>
<<set _eventQuestLocation = [
"My Room",
"Kitchen",
"Kitchen",
"Outside",
"Living",
"My Room",
"Bedroom",
"Attic",
"My Room",
"Brother Room",
"My Room",
"Sister Room",
"Kitchen",
"My Room",
"My Room",
"Bathroom 2",
"My Room",
"My Room",
"Brother Room",
"Completed"
]>>
<<set _eventQuestTime = [$myroom.time[0],$kitchen.time[0],$kitchen.time[1],$outdoor.time[0],$living.time[0],
$myroom.time[1],$bedroom.time[0],$attic.time[0],$myroom.time[2],$brother.time[0],$myroom.time[3],
$sister.time[0],$kitchen.time[2],$myroom.time[4],$myroom.time[5],$bathroom_2.time[0],$myroom.time[6],
$myroom.time[7],$brother.time[1],"Completed"]>>
<<set _eventTask_1 = [$myroom.task_1[0],$kitchen.task_1[0],$kitchen.task_1[1],$outdoor.task_1[0],$living.task_1[0],
$myroom.task_1[1],$bedroom.task_1[0],$attic.task_1[0],$myroom.task_1[2],$brother.task_1[0],$myroom.task_1[3],
$sister.task_1[0],$kitchen.task_1[2],$myroom.task_1[4],$myroom.task_1[5],$bathroom_2.task_1[0],$myroom.task_1[6],
$myroom.task_1[7],$brother.task_1[1],"Completed"]>>
<<set _eventTaskTime_1 = [$myroom.taskTime_1[0],$kitchen.taskTime_1[0],$kitchen.taskTime_1[1],$outdoor.taskTime_1[0],$living.taskTime_1[0],
$myroom.taskTime_1[1],$bedroom.taskTime_1[0],$attic.taskTime_1[0],$myroom.taskTime_1[2],$brother.taskTime_1[0],$myroom.taskTime_1[3],
$sister.taskTime_1[0],$kitchen.taskTime_1[2],$myroom.taskTime_1[4],$myroom.taskTime_1[5],$bathroom_2.taskTime_1[0],$myroom.taskTime_1[6],
$myroom.taskTime_1[7],$brother.taskTime_1[1],"Completed"]>>
<<set _eventTaskLoc_1 = [$myroom.taskLoc_1[0],$kitchen.taskLoc_1[0],$kitchen.taskLoc_1[1],$outdoor.taskLoc_1[0],$living.taskLoc_1[0],
$myroom.taskLoc_1[1],$bedroom.taskLoc_1[0],$attic.taskLoc_1[0],$myroom.taskLoc_1[2],$brother.taskLoc_1[0],$myroom.taskLoc_1[3],
$sister.taskLoc_1[0],$kitchen.taskLoc_1[2],$myroom.taskLoc_1[4],$myroom.taskLoc_1[5],$bathroom_2.taskLoc_1[0],$myroom.taskLoc_1[6],
$myroom.taskLoc_1[7],$brother.taskLoc_1[1],"Completed"]>>
<<set _eventTask_2 = [$myroom.task_2[0],$kitchen.task_2[0],$kitchen.task_2[1],$outdoor.task_2[0],$living.task_2[0],
$myroom.task_2[1],$bedroom.task_2[0],$attic.task_2[0],$myroom.task_2[2],$brother.task_2[0],$myroom.task_2[3],
$sister.task_2[0],$kitchen.task_2[2],$myroom.task_2[4],$myroom.task_2[5],$bathroom_2.task_2[0],$myroom.task_2[6],
$myroom.task_2[7],$brother.task_2[1],"Completed"]>>
<<set _eventTaskTime_2 = [$myroom.taskTime_2[0],$kitchen.taskTime_2[0],$kitchen.taskTime_2[1],$outdoor.taskTime_2[0],$living.taskTime_2[0],
$myroom.taskTime_2[1],$bedroom.taskTime_2[0],$attic.taskTime_2[0],$myroom.taskTime_2[2],$brother.taskTime_2[0],$myroom.taskTime_2[3],
$sister.taskTime_2[0],$kitchen.taskTime_2[2],$myroom.taskTime_2[4],$myroom.taskTime_2[5],$bathroom_2.taskTime_2[0],$myroom.taskTime_2[6],
$myroom.taskTime_2[7],$brother.taskTime_2[1],"Completed"]>>
<<set _eventTaskLoc_2 = [$myroom.taskLoc_2[0],$kitchen.taskLoc_2[0],$kitchen.taskLoc_2[1],$outdoor.taskLoc_2[0],$living.taskLoc_2[0],
$myroom.taskLoc_2[1],$bedroom.taskLoc_2[0],$attic.taskLoc_2[0],$myroom.taskLoc_2[2],$brother.taskLoc_2[0],$myroom.taskLoc_2[3],
$sister.taskLoc_2[0],$kitchen.taskLoc_2[2],$myroom.taskLoc_2[4],$myroom.taskLoc_2[5],$bathroom_2.taskLoc_2[0],$myroom.taskLoc_2[6],
$myroom.taskLoc_2[7],$brother.taskLoc_2[1],"Completed"]>>
<<set _eventTask_3 = [$myroom.task_3[0],$kitchen.task_3[0],$kitchen.task_3[1],$outdoor.task_3[0],$living.task_3[0],
$myroom.task_3[1],$bedroom.task_3[0],$attic.task_3[0],$myroom.task_3[2],$brother.task_3[0],$myroom.task_3[3],
$sister.task_3[0],$kitchen.task_3[2],$myroom.task_3[4],$myroom.task_3[5],$bathroom_2.task_3[0],$myroom.task_3[6],
$myroom.task_3[7],$brother.task_3[1],"Completed"]>>
<<set _eventTaskTime_3 = [$myroom.taskTime_3[0],$kitchen.taskTime_3[0],$kitchen.taskTime_3[1],$outdoor.taskTime_3[0],$living.taskTime_3[0],
$myroom.taskTime_3[1],$bedroom.taskTime_3[0],$attic.taskTime_3[0],$myroom.taskTime_3[2],$brother.taskTime_3[0],$myroom.taskTime_3[3],
$sister.taskTime_3[0],$kitchen.taskTime_3[2],$myroom.taskTime_3[4],$myroom.taskTime_3[5],$bathroom_2.taskTime_3[0],$myroom.taskTime_3[6],
$myroom.taskTime_3[7],$brother.taskTime_3[1],"Completed"]>>
<<set _eventTaskLoc_3 = [$myroom.taskLoc_3[0],$kitchen.taskLoc_3[0],$kitchen.taskLoc_3[1],$outdoor.taskLoc_3[0],$living.taskLoc_3[0],
$myroom.taskLoc_3[1],$bedroom.taskLoc_3[0],$attic.taskLoc_3[0],$myroom.taskLoc_3[2],$brother.taskLoc_3[0],$myroom.taskLoc_3[3],
$sister.taskLoc_3[0],$kitchen.taskLoc_3[2],$myroom.taskLoc_3[4],$myroom.taskLoc_3[5],$bathroom_2.taskLoc_3[0],$myroom.taskLoc_3[6],
$myroom.taskLoc_3[7],$brother.taskLoc_3[1],"Completed"]>>
<<set _eventTaskComplete = [$myroom.task_complete[0],$kitchen.task_complete[0],$kitchen.task_complete[1],$outdoor.task_complete[0],$living.task_complete[0],
$myroom.task_complete[1],$bedroom.task_complete[0],$attic.task_complete[0],$myroom.task_complete[2],$brother.task_complete[0],$myroom.task_complete[3],
$sister.task_complete[0],$kitchen.task_complete[2],$myroom.task_complete[4],$myroom.task_complete[5],$bathroom_2.task_complete[0],$myroom.task_complete[6],
$myroom.task_complete[7],$brother.task_complete[1],"Completed"]>>
<<set _eventDay = ["Weekday","Weekend","Weekday","Weekday","Weekday","Saturday","Weekday","Weekday","Sunday",
"Weekday","Weekday","Weekday","Weekday","Weekday","Weekday",,"Weekday","Completed"]>>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad">Quest</span><br>
Quest: <<print _eventQuest[$eventCount]>><br>
Location: <<print _eventQuestLocation[$eventCount]>><br>
Time: <<print $dayTimes[_eventQuestTime[$eventCount]]>><br>
Required: <br>
Task Complete Point: <<print _eventTaskComplete[$eventCount]>>
<br>
<<if _eventTask_1[$eventCount] == 0 >>
<<else>>
Task 1:
<<if _eventTask_1[$eventCount] == 0 >> No Task <<else>><<print _eventTask_1[$eventCount]>> <</if>> || <<if _eventTaskTime_1[$eventCount] == 0 >> Any Time <<else>><<print _eventTaskTime_1[$eventCount]>> <</if>> || <<if _eventTaskLoc_1[$eventCount] == 0 >> Not Required <<else>><<print _eventTaskLoc_1[$eventCount]>> <</if>>
<</if>>
<br>
<<if _eventTask_2[$eventCount] == 0 >>
<<else>>
Task 2:
<<if _eventTask_2[$eventCount] == 0 >> No Task <<else>><<print _eventTask_2[$eventCount]>> <</if>> || <<if _eventTaskTime_2[$eventCount] == 0 >> Any Time <<else>><<print _eventTaskTime_2[$eventCount]>> <</if>> || <<if _eventTaskLoc_2[$eventCount] == 0 >> Not Required <<else>><<print _eventTaskLoc_2[$eventCount]>> <</if>>
<</if>>
<br>
<<if _eventTask_3[$eventCount] == 0 >>
<<else>>
Task 3:
<<if _eventTask_3[$eventCount] == 0 >> No Task <<else>><<print _eventTask_3[$eventCount]>> <</if>> || <<if _eventTaskTime_3[$eventCount] == 0 >> Any Time <<else>><<print _eventTaskTime_3[$eventCount]>> <</if>> || <<if _eventTaskLoc_3[$eventCount] == 0 >> Not Required <<else>><<print _eventTaskLoc_3[$eventCount]>> <</if>>
<</if>>
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis">Tips</span><br>
More Tasks and Event will be added in the next update.<br>
Relation: Do house chores. Breakfast & Dinner With Family.<br>
Corruption: Available in quest.<br>
Love: Available in quest.<br>
<!-- Cheat Code: Available in Your Room (Patreon Only) -->
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Character</span><br>
<<print $mom.rel>>:<br>
Relation: <<print $mom.stats.rel>> ||
Lust: <<print $mom.stats.lust>> ||
Love: <<print $mom.stats.love>> ||<br>
<<print $sis.rel>>:<br>
Relation: <<print $sis.stats.rel>> ||
Lust: <<print $sis.stats.lust>> ||
Love: <<print $sis.stats.love>> ||<br>
</p>
</div>
<div class="enter_button" data-passage= "Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
[[Inventory]]
[[Quest]]
[[Patreon]]
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/Mysterious.jpg'" >
<p class="notation_text">Thank you for joining me on this exciting journey! As I dive into my first-ever game project, I'm learning and growing every step of the way.
</p>
<p class="notation_text">
The game will always be free, but your support on Patreon means the world to me. Your contributions, no matter how big or small, fuel my passion and help bring this project to life. So, if you're excited to be a part of this adventure and want to show your support, consider pledging on my Patreon page.
</p>
<p class="notation_text">
Together, we're creating something amazing, and I truly appreciate your generosity. Let's make this game a reality!
</p>
<p class="notation_text">
Your feedback is insanely appreciated! You can send it to my Discord or anywhere you want!
</p>
<p class="notation_text">
<a href="https://www.patreon.com/the_twist" target="_blank">Visit my Patreon page.</a>
</p>
<div class="enter_button" data-passage="Start" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<!-- Myroom Afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis1.jpeg'">
<p class="notation_text"> <<print $sis.name>> is over the phone with someone, I purposely eavesdrop her conversation. <<print $sis.name>>, “…in one night? How can I manage it? It is impossible. Where will I get a photographer at this hour? ... uh- ha.. okay. If you can contact him, let me know then. I will be waiting for your call… hmm.. okay bye.”
</p>
<p class="notation_text"> I was about to leave when <<print $sis.name>> spotted me.
</p>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> You little rat! What are you doing here?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I was just passing by.
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Lies. You were spying on me.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Firstly, I wasn’t. Secondly, I heard about the photographer part. I can help you.
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Wait. You can?!
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> sure. What is the consignment?
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> I got an opportunity to do a ramp walk for my favourite fashionista but I have to submit my portfolio by tonight.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> That’s a very easy task for me. I am good with photography as well as computing. You get ready, I shall click your pictures.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis3.jpeg'">
<<print $sis.name>> wears a white top revealing her belly button with a short jean. She starts to pose for pictures, popping out her chest than usual, placing her hands on the waist. Her hair comes on her face and I remove it touching her cheeks not on purpose.
</p>
<p class="notation_text"> She turns slightly to the side, looks back over her shoulder, and gives an alluring smile. Her bra strap gets revealed when I hold it and push it inside. Here, unknowingly, my wrong desires come into action. I ask her to change into something else, telling her that her makeover is not that appealing.
</p>
<p class="notation_text"> She panics and immediately goes to change. She comes back wearing a backless red dress that is up to her crotch. The neck is a detailed cup neck that shows her boobs. It is such a sexy attire that it is difficult to control my lust.
</p>
<p class="notation_text"> I ask her to lean against the wall to pose. As she leans over, I grab her by the waist pretending to fix her posture. Her skin is smooth like butter. I ask her to bend a little forward now, placing her hands on her waist, which allows me to have a glimpse of her tits.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis4.jpeg'">
<p class="notation_text"> Next, she chooses to sit on the tool to pose. She places her right leg over her left, which then drives me crazy as I can see her rounded butt covered with pink lace panty. I lay my hand on her right thigh as I pretend to fix her hair and face posture.
</p>
<p class="notation_text"> I think to myself, “I should stop what I am doing. This is not right. I need to leave from here. What am I doing? She is my <<print $sis.rel>> . This is definitely not right.”
</p>
<p class="notation_text"> I take a few more pictures and say, “This is going to be enough, I will now go and edit them.” I leave her room in a hurry.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $kitchen.status[2] = 1>>
<<set $sister.status[0] = 0>>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/grandpa_room.jpg'">
<p class="notation_text"> What should I do now?</p>
<<if $poolClean is 0 and $currentTime lte 5>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$roomClean = 1; $mediaType = 'image'; $activityType = 'Rel'; $activityImage = 'scenes/misc/attic_clean.gif';" >
<p >Clean Room!</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom18.jpg'">
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Greetings mom
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Hello dear.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> How is it going at your work place?
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Suddenly you are showing interest?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Nothing. We have been asked to choose a topic to write about for an internship after we are done with our college. So, I was thinking if I would write about joining a hospital.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Oh that’s great. Umm.. the work is hectic at hospitals but again lots of experiences. We get to meet new diseases everyday along with types of patients to deal with.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> How is your boss?
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Who? Dr.Edward? He is a very humble and down to earth man I must say. He treats his patients with lots of care.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> That means you are enjoying your work?
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Well, I did not think about that. But now that you have made me think, I guess I do.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Glad to know. Okay. I will go now and do more research.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Ask me if you need any more info.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Thanks.
</p>
</div>
<div class="enter_button" onclick="relationChange(5,0,0,0,'Mom');forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $momTalk_1 to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime gte 5 >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/my_room.jpg'" >
<p class="notation_text">What should I do now?</p>
<div class="enter_button" data-passage="MyRoom" onclick="forwardDay()" data-setter = "$message = ' '">
<p >Sleep</p>
</div>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/my_room.jpg'" >
<p class="notation_text">What should I do now?</p>
<</if>>
<div class="enter_button" onclick="forwardTime(1)" data-passage="MyRoom" data-setter="$message to ''" >
<p >Nap (+1 Hour)</p>
</div>
<<if $mc.inventory.computer_parts == 1>>
<div class="enter_button" data-passage="Computer" data-setter="$message to ''" >
<p >My Computer</p>
</div>
<<else>>
<p class="notation_text">You Need Computer Parts To Activate Your Computer</p>
<</if>>
<<if $hideBooks to 0 and $groceryList to 1>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Hide_Books">
<p >Hide The Books</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/hide_book.jpeg'">
<p class="notation_text">In a room filled with secrets, I concealed my cherished books. Underneath the bed, I created a hidden compartment by carefully removing a few floorboards, just wide enough to snugly fit my ancient treasures. I covered it with a loose rug, ensuring that the room's secrets remained safe. It was my secret sanctuary, where adventures and knowledge lay hidden, awaiting my return. My books, concealed from prying eyes, whispered tales of imagination and wisdom, ready to transport me to worlds unknown.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $hideBooks to 1>>
<</nobr>>
</div>
<<nobr>>
<div style="margin-top:5vw;">
<div>
<p style="notation_text">Created by The Twist | Game version: v1.3 "Chapter 3"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With ♥ from The Twist.</p>
</div>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<<nobr>>
<div style="margin-top:5vw;">
</div>
<div class="intro">
<p style="margin:0;margin-bottom:2%;">Change Name & Relation by clicking on change button below. </p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc1.jpg'" >
<div class="setting_text">
<label for="mcName">Change My Name (Default: <<print $mc.name>> Gonzalez):</label>
<input type="text" id="mcName" value="Pablito" placeholder="Enter only nick name Mike/Mark/etc.">
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/dv1.jpg'" >
<div class="setting_text">
<label for="gfName">She is <<print $gf.name>> (Default: <<print $gf.rel>>)</label><br>
<input type="text" id="gfName" value="Lily" placeholder="Enter only nick name Jenna/Silvy/etc.">
<br>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/sis1.webp'" >
<div class="setting_text">
<label for="sisName">She is <<print $sis.name>> (Default:<<print $sis.name>> Gonzalez)</label>
<input type="text" id="sisName" value="Josephine" placeholder="Enter any Mona/Silvee/Reba"><br>
</div>
<div class="setting_text">
<label for="sisRel">She is your elder (Default: <<print $sis.rel>>)</label>
<input type="text" id="sisRel" value="Step-Sister" placeholder="Enter any Step-Sister/Sister/Cousin"><br>
</div>
<div class="setting_text">
<label for="sisCall">You should call her (Default: <<print $sis.call>>)</label>
<input type="text" id="sisCall" value="Step-Sister" placeholder="Enter any Stepsis/Sis/Cousine/Name"><br>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom1.jpg'" >
<div class="setting_text">
<label for="momName">She is <<print $mom.name>> (Default:<<print $mom.name>> Gonzalez)</label>
<input type="text" id="momName" value="Gali" placeholder="Enter any Mona/Silvee/Reba"><br>
</div>
<div class="setting_text">
<label for="momRel">She is your (Default: <<print $mom.rel>>)</label>
<input type="text" id="momRel" value="Step-Mother" placeholder="Enter any Step-Mother/Mother/Landlady"><br>
</div>
<div class="setting_text">
<label for="momCall">You should call her (Default: <<print $mom.call>>)</label>
<input type="text" id="momCall" value="Stepmom" placeholder="Enter any Stepmom/Mom/Landlady/Name"><br>
</div>
<<button "Change" "Intro_0">>
<<set $mc.name = $("#mcName").val()>>
<<set $gf.name = $("#gfName").val()>>
<<set $sis.name = $("#sisName").val()>>
<<set $sis.rel = $("#sisRel").val()>>
<<set $sis.call = $("#sisCall").val()>>
<<set $mom.name = $("#momName").val()>>
<<set $mom.rel = $("#momRel").val()>>
<<set $mom.call = $("#momCall").val()>>
<</button>>
</div>
<</nobr>>
<div class="big_text">
<<nobr>>
<div class="bar">
<div class="segment">10</div>
<div class="segment" id="seg1">0</div>
<div class="segment" id="seg2">2</div>
<div class="segment" id="seg3">5</div>
<div class="segment" id="seg4">0</div>
<div class="cursor"></div>
</div>
<p id="result"></p>
<div id="stop-button" >
<p>STOP</p>
</div>
<<if $mediaType is "video">>
<video class="scenes_video" id="activityVideo" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<<else>>
<img id='activityImage' class="intro_image">
<</if>>
<<set _random_value = random(1, 5)>>
<div id="leave-button" onclick="statsChangeRandom(); forwardTime(1);" data-passage="Home" >
<p >Random Point</p>
</div>
<div id="leave-button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<</nobr>>
</div>
<<script>>
/* pure JavaScript code */
$(document).ready(function() {
startGame();
// $("#stop-button").on("click", stopGame);
$("#stop-button").on("click", function() {
stopGame(variables().activityType);
});
});
<</script>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/list.jpeg'">
<p class="notation_text">In a room filled with secrets, I concealed my cherished books. Underneath the bed, I created a hidden compartment by carefully removing a few floorboards, just wide enough to snugly fit my ancient treasures. I covered it with a loose rug, ensuring that the room's secrets remained safe. It was my secret sanctuary, where adventures and knowledge lay hidden, awaiting my return. My books, concealed from prying eyes, whispered tales of imagination and wisdom, ready to transport me to worlds unknown.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Kitchen">
<p >Leave</p>
</div>
<<set $groceryList to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis11.jpeg'">
<p class="notation_text"> I recently undertook the task of creating a meticulously crafted portfolio for my <<print $sis.rel>> , an aspiring fashion model, and eagerly presented it to her as a gift. This personalized portfolio was a labour of love, a tangible representation of her journey as a candidate for an upcoming fashion show. It was a project that allowed me to channel my creativity and design skills into showcasing her talents and unique sense of style.
</p>
<p class="notation_text"> My <<print $sis.rel>> had always been passionate about fashion and had nurtured dreams of walking the runways ever since she was a child. Her journey in the world of fashion was a remarkable one, filled with determination, hard work, and countless photoshoots. It was my goal to encapsulate this journey in a portfolio that would not only be visually striking but also deeply personal.
</p>
<p class="notation_text"> The process of creating this portfolio began with an extensive selection of her best fashion photographs. We spent hours capturing a moment of elegance, confidence, and poise. Her natural charisma and flair for fashion were evident in every frame, making the task of selecting the best shots both exciting and challenging.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis9.jpeg'">
<p class="notation_text"> Once I had the photographs curated, I embarked on the task of designing the portfolio. I wanted it to be a work of art in itself, a reflection of my <<print $sis.rel>> 's personality and her love for fashion. The portfolio would not only serve as a platform to showcase her photographs but also provide insights into her fashion journey.
</p>
<p class="notation_text"> For the design, I opted for a sleek, modern, and minimalist layout, focusing on her images as the central element. I chose a monochromatic colour palette, with elegant black and white accents, to accentuate the timeless beauty of her photographs. Every page was meticulously arranged to create a visual narrative that told the story of her evolution as a fashion model.
</p>
<p class="notation_text"> In addition to the photographs, I incorporated detailed descriptions of each image, capturing the essence and significance of every shot. I wanted viewers to not just see the pictures but also understand the thought and effort that went into creating them. These descriptions provided context and depth to the portfolio, allowing the audience to connect with my <<print $sis.rel>> 's artistic vision.
</p>
<p class="notation_text"> I also included a section in the portfolio that highlighted her journey from a young fashion enthusiast to an aspiring model. This part featured a collection of candid photographs and personal anecdotes that shed light on her growth, the challenges she had overcome, and the milestones she had achieved. It was a touching and personal addition to the portfolio, showcasing the determination and resilience that had brought her to this point.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis13.jpg'">
<p class="notation_text"> As I worked on this project, I couldn't help but be amazed at the transformation my <<print $sis.rel>> had undergone. She had evolved from a girl with a passion for fashion into a confident and charismatic model, ready to take the fashion world by storm. The portfolio served as a visual testimony to her dedication and hard work.
</p>
<p class="notation_text"> Once the portfolio was ready, it was time to present it to her. I decided to surprise her with the portfolio, and the anticipation of her reaction was both exhilarating and nerve-wracking. When I handed it to her, the look of surprise and joy on her face was priceless. She flipped through the pages with a mix of excitement and nostalgia, reliving the moments captured in the photographs.
</p>
<p class="notation_text"> She was particularly moved by the section that chronicled her journey from her early modelling experiences to the present. The candid photos and personal anecdotes resonated deeply with her, reminding her of the challenges she had overcome and the unwavering support she had received from our family.
</p>
<p class="notation_text"> It was a moment of connection and celebration, where we both acknowledged the significance of her accomplishments and the exciting path that lay ahead. The portfolio became a symbol of her dedication and the culmination of her dreams and aspirations.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis12.jpeg'">
<p class="notation_text"> As she continued to explore the portfolio, she expressed her gratitude for the effort and creativity that had gone into its creation. She recognized that it wasn't just a collection of images but a visual testament to her growth, her dreams, and her future aspirations in the fashion industry.
</p>
<p class="notation_text"> The portfolio has since become an invaluable tool in her journey as a fashion show candidate. She has used it during casting calls and interviews, where it not only showcases her visual appeal but also provides an insight into her personal and professional growth. It has received praise from industry professionals, further validating her choice to pursue a career in modelling.
</p>
<p class="notation_text"> My <<print $sis.rel>> 's journey in the world of fashion continues to unfold, and the portfolio stands as a constant reminder of her hard work and determination. It's a testament to the power of dreams and the impact of unwavering family support.
</p>
<p class="notation_text"> Creating this portfolio was not just a creative endeavour but a labour of love. It was a way for me to contribute to my <<print $sis.rel>> 's dreams, to celebrate her accomplishments, and to be a part of her journey. The process allowed me to combine my design skills with my admiration for her, resulting in a meaningful and memorable gift.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis10.jpeg'">
<p class="notation_text"> In conclusion, the portfolio I created for my <<print $sis.rel>> is more than just a collection of fashion photographs; it's a representation of her dreams, her journey, and her future. It's a reflection of her passion, her hard work, and her unwavering commitment to the world of fashion. It's a testament to the power of dreams and the importance of family support. The portfolio has not only served as a valuable tool in her modelling career but has also become a cherished keepsake, a reminder of her growth, her aspirations, and the love and support that surround her. It's a project that I'm immensely proud of and a gift that I'm honoured to have been able to give.
</p>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> Oh my God! I loved it. [giving <<print $mc.name>> a hug in joy]
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I am more than happy to hear that. [grabs her tightly feeling her boobs against his body]
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> Okay so now, you need to do one small thing. Please deliver the portfolio to this address. I am sending the address via message on your phone.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> When does it need to be delivered?
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> By next 2 days. I will mail them the soft copy now.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[7] = 1>>
<<set $myroom.status[6] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/table.jpeg'">
<p class="notation_text"> It is time for dinner, I shall go downstairs and help <<print $mom.call>> to arrange the table. I go downstairs, to the kitchen and see her placing the plates. I go grab the cutlery and place them on the table mats by the plates. I also put the glasses as she brings the dishes on the table. The dinner tonight is special because it is <<print $dad.call>> and <<print $mom.call>>’s anniversary today. So, <<print $mom.call>> had prepared a special table for us all.
</p>
<p class="notation_text"> The dinner table is set for six people, I had almost forgotten that we were expecting a guest tonight. In the centre of the table is a large vase of roses, their petals giving off a sweet fragrance. The table is covered in a white tablecloth, and on top of that are five placemats. Each placemat has a plate, a fork, a knife, a spoon, and a napkin.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/food.jpeg'">
<p class="notation_text"> On the plates is the main course: roasted chicken with mashed potatoes and green beans. The chicken is golden brown and crispy on the outside, and juicy and tender on the inside. The mashed potatoes are creamy and smooth, and the green beans are perfectly cooked.
</p>
<p class="notation_text"> In addition to the main course, there are also several side dishes on the table. There is a bowl of tossed salad, a bowl of steamed broccoli, and a bowl of butter rolls. There is also a basket of fresh fruit, which includes apples, oranges, and bananas.
</p>
<p class="notation_text"> For dessert, there is a chocolate cake with vanilla ice cream. The cake is rich and decadent, and the ice cream is cold and creamy.
</p>
<p class="notation_text"> As soon as the table is ready, the bell rings. A man walks in the living room with a flower bouquet; white lilies, <<print $mom.call>>’s favourite. His arrival makes <<print $mom.call>> feel delightful and seeing that I can sense <<print $dad.call>> is giving out a burn sensation. The place is getting hotter as the food is getting colder.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/flower.jpeg'">
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> I am glad Doc that you could make it tonite here.
</p>
</div>
<div class="dialog_text <dad_dialog_text"> <p><span class ="dad">Edward: </span> Happy anniversary to the lovely couple.
</p>
</div>
<div class="dialog_text dad_dialog_text"> <p><span class ="dad"> <<print $dad.call>>: </span> Thank you. Please have a seat.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Yes, the table is set. Let’s have our seats.
</p>
</div>
<p class="notation_text"> Psychologist takes the seat next to <<print $mom.call>>.
</p>
<div class="dialog_text <dad_dialog_text">
<p><span class ="dad">Edward: </span> The aroma is making me hungry. I can tell they are gonna be delicious as you have made it. [says to <<print $mom.call>>]
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Oh please. First taste them.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> blushes and serves food to the psychologist, then to the rest of us. We all start to eat, enjoy our food.
</p>
<p class="notation_text"> <<print $dad.call>>, with a booming voice, takes a bite of chicken and says, "This is delicious, honey."
</p>
<p class="notation_text"> <<print $mom.call>> with a gentle smile, smiles and says, "Thank you, dear. I'm glad you like it."
</p>
<p class="notation_text"> <<print $bro.name>> is particularly fond of the mashed potatoes, while <<print $sis.name>> loves the green beans. They also enjoy the food.
</p>
<p class="notation_text"> Everyone eats slowly, savouring each bite. They talk and laugh, and enjoy each other's company.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/cheers.jpeg'">
<p class="notation_text"> When they finish eating, <<print $dad.call>> pushes his plate away and says, "Well, that was a delicious meal. Thank you, honey."
</p>
<p class="notation_text"> <<print $mom.call>> smiles and says, "You're welcome, dear."
</p>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> Today we three siblings will take care of the table. You, <<print $dad.call>> and doctor go to the living room and have a good time.
</p>
</div>
<p class="notation_text"> <<print $sis.name>> and I agree with <<print $bro.name>> as it is a special day for our parents. We should at least do this much for them. So, they leave for the living room and we clean up the kitchen. I do the dishes as <<print $bro.name>> cleans the table and <<print $sis.name>> wipes & keeps the clean utensils in the cupboards.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[4] = 1>>
<<set $sister.status[0] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc14.jpg'">
<p class="notation_text"> I woke up with enthusiasm this morning to find out what is going on. I decided to go through the books that I brought from the attic room the other day. But I am confused about the fact, from where to start. I go through the books, the language is unknown. I did browse for the characters but the internet was of no use. I wonder what to do next. I have been working since the morning staying in my room yet did not get any clues. It's past noon.
</p>
<p class="notation_text"> Suddenly, it strikes my mind that I had found a locket as well. I look at it with great concentration, when I realize that the pattern on the locket is similar to something. I have seen this pattern before.. but where? Where have I seen it? Where? Yes, yes, I remember. It was the pattern of that strange college that came up while I was researching colleges to apply when <<print $mom.call>> walked in.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc3.jpg'">
<p class="notation_text"> I turn on my computer again to browse about that college. Click on the browser and type “Estate of Sinister’, the page of the college is displayed in the results. I click on their page. The home –
</p>
<p class="notation_text"> Welcome to Estate of Sinisters College: Where the Unexplained Becomes Reality
</p>
<p class="notation_text"> At Estate of Sinister College, we delve into the extraordinary, the mystical, and the supernatural. Our institution, nestled in the heart of an enchanting forest, is a haven for those who seek to understand the enigmatic. With renowned faculty, cutting-edge research, and a rich history of unlocking hidden realms, we invite you to embark on a journey where the unexplained becomes reality. Explore the extraordinary at Estate of Sinister College.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/college.jpeg'">
<p class="notation_text"> Well, this kinda explains that I need to visit this college to know more, answers to my questions rests there…
</p>
<p class="notation_text"> As I am busy with my thoughts, there’s a knock at the door. I get up from the bed, mess with my hair to give it a messier look, as if I have just woken up. Then open the door. <<print $bro.name>> is standing next to him. The least expected person to visit his room.
</p>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> Hey bro, how are you doing?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Yeah, I am doing fine. Did you get lost in our own house?
</p>
</div>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> What makes you think that?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> No, just asking. As you are here knocking at my door.
</p>
</div>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> Oh yes! I came to check on you. Haven’t seen you since the morning. Also heard noises coming from your room last night.
</p>
</div>
<p class="notation_text"> <<print $mc.name>> thinks, “I need to make a good excuse or he might call <<print $mom.call>>”
</p>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Oh right, don’t tell <<print $mom.call>> please! I was playing last night till midnight as I was unable to sleep. You might have heard the noises coming from the game console.
</p>
</div>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> You sure bro?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Yeah
</p>
</div>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> Okay if you say so. And also I won’t tell <<print $mom.call>> about it. Chill.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/2/mc13.jpeg'">
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Thanks.
</p>
</div>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> Now that you are up, go get freshen up and join us for lunch.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Okay. Give me 10 minutes.
</p>
</div>
<div class="dialog_text bro_dialog_text"> <p><span span class = "bro"><<print $bro.name>>: </span> See you downstairs then.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[5] = 1>>
<<set $myroom.status[4] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc5.jpg'">
<p class="notation_text"> The red light glows upon my face while I am half asleep. I open my eyes with excitement knowing exactly where it is coming from, it is <<print $gf.name>> . As my vision gets cleared, I see <<print $gf.name>> standing perpendicular to me. I reach out my hands to her, she grabs my hand and I pull her to the bed. I am damn horny right now. I start to squeeze her boobs, pulling her nipples. She kisses my neck leading to my lips. Our lips touch and get united like magnets, into passionate kisses. I give a soft bite on her lower lips and then she throws her tongue in my mouth. I suck her tongue. Her tongue is giving me ticklish vibes; making me erect.
</p>
<p class="notation_text">She holds my dick with her right hand, rubbing vertically, gradually increasing her rhythm.
</p>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span>‘Now it is the time’ she whispers in my ears.
</p>
</div>
<p class="notation_text">I grab her hair and lay her down on the bed, spreading her legs. Afterwards, I push my penis in her slippery wet pussy, which is quite warmer today than usual. I am penetrating in her deep ass she moans louder,
</p>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> ‘Yeah, come on, fuck me harder… mmmm….mmm…yes yesss ahhh yes!’
</p>
</div>
<p class="notation_text">Her moaning is driving me crazier. I cannot hold back for a long time, I cum.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/2/dv0.webp'">
<p class="notation_text"> She is over my chest now.
</p>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> Did you like it?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> yes. It was crazy.
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> uh-huh! Do you want more?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> yes.
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> Then let’s go and fuck your <<print $sis.rel>> .
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> No. Um.. that’s not possible.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/2/dv2.jpg'">
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> why not?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> B’cuz she is my <<print $sis.rel>> . I like to admire her but that’s wrong. I cannot encourage myself for doing all this.
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> But you have to do it in order to complete our mission. You need to corrupt your soul.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> But not like this. Moreover, I do not even know what the mission is all about. Why don’t you tell me about that first?
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> well, okay. As you say. The mission is that you have to stop a monster from being the ultimate powerful creature. There is someone who wants to rule the world in a wrong way, for which he does not build soldiers but gives birth.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Gives birth??
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/2/dv1.png'">
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> Yes. He wants his own blood to rule. Hence, he has sex with ladies on Earth and reproduces monsters like him. Your grandfather and I were making plans to diminish him but unfortunately he got to know about it. When he summoned me, and trapped me in the book, you found. Behind your grandfather’s death, he is responsible.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Who is he? What did he do to my grandfather?
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> With the right time, you will know.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Half truth again. This is what I don’t like. But one thing's sure that I will do whatever it takes to avenge my grandfather’s death and complete his incomplete work.
</p>
</div>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $brother.status[1] = 1>>
<<set $myroom.status[7] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/2/dv3.jpeg'">
<p class="notation_text"> It is very late at night. Everyone must be sleeping. The hallway is dark so I turn on my flash light, and <<print $gf.name>> stoods infront of me. I get scared as she suddenly enters without any alarming red light of hers. I whisper to her, “You would have given me a heart attack”.
</p>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span>She replies, “Your heart is not that weak master.”
</p>
</div>
<p class="notation_text"> Whenever she calls me master, it makes me feel superior and I sense a different level of power inside me.
</p>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span>“How are you here? I mean it is not my room. What if someone sees you?” I asked <<print $gf.name>> .
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> No, not possible. Only you have the power to see me and communicate. And the part where your room is concerned, I am demon.. can go any place I want to.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> okay. Noted. That means you can teleport me to anywhere I want you to take me?
</p>
</div>
<div class="dialog_text gf_dialog_text"> <p><span span class = "gf"><<print $gf.call>>: </span> That’s correct. I can.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Awesome.
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis14.jpeg'">
<p class="notation_text"> I start walking towards my room. Suddenly, I hear some noises coming. I ignore it at first, but later I realize someone is moaning and that’s not mom. As her room is beside mine, I know her tone. I follow the sound, it is coming from <<print $bro.name>>’s room. Maybe he is enjoying porn but still the sound is so clear that I am not convinced. I decided to peep through the keyhole…
</p>
<p class="notation_text"> A figure emerged from the darkness, their features veiled in an unsettling ambiguity. The air crackled with suspense, leaving me breathless as I strained to discern the identity of the enigmatic presence on the other side.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis15.jpeg'">
<p class="notation_text"> Who stood on the threshold, their secrets entwined with mine, leaving the lingering question hanging in the air—friend or foe, ally or adversary?
</p>
<div class="enter_button" data-passage="Patreon">
<p >Continue</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $kitchen.status[4] = 1>>
<<set $myroom.status[4] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc8.jpg'">
<p class="notation_text"> <<print $mc.name>> enters his grandpa’s room. “Okay, <<print $mc.name>>! Time for cleaning” he says to himself. It is a white closet with four chambers. The closet was quite dusty as no one uses this closet since his grandpa has gone. There were clothes, an old lamp, and a few more ancient strange things. <<print $mc.name>> takes a piece of ancient showpiece, looks into it; and keeps it back. He grabs old clothes and puts them in the box, underneath the clothes he finds a few books which had weird writings in them. The book had a few sketches of odd creatures as well. <<print $mc.name>> goes through them for a while as he has a curious mind. But he doesn't understand anything. While he is reading them, the light starts to flickr. He hurriedly keeps the books in the box to carry them to the patio. He takes and places all the other things from the closet into the box. He leaves the place.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/clean.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>Would I be happy completing my task?
</p>
</div>
<p class="notation_text"> No, I just had to do it as I was forced.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">Yes definitely. Being a helping hand is a virtuous deed.
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $kitchen.status[0] = 1>>
<<set $store.status[0] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/hack.gif'">
<p class="notation_text">
Time to show my talent. I started working on the computer to pile up all the photos of <<print $sis.name>> into her portfolio for her fashion show as a candidate to present.
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="MyRoom">
<p >Leave</p>
</div>
<<set $editPortfolio to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/call.jpeg'">
<p class="notation_text">I take out my phone to text <<print $sis.name>>
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I am at your college. I have successfully delivered your portfolio and yes! It required a registration fee that I have taken care of. You do not need to worry about it. Now nurture yourself for your big event.
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> Oh God! Thanks alot. You do not know what you did for me. I owe you big time.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Sure you do. And you will get the time to repay me back with interest soon.
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> Yes. Anything!
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Do keep in mind, anything is anything.
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> Promise. ANYTHING!
</p>
</div>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $submitPortfolio to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad">inventory Item</span>
</p>
</div>
<<if $mc.inventory.video_game gte 0>>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf">Video Game: <<print $mc.inventory.video_game >> </span>
</p>
</div>
<</if>>
<<if $mc.inventory.groceries gte 0>>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad">Groceries : <<print $mc.inventory.groceries >> </span>
</p>
</div>
<</if>>
<<if $mc.inventory.porn gte 0>>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc">Porn DVD: <<print $mc.inventory.porn >> </span>
</p>
</div>
<</if>>
<<if $mc.inventory.cleaning_item gte 0>>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro">Cleaning Item: <<print $mc.inventory.cleaning_item >> </span>
</p>
</div>
<</if>>
<<if $mc.inventory.camera gte 0>>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis">Camera : <<print $mc.inventory.camera >> </span>
</p>
</div>
<</if>>
<<if $mc.inventory.gasoline gte 0>>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc">Gasoline : <<print $mc.inventory.gasoline >> </span>
</p>
</div>
<</if>>
<<if $mc.inventory.gift_item gte 0>>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad">Gift Item: <<print $mc.inventory.gift_item >> </span>
</p>
</div>
<</if>>
<<if $mc.inventory.wine gte 0>>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf">Wine : <<print $mc.inventory.wine >> </span>
</p>
</div>
<</if>>
<<if $mc.inventory.video_game gte 0>>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro">Computer Parts: <<print $mc.inventory.computer_parts >> </span>
</p>
</div>
<</if>>
<div class="enter_button" data-passage="Outdoor" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<set $message to "" >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/my_home.jpg'" >
<p class="notation_text">Where should I go now?</p>
<div class="enter_button" data-passage="Cafe">
<p >Go To Cafe</p>
</div>
<div class="enter_button" data-passage="Shop">
<p >Go To Shop</p>
</div>
<<if $mc.inventory.cleaning_item == 1 and $mc.inventory.gasoline == 1 and $carWash == 0>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Car_Wash">
<p >Car Wash & Refuel</p>
</div>
<</if>>
<<if $currentTime == 4 and $sis.stats.rel gte 40 and $carWash == 1 and $returnHome == 0>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Return_Home">
<p >Take <<print $sis.rel>> Home (<<print $returnHome>>)</p>
</div>
<</if>>
<<if $currentTime == 3 and $sis.stats.rel gte 100 and $submitPortfolio == 0 and $editPortfolio == 1>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Submit_Portfolio">
<p >Deliver The Portfolio</p>
</div>
<</if>>
<<if $submitPortfolio == 1 >>
<div class="enter_button" data-passage="Gym">
<p >Go To Gym</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home">
<p >Go Inside</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/attic.jpeg'">
<p class="notation_text"> What should I do now?</p>
<!--
<<if $poolClean is 0 and $currentTime lte 5>>
<div class="enter_button" data-passage="MiniGame" data-setter = "$poolClean = 1; $mediaType = 'image'; $activityType = 'Rel'; $activityImage = 'scenes/misc/attic_clean.gif';" >
<p >Clean Room!</p>
</div>
<</if>> -->
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis17.jpg'">
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> What are you doing?
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Cooking.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Huh?
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Can’t you see I am watching something? Silly.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I guess you are stressed about your upcoming events. Do not worry, you will do great. You got the potential, afterall you are my sister.
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> Well, you think so? Thank you for the support.
</p>
</div>
<div class="enter_button" onclick="relationChange(5,0,0,0,'Sister'); forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/2/sis1.jpeg'">
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> How is your preparation going for your events?
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> They are going well. I still have some research to do.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> I can help you with your research if you want.
</p>
</div>
<div class="dialog_text sis_dialog_text"> <p><span span class = "sis"><<print $sis.name>>: </span> No, I will manage. But thanks for offering.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Do tell if you need anything in the near future.
</p>
</div>
<div class="enter_button" onclick="relationChange(5,0,0,0,'Sister'); forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>>
</p>
<<if $currentTime is 1 >>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/dinner.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">What should I do now?</p>
<div class="enter_button" data-passage="Breakfast_Mom_Talk">
<p >Appreciate <<print $mom.call>>'s Cooking</p>
</div>
<div class="enter_button" data-passage="Breakfast_Sister_Talk" >
<p >Ask About <<print $sis.call>>'s Event</p>
</div>
<</if>>
<div class="enter_button" data-passage="Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
<!-- -->
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom20.jpg'">
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> This dish seems not to be okay for me.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Why? Is it not good?
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Good? This is absolutely mind-blowing. Your dishes are just sooo perfect.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Oh Pablito. You almost scared me. Thank you.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Your cooking skills are 11 out of 10.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Ohh you! Now enjoy your meal.
</p>
</div>
<div class="enter_button" onclick="relationChange(5,0,0,0,'Mom'); forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/2/mom19.jpg'">
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Are you okay?
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Yes, just a little tired.
</p>
</div>
<div class="dialog_text mc_dialog_text"> <p><span span class = "mc"><<print $mc.name>>: </span> Allow me to give you a foot massage to relieve your stress and improve your blood circulation.
</p>
</div>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> Thank you for being such a caring son.
</p>
</div>
<p class="notation_text">I gently massage my mother's feet, applying warm oil with soothing strokes. My touch eases tension, creating a serene moment between us. As I work, her relaxed expression shows the comfort she feels. I care and tenderness create a cherished bond in this simple, loving act.
</p>
<div class="dialog_text jc_dialog_text"> <p><span span class = "jc"><<print $mom.call>>: </span> I am feeling better now. Thank you.
</p>
</div>
<div class="enter_button" onclick="relationChange(5,0,0,0,'Mom'); forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/gym.jpeg'">
<p class="notation_text"> I'm thrilled about joining the gym! The prospect of embarking on a journey towards better health and fitness fills me with excitement and motivation. I can't wait to explore new workouts, push my limits, and achieve my fitness goals in this new environment!
</p>
<div class="enter_button" onclick="forwardTime(1);" data-passage="Home">
<p >Leave</p>
</div>
<<set $poolClean to 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<p class="notation_text">
Location : <<print passage()>></p>
<p class="notation_text">
<<print $message>></p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/2/gym.jpeg'">
<p class="notation_text">What should I purchase?</p>
<<if $currentTime gte 0 and $currentTime lte 4>>
<<if $poolClean == 0 and $mc.stats.money gte 650>>
<div class="enter_button" onclick="statsChange(1, 'Task')" data-passage="Gym_Member" data-setter = "$message = ''">
<p >Get Gym Membership</p>
</div>
<<else>>
<p class="notation_text">Membership Fee: $650</p>
<</if>>
<<else>>
<p class="notation_text">Gym is now closed (Open: Everyday Morning To Evening)</p>
<</if>>
<div class="enter_button" data-passage="Outdoor" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>