<h2 class="header">Wardrobe</h2>
[[Finish->bedroom]]
----
<<wardrobe $outfits >>
<<showimg $outfit 300 >>
<div style="text-align: left;">
<hr>
Time: $time
Day: <<if $day is 1 >>Monday<<elseif $day is 2 >>Tuesday<<elseif $day is 3>>Wednesday<<elseif $day is 4>>Thursday<<elseif $day is 5>>Friday<<elseif $day is 6>>Saturday<<else>>Sunday<</if>>
<hr>
👀 Revealing outfit: $reveal
🔗 Corruption: $corruption
💵 Money: $money
Energy: $energy
</div>Eva Notty, Lauren Philips, Ava Addams
Danica Collins, tara holiday, Raquel Raxxx
Sheena Ryder<<set $outfit to "https://files.catbox.moe/ivf79s.jpg" >>
<<set $reveal to 0>>
<<set $wearing to "Nude">>
<<set $attractive to 0>>
<<set $corruption to 0>>
<<set $time to "Morning">>
<<set $day to 1>>
<<set $location to "bedroom">>
<<set $todo to []>>
<<set $con_husband_1 to "false">>
<<set $inventory to []>>
<<set $energy to 100>>
<<goto "bedroom">>
<<set $outfits to [
{
name: "Casual",
imageUrl: "https://files.catbox.moe/0ertcy.jpg",
reveal: 10,
},
{
name: "Revealing silk bathrobe",
imageUrl: "https://files.catbox.moe/3p9i98.jpg",
reveal: 40,
},
{
name: "Office outfit",
imageUrl: "https://files.catbox.moe/mpz227.jpg",
reveal: 20,
}
]>>
<<set $outfit_forsale to [
{
name: "Leggings with short top",
imageUrl: "https://files.catbox.moe/bafere.jpg",
reveal: 20,
price: 50
},
{
name: "Jeans short and top",
imageUrl: "https://files.catbox.moe/o3tpsq.jpg",
reveal: 20,
price: 50
},
{
name: "Red tight dress",
imageUrl: "https://files.catbox.moe/84vg28.jpg",
reveal: 40,
price: 300
},
{
name: "Green tight dress",
imageUrl: "https://files.catbox.moe/ejc8hv.jpg",
reveal: 30,
price: 80
},
{
name: "Sexy bikini",
imageUrl: "https://files.catbox.moe/591r4w.jpg",
reveal: 60,
price: 60
},
{
name: "Sexy bikini #2",
imageUrl: "https://files.catbox.moe/rmsdvj.jpg",
reveal: 60,
price: 60
},
{
name: "Sexy lingerie",
imageUrl: "https://files.catbox.moe/phc1qm.jpg",
reveal: 60,
price: 800
}
]>>
<<set $unlock_clothes to [{
name: "Bathrobe printed half open",
imageUrl: "https://files.catbox.moe/pcrz7y.jpg",
},{
name: "Cumslut outfit",
imageUrl: "https://files.catbox.moe/pns4fk.jpg",
reveal: 20,
}
]>>
<<set $cum_in_ass to "false">>
<<set $cum_in_pussy to "false">>
<<set $cum_on_boobs to "false">>
<<set $cum_on_face to "false">>
<<set $loads to 0>>
<<set $vaginal_fucked to 0>>
<<set $anal_fucked to 0>>
<<set $cock_sucked to 0>>
<<set $money to 100>>
Video's:
Opening door, spying getting ready
https://www.xvideos.com/video.fkihfh6c6d/spying_on_danica_-_justdanica.com
Enter son's room
https://www.xvideos.com/video.hcfelpkd197/danica_collins_-_let_s_cum_together_
Masturbation on couch
https://www.xvideos.com/video.btithb8c27/danica_collins_a_quiet_night_in
m in car
https://www.xvideos.com/video.eaicob2739/danica_collins_donna_ambrose_parked_up_being_naughty
Tara holiday
https://nl.xhamster.com/videos/hot-milf-serviced-by-young-stud-8582420
Stiptease:
https://www.pornhub.com/gif/7948861
cheating:
https://www.pornhub.com/gif/29924921
bj ava car
https://www.pornhub.com/gif/27953352
Learn driving
https://nl.xhamster.com/videos/fake-driving-school-busty-jailbird-goes-on-a-wild-ride-7506863
taxi
https://www.pornhub.com/view_video.php?viewkey=67e142a02ac22<h2 class="header">Bedroom</h2>
<<showimg "https://images.pexels.com/photos/1454806/pexels-photo-1454806.jpeg" 400>>
----
<<if $time is "Morning">>//Good morning, time to wake up and do my chores...//<<elseif $time is "Night">>//It's late, shouldn't I go to bed?//<<else>>//This is your bedroom, your safe heaven. Unfortunately for you, you have to share the bed and the room with your husband.//<</if>>
''Actions:''
<div class="link-container">
[[Sleep 🛏️->sleep][$day to $day +1]]
[[Change clothes 👗->wardrobe]]
[[Speak with husband->husband]]
</div>
''Go to:''
<div class="link-container">
<<if $wearing is "Nude">>
<p class="notification">You can't leave the room without clothes</p>
<<else>>
[[Living room->living room]]
<</if>>
</div>
<<set $location to "bedroom">><<showimg "https://files.catbox.moe/n3wvsv.gif" 400>>
----
<<if $day is 8>>
<<set $day to 1>>
<</if>>
<<set $time to "Morning">>
<<set $wearing to "Nude">>
<<timed 4s>>
<<goto "bedroom">>
<</timed>><h2 class="header">Living Room</h2>
<<showimg "https://utahstyle-webaholics.s3.us-west-2.amazonaws.com/wp-content/uploads/2023/09/27111537/LCA_7314-3-2-1068x751.jpg" 400>>
----
''Actions:''
<div class="link-container">
[[Speak with son->son]]
[[Peek from window->window]]
</div>
''Go to:''
<div class="link-container">
[[Bedroom->bedroom]]
[[Bathroom->bathroom]]
[[Kitchen->kitchen]]
[[Walk to town->walk][$location to "map"]]
</div>
<<set $location to "living room">><h2 class="header">Kitchen</h2>
<<showimg "https://www.tomhowley.co.uk/wp-content/uploads/LuxuriousWhiteKitchen_hero1.jpg" 400>>
----
''Actions:''
<div class="link-container">
<<if $inventory.includes("grocery")>>
[[Cook->cook]]
<<else>>
You have no food. Buy grocery.
<</if>>
<<if $inventory.includes("coffee")>>
[[Make coffee->coffee_make]]
<</if>>
</div>
''Go to:''
<div class="link-container">
[[Living room->living room]]
</div>
<<set $location to "kitchen">><h2>You quickly change in to your new outfit</h2>
<<showimg "https://imagex1.sx.cdn.live/images/pinporn/2021/07/06/25510813.webp" 600>>
<<timed 3s>>
<<goto "wardrobe">>
<</timed>><<showimg "https://files.catbox.moe/gi27i0.gif" 600>><h2 class="header">Stats</h2>
----
<table style="width: 100%;">
<tr>
<th>Your looks</th>
<th></th>
</tr>
<tr>
<td>Face</td>
<<if $cum_on_face is "true">>
<td><img src=https://cdni.pornpics.com/1280/5/122/23501599/23501599_016_0d1f.jpg height=150></td><td>You have so much cum on your face</td><</if>><<if $cum_on_face is "false">>
<td><img src=https://cdni.pornpics.com/1280/7/78/74919562/74919562_014_362d.jpg height=150></td><</if>>
</tr>
<tr>
<td>Boobs</td>
<<if $cum_on_boobs is "true">><td><img src=https://secrethandful.com/content/folder4/04/4-2x.jpg height=150></td><td>There's cum on your tits</td><</if>><<if $cum_on_boobs is "false">><td><img src=https://cdni.pornpics.com/1280/7/244/46028494/46028494_175_8a26.jpg height=150></td><</if>>
</tr>
<tr>
<<if $cum_in_pussy is "true">><td>Pussy</td>
<td><img src=https://t1.pictoa.com/media/galleries/072/585/072585557b07d09b427/1797920557b07d1b807c.jpg height=150></td><td>You have cum in and on your pussy</td><</if>><<if $cum_in_pussy is "false">><td>Pussy</td>
<td><img src=https://cdni.pornpics.com/1280/5/183/43093930/43093930_008_af02.jpg height=150></td><</if>>
</tr>
<tr>
<<if $cum_in_ass is "true">><td>Ass</td>
<td><img src=https://i.redd.it/lcyi0od38np71.jpg height=150></td><td>There's a lot of cum in your ass</td><</if>><<if $cum_in_ass is "false">><td>Ass</td>
<td><img src=https://cdni.pornpics.com/1280/5/183/43093930/43093930_007_6985.jpg height=150></td><</if>>
</tr>
</table>
<h4 class="header">About you:</h4>
----
<table style="width: 100%;">
<tr>
<th>Description</th>
<th></th>
</tr>
<tr>
<td>Hobbies</td>
<td>Playing with my children, yoga</td>
</tr>
<tr>
<td>Boyfriends</td>
<td>1</td>
</tr>
<tr>
<td>Marriages</td>
<td>1</td>
</tr>
<tr>
<td>Relationship with son</td>
<td>$relationship_son</td>
</tr>
<tr>
<td>Pregnant</td>
<td>No</td>
</tr>
</table>
<h4 class="header">Deviance</h4>
----
<table style="width: 100%;">
<tr>
<th>Description</th>
<th>Amount</th>
</tr>
<tr>
<td>Cock's sucked</td>
<td>$cock_sucked</td>
</tr>
<tr>
<td>Analy fucked</td>
<td>$anal_fucked</td>
</tr>
<tr>
<td>Fucked</td>
<td>$vaginal_fucked</td>
</tr>
<tr>
<td>Cum swallowed</td>
<td>$loads</td>
</tr>
</table>
<<return>>[[stats]]
[[Todo]]
[[Phone]]
[[Inventory]] <h2 class="header">Clothing store</h2>
<<showimg "https://img.freepik.com/premium-photo/fashionable-interior-clothing-store-kaunas-lithuania_652667-1093.jpg" 400>>
----
''Go to:''
<div class="link-container">
[[Return->map]]
</div>
----
<<wardrobe $outfit_forsale >><<if $reveal gt 30>>
<<showimg "https://xxxpic.xyz/wp-content/uploads/2018/08/Mature-Huge-Tits-Bra-Cleavage.jpg" 400>>
<<speech "You" >>Hi Baby<</speech>>
<<speech "Son">>Wow mommy!<</speech>>
//You realise that you are exposing yourself...//
<<if $corruption gt 5>>
[[Next->convo_son_expose_1]]
<<else>>
<p class="notification" >You don't have enough corruption to continue</p>
<<speech "You">>Omg, so sorry baby!<</speech>>
//You cover yourself and get out//
<</if>>
<<else>>
<<speech "You" >>Hi Baby<</speech>>
<<speech "Son">>Hi Mommy!<</speech>>
----
''Actions:''
<div class="link-container">
[[Give son a kiss->kiss_son_1]]
[[Touch son's body->touch_son_1][$corruption += 2]]
[[Touch son's arm->touch_son_2][$corruption += 2]]
[[Touch son's abs->touch_son_3][$corruption += 2]]
<<if $corruption gt 6>>
[[Tease son->tease]]
<</if>>
</div>
<</if>>
[[End conversation->living room]]
<<speech "You" >>What's up baby?<</speech>>
<<speech "Son">>Yo...Your boobs ....<</speech>>
<<speech "You" >>You mean this? haha<</speech>>
<<showimg "https://img10.joyreactor.com/pics/post/gif-nsfw-epic-1824312.gif" 400>>
<<speech "You" >>Never seen one?<</speech>>
----
//Your son is flabbergasted and cannot look away. His eyes are fixed on your tits.
You continue to wiggle them and he stands there with his mouth open admiring every little detail on those giants bouncy tits.//
[[Next->convo_son_expose_2]]<<showimg "https://64.media.tumblr.com/35ff4c74a9c469fa5d56a423b4c1df0f/tumblr_n238dnVeHp1s63c00o1_250.gif" 400>>
//As you are wiggling with your tits, you notice a bulg between your sons legs. The feeling of your son watching you and the way he looks at you makes you overwelmd with horniness, you can't shake it off. You wonder what your son is thinking now? Does he want to suck on my titties? Is he imaginening fucking his own mother?//
----
''What should I say?''
<div class="link-container">
[[Naughty🔥->convo_son_expose_3]]
[[End conversation->living room]]
</div><<showimg "https://64.media.tumblr.com/2545624c4ab000b4f60d64de124b91ca/tumblr_o9agmhjSB71s38ylzo1_400.gif" 400>>
//You unbutton your shirt and expose your tits a bit more. His mouth widens and falls open, he looks like he can't coprihend what is happening to him, whether it's a dream or reality... You keep talking and grab your tits, massaging them...//
----
<<speech "You" >>You used to suck on mommies tits every day<</speech>>
<<speech "You" >>I couldn't decline because you prefered my milk more than the food I made<</speech>>
<<speech "Son">>...<</speech>>
<<speech "You" >>Maybe you should start drinking mommies milk again? There's a lot of nutritients and protein<</speech>>
<<speech "You" >>Then will spend less money on all the proteinshakes we buy for you...<</speech>>
<<speech "Son">>y-Yeah, I.. I can do that<</speech>>
<<speech "Son">>I wanna do that !<</speech>>
[[Flash him🔥->flash tits]]<<showimg "https://cdn5-images.motherlessmedia.com/images/85C841B.gif" 400>>
[[End->living room][$corruption += 6]] //You approach your husband, he's doing some administation work and seems busy. But you really need him to go to the store as you expect visitors tonight.//
----
<<speech "You" >>Hi John<</speech>>
<<speech "Husband">>Tell me Gorgeous<</speech>>
<<speech "You" >>I invited my friend over with her husband, Could you go to the shop an buy groceries pleas?<</speech>>
<<speech "Husband">>I'm busy babe, can it wait?<</speech>>
<<speech "You" >>Ugh! you don't want to do anything in this house!<</speech>>
<<speech "Husband">>I said I'm busy!<</speech>>
<<speech "You" >>You are always busy! Busy to give me attention, busy to help me with the chores, busy to help me with the kids and the list goes on!<</speech>>
<<speech "You" >>I've had enough with you, I'll do it myself<</speech>>
//Your frustrations bursted out, the last few years your husband has become absent and distant from you and the family. Eversince he started working the bank.//
//You haven't had made love already a year, you lust for attention, compliments and love.//
----
[[Try teasing him->tease]]
[[End conversation->bedroom][$todo.push("Buy Groceries"), $con_husband_1 to "true"]]
<<if $con_husband_1 is "false">>
<<goto "Con_husband_1">>
<<else>>
<<speech "You">>I have nothing to say...<</speech>>
<</if>>
<<return>><h2 class="header">Todo</h2>
----
$todo
<<return>>
<<showimg "https://64.media.tumblr.com/a78c08ccf0302458ba9c86affea9fb67/tumblr_n2ii35J8b21qhphz2o2_r3_250.gif">>
//A kiss on the mouth, nothing wrong right???//
----
<<return>><<showimg "https://files.catbox.moe/2vusr1.gif" 400>>
//My son is changing so much, the muscles, his length, not a kid anymore...//
<<speech "You" >>You have grown so much...<</speech>>
----
<<return>><<showimg "https://files.catbox.moe/229zxq.gif">>
//You can't keep your hands away, you want to touch him everywhere//
----
<<speech "You" >>Show me that big man muscles sweety!<</speech>>
<<speech "Son">>....<</speech>>
<<speech "You" >>You will protect mommy with these muscles right?<</speech>>
<<speech "Son">>Always mom<</speech>>
----
<<return>><<showimg "https://files.catbox.moe/z6fbs3.gif">>
//My baby is so handsome... I can't believe he's mine//
----
<<speech "You" >>Wow baby, look at those abs!<</speech>>
<<speech "Son">>Thanks mommy haha<</speech>>
----
<<return>><div class="container">
<div class="message-container">
<div class="link-container">
<<return>>
[[Send message->message_send]]
[[Check messages->message_receive]]
</div>
</div>
</div><<return>><<return>><h2 class="header">Town</h2>
<<showimg "https://partnersinfire.com/wp-content/uploads/2022/06/small-town-usa-main-street.jpg" 400>>
//You came to town here you can find: Clothing shops, cafe's and electronic store.//
----
''Go to:''
<div class="link-container">
[[Clothing Store->store_clothing]]
[[Grocery Store->store_grocery]]
[[Home->walk][$location to "living room"]]
</div><h2 class="header">Grocery Store</h2>
<<showimg "https://www.thetakeout.com/img/gallery/the-red-flag-thats-a-major-sign-of-a-bad-grocery-store/intro-1727473244.webp" 400>>
//Welcome! Buy fresh food, personal health products and many more!.//
----
''Actions:''
<div class="link-container">
<<if $todo.includes("Buy Groceries")>>
<<link "Buy groceries" "store_grocery">>
<<set _index to $todo.indexOf("Buy Groceries")>>
<<if _index >= 0>>
<<run $todo.splice(_index, 1)>>
<</if>>
<</link>>
<<else>>
<<link "Buy grocery" "store_grocery">>
<<run $inventory.push("grocery")>>
<</link>>
<<link "Buy coffee" "store_grocery">>
<<run $inventory.push("coffee")>>
<</link>>
<</if>>
[[Return->map]]
</div>
<<showvideo "https://el.phncdn.com/pics/gifs/043/170/221/43170221a.webm">>
//You start cooking food, can't help feeling your being watched...//
----
<<return>><h2 class="header">Inventory</h2>
----
$inventory
----
<<return>><<showvideo "https://i.makeagif.com/media/6-28-2022/s87aO5.mp4">>
//You walk towards your destination.. Better take the car next time...//
----
<<if previous() is "living room">>
<<timed 4s>>
<<goto "map">>
<</timed>>
<<else>>
<<timed 4s>>
<<goto "living room">>
<</timed>>
<</if>>
<<set _random to random(1,3)>>
<<if _random is 2>>
<<goto "random_event_walk_1">>
<</if>>
<<showvideo "https://el.phncdn.com/pics/gifs/050/786/361/50786361a.webm">>
//You start brewing coffee, can't help feeling your being watched...//
----
<<return>><<showimg "https://files.catbox.moe/1ottdy.gif">>
//I wonder what he thinks right now...//
----
<<if previous() is "son">>
<<speech "Son">>m..Mom w..wha... wow<</speech>>
<<speech "You" >>Are you oke baby?<</speech>>
<</if>><<if previous() is "Con_husband_1">>
<<speech "You">>Honey, what are you doing? <</speech>>
<<speech "Husband" >>I'm working babe, don't disturb me...<</speech>>
<</if>>
----
<<return>><<showvideo "https://el.phncdn.com/pics/gifs/039/738/911/39738911a.webm">>
//You take of your clothes and prepare to shower//
----
<<timed 4s>>
<<goto "shower_1">>
<</timed>><<showvideo "https://el.phncdn.com/pics/gifs/026/581/902/26581902a.webm">>
//Washing all the sweat of your body//
----
<<timed 4s>>
<<goto "shower_2">>
<</timed>><<showvideo "https://el.phncdn.com/pics/gifs/001/984/841/1984841a.webm">>
//You feel arousal when your touch your pussy//
----
<<timed 4s>>
<<goto "shower_3">>
<</timed>><<showvideo "https://el.phncdn.com/pics/gifs/039/157/971/39157971a.webm">>
//You start imagining men groping your tits...//
----
<<timed 4s>>
<<goto "shower_4">>
<</timed>><<showvideo "https://el.phncdn.com/pics/gifs/026/582/032/26582032a.webm">>
//You feel well rested and clean//
----
<<timed 4s>>
<<goto "bathroom">>
<</timed>><h2 class="header">Bathroom</h2>
<<showimg "https://www.janelockhart.com/portfolio/images/cottage-core-chic-11.jpg" 400>>
----
''Actions:''
<div class="link-container">
[[Take a shower->shower]]
</div>
''Go to:''
<div class="link-container">
[[Living room->living room]]
</div>
<<showimg "https://files.catbox.moe/pauiza.gif" 400>>
//You get in his car and he drives towards your destination.//
----
<<speech "Stranger">>So where do I take you?<</speech>>
<<speech "You">>$location, please<</speech>>
<<speech "Stranger">>How come you are walking? I've never seen a beautiful woman like you walk. Are you married?<</speech>>
<<speech "You">>Yes, I'm married. I just like walking then I can clear my mind.<</speech>>
<<speech "Stranger">>If you were my wife I would never let you walk<</speech>>
<<speech "You">>haha, thanks, are you married?<</speech>>
<<speech "Stranger">>My wife passed away<</speech>>
<<speech "You">>So sorry for your loss..<</speech>>
<<speech "Stranger">>Thanks, you do remind me of her...<</speech>>
<<speech "Stranger">>She was also beautiful and gorgeus like you<</speech>>
//His hand moves towards your legs and a second later he puts his hand on your leg//
<<showimg "https://files.catbox.moe/wyvj72.jpg" 300>>
----
''Actions:''
<<link "Ask him to stop">>
<<goto $location>>
<</link>>
<<showimg "https://media1.tenor.com/m/T3YDWyrFXiMAAAAd/hooker-street.gif" 400>>
//A car approaches while your walking, the car stops and the window rolls down//
----
<<speech "Stranger">>Hi dear, do you need a ride?<</speech>>
<<speech "You">>Oh thank you, but I'm almost there. Thanks for the offer!<</speech>>
<<speech "Stranger">>You sure? the town is still far..<</speech>>
<<speech "You">>Hmmm....<</speech>>
----
''Actions:''
<<link "Decline">>
<<goto $location>>
<</link>>
<<if $corruption gt 6>>
<<link "Accept">>
<<goto "random_event_walk_1">>
<</link>>
<</if>><<showimg "https://i.mylust.com/videos_screenshots/725000/725139/preview.jpg">>
//You can't believe what you are seeing, your own son applying sunscreen on the neighbors wife! That's your son! You become very jaleous.//
----
<<speech "You" >>Pft.. She doesn't even have a proper ass, don't get me started about her tist....<</speech>>
<<speech "You" >>I wonder if my son likes it, can't let this happen again...<</speech>>
<<speech "You" >>She wants my boy that's for sure, the bitch...he is mine and only mine.<</speech>>
----
[[End->living room]] <<showimg "https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExaHRpNms3a2NyODZvcm14djNkMG45cndmcWhvY2gzY2w2cWhjeG50YyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/e1rODLWKx5ZbIbwLb3/giphy.gif">>
//You peek outside of the window//<<set _random to random(1,3)>>
----
<<timed 4s>>
<<if _random is 2>>
<<goto "window_peek_1">>
<<else>>
Nothing to see here...
<<goto "living room">>
<</if>>
<</timed>>