<<nobr>>
<div style="margin-top:5vw;">
<img class="intro_image" @src="setup.ImagePath+'scenes/misc/intro.jpg'" >
<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 Start</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.1 "Episode 1"</p>
</div>
<div>
<p style="notation_text">We hope you enjoy this game! With ♥ from The Twist.</p>
</div>
</div>
<</nobr>>
<<script>>
UIBar.hide();
<</script>>
<<set $currentDay to 0 >>
<<set $currentTime to 5 >>
<<set $mc_stats_arr = [] >>
<<set $character_stats_arr = [] >>
<<set $message to "" >>
<<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 $kitchenTalk to 0>>
<<set $bedroomTalk to 0>>
<<set $poolTalk to 0>>
<<set $livingTalk to 0>>
<<set $myroomTalk 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,
"mom_love" : 0,
"mom_lust": 0,
"mom_rel": 0,
"sis_love" : 0,
"sis_lust": 0,
"sis_rel": 0,
"bro_love" : 0,
"bro_lust": 0,
"bro_rel": 0,
"dev_love" : 0,
"dev_lust": 0,
"dev_rel": 0,
},
"inventory" : {
"bikini" : 0,
"camera" : 0,
"groceries" : 0,
"dress" : 0,
"flower" : 0,
"tools" : 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" :
{
"mom_love" : 0,
"mom_lust": 0,
"mom_rel": 0,
},
}
>>
<<set $gf = {
"name" : "Lily",
"lastname" : "Devil",
"age" : 18,
"rel" : "Devil",
"call": "Lily",
"stats" :
{
"dev_love" : 0,
"dev_lust": 0,
"dev_rel": 0,
},
}
>>
<<set $dad = {
"name" : "George",
"lastname" : "Gonzalez ",
"age" : 18,
"rel" : "Father",
"call": "Dad",
}
>>
<<set $bro = {
"name" : "Erike",
"lastname" : "Gonzalez ",
"age" : 18,
"rel" : "Brother",
"call": "George",
}
>>
<<set $sis = {
"name" : "Josephine",
"lastname" : "Gonzalez",
"age" : 18,
"rel" : "Step-Sister",
"call": "Josephine",
"stats" :
{
"sis_love" : 0,
"sis_lust": 0,
"sis_rel": 0,
},
}
>>
<<set $bathroom = {
"title" : [""],
"status": [0],
"time" : [4],
"money": [100],
"morality": [80],
"rel": [0],
"lust": [0],
"love": [230],
"mom_rel": [0],
"day": [0],
"stamina": [230],
}
>>
<<set $bedroom = {
"title" : ['Event_222',],
"status": [0,],
"time" : [6,],
"money": [0],
"morality": [0],
"fam_rel": [210],
"mom_lust": [0],
"mom_love": [0,],
"mom_rel": [0 ,],
"day": [0,],
"stamina": [0,],
}
>>
<<set $kitchen = {
"title" : ['Event_1','Event_2','Event_6','Event_7','Event_10'],
"status": [0,0,0,0,0],
"time" : [1,1,1,1,1],
"money": [0,0,0,0,0],
"fam_rel": [90,120,270,300,390],
"morality": [0,0,0,0,0],
"mom_lust": [0,0,0,0,0],
"mom_love": [0,0,0,0,0],
"mom_rel": [0,0,0,0,0],
"day": [0,0,0,0,0],
"stamina": [0,0,0,0,0],
}
>>
<<set $myroom = {
"title" : ["Event_0",'Event_3','Event_4','Event_5','Event_9','Event_11','Event_13','Event_15' ],
"status": [0,0,0,0,0,0,0,0],
"time" : [1,6,0,6,6,6,0,6],
"money": [0,0,0,0,0,0,0,0],
"fam_rel": [30,150,180,240,360,420,450,500],
"morality": [0,0,0,0,0,0,0,0],
"lust": [0,0,0,0,0,0,0,0],
"love": [0,0,0,0,0,0,0,0],
"rel": [0,0,0,0,0,0,0,0],
"day": [0,0,0,0,0,0,0,0],
"stamina": [0,0,0,0,0,0,0,0],
}
>>
<<set $store = {
"title" : [ 'Event_111','Event_8'],
"status": [0,0,],
"time" : [2,4,],
"money": [0,0,],
"morality": [0,0,],
"fam_rel": [60,330,],
"lust": [0,0,],
"love": [0,0,],
"rel": [0,0],
"day": [0,0],
"stamina": [0,0],
}
>>
<<set $living = {
"title" : ['Event_14'],
"status": [0],
"time" : [3],
"money": [0],
"morality": [0],
"fam_rel": [480],
"mom_lust": [0],
"mom_love": [0],
"mom_rel": [0],
"day": [0],
"stamina": [0],
}
>>
<<set $brother = {
"title" : [""],
"status": [0],
"time" : [4],
"money": [100],
"morality": [80],
"fam_rel": [0],
"mom_lust": [0],
"mom_love": [230],
"mom_rel": [0],
"day": [0],
"stamina": [230],
}
>>
<<set $sister = {
"title" : [""],
"status": [0],
"time" : [4],
"money": [100],
"morality": [80],
"fam_rel": [0],
"lust": [0],
"love": [230],
"rel": [0],
"day": [0],
"stamina": [230],
}
>>
<<set $bathroom_2 = {
"title" : [""],
"status": [0],
"time" : [4],
"money": [100],
"morality": [80],
"fam_rel": [0],
"lust": [0],
"love": [230],
"rel": [0],
"day": [0],
"stamina": [230],
}
>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc1.jpg'">
<P class="notation_text">In the heart of the small city of Columbia, <<print $mc.name>> found his place—a story meant to inspire anyone fortunate enough to know him. From a young age, brilliance radiated from him, both as a bright student excelling in his studies and a talented athlete, finding boundless joy in sports, cherishing the thrill of competition and the camaraderie of teamwork.
</p>
<P class="notation_text">As years passed, his determination to create a brighter future for all grew stronger. With unwavering support from his loving family and friends, he set out to make a difference in the world, driven by the belief that even the smallest actions could have a profound impact. He dedicated his time to helping the underprivileged, extending a hand to those who needed it most. His community projects, born from a heart brimming with empathy, aimed to benefit those who needed it most.
</p>
<P class="notation_text">This journey led him to a fulfilling career as a dedicated and compassionate social worker, becoming a shining example of how one person's determination and caring heart could transform a community. Pablito's story, a testament to the power of optimism, compassion, and the belief that a single person can indeed make a significant difference in the world, has inspired all who have crossed his path.
</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>>
<!-- Bedroom -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/misc/dinner.webp'">
<p class="notation_text">He joins everyone at the table for lunch. Dad is already sitting at the table with his tablet reading business articles. He is a fair gentleman who would maintain discipline at any cost. His principles are the most important thing for him. He is a little traditional, cultural minded man. A strict catholic person.
</p>
<p class="notation_text">He is a dedicated businessman who has spent years building a successful career. His unwavering commitment to his work is truly admirable. He is not just a provider to us but a mentor; teaching valuable life lessons. Beyond his accomplishments, he’s a loving and caring father who strives to balance his business commitments with family, demonstrating his true dedication to both work and family life.
</p>
<p class="notation_text">But my <<print $mom.call>> was nothing like him. She was completely opposite to him. When I say completely I mean it! COMPLETELY! I sometimes wonder how my dad managed to get her. She is one of the most beautiful women I have seen in my life. She comes to the table with the meal for today.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>“I have made your favourite dish for lunch honey”, said mom to dad, “I have cooked spaghetti with meatballs”. As she lifted up the lid above the dish bowl, the aroma spread out and made our mouth watery. Dad just could wait for getting served, he actually behaves like a kid whenever <<print $mom.call>> cooks this dish.
</p>
</div>
<p class="notation_text">Then joins my hulk <<print $bro.rel>> <<print $bro.name>> and my step-<<print $sis.rel>> <<print $sis.name>> with us at the table. My <<print $bro.rel>> serves noodles on our plates. We all eat, talk and laugh while eating.
</p>
<p class="notation_text">Oh! I forgot to introduce my <<print $bro.rel>> and step-<<print $sis.rel>> as I was into having noodles. My bad.
</p>
<p class="notation_text">So, this is my <<print $bro.rel>> <<print $bro.name>>. He is an individual who’s all about the perfect blend of brain and brawn. With a square jawline and a chiselled physique, <<print $bro.name>> is the embodiment of strength and determination. His well-defined muscles, sculpted through relentless hours at the gym, leave a lasting impression. He used to be a boxer in his university life. Once participated in the state championship of boxing. When he’s not a pumping iron, you’ll find him in his game den. A state-of-the-art-setup, complete with a high-performance gaming PC and an array of controllers, dominates the room. He got quick reflexes and strategic thinking. His passion for games is matched only by his dedication to fitness.
</p>
<p class="notation_text">Now, meet <<print $mc.name>>, a stunning beautiful young woman whose world revolves around all beauty things. With her striking features and confident demeanour, she turns heads wherever she goes. Her flawless complexion is the canvas for artistry, accentuated by a soft, natural makeup look that complements her features without overpowering them. She got long, flowing red hair, often styled in loose waves that cascaded gracefully down her back.
</p>
<p class="notation_text">She has tall white legs. She is a very sexy young woman already. Her tits are more revealing as if they might pop out. Her butt is lifted up. Her posture is so graceful. Her striking hazel eyes are enhanced by perfectly groomed brows, and they seem to sparkle with enthusiasm, reflecting her outgoing personality. She is always dressed in the latest fashion trends. She got an impeccable sense of style. She dreams of giving her own fashion fiesta boutique or fashion house after she graduates. She is an extrovert and outgoing individual; she thrives in social settings. Her lively personality makes her the life of the party.
</p>
<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>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> What is meant by family to me?
</p>
</div>
<p class="notation_text"> A family is a burden who takes away my freedom.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">A family is a blessing; makes each other stronger by staying together.
</p>
<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[1] = 1>>
<<set $kitchen.status[0] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom6.jpg'">
<p class="notation_text"><<print $mom.call>> is arranging the table, when I go and help her to clean up the table. I have managed to help her at times since I was in my childhood. Adding to that, I am having quality leisure time as I am having my winter vacation. Christmas is coming soon, hence she has a lot of work in her hands to handle. She planned to remodel the house as much as possible for Christmas.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>“So, how are your studies going?” asked <<print $mom.call>>.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> “Yeah, it is quite okay. Looking for the names of colleges to apply this summer”, replied <<print $mc.name>>.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>“Good to hear that”, said <<print $mom.call>>, “don’t leave the city I would suggest”.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> “Noted”.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Please pass me the spray bottle so that I can clean the table.""
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Sure, here you go."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "How do you manage everything so well?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "What do you mean?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Here, you are working, managing home and again you go to the hospital to work. You have managed to keep a check on our lives so well. Thank you for that."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom7.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "Aww my dear child. I appreciate your words. This would not have happened without the love and support of my family obviously. The way you always help me in cleaning and doing dishes. I hope you continue to help me like this in the upcoming days as well."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Yes mom, I will. My vacation is on, so I am on your service. Just do not turn off my game console without warning please!"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "I would not have done that if you had listened to me in the first place. Learn from your mistakes instead of complaining and move on. "
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "OKAY." sigh
</p>
</div>
<p class="notation_text"><<print $bro.name>> enters the kitchen.
</p>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro"><<print $bro.name>>: </span> "Hello people. What are you all doing?"
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> "Cleaning obviously."
</p>
</div>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom9.jpg'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "You needed anything dear?"
</p>
</div>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro"><<print $bro.name>>: </span> "Yes, I came here to fetch some water. Do you guys need any help?"
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> "No, we were just talking and working. That's why it took so long. "
</p>
</div>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro"><<print $bro.name>>: </span> "Okay then, I will take your leave."
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Would I mention to anyone about my meeting with a demon?
</p>
</div>
<p class="notation_text"> No. I would not give importance to such a strange creature.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">Probably. Depending on the hazards it causes to my family.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[1] = 1>>
<<set $kitchen.status[1] = 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/mc/mc5.jpg'">
<p class="notation_text"> <<print $mc.name>> heads to his room to take a nap. When he was about to fall asleep, a light shone in his room. He thought he was hallucinating and went back to sleep. Strange whispers filled the air, as if someone was calling his name out yet he ignored and focused on his nap. The light kept on shining on his face and the whispers grew louder. He opens his eyes to look in a very slow motion, sees a strange girl in front of him and gives a jump-scare on bed. He covers himself with a blanket and peeks out an eye to watch the girl. The girl gives an evil smile at him which doesn’t go much far across her face. He thought he was in the midst of a blizzard and terrifying dream.
</p>
<p class="notation_text"> Her appearance is very hot and sexy. She is wearing a red top which had a front zipper, red shorty panty, short mantle, high boots and a demon head band. Her curves look flawless and the boobs are round in shape, tits were visible. Her toning shaped body and fair pink-white complexion makes <<print $mc.name>> go lure over her, but he is afraid and a shiver goes down his spine. <<print $mc.name>>’s heart raced, and beads of sweat formed on his forehead.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> Hi <<print $mc.name>>. How fucking good… are you?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> How do you know my name?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> I know everything about you.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Who are you?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> Don’t be afraid of me. I am not here to scare or harm you. You are my master. You are one who summoned me.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Wh-ha-a-at the hell are you talking about?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> Let me explain to you. If you allow me, master.
</p>
</div>
<p class="notation_text"> <<print $mc.name>> while coming out of the blanket, and says “why should I trust you?”
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> I will answer your questions and clear the cloud of doubts. Don’t worry.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> making a confused face.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> My name is <<print $gf.name>>. I am a demon from hell 6. You are my master. You are the one who summoned me to this world. You bought me to live.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> “How? W-he-en?” in a frightened tone.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> Wait for the answers master. I will see you again at night.
</p>
</div>
<p class="notation_text"> Demon disappears in thin air.
</p>
<p class="notation_text"> <<print $mc.name>> is still puzzled over the fact if he has dreamt or hallucinated or what actually was that creature if it was actually true.
</p>
<p class="notation_text"> <<print $mc.name>> is lying in bed, wide awake. He can't sleep. He is too scared. He have seen the demon just a moment before, and he is afraid to think what if it comes back.
</p>
<p class="notation_text"> He pulls the blanket up over his head. He closes his eyes and tries to think of happy things. He thinks about his family and friends. He thinks about his favourite games and books. But he cannot shake the feeling that the demon right here, in front of his eyes, watching and talking to him.He pulls the blanket even tighter around himself. He feels safe and warm under the blanket. He imagines that the blanket is a protective shield, keeping the demon away.
</p>
<p class="notation_text"> He gradually starts to relax. He took a deep breath and let it out slowly. He feels his body starting to grow heavy. His eyes starts to droop. He closes his eyes and drifts off to sleep. He dreams that he is safe and happy.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/devil-1.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> Do I want to meet the demon again?
</p>
</div>
<p class="notation_text"> As the demon is hot and sexy, I would love to see her again.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Event_4">
<p >Corruption</p>
</div>
<p class="notation_text">I am scared of demons and I hope I don’t encounter her again. She could pose a threat to me or my family.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Event_4">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $bedroom.status[0] = 1>>
<<set $myroom.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/mc/mc10.jpg'">
<p class="notation_text"> The boy woke up early.He got out of bed and went to the window. He looked out at the street, but he didn't see anything out of the ordinary.The boy went downstairs and had breakfast with his family. He tried to act normal, but he couldn't shake the feeling that something was wrong. He kept thinking about the demon, and he wondered if it would come back.
</p>
<p class="notation_text"> After he was done for the day, he went straight to his room. He locked the door and sat down on his bed. He felt tired and scared, but he couldn't sleep. He kept thinking about the demon, and he wondered if it was watching him. This thought made him really uncomfortable, that he did not even go to the toilet the entire day. He stopped drinking and eating for the day.
</p>
<p class="notation_text"> As his <<print $mom.call>> calls him for dinner downstairs, he has no other option but to join them. <<print $mc.name>> eats dinner at 9 o’clock with his family. The table was well prepared as if it was a festive or a special day.
</p>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.name>>: </span> Today seems to be my lucky day. I got to eat my wife’s delicious foods today for both lunch and dinner. What is the special occasion honey? Are we expecting any good news?
</p>
</div>
<p class="notation_text"> The children are looking at each other thinking about the embarrassment it would be if it is true. All their excitement for the dinner table is gone.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> You are too much, Mr. Hari. There is no such thing. I just felt like making them so I did. Plus the Christmas festival is coming soon, so you know I stay overwhelmed in this season for that.
</p>
</div>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro"><<print $bro.name>>: </span> Thank God! Such a relief… sigh
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> I have a fashion show to visit. Can you drop me George please?
</p>
</div>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro"><<print $bro.name>>: </span> Sure. Let me know the time you want to go.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Pass me the salad bowl please.
</p>
</div>
<p class="notation_text"> <<print $mc.name>> plays a game as soon as he is done with his dinner. <<print $mom.call>> comes and asks him to turn it off.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Oh no! not again please! It is my vacation going on.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> If you don’t want your game console to face any damage then in the count of 5, you will have to shut it down. 5..4..3..2..1..
</p>
</div>
<p class="notation_text"> <<print $mc.name>> makes irritated faces and shuts it down. He places the game controller on the side table of his bed and lies down. His <<print $mom.call>> gives him a goodnight kiss on his forehead and greets him ‘goodnight’.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> We got loads of work to complete before Christmas. So, don’t you think of getting up from your bed and playing again. I will wake you up early in the morning. Goodnight. Turns off his light.
</p>
</div>
<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>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mom.call>> told me to help with household chores.
</p>
</div>
<p class="notation_text"> No way. I refuse to waste my time on unnecessary chores.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">Definitely. Sharing work is also a caring gesture.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[3] = 1>>
<<set $myroom.status[2] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/dv1.jpg'">
<p class="notation_text"> Tonight, he is even more scared than he had been the night before. He knew the demon might show up again, and if it shows up, he doesn’t really know what to do. He has no idea why the demon is even here. He went to bed early, but he couldn't sleep. He kept thinking about the demon. He imagined it lurking in the shadows, waiting for him to fall asleep.
</p>
<p class="notation_text"> He pulled the blanket up over his head. He closed his eyes and tried to think of happy things, but it was no use. He couldn't stop thinking about the demon.
</p>
<p class="notation_text"> Suddenly, the boy heard a noise. He froze. His heart started to race. He pulled the blanket even tighter around himself. He was too scared to move.
</p>
<p class="notation_text"> He waited a few minutes. He didn't hear anything else.
</p>
<p class="notation_text"> Slowly, the boy peeked out from under the blanket. He looked at the window. He didn't see anything.
</p>
<p class="notation_text"> The boy took a deep breath. He tried to calm his nerves.
</p>
<p class="notation_text"> Maybe it was just the wind, he thought. Maybe there was no demon.
</p>
<p class="notation_text"> The boy pulled the blanket back down over his head and closed his eyes. He gradually fell asleep.
</p>
<p class="notation_text"> Pablito is fast asleep. Suddenly his sleep breaks and as opens his eyes, he is paralysed. He is paralysed due to terror. He cannot process what is actually happening. The strange demon is here AGAIN!
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> (to himself) “What is happening? Who is this creature? How does she come to my room? I am super terrified.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.call>>: </span> Relax master. I did tell you I will be back with all your answers at night so here I am. I am a demon and your slave. I have powers by which no one can see me or stop me from my designations to reach. Especially to my master.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Ho-ow caa-aan you ree-aadd my thoo-ughts?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.call>>: </span> I am the powers but fear me not, master.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Fine… answer to me the reason for your existence.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.call>>: </span> I was a slave of your late grandpa. I was prisoned in a book by an angel years back. You freed me from that prison master.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I don’t understand. Please explain to me what you are trying to say.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.call>>: </span> Remember a few days ago you were cleaning your grandpa’s closet?
</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> You got some books from the closet. The ancient writings books? Some mantras were written on it. You read them. That made me free. I was the demon pictured in the book, and here I am now.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> What do you want from me?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.call>>: </span> Your grandpa and I were on a mission which remained incomplete. Now you being the new master, it's your duty to complete and my job to serve and guide you through.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> What is the mission?
</p>
</div>
<p class="notation_text"> The Demon disappears again without answering Pablito’s answer.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/devil-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> What do I expect from the demon in my next meeting?
</p>
</div>
<p class="notation_text"> I will stay quiet and see what the demon has to offer.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">I want to confront the demon, why is she here and what she wants from me.
</p>
<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[2] = 1>>
<<set $myroom.status[3] = 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/mc/mc11.jpg'">
<p class="notation_text">Tonight, he is even more scared than he had been the night before. He knew the demon might show up again, and if it shows up, he doesn’t really know what to do. He has no idea why the demon is even here. He went to bed early, but he couldn't sleep. He kept thinking about the demon. He imagined it lurking in the shadows, waiting for him to fall asleep.,
</p>
<p class="notation_text">Suddenly a distant rumble echoed, heralding the arrival of a thunderstorm. <<print $mc.name>>, peered out his window as the sky darkened, lightning streaking across the sky. Rain poured down, and thunder shook the town. <<print $mc.name>>’s mind was having different kind of storms. He was not affected only by the thunders that night for the very first time as he was already struggling about the demon in his mind from last night. He was scared to think about the night has in hold for him, that’s when he got an idea.
</p>
<p class="notation_text"><<print $mc.name>> goes to his mother’s room with his pillow and blanket. He plans to sleep with his parents for the night as everyone knows he is scared of thunder and stormy nights. So, he comes up with the plan of using it as an excuse to his parents for the night so that he can stay out of his room and avoid demon.
</p>
<p class="notation_text">He sets up the bed for himself and lays down on the bed. As he does, his step-mom walks in the room.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> What are you doing here?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Why? I am here to sleep.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> You have mistakenly come to the wrong room.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> No, I know where I am. I am in your room. I want to sleep with my parents tonight.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Well, that’s not happening. Go to your room.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> No no nooooo!!!!! PLEASE let me stay. It is a scary stormy night and I am really frightened.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Grow-up <<print $mc.name>>! You are not a child anymore. You cannot stay here.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Bu-u-t…
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> No buts and ifs! Go to your room.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Just one night. I promise. I cannot go to my room. I CANNOT! Please understand.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Oh <<print $mc.name>>! You are being impossible nowadays. Just get up and leave now. RIGHT NOW GET OUT FROM HERE!
</p>
</div>
<p class="notation_text"><<print $mc.name>> making a sad scared face, leaves the bed and walks out of the room.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/scary.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>How do I react?
</p>
</div>
<p class="notation_text">My heart pounds, my face flushes, and I can feel the heat of my anger rising as I yell with uncontrollable fury.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">I understand what <<print $mom.call>> tries to say, and she is right. She is doing it for my betterment. I cannot be a chicken, I need to be a brave man.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[2] = 1>>
<<set $bedroom.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/gf/dv4.jpg'">
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> How was last night? Did you have fun boy?
</p>
</div>
<p class="notation_text"> Pablito gives a jump scare on his bed as he recognises the voice. He turns towards Lily and starts a conversation.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> You were here last night?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> Why? Don’t you remember?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> But… but… I thought… umm… I thought I was dr---
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> Dreaming? (laughs)
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> yes. How is that possible?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> I made your desire come true in your dream. I have a connection with your mind, you forgot?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Was it real or mere a dream?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> It was a dream but played by me in your fucking mind.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I am confused.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> I will clear them all soon. Don’t worry my master. So, would you like to enjoy the night in reality now?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> mmmm…. Noooo! I can’t.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> You do want to.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> No, I don’t.
</p>
</div>
<p class="notation_text"> Lily unzips her corset, saying “oh it’s getting fucking hot in here!”
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> thinks,“Her sexy stomach abs are showing, her curves are just perfect to make any guy erect. Her skin looks soooo smooth like butter. It is difficult to resist such beauty. Her tits are hard already and visible through her lace cupped bra. The bra strings look so tempting to pull down with teeth. I cannot get over her thoughts.”
</p>
</div>
<p class="notation_text"> Lily plays with her hair in such a playful manner to increase Pablito’s lust desires. She opens her corset and is only wearing a bra and panty. Her panty is so short that her butt is all shown. As he walks around, her ass shakes.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> thinks, “I wish I could spank her ass. I could hold them and squeeze them. Have her on my top and feel them hitting on my thighs. Damn”
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> You know you can fulfil your desires master. You just have to command.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Shit. You can read my mind?!
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> laughs.
</p>
</div>
<p class="notation_text"> Pablito feels embarrassed.
</p>
<p class="notation_text"> Lily comes near him, strokes her index finger across his face, “You don’t need to feel guilty, you are not doing anything wrong. I am here to serve you my master”. She goes much closer that they share the same breath, waiting for Pablito to make a move. Lily says in a very seductive tone, “I sooo want to give you a good blowjob”. Pablito tries his level best to resist but unfortunately, he fails to. He finally gives up. He commands her to fuck him.
</p>
<p class="notation_text"> She immediately kisses him passionately. She strokes his lips using her tongue, tickling the roof of his mouth with the tip of the tongue, takes a small break from their tongue action and gently rubs their lips together giving each other quick short pecks, gently sucking on his tongue again, twirling the tips together in a playful back and forth, while Pablito’s right hand like a reflex action touches her tits. Pablito’s heart is racing the fastest ever in his life. This is his first time. He is letting Lily take the lead tonight. He squeezes her tits. Her tits are sooo warm and soft. Lily holds her tits and brings them to his mouth. Pablito without any delay starts sucking it. He sucks it softly and kisses it, presses his lips against it and again sucking her tits, he presses her other boobs with his hand.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> moans, “mmmmmmhhh… mmmmmmm…. Yeahh.. you are doing great. After a pause, “Do you want me to take your cock in my mouth?”
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> yes!
</p>
</div>
<p class="notation_text"> Lily runs her hands across his body. Coming to his inner thigh, she is making motions there. Giving a feeling of almost touching the dick but she doesn’t. She is making him crave for the blowjob more. She again goes close to him, and kisses him wildly. She gives him neck kisses, then leads to his ear lobe where she licks and nuzzles it. She now comes down kissing his whole body to his dick, giving dry humping. Slowly she pulls his pants and takes out his cock out of there while glaring at his eyes with evil playful traits.
</p>
<p class="notation_text"> She starts with long, slow licks from top to bottom, then teases a little with her tongue on the head. Then she starts deepthroating him, licking the base of his cock with her tongue while it is deep inside her mouth. She is constantly moaning and giving him lustful looks. She knows he is approaching orgasm because of the way he's moving and because of how hard his cock feels in her mouth, so she backs off to keep him on the edge. She uses this trick a few times. Now when she feels like it’s time for him to cum, she deepthroats him non-stop and uses her hand at his base of the cock. This time the orgasm was so intense, it spread through his body and went on for at least a minute.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> aaaahhhhh…..aaaaaaaaahhhhh…..yeessss yyeesss…. Aaaaahhh… FFUUCKK it! Yessss!
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="enter_button" data-passage="Event_12">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc6.jpg'">
<!-- living afternoon -->
<p class="notation_text"> <<print $mc.name>> is scared and puzzled about the fact of the demon. He is unable to figure out whether or not to believe the demon, whether to talk about it to anyone and if yes then to whom he should talk. A large bunch of questionnaires are getting prepared in his small head. With all these thoughts in his mind, he fell asleep early morning,
</p>
<p class="notation_text"> <<print $mc.name>> is in a dilemma. He wakes up in the morning despite sleeping late. He is having very poor sleep as he keeps thinking about the demon. He decides to talk to his Dad.
</p>
<p class="notation_text"> Meets <<print $dad.call>>at the breakfast table.<<print $dad.call>> is surprised to see him so early.
</p>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> Is everything okay?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Yeah. Why do you ask?
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> I never saw you coming to the breakfast table so early.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Oh! My sleep broke, I was feeling a little hungry, that’s why. Taking a while to pause. Well.. dad… Do you know anything about the ancient books that grandpa had?
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> Your grandpa used to believe in supernatural powers. He used to say something about demons and the world of destruction which was beyond our understanding. He always loved to collect the ancient books of weird power books.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Do you think they were true?
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> No ofcourse. He was a patient of schizophrenia.
</p>
</div>
<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 dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> It is a disease where you hallucinate unreal things or the world.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> umm.. okay.
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> Why are you suddenly asking me all these?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> No no no… it's nothing serious. I am just asking about it out of curiosity. I saw a few books in his closet.
</p>
</div>
<p class="notation_text"> They both continue to eat their breakfast, while <<print $dad.call>>watches business news as usual.
</p>
<p class="notation_text"> <<print $mc.name>> thinks to himself, “I shall try to talk to <<print $mom.call>> and George. They might know something more about grandpa, especially <<print $mom.call>> as she was really fond of him as far as I remember. I need to know about all this as soon as possible. I cannot trust a demon’s words. I need to find the truth anyhow!”
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/kitchen-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>What would I do next?
</p>
</div>
<p class="notation_text"> I would not waste my time on finding the truth nor would I give the demon any importance. I am only concerned about her hotness.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">I would be frightened to talk thinking she might be present around. I could probably not come out of my home.
</p>
<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[3] = 1>>
<<set $kitchen.status[2] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom1.jpg'">
<p class="notation_text"> <<print $mc.name>> walks into the kitchen where he finds <<print $mom.call>> listing for groceries as she planned on going to the market today,
</p>
<p class="notation_text"> <<print $mc.name>> goes to his <<print $mom.call>> to have a short conversation.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Good afternoon.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Good afternoon, dear.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Do you need any help?
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Well, I don’t have much work now. But you could actually help me by cleaning up the kitchen.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Why do you always give me the work of cleaning? Urgh.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Do you want to cook dinner?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Yeah okay. Got it. I will do the cleaning. Well, there was something more I would like to talk about. How was your relationship between you and grandpa?
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Very cool. We never had complaints about each other as we never meddle in anyone’s business; not even in his illogical demon story, I passed no comments.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> What do you mean by demon?
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> I really don’t know, in fact no one knows about what he was saying. All daylong, he used to collect books from different places regarding ancient times and demons. We took him to a doctor, and the doctor said that grandpa was doing okay. They also didn’t have a proper reason for that. All his beliefs were said to be hallucinations. Thus, he was announced to be a patient of a mental disorder named schizophrenia.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> That’s really sad. But I don’t think he could hallucinate.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> I believed the same. But who can go against the information or logical grounds? Because ghost, horror are man-made I feel.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Where are the books? Do you know?
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> I have kept them away. As they were of no use to us, I kept it in the store room along with all the belongings of your grandpa. Why do you ask all of a sudden about all of these?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> No no.. Just heard about the ancient books from Dad. That’s why I asked you to know more about it. It seemed an interesting thing to me. Anyways, I am done here with work. I shall go and play my game console.
</p>
</div>
<p class="notation_text"> <<print $mc.name>> is walking out the kitchen, “Now, I need to find the keys to the store room and find the rest of the story from there”.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom5.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>What my feelings is for stealing the keys?
</p>
</div>
<p class="notation_text"> I am excited to make a connection with the demon and not think about any other factors of morality or ethics.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">I feel guilty for stealing, but I had to do this to stop the demon from harming me and my family.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $store.status[1] = 1>>
<<set $kitchen.status[3] = 0>>
<div class="big_text">
<<nobr>>
<!-- Kitchen Morning-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc8.jpg'">
<p class="notation_text"> He stood before the door of the antique room, his heart pounding in his chest. He had to go inside and find the ancient books of the devil, but he was terrified.
</p>
<p class="notation_text"> He had only been in the antique room once before, and he had hated it. It was a dark and gloomy place, full of old furniture and dusty objects. He had felt like he was being watched.
</p>
<p class="notation_text"> But he had to go back in. The ancient books of the devil were the only way to know about the truth of the demon that was showing up every midnight at his room.
</p>
<p class="notation_text"> The boy took a deep breath and opened the door. He stepped inside and closed the door behind him.
</p>
<p class="notation_text"> The room was dark and silent. The boy could hear his own heartbeat in his ears. He took a step forward and then another.
</p>
<p class="notation_text"> He could see the outlines of the furniture in the darkness. He moved towards a table in the centre of the room. On the table was a pile of books.
</p>
<p class="notation_text"> <<print $mc.name>> reached out and picked up the top book. It was covered in dust and cobwebs. He opens it carefully. It is not the book he was looking for. He goes on with his search. He keeps on looking into the pile, finally gets a book which has weird writings on it. He knew that very moment, this is the book that he is looking for.
</p>
<p class="notation_text"> The pages of the book are yellow and brittle. The ink was faded, but he could still read the words. They are the words of the devil.
</p>
<p class="notation_text"> The boy's heart pounded in his chest as he read the words. He has never seen anything like it before. The words are filled with darkness and evil.
</p>
<p class="notation_text"> The boy knew that he had to get out of the room. He couldn't stay in there with the devil's words. He quickly closed the book and put it back on the table.
</p>
<p class="notation_text"> He turns and walks towards the door. He starts to run. The boy reaches the door and fumbles with the lock. He finally gets it open and runs out of the room. He slams the door shut behind him and locks it.
</p>
<p class="notation_text"> The boy collapses on the floor, breathing heavily. He is safe for now, but he doesn’t know for how long and neither does he know yet the intention of the demon. The only thing he knew for a fact is that the demon would be back. He had to find a way to the truth of the whole story.
</p>
<p class="notation_text"> He gets up from the floor, and reaches his room being completely exhausted. He is frightened as he thinks about the demon and again he wants to win the truth.
</p>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc7.jpg'">
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>What would my intentions be behind finding out the truth?
</p>
</div>
<p class="notation_text"> I would like to control demons and rule the world with the ultimate powers
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">I would use the power to save the world from evil.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[4] = 1>>
<<set $store.status[1] = 0>> <div class="big_text">
<<nobr>>
<!-- <div class="enter_button">
<p><<print passage()>></p>
</div> -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc13.webp'">
<p class="notation_text"> <<print $mc.name>> doesn’t go to sleep tonight. He is waiting for the demon to arrive. The clock is ticking ‘ tick.. tock.. tick.. tock..’ The hour bell rings. The red smoke appears and the room gets lit up by weird red light suddenly. <<print $mc.name>> tries not to freak out. The demon, Lily appears.
</p>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> You seem to be waiting for me, master.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Please cut to the chase. Enough is enough. Come to the point.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> Okay jeez! Take it easy, master. In order to know the rest of the story, first you need to be prepared a little.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> What do you mean by that?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> You need to become my master for real.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> …. And how am I supposed to do that?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> You need to grant me as your slave. Take me as your submissive.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> How is that even possible?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> I know in your mind you badly want to see my tits, my ass-hole, my pussy, me entirely naked. Don’t forget master, I have the power to connect to you. I know all your desires. Allow me to serve you.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Ummm….
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> C’mon master. Don’t be shy. (in a seductive tone)
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I-I-I can’t do this.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> Are you sure? Huh?
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/devil-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="enter_button" data-passage="Event_9_1">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<!-- myroom afternoon -->
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/dv2.jpg'">
<p class="notation_text"> I am walking towards the dining table, but my mind is stuck with the dream. I cannot get over the dream. Why did I see her? She got such sexy curves, I wish I could actually roll my tongue all over her curves. I wish I could massage her left tit with my tongue and squeeze the other with my right hand. Damn she is something man! She is such a sexy whore that I would like to fuck. “What the fuck is wrong with you man? What are you thinking? Fuck with a demon? You can’t be serious about it. You are losing your mind. Get a hold on yourself little boy”, saying to himself in mind.
</p>
<p class="notation_text"> <<print $mc.name>> is in a very big puzzled situation. <<print $mc.name>> cannot stop himself from being attracted to the demon, again on the other hand, a strange voice inside him speaks to him to stop. A weird attraction pull is there; lustful desire.
</p>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> <<print $mc.name>>! (screams)
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Uh? What?
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> Your <<print $mom.call>> has been calling you out for several times now, why aren’t you responding? Where are you lost?
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Oh no.. nothing dad.. I just did not have proper sleep last night. That’s why maybe I am behaving like this.
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> I hope that is it! You seem to have behavioural issues lately.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Yes dad. Nth to worry about.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Okay so the reason I have summoned everyone here is to discuss the chores that each of you need to do before Christmas time. So, starting with Mr. Hari, you will only be charged for all the expenses. You don’t have to do any chores at home. <<print $sis.name>>, you will be in-charge of our outfits and accessories for Christmas eve. George, you need to take the responsibility to arrange the Christmas tree and presents. Coming to <<print $mc.name>>, you will be assigned with me; you will assist me. I hope everyone is clear! Did I make it clear to you all?
</p>
</div>
<div class="dialog_text dad_dialog_text">
<p><span span class = "dad"><<print $dad.call>>: </span> yes my love.
</p>
</div>
<div class="dialog_text sis_dialog_text">
<p><span span class = "sis"><<print $sis.name>>: </span> Yes <<print $mom.call>>. I would love to do my job.
</p>
</div>
<div class="dialog_text bro_dialog_text">
<p><span span class = "bro"><<print $bro.name>>: </span> yes <<print $mom.call>>.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> What’s new about mine? Sigh
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Okay, enough of talking now, let’s have our breakfast.
</p>
</div>
<p class="notation_text"> The breakfast table was already ready. There are bread, butter, jam, milk, scrambled eggs, toasted bread, sausage, beans, a very special fruit salad made by my <<print $sis.rel>> <<print $sis.name>>, 2 types of juice: orange & papaya and a large bowl of vegetable soup. I got up from the table and went to the kitchen to grab cereal for me. I do not like to eat anything but cereal and milk in the morning.
</p>
<p class="notation_text"> Everyone is talking at the table, but for me they seem to be making noises. No matter how many times I distract my mind, it again goes back to the demon. The demon got into my nerves as it is told in the bible. I am not able to focus on the conversations they are having. Not a single word is processing in my mind.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/dinner-1.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 assist my family for Christmas eve?
</p>
</div>
<p class="notation_text"> I am not a baby to follow orders anymore. I don’t want to waste my vacation doing unnecessary chores.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">I would definitely help my family and love doing that.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[5] = 1>>
<<set $kitchen.status[4] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc2.png'">
<p class="notation_text">Planning to indulge in my favorite game, I switch on the console and dive into the gameplay. However, I find it hard to focus; distractions are pulling my attention away. Despite my efforts to continue playing, I keep failing to secure a victory in the round. In the end, I give in, powering off the console. I toss and turn in bed, but her thoughts remain persistent.
</p>
<p class="notation_text">I'm growing increasingly impatient, eager to uncover tonight's surprises. The sensation of waiting for the night's mysteries is like an irresistible itch. It's a blend of excitement, anticipation, and a touch of nervousness. I'm eager to discover what awaits, yet I'm wary of setting my expectations too high and potentially spoiling the experience.
</p>
<p class="notation_text">Yet my mind is racing with possibilities. What could it be? Is it something you've been wanting for a long time? Is it something completely unexpected? The suspense is almost unbearable.
</p>
<p class="notation_text">Despite my attempts to redirect my attention, it's futile. My thoughts persistently return to the story intertwined with Lily. I find myself glancing at the clock every few minutes, the seconds slowly counting down until I finally unveil the mystery.
</p>
<p class="notation_text">As the moment approaches, my heart starts to race. I can feel the palms of my hands sweating. I am both excited and nervous at the same time.
</p>
<p class="notation_text">Finally, the time has come. The surprise is about to be revealed. My heart soars with joy. It's everything I could have ever wanted and more.
</p>
<p class="notation_text">The clock is ticking to midnight…. She will be here soon!
</p>
<p class="notation_text">The time is coming closer, my nervousness level is increasing along with my excitement. I am wondering what she is going to bring with her tonite!
</p>
<div class="enter_button" data-passage="Patreon">
<p >Continue</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<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"> Available in the next update!</p>
<p class="notation_text">What should I do now?</p>
</div>
<!-- <div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Morality'; $mediaType = 'image'; $activityImage = 'scenes/misc/porn.gif';" >
<p >Watch Porn!</p>
</div> -->
<!-- <img class="scenes_image" @src="setup.ImagePath+'scenes/misc/hack.jpg'"> -->
<!-- <div class="enter_button" data-passage="MiniGame" data-setter = "$activityType = 'Money'; $mediaType = 'image'; $activityImage = 'scenes/misc/hack.gif';" >
<p >Do Freelancing!</p>
</div> -->
<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">
<<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/m_bedroom.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>
<<if $currentTime is 1 >>
<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>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Rel'; $activityVideo = 'scenes/video/1/dinner.mp4';" >
<p >Breakfast With Family</p>
</div>
<<elseif $currentTime is 4 >>
<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>
<div class="enter_button" data-passage="MiniGame" data-setter = " $mediaType = 'video'; $activityType = 'Rel'; $activityVideo = 'scenes/video/1/dinner-1.mp4';" >
<p >Dinner With Family</p>
</div>
<<else>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/home/kitchen.jpg'">
<p class="notation_text">What should I do now?</p>
<<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-->
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc2.png'">
<p class="notation_text"> It was a fine evening of December; I was playing my game console with great excitement. I was playing Mortal Kombat and was almost there to defeat sub-zero when my <<print $mom.call>> walks in my room.
</p>
<p class="notation_text"> My <<print $mom.call>>, she is a goddess. She radiates from within, captivating all who have the honour of witnessing her. Her big ass and D-cupped tits are perfectly symmetrical, with flawless skin that seems to glow with an otherworldly light. Her eyes are pools of wisdom and mystery. The eyes, they shimmer like precious gemstones, and they work like magnets, draws you in hypnotic allure. Her long flowing hair cascades like liquid silk, trailing behind her like a heavenly veil. Her voice is like a soothing melody, calming troubled souls and inspiring love. It resonates with a warmth and gentleness that is both comforting and enchanting. She got toned abs and flexible legs. Confidence flows from her like a gentle stream, inspiring those around her to believe in their own potential. This beautiful woman, a harmonious blend of grace and character, leaves an indelible mark on those fortunate enough to know her. She is a savage lady who wears modern dresses with high heels. Apart from being a wife, mom, she plays a vital role in other people’s lives as well as being a nurse.She is a compassionate and dedicated nurse. Her profession is marked by a commitment to caring for the health and well-being of others.
</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mc.name>> I need a favour.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> What do you want from me mom?
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Get all the things out of your grandpa’s closet. Put them to the patio because we’ll remodel that room.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Wait a second mom!
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Right now!
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Wait a minute! Please mom, I am just about to get my biggest desire done by beating up sub-zero! I promise to finish the game and go.
</p>
</div>
<p class="notation_text"> <<print $mom.call>> without saying a word anymore to <<print $mc.name>>, walks towards the game console and unplugs it.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> <<print $mc.name>> screams out as loud as he can, “Moooooooom! What have you done? I was almost there to achieve one of my life’s goal. Noooooooooooo! Why would you do such a thing? Why????”
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> “Stop being so dramatic. I would not have done that if you had listened to me in the first place. So the blame is all yours”, said <<print $mom.call>>.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> “But you can’t turn off the console like that, you could damage it”, said <<print $mc.name>>.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> “Enough of you and your rubbish. Now go, do what I have asked you to do”, said <<print $mom.call>>.
</p>
</div>
<p class="notation_text"> <<print $mc.name>> angrily throws the game controller on the bed and gets up from his bed, shows tongue to his <<print $mom.call>> and walks towards the bathroom.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/game-1.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 would have been my reaction if mom had turned off my game console?
</p>
</div>
<p class="notation_text"> I would go crazy over her and be a stubborn person who would not do as she said.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">I would accept my fault for not listening to her in the first place, and be guilty for not helping her by myself. So, I will be sorry to her and do the work properly.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $store.status[0] = 1>>
<<set $myroom.status[0] = 0>>
<<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('Bro_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('Sis_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>
<</nobr>>
<<script>>
UIBar.show();
<</script>>
<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/mom/mom8.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<<elseif $currentTime is 5 >>
<div id="pos">
<img class="scenes_image" @src="setup.ImagePath+'scenes/sis/sis2.jpg'">
<p class="notation_text">What should I do now?</p>
</div>
<<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">
<<print $message>>
</p>
<<set $message to "" >>
<img class="scenes_image" @src="setup.ImagePath+'scenes/city/city.jpg'" >
<p class="notation_text">Where should I go now?</p>
<div class="split-container">
<div class="column">
<div class="location_button" data-passage="Home">
<p >Dad's Apartment</p>
</div>
<div class="location_button" data-passage="Office">
<p >Dad's Office</p>
</div>
</div>
<div class="column">
<div class="location_button" data-passage="Bar">
<p >Bar</p>
</div>
<div class="location_button" onclick="locEventCheck('Club');" data-passage="Club">
<p >Sin City</p>
</div>
</div>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set _eventMoney = [$myroom.money[0],$store.money[0],$kitchen.money[0],$kitchen.money[1],$myroom.money[1],
$myroom.money[2],$myroom.money[3],$kitchen.money[2],$kitchen.money[3],$store.money[1],$myroom.money[4],
$kitchen.money[4],$myroom.money[5],$myroom.money[6],$myroom.money[7],$living.money[0],"Completed"]>>
<<set _eventMorality = [$myroom.money[0],$store.money[0],$kitchen.money[0],$kitchen.money[1],$myroom.money[1],
$myroom.money[2],$myroom.money[3],$kitchen.money[2],$kitchen.money[3],$store.money[1],$myroom.money[4],
$kitchen.money[4],$myroom.money[5],$myroom.money[6],$myroom.money[7],$living.money[0],"Completed"]>>
<<set _eventStamina = [$myroom.money[0],$store.money[0],$kitchen.money[0],$kitchen.money[1],$myroom.money[1],
$myroom.money[2],$myroom.money[3],$kitchen.money[2],$kitchen.money[3],$store.money[1],$myroom.money[4],
$kitchen.money[4],$myroom.money[5],$myroom.money[6],$myroom.money[7],$living.money[0],"Completed"]>>
<<set _eventMomLove = [$myroom.money[0],$store.money[0],$kitchen.money[0],$kitchen.money[1],$myroom.money[1],
$myroom.money[2],$myroom.money[3],$kitchen.money[2],$kitchen.money[3],$store.money[1],$myroom.money[4],
$kitchen.money[4],$myroom.money[5],$myroom.money[6],$myroom.money[7],$living.money[0],"Completed"]>>
<<set _eventMomLust =[$myroom.money[0],$store.money[0],$kitchen.money[0],$kitchen.money[1],$myroom.money[1],
$myroom.money[2],$myroom.money[3],$kitchen.money[2],$kitchen.money[3],$store.money[1],$myroom.money[4],
$kitchen.money[4],$myroom.money[5],$myroom.money[6],$myroom.money[7],$living.money[0],"Completed"]>>
<<set _eventFamRel = [$myroom.fam_rel[0],$store.fam_rel[0],$kitchen.fam_rel[0],$kitchen.fam_rel[1],$myroom.fam_rel[1],
$myroom.fam_rel[2],$myroom.fam_rel[3],$kitchen.fam_rel[2],$kitchen.fam_rel[3],$store.fam_rel[1],$myroom.fam_rel[4],
$kitchen.fam_rel[4],$myroom.fam_rel[5],$myroom.fam_rel[6],$myroom.fam_rel[7],$living.fam_rel[0],"Completed"]>>
<<print $weekDays[$currentDay]>><br>
<<print $dayTimes[$currentTime]>><br>
<<if $weekendValue[$currentDay] lt 1>><<print "Weekday">>
<<else>><<print "Weekend">><</if>>
<p><span class = "ui_text">Family Relation: </span> <<print $mc.stats.fam_rel >></p>
<p><span class = "ui_text">Corruption: </span> <<print $mc.stats.morality >></p>
<p><span class = "ui_text">Love: </span> <<print $mc.stats.mom_love >></p>
<p><span class = "ui_text">Lust: </span> <<print $mc.stats.mom_lust >></p>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/dad/dad24.jpg'" >
<p class="notation_text"> Dad went to start his shift at the Sin City strip club.</p>
<p class="notation_text">Money increased by $20</p>
<div class="enter_button" onclick="getInfo(20,'Money'); getInfo(5,'Work'); forwardTime(1);" data-passage="Club" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/pool-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"><<print $mom.call>>, dressed in a swimsuit by the poolside, looked absolutely stunning. sometimes I think "what's my deepest desire when it comes to her?"
</p>
<<if $talkEvent.pool.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p > To make her mine in every way possible. (Lust+) </p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >To make her feel loved and cherished every day. (Morality) </p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >To give her a love story that legends are made of. (Love+) </p>
</div>
<<set $talkEvent.pool.status[2] = 1>>
<<set $talkEvent.pool.status[1] = 0>>
<<set $talkEvent.pool.count[1] += 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/sis_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>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/myroom-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">As I sat with <<print $mom.call>> , engaged in a lively discussion about <<print $gf.name>>,
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> suddenly inquired, "So, have the two of you gone on a date yet?"
</p>
</div>
<p class="notation_text">You shook your head in response.</p>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Undeterred, <<print $mom.call>> continued, "Well, since you haven't had that first date, What's your idea of the perfect date with your girlfriend?"
</p>
</div>
<<if $talkEvent.myroom.count[1] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >An intimate evening in a luxury hotel. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >A cozy dinner at home. (Morality)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > A scenic picnic followed by stargazing. (Love)</p>
</div>
<<set $talkEvent.myroom.status[2] = 1>>
<<set $talkEvent.myroom.status[1] = 0>>
<<set $talkEvent.myroom.count[1] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/kitchen-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Making coffee in her kitchen facing her back to me.
</p>
<p class="notation_text">What thoughts or feelings arise when you see her beautiful round-shaped ass?
</p>
<<if $talkEvent.kitchen.count[3] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >Spank her ass, squeeze her tits from behind. Lift her up on the kitchen slab. Rub her pussy and kiss her wildly.
(Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >stare at one glance and admire. (Morality+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >Hug her from behind, smell her hair and capture the moment. (Love+)
</p>
</div>
<<set $talkEvent.kitchen.status[0] = 1>>
<<set $talkEvent.kitchen.status[3] = 0>>
<<set $talkEvent.kitchen.count[3] += 1>>
<<set $kitchenTalk = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/myroom-3.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">How do you feel about opening up to your <<print $mom.rel>> about your growing sexual feelings for <<print $gf.name>>?</p>
<<if $talkEvent.myroom.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >I think her insights could help me navigate these new feelings in an erotic way. (Lust+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > I find it awkward and prefer to deal with these emotions privately. (Morality+)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > I'm open to discussing it with, but I also value having some personal feelings & fantasy. (Love+)
</p>
</div>
<<set $talkEvent.myroom.status[0] = 1>>
<<set $talkEvent.myroom.status[2] = 0>>
<<set $talkEvent.myroom.count[2] += 1>>
<<set $myroomTalk = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<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 $mc.inventory.groceries lt 100>>
<div class="enter_button" onclick="addInventory(100,30,'Groceries'); " data-passage="Shop" style="width:15vw;">
<p >Buy Groceries ($30)</p>
</div>
<</if>>
<<if $mc.inventory.camera == false>>
<div class="enter_button" onclick="addInventory(1,300,'Camera'); " data-passage="Shop" style="width:15vw;">
<p >Buy Camera ($300)</p>
</div>
<</if>>
<<if $mc.inventory.lingerie == false>>
<div class="enter_button" onclick="addInventory(1,400,'Lingerie'); " data-passage="Shop" style="width:15vw;">
<p >Buy Lingerie ($400)</p>
</div>
<</if>>
<<if $mc.inventory.dress == false>>
<div class="enter_button" onclick="addInventory(1,200,'Dress'); " data-passage="Shop" style="width:15vw;">
<p >Buy Dress ($200)</p>
</div>
<</if>>
<<if $mc.inventory.shoe == false>>
<div class="enter_button" onclick="addInventory(1,100,'Flower'); " data-passage="Shop" style="width:15vw;">
<p >Buy Gym Shoe ($100)</p>
</div>
<</if>>
<div class="enter_button" data-passage="Outdoor" style="width:15vw;" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/pool-3.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 a lovely sunny day!
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>Don't forget to lock the door behind you.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> oh yeah. Sorry, my bad! Now let's roll to the pool
</p>
</div>
<p class="notation_text"> “How do you feel when you are around your <<print $mom.call>>?”
</p>
<<if $talkEvent.pool.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust");forwardTime(1);' data-passage="Home" >
<p >Make her seat on my lap, pull down her panty to make her feel my dick. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >Amazing feeling which cannot be expressed in words. (Morality)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > My heart races with an exhilarating blend of devotion and desire. (Love)</p>
</div>
<<set $talkEvent.pool.status[1] = 1>>
<<set $talkEvent.pool.status[0] = 0>>
<<set $talkEvent.pool.count[0] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/kitchen-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">curiously making faces, asks “How would you react with <<print $gf.name>> if there is a disagreement?”
</p>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p> listen to her perspective, and try to find a solution. (Moral)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p>bring her closer and give her a tight hug. (Love)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p> grab her by hair, put two fingers in her pussy and make her give me a blowjob. (Lust)</p>
</div>
<<set $talkEvent.kitchen.status[1] = 1>>
<<set $talkEvent.kitchen.status[0] = 0>>
<<set $talkEvent.kitchen.count[0] += 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>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/myroom-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> Sometimes I wonder about the chemistry between me and my <<print $mom.call>>. Social obligations can make it feel impossible. </p>
<<if $talkEvent.myroom.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >Touching her pussy and she feels the shock from her crotch to her tits, making them hard. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >A spark that makes two people feel deeply connected and attracted to each other. (Morality)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >Enchanting dance of hearts and souls. (Love)</p>
</div>
<<set $talkEvent.myroom.status[1] = 1>>
<<set $talkEvent.myroom.status[0] = 0>>
<<set $talkEvent.myroom.count[0] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/bedroom-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">Sit besides me in wearing a concave printed dress.</p>
<div class="dialog_text jc_dialog_text">
<p><span class="jc"><<print $mom.call>>: </span> "How I am looking honey?"
</p>
</div>
<p class="notation_text">Seeing that you are feeling like</p>
<<if $talkEvent.living.count[0] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >Her curves make me turn her, spanking & penetrating fingers into her pussy. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >She looks divine. (Morality)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >She wore it like a spellbinding enchantress, making my heart race with every glance. (Love)</p>
</div>
<<set $talkEvent.living.status[1] = 1>>
<<set $talkEvent.living.status[0] = 0>>
<<set $talkEvent.living.count[0] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/living-19.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">I sat beside mom and we discussed about special occasions. I express my wish to celebrate special occasions with her. What should I plan to express her on special occasions?
</p>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p>"Thoughtful gifts and a heartfelt letter." (Moral)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p>"A surprise date under the stars." (Love)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p>"A passionate night neither of us will forget." (Lust)</p>
</div>
<<set $talkEvent.bedroom.status[2] = 1>>
<<set $talkEvent.bedroom.status[1] = 0>>
<<set $talkEvent.bedroom.count[1] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
</div>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/kitchen-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">You and your <<print $mom.call>> are having a discussion about how you envision spending the rest of your life with your loved one.
</p>
<<if $talkEvent.kitchen.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p> Exploring every corner of her heart and body. (Lust)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > Building a loving and supportive partnership. (Morality)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > Traveling the world and making unforgettable memories. (Love)
</p>
</div>
<<set $talkEvent.kitchen.status[3] = 1>>
<<set $talkEvent.kitchen.status[2] = 0>>
<<set $talkEvent.kitchen.count[2] += 1>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<<set _eventQuest = ["Vacation Mood","Clean Grandpa's Room", "Breakfast With Family",
"Help <<print $mom.call>>", "Who Are You?" ,"Scary Night","Christmas Coming","What is happening?",
"Talk With Dad","Talk With <<print $mom.call>>","Inquire More","Sweet Dream?","Breakfast With Family",
"Dream Came True"," Things will be embarrassing and awkward","Thoughts of last night","She will be here soon!",
"Completed"]>>
<!-- <<set _eventQuestLocation = [$myroom.time[0],$kitchen.time[0],$kitchen.time[1],$living.time[0],$living.time[1],
$living.time[2],$bedroom.time[3],$myroom.time[1],$myroom.time[2],$living.time[3],$living.time[4],
$living.time[5],$living.time[6],$living.time[7],"Completed"]>> -->
<<set _eventQuestLocation = ["My Room","Grandpa's Room","Kitchen ","Kitchen","My Room","Bedroom","My Room",
"My Room","kitchen","Kitchen","Grandpa's Room","My Room ", "Kithcen","My Room", "My Room","Living","My Room",
"Completed"]>>
<<set _eventQuestTime = [$myroom.time[0],$store.time[0],$kitchen.time[0],$kitchen.time[1],$myroom.time[1],
$bedroom.time[0],$myroom.time[2],$myroom.time[3],$kitchen.time[2],$kitchen.time[3],$store.time[1],$myroom.time[4],
$kitchen.time[4],$myroom.time[5],$myroom.time[6],$living.time[0],$myroom.time[7],"Completed"]>>
<<set _eventFamRel = [$myroom.fam_rel[0],$store.fam_rel[0],$kitchen.fam_rel[0],$kitchen.fam_rel[1],$myroom.fam_rel[1],
$myroom.fam_rel[2],$bedroom.fam_rel[0],$myroom.fam_rel[3],$kitchen.fam_rel[2],$kitchen.fam_rel[3],$store.fam_rel[1],$myroom.fam_rel[4],
$kitchen.fam_rel[3],$myroom.fam_rel[5],$myroom.fam_rel[6],$living.fam_rel[0],$myroom.fam_rel[7],"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>
Family Relation: <<print _eventFamRel[$eventCount]>>
</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 $mc.stats.mom_rel>> ||
Lust: <<print $mc.stats.mom_lust>> ||
Love: <<print $mc.stats.mom_love>> ||<br>
<<print $sis.rel>>:<br>
Relation: <<print $mc.stats.sis_rel>> ||
Lust: <<print $mc.stats.sis_lust>> ||
Love: <<print $mc.stats.sis_love>> ||<br>
</p>
</div>
<div class="enter_button" data-passage= "Home" >
<p >Leave</p>
</div>
<</nobr>>
</div>
[[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">
I need a team. If you are good in English(Communication)/French/Czech (Translation) language please let me know. We can work together.
</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/mc/mc14.jpg'">
<p class="notation_text"> It was an extraordinary night for me which I shall never forget. It felt like I was having multiple orgasms. I lost track of where I was and who I was and just became lost in pleasure. My whole body felt electric and every time she touched me, I would shiver. I cum in her mouth and she swallowed it. The feelings cannot be expressed in words. The times I watched porn and masturbated; I did not feel like this way as I did last night. I would not have known if not last night happened in my life.
</p>
<p class="notation_text"> I kept on wondering about the last night, it was such a tremendous night for me, I was unable to stop the reel from playing in my mind. Gradually I could feel my dick becoming excited about it too just like I do. My penis grows hard and big. I know what it is demanding at the moment from me – MASTURBATION!
</p>
<p class="notation_text"> I am feeling very horny. I undress naked, lay down on the bed and start stroking myself, especially my balls and cock. My cock is very hard and hot, I feel a very pleasant tingling and pressure in it.
</p>
<p class="notation_text"> For a while, I also fantasize putting my erected cock into her vagina while poking her butthole. I lick two fingers and with my left hand start to massage my anus in circles, with my right hand slowly rubbing my standing cock. I insert first one and then two fingers in my ass hole, the sensation I am receiving is fantastic. I am fucking myself.
</p>
<p class="notation_text"> My cock is straight against my face, me rubbing it. The sensation in cock and butt combined is phenomenal, I had never felt such pleasure before. I could restrain myself from moaning loudly with great difficulty.
</p>
<p class="notation_text"> After a few minutes passes, I realise that a huge and powerful orgasm is on its way, then it happens… my cock starts to squirt a huge amount of hot sperm right on my belly and chest. I am writhing on my bed in utter agony, holding back a moan, the orgasm is long and extremely strong.
</p>
<p class="notation_text"> When I finish cumming, I lay on the bed for a while, powerless, I rest for a while, then get up. I take a towel to wipe off the sperm which was all over me and head to the toilet for a warm shower.
</p>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/mb-1.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>How do I feel about having a moment with the demon?
</p>
</div>
<p class="notation_text"> I feel awesome. One of the most extraordinary things happened to me and I feel powerful. I want more and more.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">I liked everything, but I want to take it in a slow pace with the demon.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[6] = 1>>
<<set $myroom.status[5] = 0>>
<div class="big_text">
<<nobr>>
<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 = "$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>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/3/living-21.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notification_text">I entered the bedroom, paused, and gazed at my <<print $mom.call>>. She lay sound asleep, her chest gently rising and falling beneath the blankets, her eyes closed, and her expression serene in the soft, warm glow enveloping her.
</p>
<p class="notation_text">How would you describe her in one word?</p>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p>Inspiring (Moral)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p>Enchanting (Love)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p>Irresistible (Lust)</p>
</div>
<<set $talkEvent.bedroom.status[0] = 1>>
<<set $talkEvent.bedroom.status[2] = 0>>
<<set $talkEvent.bedroom.count[2] += 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>
<div class="enter_button" data-passage="Computer" data-setter="$message to ''" >
<p >My Computer</p>
</div>
<div class="enter_button" data-passage="Home" data-setter = "$message = ''">
<p >Leave</p>
</div>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/pool-2.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text">What's the sweetest thing I've ever done for her?
</p>
<<if $talkEvent.pool.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p > Giving her a sensual massage.(Lust+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p >Helping her sharing money. (Morality+)</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p >Swim with her. (Love+)</p>
</div>
<<set $talkEvent.pool.status[0] = 1>>
<<set $talkEvent.pool.status[2] = 0>>
<<set $talkEvent.pool.count[2] += 1>>
<<set $poolTalk = 0>>
<</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>>
<video class="scenes_image" @src="setup.ImagePath+'scenes/video/mom/living-4.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<p class="notation_text"> <<print $mom.call>> bends over to clean the floor. it felt as if her heart and mine shared a secret, intimate connection that words could never express.
</p>
<<if $talkEvent.living.count[2] gt 0>>
<p class="notation_text">Should I change my mind?</p>
<</if>>
<div class="enter_button" onclick='statsChange(10,"Lust"); forwardTime(1);' data-passage="Home" >
<p >squeeze her tits till they become hard, then put my cock between her ass chicks (Lust)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Morality"); forwardTime(1);' data-passage="Home" >
<p > admired the delicate glimpse of her cleavage. (Morality)
</p>
</div>
<div class="enter_button" onclick='statsChange(10,"Love"); forwardTime(1);' data-passage="Home" >
<p > the glimpse seemed like it gave me a promise of passion and connection(Love)
</p>
</div>
<<set $talkEvent.living.status[0] = 1>>
<<set $talkEvent.living.status[2] = 0>>
<<set $talkEvent.living.count[2] += 1>>
<<set $livingTalk = 0>>
<</nobr>>
</div>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mom/mom10.webp'">
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span>“<<print $mc.name>>! <<print $mc.name>>! C’mon wake up!”<<print $mom.call>> says while pulling the curtains to the side and ties knots. The golden sunlight ray falls on <<print $mc.name>>’s face, he opens his eyes, his visual is still blurry. He cannot process where he is and what just happened.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> <<print $mc.name>> get up now. Go brush your teeth and meet us at the breakfast table.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Nooooo! I need some sleep. I couldn’t sleep at night properly.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> Leave your bed before I get angry.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Fine! See you at the breakfast table in 10 mins.
</p>
</div>
<div class="dialog_text jc_dialog_text">
<p><span span class = "jc"><<print $mom.call>>: </span> That’s like a good boy.
</p>
</div>
<p class="notation_text"><<print $mom.call>> leaves the room. <<print $mc.name>> removes his blanket to get down the bed, and he notices that he got his pants wet. He realizes, “I must have had a random wet dream with the demon girl, as I have been watching too much of porn lately. Well, it is not my fault either, first I have recently got my puberty and the demon was soooooo damn hot and sexy; any guy would have felt the same afterall. Anyways need to hurry up, orelse<<print $mom.call>> will again be coming after me.”
</p>
<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>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>How would I respond when a devil attempts to arouse my desires?
</p>
</div>
<p class="notation_text"> It's awakened a longing within me that I never knew existed. Let's explore this newfound desire, for she has kindled a flame that I'm more than willing to embrace.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Event_10">
<p >Corruption</p>
</div>
<p class="notation_text">I should exercise patience and make an effort to comprehend her motives further.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Event_10">
<p >Love</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/mc3.jpg'">
<p class="notation_text">I skipped breakfast today and did not go out of my room yet. It’s almost afternoon. Not because I am scared of anything but having such boners that cannot be controlled by me due to my excitement of having my first night with a girl, and that too not an ordinary girl; a demon. I cannot show my current emotional state to anyone. Things will be embarrassing and awkward at the same time.
</p>
<p class="notation_text">I've been in my room, trying to give the impression that I'm asleep. Luckily, my locked door has kept my step-mom at bay today. I'm getting nervous, thinking about what excuse I can use for sleeping in. I don't usually sleep until noon unless I'm really tired or sick. Today, neither of those reasons applies, and that's making me anxious.
</p>
<p class="notation_text">I am again thinking about what actually happened to me in the last few days. I cannot process the entire story. It still feels like a nightmare, the part when I encountered a demon. The way she got herself into my life, the story she told me about freeing her, how she reads my mind and knows everything about me, these all are suspicious and scary to be honest. They are not easy for a modern child like me to believe. In this era, who would even believe in the story of ghosts, devils, demons or any other super naturals? If someone would have narrated the story to me, I would have said that he/she is surely bluffing. Similarly, I know that no one would even trust my words as well. They would think I am trying to play a prank on them.
</p>
<p class="notation_text">But one thing is still not clear to me, what was the relation of my grandpa with this demon? What possible mission could they be solving together? Was their plan any wrongdoing as Demon is involved here? Does that mean, my grandpa played a negative role in society? Although these are actually again not acceptable. I have a vivid memory of my grandpa but as I have heard about him from others, dad, <<print $mom.call>>, George and other relatives, he was a very generous noble man who was admired by most of the people in town. People used to come from various places for his help and support. How can such a man be engaged with the bad world? There is a missing piece in the story which I have to find as soon as possible.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>What do I expect the night to have in store?
</p>
</div>
<p class="notation_text"> A crazy hell ride of Demon over me
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">twisted suspenses to be untwisted.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $living.status[0] = 1>>
<<set $myroom.status[6] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/mc/mc12.jpg'">
<p class="notation_text">
In the living room, the television plays a geography channel, though I'm not sure what's on. My mind, however, is stuck in the thoughts of last night, an absolutely amazing night. It might seem strange, but I find myself wishing she were here. She's undoubtedly the best dick sucker, I'm certain of it. Just from that one night, one event, and one sweet indulgence, my mind keeps drifting back, over and over. I can't help but wonder what might happen if it goes beyond what occurred last night. What if I get to taste her pussy? Oh, no... I can't let my mind wander down that path. It's not morally right. What am I doing here? Daydreaming about fucking a demon? But she's so delicious that the thought of her soft tits and warm pussy makes me hungry time and time again. I'm struggling to control myself, attaching strings to her without any real attachment. The desire for her naked body is strong, and her absence fills me with a sense of longing. I decide to turn off the television and retreat to my room.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span>What do I expect the night to have in store?
</p>
</div>
<p class="notation_text"> I desire to fuck the demon.
</p>
<div class="enter_button" onclick="statsChange(10,'Morality');forwardTime(1);" data-passage="Home">
<p >Corruption</p>
</div>
<p class="notation_text">I desire to know the mission and complete it as my grandpa’s last wish.
</p>
<div class="enter_button" onclick="statsChange(10,'Love');forwardTime(1);" data-passage="Home">
<p >Love</p>
</div>
<</nobr>>
</div>
<<set $eventCount += 1>>
<<set $myroom.status[7] = 1>>
<<set $living.status[0] = 0>>
<div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/dv3.jpg'">
<p class="notation_text"> Lily uses her power to get dressed as a submissive per <<print $mc.name>>’s demand.
</p>
<p class="notation_text"> <<print $mc.name>> slaps Lily on the right cheek twice. Grabs her by hair and pulls her head back. Slaps a few times again. He takes out his big erected cock and orders Lily to suck it.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> C’mon bitch. Suck my dick.
</p>
</div>
<p class="notation_text"> Lily takes his dick in her mouth, sucks half way through.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> slaps Lily, says, “Take it in whole you bitch! Suck it good.”
</p>
</div>
<p class="notation_text"> <<print $mc.name>> grabs her head and pushes over his dick to make her have it whole in her mouth. The dick hits Lily’s uvula giving them both the pleasure. Lily licks the dick head while rubbing the rest of the dick using her right hand.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Do it well you little slut. Slaps. You don’t mind right? Right?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> mm..hhmmm….
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Much better bitch. Yeah
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> sucking the cock.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Who is your master? Who is your master, bitch? Slaps
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> chokes while sucking deeper.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Yeah bitch. You deserve every fucking choke feeling this big cock inside your mouth and fucking swallowing the cum.
</p>
</div>
<p class="notation_text"> Lily keeps on giving blowjob more passionately to <<print $mc.name>>. <<print $mc.name>> enjoys every bit of it.
</p>
<p class="notation_text"> <<print $mc.name>> ties her hand using handcuffs behind her back and attaches a bar spreader to her feet.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Bend over you bitch. Bend more over. Now suck my balls.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> mmmmhhh….
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Go on your knees again.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Suck my dick again. C’mon you whore. Slabs
</p>
</div>
<p class="notation_text"> <<print $mc.name>> holds her hair and motions her head in and out his dick in her mouth. Lily chokes badly. <<print $mc.name>> slabs her, “bitch, you no good, c’mon you can do better”. <<print $mc.name>> forcefully fucks her mouth.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> You love it, don’t you? Don’t you bitch?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> Yes master… mmmmmmmhhhh…. I love it.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Good. Keep on sucking it bitch. Slabs
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/bj-1.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="enter_button" data-passage="Event_9_3">
<p >Continue</p>
</div>
<</nobr>>
</div><div class="big_text">
<<nobr>>
<img class="scenes_image" @src="setup.ImagePath+'scenes/gf/dv2.jpg'">
<p class="notation_text"> Lily claps and the light becomes dimmer. The room is more cozy and warm. Lily starts to groove her body in seductive motion. Touching herself from the neck to tits to belly to crotch to inner thigh and sliding them in reverse. Lily seduces <<print $mc.name>> by her moves and touches. <<print $mc.name>> still stops himself following morality. Lily takes it to the next level. She turns against the wall and twerks at <<print $mc.name>>’s direction. She spanks herself rapidly making her ass go red. <<print $mc.name>>’s dick is erect.
</p>
<p class="notation_text"> Lily lies down on the floor. She twerks and shakes her ass fast. Leans forward, lifting her ass, slides her right hand on her right ass in a circular motion. She squeezes her butt. Then slides her hand further to the centre of her ass, where she holds the panty lining and removes it to the left, displaying her pussy to <<print $mc.name>>. She slowly rubs her fingers over her pussy, as it becomes wet pussy, she takes her middle finger and inserts it into the pussy. She is fingering herself. It becomes difficult for <<print $mc.name>>.
</p>
<p class="notation_text"> She gets up on her knees, and still going on with her seductive dance moves, she now unzips her corset. Pulls down the right side of her bra, showing her tits and later on she squeezes it between two fingers. Slides the other hand to the left side boobs, pull it out of the cup of the bra. She squeezes both the tits together harder and wildly. She is biting her lips and moaning. <<print $mc.name>> loses control and starts to rub his dick under the blanket.
</p>
<p class="notation_text"> Lily pulls down one strip of the bra then the other. Unhooks the bra and throw it on <<print $mc.name>>’s bed. She jiggles her tits, licks the left tit with tongue in the most seductive manner. Pushes the boobs together by pressing two arms. Squeezing her tits and seductively she moves forward to <<print $mc.name>>’s bed. She jumps on the bed, spreads her legs, rubs her wet pussy and slides down the panty all down her toned up legs. She threw the panty on <<print $mc.name>>’s face. She again leans forward, lifting her pussy and now she enters her index finger of the left hand in her butt hole, penetrates faster. Here is when <<print $mc.name>> loses his control.
</p>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Fuck you Lily.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> aaaahhh… yeahh… come and fuck me master.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Be my submissive and get on your knees now.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> As you please master.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> Tell me who is your master?
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> You are, you are my master, Mr. <<print $mc.name>>.
</p>
</div>
<div class="dialog_text mc_dialog_text">
<p><span span class = "mc"><<print $mc.name>>: </span> I order you to wear a cupless corset and restraint harness with a pair of heels. Also get a ball gag for your mouth.
</p>
</div>
<div class="dialog_text gf_dialog_text">
<p><span span class = "gf"><<print $gf.name>>: </span> Sure master.
</p>
</div>
<video class="scenes_video" @src="setup.ImagePath+'scenes/video/1/devil-5.mp4'" muted autoplay loop="loop" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' controls>
</video>
<div class="enter_button" data-passage="Event_9_2">
<p >Continue</p>
</div>
<</nobr>>
</div>
<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>>