<<set $times to ['Morning', 'Noon', 'Evening', 'Night']>>
<<set $time = 'Morning'>>
<< set ver1 to false>>
<< set $con to false>>
<< set $pu to false>>
<<set $d to false>>
<<set $vc to 1>>
<<set $maid to 1>>
<<set $dream to 1>>
<<nobr>>
<<if $introcomplete is true>>
[[Stats]]
<br>
[[Achievements]]
<br>
<</if>>
<</nobr>><<nobr>>
<<set _worshiplevel = 0>>
<<set _worshipmaxxp = 50>>
<<if $player.worship > 49>>
<<set _worshiplevel = 1>>
<<set _worshipmaxxp = 150>>
<</if>>
<<if $player.worship > 149>>
<<set _worshiplevel = 2>>
<<set _worshipmaxxp = 300>>
<</if>>
<<set _worshiphouse = "Uninitiated">>
<<if $worshippledgecompleted is true>>
<<set _worshiphouse = "Acolyte">>
<</if>>
<<if $nicolemassagetest is true>>
<<set _worshiphouse = "Foot Expert">>
<</if>>
<<set _paintolerancelevel = 0>>
<<set _paintolerancemaxxp = 50>>
<<if $player.paintolerance > 49>>
<<set _paintolerancelevel = 1>>
<<set _paintolerancemaxxp = 150>>
<</if>>
<<if $player.paintolerance > 149>>
<<set _paintolerancelevel = 2>>
<<set _paintolerancemaxxp = 300>>
<</if>>
<<set _painhouse = "Uninitiated">>
<<if $painpigunlocked is true>>
<<set _painhouse = "Beginner">>
<</if>>
<<set _futanarilevel = 0>>
<<set _futanarimaxxp = 50>>
<<if $player.futanari > 49>>
<<set _futanarilevel = 1>>
<<set _futanarimaxxp = 150>>
<</if>>
<<if $player.futanari > 149>>
<<set _futanarilevel = 2>>
<<set _futanarimaxxp = 300>>
<</if>>
<<set _staminalevel = 0>>
<<set _staminamaxxp = 50>>
<<if $player.stamina > 49>>
<<set _staminalevel = 1>>
<<set _staminamaxxp = 150>>
<</if>>
<<if $player.stamina > 149>>
<<set _staminalevel = 2>>
<<set _staminamaxxp = 300>>
<</if>>
<<if $player.stamina > 299>>
<<set _staminalevel = 3>>
<<set _staminamaxxp = 500>>
<</if>>
<<set _fitnesslevel = 0>>
<<set _fitnessmaxxp = 50>>
<<if $player.fitness > 49>>
<<set _fitnesslevel = 1>>
<<set _fitnessmaxxp = 150>>
<</if>>
<<if $player.fitness > 149>>
<<set _fitnesslevel = 2>>
<<set _fitnessmaxxp = 300>>
<</if>>
<<if $player.fitness > 299>>
<<set _fitnesslevel = 3>>
<<set _fitnessmaxxp = 500>>
<</if>>
<</nobr>>
<table width=100%>
<tr>
<td valign="top"> <table>
<tr>
<th>Worship</th>
</tr>
<tr>
<td>Level: </td>
<td>_worshiplevel </td>
</tr>
<tr>
<td>Xp: </td>
<<if $player.worship is 150>>
<td>MAX</td>
<<else>>
<td>$player.worship / _worshipmaxxp</td>
<</if>>
</tr>
<tr>
<td>House: </td>
<td>_worshiphouse</td>
</tr>
</table>
</td>
<td valign="top"> <table>
<tr>
<th>Pain tolerance</th>
</tr>
<tr>
<td>Level: </td>
<td>_paintolerancelevel </td>
</tr>
<tr>
<td>Xp: </td>
<<if $player.paintolerance is 50>>
<td>MAX</td>
<<else>>
<td>$player.paintolerance / _paintolerancemaxxp</td>
<</if>>
</tr>
<tr>
<td>House: </td>
<td>_painhouse</td>
</tr>
</table>
</td>
<<if def $player.futanaridickssucked>>
<td valign="top"> <table>
<tr>
<th>Futanari</th>
</tr>
<tr>
<td>Level: </td>
<td>_futanarilevel </td>
</tr>
<tr>
<td>Xp: </td>
<<if $player.futanari is 50>>
<td>MAX</td>
<<else>>
<td>$player.futanari / _futanarimaxxp</td>
<</if>>
</tr>
<tr>
<td>Dicks sucked: </td>
<td>$player.futanaridickssucked</td>
</tr>
</table>
</td>
<</if>>
<td valign="top"> <table>
<tr>
<th>Fitness</th>
</tr>
<tr>
<td>Level: </td>
<td>_fitnesslevel </td>
</tr>
<tr>
<td>Xp: </td>
<<if $player.fitness is 150>>
<td>MAX</td>
<<else>>
<td>$player.fitness / _fitnessmaxxp</td>
<</if>>
</tr>
</table>
</td>
<td valign="top"> <table>
<tr>
<th>Stamina</th>
</tr>
<tr>
<td>Level: </td>
<td>_staminalevel </td>
</tr>
<tr>
<td>Xp: </td>
<<if $player.stamina is 300>>
<td>MAX</td>
<<else>>
<td>$player.stamina / _staminamaxxp</td>
<</if>>
</tr>
</table>
</td>
</tr>
</table>
<<back>><<nobr>>
<<if $breedingtestcompleted is true or $playerlostvirginity is true>>
<<if $playerlostvirginity is true>>
<h2>It still counts</h2>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="It still counts" class="darken"><img src="resources/achievements/itstillcountsimage.webp"><span>It still counts</span></a>
</div>
<</if>>
<<if $breedingtestcompleted is true>>
<h2>You're the daddy</h2>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="You're the daddy" class="darken"><img src="resources/achievements/yourethedaddyimage.avif"><span>You're the daddy</span></a>
</div>
<</if>>
<</if>>
<<if def $player.futanaridickssucked>>
<h2>Futanari cocksucker</h2>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Futa Cocksucker" class="darken"><img src="resources/achievements/futacocksuckerimage.jpeg"><span>Futa cocksucker</span></a>
</div>
<</if>>
<<if $nicolemassagetest is true>>
<h2>Expert footboy</h2>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Expert footboy" class="darken"><img src="resources/achievements/expertfootboyimage.jpeg"><span>Expert footboy</span></a>
</div>
<</if>>
<<if $goodsamaritan is true>>
<h2>Good samaritan</h2>
<div class="column" style="min-width: 100px; max-width: 300px;">
<a data-passage="Good samaritan" class="darken"><img src="resources/achievements/goodsamaritanimage.jpeg"><span>Good samaritan</span></a>
</div>
<</if>>
<</nobr>>
<<back>>The following game contains very adult themes, including Femdom, BDSM and Impregnation. Before continuing please confirm you are an adult, and agree to viewing pornographic material in both text and image form.
<a href="https://www.patreon.com/donkley" target="_blank">@@.picBanner;<img src="Img/patreon_banner.jpg" style="border-radius: 10px;">@@</a>
Player name
<<textbox "$playername" "Kevin">>
[[I am 18+, Start the game->Introduction]]Derhanos were a powerfull family who ruled northern europe around 3000 years ago. They were incredibily powerfull. But there was a secret to their power. They possessed 7 rings of corruption which they used to secure alliance, control people and maintain their power.
<img src=Img/kng.png>
[[Continue]]
There were seven rings of corruption, each of which was possessed by the members of the family. The 8th one was a Blue ring called the Ring of power. It was the most powerful among them and was worn by the king himself. The one who possesses the ring of power is immune to all forms of magic. It is the power source of the corruption rings and it can be used to create more rings with specific characteristics as the king wished . Once the ring of power chooses its master, it becomes a part of him. Upon the king's death the ring become visible in the hands of the eldest son.
<img src="Img/ring.png"> <img src="Img/blue.png">
The ring of power was not visible to anybody but the one who wears it.
[[Present]]
Now, in the year 2023, you are $playername, the son of David Derhano. The Derhanos are no longer kings, but your family is still wealthy, owing several businesses in Europe, Asia, and America
<img src="Img/comp.png">
Unfortunately, your mother passed away when you were a child. Your father remarried another woman Nicole who had children of her own, your step-siblings Andrew and Angela. Your stepmother wasn't particularly fond of you, as she hoped her own children would inherit the family business someday. Tragically, your father died in a car accident when you were 15 years old. Since then, you have been living in a boarding school in UK. After dad's death your stepmom remarried another man john. He is the CEO of the company. he had two children Matt and Katy. The Chairman is uncle Frank, he is your dad's cousin and the only person you dad trusted. He lives in Japan with his wife.
[[Last week]]You completed your engineering at MIT and got a job in an Tech Company, Thats where you met your Girlfriend Emily. Three weeks ago, you received a phone call delivering the devastating news of your grandfather's passing.
<img src="Img/funeral.jpg" style="max-width: 70%; height: auto;">
After the funeral, the lawyer read your grandfather's will, revealing that he had left 80% of the company shares to a trust called DMF, and you are the sole owner of the trust. Only a few assets and 15% shares to Nicole, angela and andrew. Your stepmom and John weren't very happy about It.
Even though you owns the company now, You decided not to rush into anything. John and Nicole are still board members and has important allies and contacts. But sice you have to focus here, you decided to quit your job in London.
[[Yesterday]]So you at at youre house.
<img src="Img/macy1.png"> <img src="Img/macy3.jpg" style="max-width: 46%; height: auto;">
This is your Fiance Emily. You two met during your Internship at the company. When you met her, you instantly knew she was the one but it took six months for you to ask her out. It was a casual relationship in the begining, you had a few other girls but soon you guys realized that all you want is each other.
Three months ago years you asked her to marry you and she said yes. After that you told her who you really are, she got a little mad because you hid it from her for long time, but she didn't care about the money.
Emily is a beautiful sexy woman, she is very playfull. You could she is not an Intellectuall but she loves you very much. Both of you have an open relationship. But unlike you she only does it when you ask her and you only have sex with a nother woman if she allows. In short you guys like to have fun.
[[The family members]]
When you arrived home, grandpa's lawyer dropped some Documents regarding the transfer of ownership. He also gave you a box and a letter from grandpa.
After all the procedures you went to your room and read the letter. It only had one line.
//" This belonged to our family for generations. It belongs to you know. Love you kid. Marshall Derhano "//
You opened the box and saw 3 red rings and an old peice of paper. In the paper it was written " You the 36th Derhano now posses the power of the ring. Suddently you noticed a blue ring apearing around your index finger. when you touch it, Your mind went blank for a moment, then you saw a light.
<img src="Img/je.png">
An intense aura of power began surging through your veins with every beat of your heart. Even the air feels charged with an otherworldly presence. you discover a heightened intuition, as if the ring whispers secrets and guidance directly into your mind.
The ring granted you glimpses into hidden knowledge regarding the world of magic and the knowledge your ancestors possessed.. The life of your entire ancestors flashed before your eyes. When you opened your eyes, you looked at your finger. you saw that the blue ring dissapeared, It has became a part of you.
You looked at the other 3 rings " So these are the rings of corruption, Intresting, It can transform anyone, Along with my it can even alter reality itself ".
You took one ring and put it in your finger. and locked the box in your safe.
$playername: <span class="dialogue-player"><i>I need to call Emily.</i></span>
You began to call Emily but you thought// If she hear this, she'll think you're crazy. You decided not to ruin her trip and talk to her when she gets back.
$playername: <span class="dialogue-player">But I need to test my powers and the power of this corruption ring.</span>
[[Begin the story]]
<img src="Img/me.png">
<p> This is you $playername Derhano</p>
<img src="Img/john.png" style="max-width: 46%; height: auto;">
<p>This is Nicole's husband and the CEO</p>
<img src="Img/mom1.jpg" style="max-width: 25%; height: auto;">
<p>Nicole, Your stepmom, she likes power and money but is quite conservarive. she is angry that grandpa choose you as his successor </p>
<img src="Img/ang.png" style="max-width: 100%; height: auto;">
<p>This is angela your stepsister. she loves to spend money, she is quite a feminist</p>
[[more]]
<img src="Img/michael.png" style="max-width:35%;">
<p> This is your stepbrother Andrew. He is an insecure man who thinks he is an alpha male. Just goes with the flow.</p>
<img src="Img/sil.png" style="max-width: 35%; height: auto;">
<p>This is Andrew's wife Veronica. she is a nice women. she was from a poor family so she really loves the luxory. You two are quite friends.</p>
<img src="Img/katy.png">
<p>This is katy, she kind of has a crush on you. she is much older than you, she belive she can seduce any man.</p>
<img src="Img/gr.png" style="max-width:35%;height:auto;">
<p>This is Hannah, she is john's daughter in law, His son Matt's wife. she is a typical submissive good wife.</p>
<img src ="Img/leena.jpg" style="max-width: 35%; height: auto;">
<p>This is your aunt chloe, she is kind of cool. she visits you sometimes</p>
<<set $time to 8>>
[[Begin the story|gameo]]
<img src="Img/room1.png">
$playername: <span class="dialogue-player"><i>When you got home, you get a call from Veronica. she is your stepbrother Andrew's wife.</i></span>
Veronica: <span class="dialogue-veronica">Hey $playername, it's me. How are you holding up </span>
$playername: <span class="dialogue-player">Hey Veronica, thanks for asking. It's been tough, but I'm doing ok now.</span>
Veronica: <span class="dialogue-veronica"> I am glad you're doing ok. I wanted to talk to you. I know everything is a mess right now. Anyway, can we talk. </span>
$playername: <span class="dialogue-player"> Sure I am glad you called, I did'nt know where to start.</span>
Veronica: <span class="dialogue-veronica"> Okay, If are you free, I can come to your apartment at 5:0</span>
$playername: <span class="dialogue-player">Ok, see you at 5:00</span>
Veronica: <span class="dialogue-veronica">Bye $playername </span>
<i>You hang up the phone</i>
Veronica has always been nice to you and it wasn't just because she is a nice person. she always knew you would inherit the company, thats why she is trying to get you and Andrew on the same side.
You don't need andrew's support or anyone's for that that matter but you decided to see how far she will go.
[[Rest till Evening]]
<br>
<font size="4"><b><u> Please support guys</u></b></font>
<br>
<a href="https://www.patreon.com/donkley" target="_blank">@@.picBanner;<img src="Img/patreon_banner.jpg" style="border-radius: 10px;">@@</a>
<img src="Img/waku.png">
You woke up hearing your phone ring. Beep...Beep..
veronica: <span class="dialogue-veronica"> $playername where are you, I am at your house.</span>
$playername: <span class="dialogue-player"> Just a second.</span>
[[Go to the pool]]When you went to the pool You saw her standing near the pool wearing a red dress.
<img src="Img/jam.jpg">
Veronica: <span class="dialogue-veronica">Hey $playername, Thanks for meeting with me. </span>
$playername: <span class="dialogue-player">Of course, I haven't seen you in a long time, come inside.</span>
<<linkreplace "Go to the living room">>
<img src="Img/jamie1.png">
Veronica: <span class="dialogue-veronica"> So....How are you $playername.</span>
$playername: <span class="dialogue-player">I am doing ok, why do you want to see me.</span>
Veronica: <span class="dialogue-veronica"> $playername we've always been friends, and I trust you. I know you and Andrew had your differences but would'nt it be great if both of you could work it out.</span>
$playername: <span class="dialogue-player"> Veronica, Even if I want to, both of us dont get along, believe me I've tried. </span>
Veronica: <span class="dialogue-veronica">I know I know, still you guys would have been a great team.</span>
$playername: <span class="dialogue-player"> I can't promise but I'll try. </span>
Veronica: <span class="dialogue-veronica">Thank you so much $playername. You're a good guy.</span>
You thought this would be the perfect time to test your powers and Veronica was the best target.
<<linkreplace "Use the Ring">>
You touched her hand. You could feel her subconscious mind right now, you could see through it. The ring started glowing.
$playername: <span class="dialogue-player">// Wow, this is something else.//</span>
You feel you could Influence her mind in any way you like. The power you felt was hard to explain.
$playername: <span class="dialogue-player">Veronica, tell me. What is the real reason you came to see me. </span>
Veronica: <span class="dialogue-veronica">I heard Grandpa left the company to You, I didn't want Andrew to loose his position. But that isn't the only reason, I was worried about you too.</span>
$playername: <span class="dialogue-player">How is Andrew treating you</span>
Veronica: <span class="dialogue-veronica">Ok I guess, He never take my suggestions on anything. That's why I came to see you.</span>
$playername: <span class="dialogue-player">Veronica, You can trust me, I will never do anything to hurt you. Do you trust me veronica</span>
Veronica: <span class="dialogue-veronica"> Yes, I trust you. Thank you $playername</span>
You felt that's Enough for today and took of you hand.
$playername: <span class="dialogue-player">Hey Veronica, Are you okay</span>
Veronica: <span class="dialogue-veronica"> Ohh sorry, I was thinking about something else, Anyway It was nice talking to you $playername.</span>
$playername: <span class="dialogue-player">I'd love to Veronica</span>
Veronica: <span class="dialogue-veronica"> Again Thank you for today. Also $playername, you can call me Ronnie.</span>
$playername: <span class="dialogue-player">Okay... Bye Ronnie, see you later</span>
[[Go to bedroom]]
<</linkreplace>>
<</linkreplace>>
<img src="Img/room4.png" style="max-width: 80%; height: auto;">
<<linkreplace "Sleep till morning">>
<img src=Img/waku.png>
<<set $pu to false>>
<<set $time to 8>>
<<set $day to 1>>
[[Go to the living room|Living room]]
<</linkreplace>><img src="Img/room4.png" style="max-width: 90%; height: auto;">
<<linkreplace "Take a nap">>
<<set $d to true>>
<<set $time = $time + 4>>
<<if $time >= 24>>
<<set $day = $day + 1>>
<<set $event to false>>
<<set $time = 8>>\
<</if>>
<<goto "Bedroom2">>
<</linkreplace>>
<<linkreplace "Sleep until tomorrow">>
<<if $day > 14 && $dream==1>>
<<goto "dream">>
<<elseif $day > 21 && $dream==2>>
<<goto "Dream2">>
<<else>>
You slept until the next day.
<<set $time = 8>>
<<set $day = $day + 1>>
<<set $event to false>>
<<goto "Bedroom2">>
<</if>>
<</linkreplace>>
[[Corruption spell]]
---------------------------------------------------------------------------------------------
[[Living room]]
<<if $time==16 && $vc==1>>
<<linkreplace "Meet Veronica">>
<<goto "meet veronica">>
<</linkreplace>>
<</if>>\
<img src="Img/livi.png" style="max-width: 130%; height: auto;">
<<linkreplace "Watch TV">>
<<set $time to $time+4>>
<<if $time>=24>>
<<set $day=$day+1>>
<<set $event to false>>
<<set $time=8>>
<</if>>
<<goto "Living room">>
<</linkreplace>>
<<linkreplace "skip week">>
<<set $time=8>>
<<set $day=$day+8-($day%7)>>
<<set $event to false>>
<<goto "Living room">>
<</linkreplace>>
---------------------------------------------------------------------------------------------
<<if $day>7 && $vc==2 && $day % 7==1>> <<linkreplace "Meet Veronica">><<goto"veronica3">><</linkreplace>><</if>>\
<<if $day>7 && $maid==2 && $time==8 && $day % 7==2 >> <<linkreplace "You heard the doorbell ring">><<goto"maid1">><</linkreplace>><</if>>\
<<if $day>14 && $vg==1 && $time==16 && $day % 7==1>> <<linkreplace "You hear the phone ringing">><<goto"veronica4">><</linkreplace>><</if>>
<<if $day>14 && $vc==3 && $vg==2 && $time==16 && $day % 7==1>> <<linkreplace "Meet Veronica">><<goto"Veronica5">><</linkreplace>><</if>>\
<<if $day>20 && $vc==4 && $time==16 && $day % 7==1>> <<linkreplace "Meet Veronica">><<goto"veronica6">><</linkreplace>><</if>>\
---------------------------------------------------------------------------------------------
[[Bedroom]]
[[Homeoffice]]
[[Guest Room]]
[[Kitchen]]
<img src="Img/kit.png" style="max-width: 85%; height: auto;">
<<if $maidcr==2 && $day % 3==0 && $time==8 && $event != true>>
<<linkreplace "Amanda is making breakfast">>
<<goto "maidkitchen">>
<</linkreplace>>
<</if>>\
<<if $maidcr==4 && $day % 3==0 && $time==8 && $event != true>>
<<linkreplace "Amanda is in the kitchen">>
<<goto "maidkitchen2">>
<</linkreplace>>
<</if>>\
[[Living room]]
[[Backyard]]
<img src="Img/yd.png">
<<if $maidcr==3 && $day % 3==0 && $time==16 && $event != true>>
<<linkreplace "You see Amanda">>
<<goto "maidback">>
<</linkreplace>>
<</if>>\
<<if $maidcr==5 && $day % 3==0 && $time==16 && $event != true>>
<<linkreplace "You see Amanda">>
<<goto "maidback2">>
<</linkreplace>>
<</if>>\
[[Kitchen]]
[[Living room]] <img src="Img/room1.png" style="max-width: 85%; height: auto;">
[[Living room]]<<if $time > 6 && $time < 12>>
<img src="Img/morning.png" style="border-radius: 10px;">
Morning
<<elseif $time >= 12 && $time < 16>>
<img src="Img/Afternoon.png" style="border-radius: 10px;">
Noon
<<elseif $time >= 16 && $time < 19>>
<img src="Img/evening.png" style="border-radius: 10px;">
Evening
<<else>>
<img src="Img/midnight.png" style="border-radius: 10px;">
Night
Time: $time
<</if>>
<<if $day%7==1>>
Day $day: Monday
<<elseif $day%7==2>>
Day $day: Tuesday
<<elseif $day%7==3>>
Day $day: Wednesday
<<elseif $day%7==4>>
Day $day: Thursday
<<elseif $day%7==5>>
Day $day: Friday
<<elseif $day%7==6>>
Day $day: Saturday
<<else>>
Day $day: Sunday
<</if>>
<<linkreplace "Walkthrough">>
<<goto "Walkthrough">>
<</linkreplace>>
You decided to use the ring again today, but before meeting her, you had to make a decision. While corrupting Veronica, should you make her more dominant or lean towards her bimbo side, maybe make her a cuckoldress or a Qos perhaps. What then and what about the rest of the family. Whatever it is, first, you decided to focus on corrupting Veronica. For some reason there was something really exciting about it."
<img src="Img/ring.png">
<<linkreplace "Continue">>
<<goto "veronicaev1">>
<</linkreplace>>Uncle Frank: Hey kiddo, Its me.
$playername: <span class="dialogue-player">Uncle Frank, how are ya.</span>
Uncle Frank: Oh I am alright. how is the new boss.
$playername: <span class="dialogue-player">Boss?</span>
Uncle Frank: Yeah, you are the new boss right?
$playername: <span class="dialogue-player">Haha, Very funny</span>
Uncle frank: $playername, I will be going back to Japan next week and I wont be coming back again soon. That's why I want you to come Join the company before I leave.
$playername: <span class="dialogue-player">Isn't it a little too soon.</span>
Uncle frank: No, quite the opposite actually. Anyway I've arranged a dinner at the continental at 8:00, you should come. Your stepmom will be there too.
$playername: <span class="dialogue-player">Oh, I dont know</span>
Uncle Frank: Come on kid, you are a derhano, act like one.
$playername: <span class="dialogue-player">Okay, I will be there</span>
<<set $vg==$vg+1>>
<<linkreplace "Continue>>
<<goto "Bedroom">>
<</linkreplace>><img src="Img/room4.png" style="max-width: 80%; height: auto;">
<img src="Img/waku.png">
[[Wake Up|Bedroom]]
<img src="Img/livi.png" style="max-width: 130%; height: auto;">
You hear the bell ring
<<linkreplace "Open the door">>
<img src="Img/sil.png">
Veronica seems to be more comfortable today.
Veronica: <span class="dialogue-veronica">Hey $playername, I kind of left at halfway yesterday, sorry $playername I dont know what came over me.</span>
$playername: <span class="dialogue-player">Its alright. You look amazing by the way</span>
Veronica: <span class="dialogue-veronica">Thanks $playername</span>
$playername: <span class="dialogue-player">You know, I've been thinking about what you said, about keepping Andrew in the Board of Directors. I am ok with that but i do have a condition</span>
Veronica: <span class="dialogue-veronica">Okay, what is it.</span>
$playername: <span class="dialogue-player">I want you to join the Board of Directors.</span>
Veronica: <span class="dialogue-veronica">You want me to join the board? Are you serious? But I...., why $playername?</span>
$playername: <span class="dialogue-player">I believe having you on the board will help smooth things over between me and Andrew. Plus, I know you've always wanted a more significant role in the business. Don't tell me you never wanted it.</span>
Veronica: <span class="dialogue-veronica">Well, yes, I did, but I never thought you would consider me or offer me such an opportunity. It's like a dream come true but $playername, are you sure?</span>
$playername: <span class="dialogue-player">I woudn't have offered if I weren't, I am sure you'll be good</span>
Veronica: <span class="dialogue-veronica">I'll have to talk to Andrew about it, though.</span>
$playername: <span class="dialogue-player">About that, until I officially join as the CFO, let's keep it a secret. Don't tell anybody, not even Andrew.</span>
Veronica: <span class="dialogue-veronica">Okay I wont , I promise.</span>
<<linkreplace "Continue">>
<<goto "veronicav2">>
<</linkreplace>>
<</linkreplace>>
<img src="Img/livi.png" style="max-width: 100%; height: auto;">
You hear the bell ring
<<linkreplace "Open the door">>
<img src="Img/veronica4.jpg" style="max-width: 50%; height: auto;">
$playername: <span class="dialogue-player">Woh, Veronica, what am I seeing?</span>
Veronica: <span class="dialogue-veronica">Haha, well, I took your advice and decided to up my style a bit. How is it?</span>
$playername: <span class="dialogue-player">I have no words. You look fantasti Veronica</span>
Veronica: <span class="dialogue-veronica">Thanks $playername and you were right, it certainly did increase my confidence.</span>
$playername: <span class="dialogue-player">I'm happy to hear that. Come inside</span>
<<linkreplace "Continue">>
<video width="640" height="360" controls autoplay muted>
<source src="Img/jamievid5.mp4" type="video/mp4">
</video>
$playername: <span class="dialogue-player">I see you also did your hair, and your nails too, man I dont know what to say.</span>
Veronica: <span class="dialogue-veronica">Haha, $playername, you're embarrassing me, but thank you.</span>
$playername:<span class="dialogue-player">You must have caught the attention of a lot of people wearing that.</span>
Veronica: <span class="dialogue-veronica">What do you mean $playername.</span>
$playername: <span class="dialogue-player">I mean, it shows your curves very well and really brings out your feminine side. You can't tell me more men don't look at you when you dress like this.</span>
Veronica: <span class="dialogue-veronica">I guess... I try not to think about it. I wanted to feel better, you know feel confident in myself.</span>
You focused on the ring and said
$playername: <span class="dialogue-player">Right, but doesn't getting all the attention from other guys make you feel better about yourself too? Doesn't the fact that you are desired by all these guys increases your confidence, right?</span>
$playername: <span class="dialogue-player">//Veronica, you will continue to devolop your promiscuous side. you will also find yourself getiing more and more attracted towars me.//</span>
<<linkreplace "stop using the ring">>
<video width="640" height="360" controls autoplay muted>
<span class="dialogue-player">Oh, so i dont n</span>
<source src="Img/jamievid3.mp4" type="video/mp4">
</video>
Veronica: <span class="dialogue-veronica">Hmm, I never thought of it like that. I guess it did. Thank you $playername.</span>
Both of you taked for sometime
Veronica: <span class="dialogue-veronica">Bye $playername, I had a good time today.</span>
$playername: <span class="dialogue-player">Me too.</span>
<<set $vc to 3>>
<<set $vg to 1>>
<<linkreplace "Continue">>
<<goto "Bedroom">>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>><video width="640" height="360" controls autoplay mute>
<source src="Img/jamievid7.mp4" type="video/mp4">
</video>
Veronica: <span class="dialogue-veronica">Hey $playername, it's Veronica. How have you been?</span>
$playername: <span class="dialogue-player">Hey Veronica! I've been good. What's up?</span>
Veronica: <span class="dialogue-veronica">I was thinking we haven't seen each other in a week, and I've been thinkining about you a lot too. How about I come over today</span>
$playername: <span class="dialogue-player">Great, I'll see you in the Evening</span>
<<set $vg=$vg+1>>
<<linkreplace "Continue">>
<<goto "Living room">>
<</linkreplace>><img src="Img/jamie11.jpg" style="max-width: 75%; height: auto;">
Veronica: <span class="dialogue-veronica">$playername, I want to tell you something</span>
$playername: <span class="dialogue-player">What is it.</span>
Veronica: <span class="dialogue-veronica">$playername, Ever since last week, I haven't been able to stop thinking about you, I dont know whats happening to me.</span>
$playername: <span class="dialogue-player">Veronica, I can't stop thinking about you too, you are in my mind all day. I think I have feelings for you Ronnie</span>
You see Veronica's face lighten up.
Veronica: <span class="dialogue-veronica"> Ohh $playername, I... I dont know what to say, I thought It was just me. But... Its wrong, I know it's wrong, I am married but I can't help It</span>
You Decided to use the ring
<<linkreplace "Use the ring">>
$playername: <span class="dialogue-player">//Ronnie,If you like $playername, you shouldn't feel bad because you are married.There is nothing wrong with following your heart.//</span>
You Implanted the command
$playername: <span class="dialogue-player">Ronnie, You shouldn't be afraid to act on your feelings, andrew doesn't deserve you, We both want this and thats all that matters</span>
With that said she leans over two to you and kissed you, At first you were a little stunned, but kissed her back. Both of you started making out passionately
<img src="Img/jamie9.jpg" style="max-width: 75%; height: auto;">
Veronica: <span class="dialogue-veronica">Ohh $playername, I love you, Um Mu.</span>
$playername: <span class="dialogue-player">Ronnie, You are hottest woman I've ever seen </span>
You slowly pulled uder her stop and began slightly fondling her boobs, You moved your hands onto her neck and began kissing her.
<img src="Img/jamie10.jpg" style="max-width: 50%; height: auto;">
Veronica began moaning with pleasure.
Veronica: <span class="dialogue-veronica">Ohh $playername, I love you, Aahh..Yes..</span>
$playername: <span class="dialogue-player">I love you too Veronica. </span>
//You decided to play along//
Both of you were Interupted by a knock at the door, Its the delivery man.
Veronica: <span class="dialogue-veronica">Ohh $playername, I think I am in love with you</span>
$playername: <span class="dialogue-player">Jeez, I was scared for a second. </span>
She giggled at your response
Veronica: <span class="dialogue-veronica">I guess I'll leave now.</span>
$playername: <span class="dialogue-player">Veronica, I dont regret what I did, not for a second </span>
Veronica: <span class="dialogue-veronica">Me too, I'll see you tomorrow $playername</span>
You decided its enough for Today. You have made considerable progress.
<<set $vc=$vc+1>>
<<linkreplace "Continue">>
<<goto "Bedroom">>
<</linkreplace>>
<</linkreplace>><img src="Img/livi.png" style="max-width: 130%; height: auto;">
<<linkreplace "Open the door">>
<video width="640" height="360" controls autoplay mute>
<source src="Img/jamievid9.mp4" type="video/mp4">
</video>
Veronica: <span class="dialogue-veronica">Hey $playername, Are you ok</span>
$playername: <span class="dialogue-player">Haven't been better</span>
There was a moment of silence, you decided to wait patiently and see if she'll make the first move. And it didn't take long before she does, she casually touched your thigh with her hand.
You began to slowly fondle her breast.
$playername: <span class="dialogue-player">I've wanted this ever since I saw you Veronica.</span>
Veronica: <span class="dialogue-veronica">Ohh $playername, I want this too.</span>
Veronica: <span class="dialogue-veronica">Ahh, yes...</span>
You pulled upp her skirt and started touching her pussy while kissing her, she was moaning with pleasure, she couldn't control herself.
$playername: <span class="dialogue-player">I see you didn't wear a bra, or panties.</span>
Veronica: <span class="dialogue-veronica">Ohh shut up $playername</span>
<video width="640" height="360" controls autoplay mute>
<source src="Img/jamie12.mp4" type="video/mp4">
</video>
$playername: <span class="dialogue-player">Yes Ma'am</span>
Veronica: <span class="dialogue-veronica">Ahh, $playername..., I am alredy wet.</span>
<<linkreplace "Use the ring">>
You began to Increase her desire
Veronica: <span class="dialogue-veronica">$playername I don't wnat to wait, i wan't you Inside me now</span>
She says this and jumps onto your lap. slowly she took out your dick and guided it into her pussy. she started moaning as your cock ented her pussy.
<video width="640" height="360" controls autoplay muted>
<source src="Img/jamievid110.mp4" type="video/mp4">
</video>
Veronica: <span class="dialogue-veronica">Ahh, $playername...,Ohh....Yes.. Ahh...</span>
She continued riding your cock. Her lust was at its peak at this point. She turned her face to you. She giggled as her thick ass slams down on you. The pleasure you experienced at this point was on a different level.
You couldn't hold back anymore, You put her in the sofa and started fucking her.
Veronica: <span class="dialogue-veronica">Ffuck!..Yezzz</span>
<video width="640" height="360" controls autoplay muted>
<source src="Img/jamievid15.mp4" type="video/mp4">
</video>
Veronica: <span class="dialogue-veronica">Ohh $playername.... ! I love you....Fuuuckk Yes... $playername we're cumming together.</span>
$playername: <span class="dialogue-player">Fuckk... I am Cumming</span>
Veronica: <span class="dialogue-veronica">Yezzzz....</span>
Both of you came together.
$playername: <span class="dialogue-player">Are you okay</span>
Veronica: <span class="dialogue-veronica">Oh $playername, It was amazing, I don't know what came over me.</span>
$playername: <span class="dialogue-player">It certainly was.</span>
<<set $vc=$vc+1>>
<<set $vg=$vg+1>>
<<linkreplace "Go outside">>
<<goto "outside">>
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<img src="Img/yd.png">
$playername: <span class="dialogue-player">Ronnie, Do you think we made a mistake</span>
Veronica: <span class="dialogue-veronica">Maybe, but I dont care.
Even if i want, I dont think I can get rid of my feelings for you and the truth is I dont want to.</span>
$playername: <span class="dialogue-player">Me too.</span>
Both of you kissed goodbye.
<img src="Img/jamie12.jpg">
This is the end of current version ( Kindly consider subscribing to my patreon)
[[Go to bedroom|Bedroom]]
Today is the day you should join the company as CFO
<img src="Img/coat.png" style="max-width: 100%; height: auto;">
All board member including John and your stepmom.
<<linkreplace "Go to the Office">>
<<goto "office">>
<</linkreplace>><img src="Img/conf .png" style="max-width: 100%; height: auto;"><img src="Img/hotel.png" style="max-width: 70%; height: auto;">
You went to the hotel. As you entered the hall, you saw Uncle Frank and Nicole. They were already at the table.
Uncle Frank: Well, look who decided to join us! Come, have a seat.
<<linkreplace "Continue">>
<img src="Img/dinner1.jpg" style="max-width: 70%; height: auto;">
$playername: <span class="dialogue-player">Hey Uncle Frank, Nicole. Sorry I'm a bit late.</span>
//Nicole gives a forced smile// Oh, you're here.
Nicole: <span class="dialogue-nicole">Oh $playername, good to see you</span>
$playername: <span class="dialogue-player">Hai Nicole.</span>
Uncle Frank: So $playername, I've completed all the legal procedures. Derhano group is now your's $playername. You just need to join as the CFO. I would have preferred you as the CEO, but you insisted on CFO for now.
$playername: <span class="dialogue-player">That's okay; John is doing well as CEO</span>
Nicole: <span class="dialogue-nicole">Frank, aren't you getting ahead of yourself? He just arrived, and he's new to this.</span>
Uncle Frank: His Grandfather, that is my uncle choose him nicole, He is the boss now, I am just the chairman for name haha.
You smiled at frank.
Nicole was really mad. she was trying to hide it but she couldn't.
Uncle frank: I've also transferred the company account ownership to $playername. Now, all money transactions will be handled by $playername.
Nicole: <span class="dialogue-nicole">Frank, are you serious? Now I have to ask his permission for money too. He knows nothing about business.</span>
Uncle Frank: Nicole, I told you. He is the boss now.
$playername: <span class="dialogue-player">I think its better if I leave.</span>
Nicole left the table in anger, and you both exchanged a silent look
$playername: <span class="dialogue-player">I didn't think this meeting would have ended any other way."</span>
Uncle frank: Haha, forget it $playername. Anyway, meet Jacob, the president, tomorrow when you go to the company. You can trust him.
$playername: <span class="dialogue-player">I will</span>
$playername: <span class="dialogue-player">Uncle Frank, why did grandpa Left the company to DMF trust and just not to me personally, I don't understand, I am the sole owner of the trust, I could just transfer it to me.</span>
Uncle frank: I don't know but I think he did it to protect the company. Technically DMF owns the company, but you own DMF. But in the future when you get married and if your wife divorce you, she can't take half of the company because the trust owns it.
$playername: <span class="dialogue-player">Oh..kay, got it. I can't believe he thought of all that. I shouldn't be surprised</span>
$playername: <span class="dialogue-player">Haha, I know, he was a genious. It was nice talking to you $playername</span>
Both of you hugged
Uncle Frank: Take care kid.
$playername: <span class="dialogue-player">You too Uncle Frank</span>
<<set $vg==$vg+1>>
<<linkreplace "Go home">>
<<goto "Living room">>
<</linkreplace>>
<</linkreplace>>
<img src="Img/day1.jpg" style="max-width: 70%; height: auto;">
Uncle Frank organized an event to introduce you to the company employees. Following the event, there was a board meeting.
<img src="Img/conf.png" style="max-width: 100%; height: auto;">
Chatted it up with the big shots - the board members, managers, and the VIPs. Nicole and John were there too. You talked with John regarding some new Investments.
All in all, not a bad day <<set $time=$time+4>>
Before leaving, you decided to meet Jacob Bartowski,the president.
[[Continue|Event2]]
<img src="Img/day1.jpg" style="max-width: 70%; height: auto;">
He was happy to see you.
Veronica: <span class="dialogue-veronica">Its good to see you $playername,</span>
$playername: <span class="dialogue-player">Its good to see you too Mr bartowski</span>
Veronica: <span class="dialogue-veronica">Do you remember, the last time you came here was with your dad, you were like 12 then</span>
$playername: <span class="dialogue-player">Yeah I do, You gave me that puzzle cube that day, still haven't solved it</span>\
Veronica: <span class="dialogue-veronica">Haha, Oh I miss you dad , he was a good friend</span>
$playername: <span class="dialogue-player">Yeah, Mr Bartowski, can i ask you someting</span>\
Veronica: <span class="dialogue-veronica">Ofcourse</span>
$playername: <span class="dialogue-player">Its about john and nicole, Are they...I mean ...</span>\
Veronica: <span class="dialogue-veronica">I know what you're trying to ask, well each and every penny is audited. But for the last 3 months Nicole has been ( dont know the word here) around 100000 a month in the name of charity. which i have a serious doubt, other that nothing else. I'll email a detailed report on finaceslast 6 months</span>
$playername: <span class="dialogue-player">thank you Mr Bartowski</span>\
Veronica: <span class="dialogue-veronica">Ofcourse</span>
Both of you shook hands and you left for today
[[Go home|Living room]]<img src="Img/ho.png" style="max-width: 90%; height: auto;">
<<if $day>7 && $maid==1>>
<<linkreplace "Hire a maid">>
You Looked through several ads and found one.
<img src="Img/Ali37.jpg" style="max-width: 50%; height: auto;">
Amanda Thompson seems okay. You called the agency, and they said they would send her the next day.
<<set $maid=$maid+1>>
<</linkreplace>>
<</if>>
[[Living room]]
<img src="Img/ali7.jpg" style="max-width: 50%; height: auto;">
Amanda: <span class="dialogue-hannah">Good morning, Mr. Derhano. I'm Amanda, the maid from the Happy Homes. It's a pleasure to meet you.</span>
$playername: <span class="dialogue-player">Good morning, Amanda. Please come in. I've been expecting you and call me $playername</span>
<<linkreplace "Living Room">>
<<goto "mai1">>
<</linkreplace>>
<img src="Img/livi.png" style="max-width: 130%; height: auto;">
Amanda: <span class="dialogue-hannah">You have a wonderfull home Mr. Derhano. I'm excited to take care of it for you."</span>
$playername: <span class="dialogue-player">Mr.Derhano!</span>
Amanda: <span class="dialogue-hannah">Oh, sorry $playername</span>
$playername: <span class="dialogue-player">Thank you, Amanda. Let me show you around. I'm sure you'll make this place even more exceptional.</span>
As Amanda followed you, she spoke in a sultry tone, adding a touch of seduction to her words
<img src="Img/ali8.jpg" style="max-width: 60%; height: auto;">
Amanda: <span class="dialogue-hannah">I must say $playername, your home reflects your exquisite taste. It's a pleasure to be here</span>
$playername: <span class="dialogue-player">I'm glad you appreciate it, Amanda. I believe we'll get along just fine. Is there anything you need to know before you start</span>
Amanda: <span class="dialogue-hannah">Oh, $playername, I'm here to cater to your every need. Just tell me what you need, and I'll make sure they're fulfilled</span>
You were slightly taken aback by the suggestive tone, You decided to use the ring.
<<linkreplace "Analyse her mind">>
<img src="Img/hypno.jpg" style="max-width: 90%; height: auto;">
//
As you read her mind, you found that she is attracted to money. She has always wanted to be rich, to be a boss, but ended up working as a maid for wealthy clients. You also found out that she has a dominant side.//
$playername: <span class="dialogue-player">//Man, this is gonna be fun//</span>
You took a strand of her hair, you might need it later and snapped your finger.
$playername: <span class="dialogue-player">That sounds wonderful. I'm sure you'll do a great job</span>
Amanda, moving closer
Amanda: <span class="dialogue-hannah">I'm not just talking about cleaning, $playername I'm talking about making every moment in this house memorable</span>
$playername: <span class="dialogue-player">I appreciate your enthusiasm, Amanda. Let's focus on the tasks at hand for now.</span>
Amanda: <span class="dialogue-hannah">Yes $playername</span>
With that Amanda continued her work.
<<set $time=$time+4>>
<<set $maid=$maid+1>>
<<set $maidcr to 1>>
<<linkreplace "Continue">>
<<goto "Living room">>
<</linkreplace>>
<</linkreplace>><img src="Img/Ali37.jpg" style="max-width: 50%; height: auto;">
<<linkreplace "Amanda">>
<<if $maidcr==1>>
You found out that there is a dominant side to her, she is also a gold digger. If you amplify it, Amanda might bcome a dominant maid, It would be intresting. On the other hand you could just go with a normal maid.
<<linkreplace "Femdom path">>
<<set $maidcr=$maidcr+1>>
<<goto "maidfemdom">>
<</linkreplace>>
<<linkreplace "Vanilla path (No content)">>
After considering, you decided it would be too much.
<<set $maidcr=$maidcr+1>>
<<goto "Corruption spell">>
<</linkreplace>>
<</if>>
<</linkreplace>>
[[Go Back|Bedroom]]<img src="Img/maid88.png" style="max-width: 90%; height: auto;">
You took a strand of her hair and cast a spell:// From now on, Amanda shall become more dominant. She will slowly begin to embrace the idea of dominating me and using me to fulfill her dream of a luxurious life.//
Now that's done.
<<linkreplace "You decided to wait">>
<<goto "Corruption spell">>
<</linkreplace>><video width="640" height="360" controls autoplay mute>
<source src="Img/maidvid1.mp4" type="video/mp4">
</video>
Amanda: <span class="dialogue-hannah">Good morning $playername, sorry breakfast Isn't ready yet</span>
$playername: <span class="dialogue-player">Thant's ok. By the way, what are you making</span>
Amanda, with a hint of flirtation:
Amanda: <span class="dialogue-hannah">ust a little something to start your day off right.$playername, I was thinking, wouldn't it be more fun if we cooked together?"
</span>
You realized where she was going with this. $playername: <span class="dialogue-player">//so the spell worked//</span>
$playername: <span class="dialogue-player">Cook together? I'm not much of a chef.</span>
Amanda: <span class="dialogue-hannah">Nonsense. I'm sure you have some hidden culinary talents. Besides, it's more about the company, don't you think?</span>
Amanda continued cooking, you helped her with some stuff.
$playername: <span class="dialogue-player">I never thought I'd be cooking with my maid.</span>
Amanda: <span class="dialogue-hannah">Life is full of surprises, John. We could make it a regular thing, you know. </span>
$playername: <span class="dialogue-player">Haha, maybe</span>
You found Amanda's dominance growing.
<<set $maidcr=$maidcr+1>>\
<<set $event to true>>\
[[Continue|Living room]] <img src="Img/ali42.png" style="max-width: 100%; height: auto;">
You saw Amanda sitting near the pool reading a book.
$playername: <span class="dialogue-player">Good afternoon, Amanda. You seem to be enjoying the day</span>
Amanda: <span class="dialogue-hannah">Oh, $playername, it's delightful. Join me, won't you?</span>
$playername: <span class="dialogue-player">Sure, why not</span>
Amanda: <span class="dialogue-hannah">Oh, $playername, Can I ask you something, feel free to say no</span>
$playername: <span class="dialogue-player">Sure, why not, ask away.</span>
As John settled near the pool, Amanda subtly extended her legs towards him.
Amanda: <span class="dialogue-hannah">My feet could use some attention after a long day. How about a little massage, $playername?</span>
You knew what was happpening but decided to play it cool.
$playername: <span class="dialogue-player">Uh, okay. I suppose I can do that.</span>
<<linkreplace "Massage her feet">>
<video width="640" height="360" controls autoplay mute>
<source src="Img/alivid2.mp4" type="video/mp4">
</video>
You started massaging Amanda's feet.
Amanda: <span class="dialogue-hannah">You have a unique touch, $playername. It's like you understand exactly what I need.</span>
$playername: <span class="dialogue-player">Glad you like it.</span>
Amanda: <span class="dialogue-hannah">I think that's enough $playername, again thank you so much</span>
Amanda: <span class="dialogue-hannah">Always happy to help</span>
You find Amanda's dominance growing, $playername: <span class="dialogue-player">//This is fun//</span>
<<set $maidcr=$maidcr+1>>
<<set $event to true>>
<<linkreplace "Continue">>
<<goto "Living room">>
<</linkreplace>>
<</linkreplace>>
<video width="640" height="360" controls autoplay mute>
<source src="Img/maidvid1.mp4" type="video/mp4">
</video>
$playername: <span class="dialogue-player">Good morning Amanda, is breakfast ready</span>
Amanda: <span class="dialogue-hannah">No and you're going to help me prepare breakfast today. It's time you contribute more to this household. </span>
You stood silently, The spell is working as intented, she is more dominant now.
Amanda: <span class="dialogue-hannah">Is there a pproblem. </span>
$playername: <span class="dialogue-player">Ofcourse I'll help you</span>
Amanda: <span class="dialogue-hannah">Good. Now chop those vegetables, I've alredy washed it. </span>
$playername: <span class="dialogue-player">Ok Amanda</span>
You continued heling amanda when the sauce fell on her hand.
Amanda: <span class="dialogue-hannah">$playername, Why did you put it here, are you stupid.</span>
$playername: <span class="dialogue-player">Oh, I am sorry Amanda</span>
Amanda: <span class="dialogue-hannah">Ugh I don't know what to do with you. You know what, Come here a lick it off from my finger</span>
$playername: <span class="dialogue-player">What?</span>
Amanda rolled her eyes.
Amanda: <span class="dialogue-hannah">Do i have to repeat, Lick the sauce off from my finger</span>
<<linkreplace "Lick Amanda's finger">>
<<goto "maidkitchen3">>
<</linkreplace>>
<img src="Img/ali40.jpg" style="max-width: 60%; height: auto;">
You saw Amanda sitting near the pool reading a book.
$playername: <span class="dialogue-player">Good evening, Amanda. Enjoying some quiet time?</span>
Amanda: <span class="dialogue-hannah">Good evening, $playername. Join me, won't you? I was just getting lost in this fascinating book.</span>
$playername: <span class="dialogue-player">Sure, what are you reading?</span>
Amanda: <span class="dialogue-hannah">Oh, just something about power dynamics. Quite interesting, really.</span>
$playername: <span class="dialogue-player">Power dynamics?</span>
Amanda: <span class="dialogue-hannah">You'll see. Anyway, now that you're here, you should massage my feet. They are really sore from all the work, and these high heels aren't helping either.</span>
<<linkreplace "Massage her feet">>
<<goto "maidback3">>
<</linkreplace>>
<video width="640" height="360" controls autoplay mute>
<source src="Img/alivid3.mp4" type="video/mp4">
</video>
You started licking Amanda's feet.
Amanda: <span class="dialogue-hannah">Haha, I think you are loving it $playername</span>
Amanda: <span class="dialogue-hannah">Dont forget the toes. Come on suck my toes, don't be shy.</span>
Amanda: <span class="dialogue-hannah">Haha, Isn't it funny, a rich man like you,worshiping his maid's feet.</span>
$playername: <span class="dialogue-player">Ye...s.. Amanda..It..</span>
As you started taking amanda shoved her foot deep into your mouth.
$playername: <span class="dialogue-player">Ugh...</span>
Amanda: <span class="dialogue-hannah">No taking $playername, just worship my feet.</span>
she laughed. After a few minutes.
Amanda: <span class="dialogue-hannah">Stop. I think that's enough for today</span>
You get up from your knees.
Amanda: <span class="dialogue-hannah">You have been a very good boy today $playername, next time i come there will be some changes to our relationship. Do you understand $playername</span>
$playername: <span class="dialogue-player">Yes Amanda.</span>
Amanda: <span class="dialogue-hannah">Good.</span>
Amanda left and her dominance grows further.
(End of Amanda's current storyline.)
<<set $maidcr=$maidcr+1>>
<<set $event to true>>
<<linkreplace "Continue">>
<<goto "Living room">>
<</linkreplace>>
<img src="Img/room1.png">
You woke up feeling your wife's arm on your chest.
$playername: <span class="dialogue-player">Aaah, Its 8:00 clock alredy.</span>
As you began to get up.
Emily: <span class="dialogue-hannah"> Where do you think you're going, sleepyhead.</span>
$playername: <span class="dialogue-player">I was just planning to start the day. But I could reconsider if you ask nicely.</span>
Emily: <span class="dialogue-hannah"> The day can wait a little longer. Come back here.</span>
(Emily pulls you back into bed, wrapping her arms around you.)
$playername: <span class="dialogue-player">Not gonna ask nicely.</span>
Emily: <span class="dialogue-hannah">Haha, No but I have other ways to convince you.</span>
You Kissed you and both of you started making out passionately.
<img src="Img/macy8.jpg" style="max-width: 70%; height: auto;">
$playername: <span class="dialogue-player">Hmm....mm, You're making it hard to resist, you know.</span>
<<linkreplace "Continue">>
Emily slowly crawled on to your legs, she pulled down your boxer and started sucking your cock. You raise yourself, leaning on your elbows, and your eyes meet hers.Her head bobbing up and down while she sucks your cock.
<video width="640" height="360" controls autoplay mute>
<source src="Img/macyvid.mp4" type="video/mp4">
</video>
$playername: <span class="dialogue-player">Ahh babe yes..</span>
You reach her head and run your fingers through her hair in an attempt to guide her, but she wrapped her fingers around the shaft and start stroking it. It lasts for a few blissful minutes before the woman eventually pulls your cock out of her mouth.
$playername: <span class="dialogue-player">That was amazing babe. Now let me return the favour.</span>
Emily: <span class="dialogue-hannah">Oh Yeah...</span>
[[Continue|Next]]
<</linkreplace>>
You began to kiss her neck and stared moving towards her pussy. You began to lick her pussy with so much passion, Emily started mowning with pleasure.
<video width="640" height="360" controls autoplay mute>
<source src="Img/macyvid2.mp4" type="video/mp4">
</video>
Emily: <span class="dialogue-hannah"> Ahhh...Yes babe...Yezzz..</span>
You continued to lick her pussy.
Emily: <span class="dialogue-hannah"> Ohh... yeah..Babe, I want you inside me</span>
She get up and stood on four and you started fucking her from behind.
<video width="640" height="360" controls autoplay mute>
<source src="Img/macyvid3.mp4" type="video/mp4">
</video>
Emily: <span class="dialogue-hannah"> Ohh baby, Its so...good..yes...</span>
You changed a position and continued to fuck.
<video width="640" height="360" controls autoplay mute>
<source src="Img/macyvid4.mp4" type="video/mp4">
</video>
Emily: <span class="dialogue-hannah">Ohh....Babe..I am gonna cum..</span>
$playername: <span class="dialogue-player">Me too..</span>
Emily: <span class="dialogue-hannah">Agh.....Yeah...</span>
Both of you came together.
Emily: <span class="dialogue-hannah">Baby, that was amazing.</span>
$playername: <span class="dialogue-player"> It was.</span>
Both of you lied down for a bit. She was scraching your chest with her nails.
$playername: <span class="dialogue-player">Babe, do you really have to go to you Florida.</span>
Emily: <span class="dialogue-hannah">Come on, Its just for a few weeks, just until dad gets better.</span>
$playername: <span class="dialogue-player">Hmm, Your flight is at 11:00 right. Get dressed, I'll drop you at the airport.</span>
Emily Went to get to get dressed.
[[Airport]]
<img src="Img/airport.png" style="max-width: 75%; height: auto;">
$playername: <span class="dialogue-player">Call me when you reach, okay.</span>
Emily: <span class="dialogue-hannah">Okay.</span>
Emily: <span class="dialogue-hannah">And babe...If you want, you can have some fun while I am gone, but not too much</span>
$playername: <span class="dialogue-player">Haha, that won't be nesessary.</span>
Emily: <span class="dialogue-hannah">I am just saying, You know I dont care.</span>
$playername: <span class="dialogue-player">I know, I am gonna miss you so much.</span>
Emily: <span class="dialogue-hannah">I am gonna miss you too.</span>
Emily: <span class="dialogue-hannah">You can have a little fun since i won't be here, but not too much</span>
$playername: <span class="dialogue-player">I Love you.</span>
Emily: <span class="dialogue-hannah">I love you too.</span>
[[Go home|Today morning]] <img src="Img/je.png">
Woh, a whole new set of information just came to you, From now on, you dont need to be near the subject. You can issue commands from anywhere if you have something which belongs to that person, like a lock of hair.
<<set $time = 8>>
<<set $day = $day + 1>>
<<set $dream=$dream+1>>
[[Bedroom]]<<linkreplace"Maid">>
<<if $maid==1>>
Hire a maid ( Home Office )
<</if>>
<<if $maid==2>>
After week 2, Any Tuesday, Living room.
<</if>>
<<if $maidcr==1>>
Corruption spell, Bedroom. After this the maid will visit every 3 days, can be found in the kitchen-Morning or Backyard-Evening.
<</if>>
<<if $maidcr==2>>
Kitchen-Morning (Visit Every 3 days)
<</if>>
<<if $maidcr==3>>
Backyard-Evening (Visit Every 3 days)
<</if>>
<<if $maidcr==4>>
Kitchen-Morning (Visit Every 3 days)
<</if>>
<<if $maidcr==5>>
Backyard-Evening (Visit Every 3 days)
<</if>>
<</linkreplace>>
<<linkreplace "Veronica">>
<<if $vc==1>>
Tip: Go to Bedroom in Evening
<</if>>
<<if $vc==2>>
Tip: Week 2, Living room
<</if>>
<<if $vc==3>>
Tip: Week 3, Living room-Evening,
<</if>>
<<if $vc==4>>
Tip: Week 4, Living room
<</if>>
<</linkreplace>>
[[Go back|Living room]]<<if $day % 2==0 && $time==16>>
<<linkreplace "Emily is relaxing on the pool">>
<img src="Img/macypool.jpg" style="max-width: 60%; height: auto;">
$playername: <span class="dialogue-player">Hey babe, enjoying the pool?</span>
Emily: <span class="dialogue-hannah">Oh, There is my man!.Babe, come on in, The water is so refreshing. </span>
You spend some time in the pool.
<img src="Img/macy5.jpg" style="max-width: 70%; height: auto;">
$playername: <span class="dialogue-player">This is nice, I love you Emily</span>
Emily: <span class="dialogue-hannah">I love you too.</span>
<img src="Img/macy7.jpg" style="max-width: 70%; height: auto;">
Both of you shared a sweet kiss in the pool.
<<set $time=$time+4>>
<</linkrepplace>>
<</if>>
<<if $vg==3 && $day>21 && $time==16>> <<linkreplace "You get a call from your uncle">> <<goto"call">><</linkreplace>><</if>>\
<<if $vg==4 && $time==20>> <<linkreplace "Got to the dinner">> <<goto"dinner">><</linkreplace>><</if>>\
<<if $vg==5 && $time==16>>Today is the big day.<<linkreplace "Go to Office">> <<goto"day1">><</linkreplace>><</if>>\<img src="Img/livi3.png" style="max-width: 130%; height: auto;">
You came home after work, It as around 10:00 clock.
As you entered the living room you heard some noice comming from the bedroom. It seems Emily is back from florida.
$playername: <span class="dialogue-player">//Is she back//</span>
You slowly went near the door and heard the noice of a man.
$playername: <span class="dialogue-player">//Is she kissing have sex with another man without asking me. she has never done that before.//</span>
<<linkreplace "Peek through the keyhole">>
You saw Emily standing infront of the bed ewmoving her pants.
$playername: <span class="dialogue-player">//Wait, Is that.... Is that a QOS tatoo.//</span>
<video width="640" height="360" controls autoplay mute>
<source src="Img/qos.mp4" type="video/mp4">
</video>
You saw a man lying on the bed but you couldn't see his face.
$playername: <span class="dialogue-player">//Fuck, who is it.// </span>
<<linkreplace "Look closely">>
Man: <span class="dialogue-hannah">Enough teasing bitch, No come suck my cock.</span>
Emily: <span class="dialogue-hannah">Yes Sir.</span>
Emily crawled towards the man, she sholy unbuttoned his pants and took out his cock.
<video width="640" height="360" controls autoplay mute>
<source src="Img/qos2.mp4" type="video/mp4">
</video>
Emily: <span class="dialogue-hannah">Oh Daddy, Its so big.</span>
She began stroking his dick.
Man: <span class="dialogue-hannah"> who owns you bitch.</span>
Emily: <span class="dialogue-hannah">You daddy.</span>
Seeing your Fiance enjoying another dude's cock made you jealous and aroused at the same time.
Even though both of you had an open relationship. she never fucked another man without your permission.
Emily: <span class="dialogue-hannah">I want you Inside me daddy.</span>
Suddently everything went black.
<<set $dream=$dream+1>>
<<set $time=8>>\
<<set $day=$day+1>>\
<<linkreplace "Continue">>\
<<goto "bedroom33">>\
<</linkreplace>>
<</linkreplace>>
<</linkreplace>>
<img src="Img/room4.png" style="max-width: 80%; height: auto;">
<img src="Img/waku.png">
You opened your eyes.
$playername: <span class="dialogue-player">Oh fuck, it was a dream</span>
[[Wake Up|Bedroom]]
<video width="640" height="360" controls autoplay mute>
<span class="dialogue-player">Oh, so i dont n</span>
<source src="Img/jamievid2.mp4" type="video/mp4">
</video>
$playername: <span class="dialogue-player">Okay, so how is everything</span>
Veronica: <span class="dialogue-veronica">Its fine, Andrew haven't been paying much attention to me lately, I dont know why</span>
$playername: <span class="dialogue-player">I have a theory, but promise you wont get mad.</span>
Veronica: <span class="dialogue-veronica">No I wont , Tell me</span>
$playername: <span class="dialogue-player">Ronnie, You are a very beautiful woman but your dressing is kind of basic</span>
Veronica: <span class="dialogue-veronica">Thanks $playername, I guess I am kind old fashioned but I like it.</span>
$playername: <span class="dialogue-player">You know, Veronica, dressing more stylishly isn't just about fashion. It's also about showing confidence. You have an incredible presence, and a bit of a style update can emphasize that even more.</span>
Veronica: <span class="dialogue-veronica">I think you do have a point $playername. I'll think about it.</span>
You felt this is the right time.
<<linkreplace "Use the ring">>
//You decided to try something, you focused the power of the ring on her.//
$playername: <span class="dialogue-player">//Veronica, starting now, you may find yourself drawn to dressing in a more daring and modern fashion. You might begin to develop an interest in showing some skin and will gradually devolop your promiscuous side . Do you understand?//</span>
Veronica: <span class="dialogue-veronica">Yes $playername I Understand.</span>
You decided its enough for now.
Veronica: <span class="dialogue-veronica">Oh, it's getting late. I should head home now.</span>
$playername: <span class="dialogue-player">Bye Veronica.</span>
Veronica: <span class="dialogue-veronica">Bye. $playername, thank you for everything</span>
<<set $vc to $vc+1>>
Veronica went home
<<linkreplace "Continue">>
<<goto "Bedroom">>
<</linkreplace>>
<</linkreplace>><img src="Img/ali44.png" style="max-width: 60%; height: auto;">
You started licking Amanda's finger.
Amanda: <span class="dialogue-hannah">Come on lick everything off. There shouldn't be a single drop left.</span>
You continued licking and sucking amanda's fingers.
Amanda: <span class="dialogue-hannah">Good boy. This is a lession for you $layername,dont make this mistake again, Understood</span>
$playername: <span class="dialogue-player">I wont Amanda.</span>
Amanda: <span class="dialogue-hannah">You can go now, I'll take care of the rest.</span>
Wow, she has certainly become more dominant.
<<set $event to true>>
<<set $maidcr=$maidcr+1>>
<<linkreplace "Continue">>
<<goto "Living room">>
<</linkreplace>>Amanda: <span class="dialogue-hannah">Oh, that feels so good. You make me so happy. Do you like making me happy, $playername?</span>
$playername: <span class="dialogue-player">Yes, I do, Amanda.</span>
Amanda subtly extended her legs towards him.
<img src="Img/ali41.jpg" style="max-width: 50%; height: auto;">
Amanda: <span class="dialogue-hannah">If I tell you to do something, will you do it?</span>
$playername: <span class="dialogue-player">Of course, what is it?</span>
Amanda: <span class="dialogue-hannah">My feet are so sweaty; can you clean them?</span>
$playername: <span class="dialogue-player">Well... Okay... I... Just a minute, I'll bring water and body lotion.</span>
Amanda: <span class="dialogue-hannah">Actually, that's not what I meant. What I want is to see you to lick my feet clean.</span>
<video width="640" height="360" controls autoplay mute>
<source src="Img/alivid2.mp4" type="video/mp4">
</video>
You really wanted to do it but you decided to act as a nervouslly.
$playername: <span class="dialogue-player">Ahh...You...want me, I don't know..</span>
Amanda: <span class="dialogue-hannah">It wasn't a request $playername, Come here and lick my fucking feet.</span>
$playername: <span class="dialogue-player">Yes Amanda</span>
<<linkreplace "Lick her feet">>
<<goto "maidback02">>
<</linkreplace>>