Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,,
<span style="color:#ff0000"><span style="font-size: 150%">WARNING - ADULTS ONLY</span></span>
*This game contains explicit adult content that some viewers may find offensive.
*If you are not of the legal age to view adult content in your community, or if it is illegal to view such content in your community, close the game now.
*This is a work of fiction. Names, characters, places, and incidents are products of the author’s imagination.
*Any resemblance to actual events, places or people, living or dead, is purely meant as ficticious entertainment.
*All characters portrayed in this game are above the legal age.
*Finally, while this game portrays strong adult themes, they are only used as a form of artistic expression. Real-life acts of non-consensual sexual behavior are strongly condemned by the author.
*If you do not wish to play, please EXIT now.
<<linkreplace "I can conform that I have read, understand and agree to the above terms.">>\
\
*The game might have writing-grammar errors because I'm not a native English speaker. If you see any writing-grammar mistakes please let me know.
*If there's anything you'd like to see in the story let me know on [[F95zone|https://https://f95zone.to/threads/groundhog-v0-2-1-kaprikorn.73263/]] or [[Discord|https://discord.gg/PTuw7Ce]].
[[Next|Intro_1]]
<</linkreplace>>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<<button [[Nothing to see|Test]]>><</button>>
<<button [[Skip the intro|Intro Skip]]>> <<set $day to 2>> <<set $time to 4>> <<set $clocks to 2>> <<set $researchDrugsAmount++>> <<set $questProduction to 4>> <<set $money-=35>>
<</button>> Because this is a test version you may press this button here to skip the tedious intro if you feel like you've done that a million times like me.<<nobr>>It is
<<switch $day % 7>>
<<case 0>>
Sunday
<<case 1>>
Monday
<<case 2>>
Tuesday
<<case 3>>
Wednesday
<<case 4>>
Thursday
<<case 5>>
Friday
<<case 6>>
Saturday
<</switch>> <br> <<switch $time>>
<<case 0>>
dawn,
<<case 1>>
late morning,
<<case 2>>
midday,
<<case 3>>
afternoon,
<<case 4>>
dinner time,
<<case 5>>
early evening,
<<case 6>>
late evening
<<case 7>>
night,
<</switch>> Day $day <<if $prestige gt 0>>of <<print 6+$dayUpgrade>><</if>> <br>
<<if $prestige gt 0>> Prestige: $prestige <br> <</if>> <br>
<<set $dailyProfit to Math.round(($dailySales+$inspiration) * $priceBasic * Math.pow(1.01,$salesEfficiency+$wis) - ($dailySales+$inspiration) * $costBasic * Math.pow(0.99, $productionEfficiency) - ($day*(1+$prestige)))>>
money: $<<print $money>> <br>
<<if $questProduction is 4>>
<<if $dailyProfit gt 0>>
daily profit: <span style="color:green">$<<print $dailyProfit>></span>
<<else>>
daily loss: <span style="color:red">$<<print $dailyProfit * -1>></span>
<</if>> <br><br>
<<if $roommatesUnlocked.includes("Xev")>>
Mood Xev: <<if $roommatesMood[0] lt 0>>
<<print "😡">>
<<elseif $roommatesMood[0] lt 4>>
<<print "😐">>
<<else>>
<<print "😄">>
<</if>> <br>
<</if>>
<<if $roommatesUnlocked.includes("Cherie")>>
Mood Cherie: <<if $roommatesMood[1] lt 0>>
<<print "😡">>
<<elseif $roommatesMood[1] lt 4>>
<<print "😐">>
<<else>>
<<print "😄">>
<</if>> <br>
<</if>>
<</if>>
<</nobr>>
Strength: $str
Dexterity: $dex
Constitution: $con
Charisma: $cha
Intelligence: $int
Wisdom: $wis/* time */
<<set $day to 0>> <<set $time to 0>>
<<set $clocks to 0>>
<<set $prestige to 0>>
/* character attributes*/
<<set $characteristic to 0>> <<set $str to 0>> <<set $dex to 0>> <<set $con to 0>> <<set $cha to 0>> <<set $int to 0>> <<set $wis to 0>>
/* income - production - sales */
<<set $money to 200>> <<set $dailySales to 0>>
<<set $priceBasic to 10.5>> <<set $costBasic to 10>>
<<set $ingredientBasic to 0>> <<set $trinketBasic to 0>>
<<set $producedBasic to 0>> <<set $soldBasic to 0>>
/* Expansion Modules */
<<set $drugEnhanced to 1>>
<<set $housing to 1>>
/* Research */
<<set $researchUpgrade to 0>>
<<set $productionAmount to 1>> <<set $productionEfficiency to 0>>
<<set $salesAmount to 1>> <<set $salesEfficiency to 0>>
<<set $researchDrugs to 0>> <<set $researchDrugsAmount to 10>>
<<set $drugArousal to 0>>
/* Quests */
<<set $questProduction to 0>>
<<set $questBasicTrinket to 0>>
<<set $workers to 0>> <<set $dailySales to 0>>
<<set $questInspiration to 0>> <<set $inspirations to 0>>
/* Upgrades */
<<set $upgradePoints to 0>>
<<set $dayUpgrade to 0>>
<<set $moneyUpgrade to 0>>
<<set $attributes to 0>>
/* Workforce */
<<set $workersArray to ["Riley", "Putri", "Jade", "Ana", "Elsa", "Katsuni", "Scarlett", "Jasmine", "Lily"]>>
<<set $storyUnlock to [4,6,8,10,12,14,16,18,20,22]>>
<<set $workersHired to []>>
<<set $workersInspired to []>>
<<for _i to 0; _i lt $workersArray.length; _i++>>
<<set $workersInspired[_i] to 0>> <</for>>
<<set $dailySales to 0>>
<<set $inspiration to 0>>
<<set $search to 0>>
/* House */
<<set $roommates to ["Xev", "Cherie"]>>
<<set $roommatesUnlocked to []>>
<<set $roommatesMood to []>>
<<set $roommatesArousal to []>>
<<for _i to 0; _i lt $roommates.length; _i++>>
<<set $roommatesMood.push(0)>>
<<set $roommatesArousal.push(0)>>
<</for>>
[[Quests]]
[[Models]]
[[Thanks]]<<widget "researchdrugs">>
<<set $time++>>
<<switch $researchDrugsAmount>>
<<case 10>>
<<set $researchDrugs += 1 + $int>>
<<if $researchDrugs gte $researchDrugsAmount>>
<<set $researchDrugsAmount++>>
<<set $researchDrugs to 0>>
<<set $questProduction to 4>>
<<goto [[Unlock arousal]]>>
<<else>>
<<goto [[Home]]>>
<</if>>
<</switch>>
<</widget>>
/* <<researchdrugs>> <<$time++>> <</button>> (currently at <<print $research/$researchDrugsAmount*100>>%) */
<<widget "dailysales">>
<<set $dailySales += 1 + $workersHired.length/2 + ($dex/10)>>
<</widget>>/*Forward time*/
<<widget "time">>\
<<set $time++>><<run UIBar.setStoryElements()>>\
<</widget>>\
/*-----------------------------------------------------*/
/* sleep gains */
<<widget "sleep">>
/* Production - Income */
<<set $money += Math.round(($dailySales+$inspiration) * $priceBasic * Math.pow(1.01,$salesEfficiency+$wis) - ($dailySales+$inspiration) * $costBasic * Math.pow(0.99, $productionEfficiency) - ($day*(1+$prestige)))>>
<<set $producedBasic += $dailySales>>
/* Quests */
<<questproducebasic>>
/* Workforce */
<<if $inspiration gt 0>>
<<set $dailySales -= 1 + $dex/10>>
<<set $inspiration to 0>>
<</if>>
<<set $search to 0>>
<<if $money lt 0>>
<<goto [[End]]>>
<</if>>
<<set $day ++>>
<<set $time to 2-$clocks>>
<</widget>>
/*-----------------------------------------------------*/
/* Basic trinket production */
<<widget "questproducebasic">>
<<switch $questBasicTrinket>>
<<case 0>>
<<if $producedBasic gte 50>>
<<set $questBasicTrinket to 1>>
<<questproducebasic>>
<</if>>
<<case 1>>
<<if $producedBasic gte 100>>
<<set $questBasicTrinket to 2>>
<<questproducebasic>>
<</if>>
<<case 2>>
<<if $producedBasic gte 500>>
<<set $questBasicTrinket to 3>>
<<questproducebasic>>
<</if>>
<<case 3>>
<<if $producedBasic gte 1000>>
<<set $questBasicTrinket to 4>>
<<questproducebasic>>
<</if>>
<<case 4>>
<<if $producedBasic gte 5000>>
<<set $questBasicTrinket to 5>>
<<questproducebasic>>
<</if>>
<<case 5>>
<<if $producedBasic gte 10000>>
<<set $questBasicTrinket to 6>>
<<questproducebasic>>
<</if>>
<</switch>>
<</widget>>
/*-----------------------------------------------------*/
/* Inpiration quest */
<<widget "questinspiration">> <<nobr>>
<<set $inspirations to 0>>
<<for _i to 0; _i lt $workersInspired.length; _i++>>
<<set $inspirations += $workersInspired[_i]>> <</for>>
<<switch $questInspiration>>
<<case 0>>
<<if $inspirations gte 4>>
<<set $questInspiration to 1>>
<<questinspiration>>
<</if>>
<<case 1>>
<<if $inspirations gte 10>>
<<set $questInspiration to 2>>
<<questinspiration>>
<</if>>
<<case 2>>
<<if $inspirations gte 20>>
<<set $questInspiration to 3>>
<<questinspiration>>
<</if>>
<<case 3>>
<<if $inspirations gte 50>>
<<set $questInspiration to 4>>
<<questinspiration>>
<</if>>
<<case 4>>
<<if $inspirations gte 100>>
<<set $questInspiration to 5>>
<<questinspiration>>
<</if>>
<<case 5>>
<<if $inspirations gte 200>>
<<set $questInspiration to 6>>
<<questinspiration>>
<</if>>
<<case 6>>
<<if $inspirations gte 500>>
<<set $questInspiration to 7>>
<<questinspiration>>
<</if>>
<</switch>> <<endnobr>>
<</widget>>/* Prestige */
<<widget "prestige">>
<<set $day to 1>> <<set $time to 0>> <<set $prestige++>>
<<set $clocks to 0>>
<<set $money to Math.round(200 + $money*0.01*$moneyUpgrade)>> <<set $reincarnation++>>
/* Quests */
<<set $questBasicTrinket to 0>> <<set $producedBasic to 0>>
<<set $questWorkers to 0>> <<set $inspirations to 0>>
<<set $questInspiration to 0>>
/* Production */
<<set $ingredientBasic to 0>> <<set $trinketBasic to 0>>
<<set $ingredientAverage to 0>>
/* Research */
<<set $productionAmount to 1 + $researchUpgrade>>
<<set $productionEfficiency to 0 + $researchUpgrade>>
<<set $salesAmount to 1 + $researchUpgrade>>
<<set $salesEfficiency to 0 + $researchUpgrade>>
/* Workerforce */
<<set $dailySales to 0>>
<<set $inspiration to 0>>
<<set $search to 0>>
<<set $workersArray to $workersArray.concat($workersHired)>>
<<set $workersHired to []>>
<<for _i to 0; _i lt $workersInspired.length; _i++>>
<<set $workersInspired[_i] to 0+$cha>> <</for>>
<<for _i to 0; _i lt $storyUnlock.length; _i++>>
<<set $storyUnlock[_i]+=1+(_i/10)>> <</for>>
/* Roommates */
<<for _i to 0; _i lt $roommatesMood.length; _i++>>
<<set $roommatesMood[_i] to 0>>
<<set $roommatesArousal[_i] to 0>>
<</for>>
<</widget>>
/*-----------------------------------------------------*/
/* upgrade points */
<<widget "upgradepoints">>
<<if $questProduction is 4>> <<set $upgradePoints++>> <</if>>
<<set $upgradePoints += $questBasicTrinket + $workersHired.length + $questInspiration>>
<</widget>>
/*-----------------------------------------------------*/
/* upgrade stats check */
<<widget "attributes">>
<<set $attributes++>>
<<if $attributes gt $dayUpgrade>>
<<set $dayUpgrade++>> <<set $attributes to 0>>
<</if>>
<</widget>>
/*-----------------------------------------------------*/
My goal is to make this into a reset-oriented incrementally structured game. My hope is to create a great experience for anyone that love the incremental or the roguelike genres so if you have any comments on what I should add or change, please don't hesitate to let me know.
<<switch $characteristic>>
<<case 0>>
First things first. Let's get some information out of you and into this nifty little createment.
What is your most profound skill?
<<button [[long distance running|Intro_1]]>> <<set $characteristic to 2>> <<set $cha += 2>> <</button>>
<<button [[Performing arts|Intro_1]]>> <<set $characteristic to 1>> <<set $cha += 1>> <<set $int += 1>> <</button>>
<<button [[world traveling|Intro_1]]>> <<set $characteristic to 2>> <<set $cha += 2>> <</button>>
<<button [[Lifting heavy weights|Intro_1]]>> <<set $characteristic to 2>> <<set $cha += 1>> <</button>>
<<button [[archery|Intro_1]]>> <<set $characteristic to 3>> <<set $dex += 1>> <<set $cha += 1>> <</button>>
<<button [[gifted study|Intro_1]]>> <<set $characteristic to 4>> <<set $int += 2>> <</button>>
<<case 1>>
Great choice! Performing is what makes you perfect. This confirmed my feeling that you are as intelligent as you are charismatic.
<<case 2>>
Yeah, I'm sorry. we're gonna have to start by boosting your heavily lacking charisma.
<<case 3>>
Hmm, so you like to pull strings and look good whilst doing it. I'll let you start with some extra dexterity and charisma for that. You're welcome.
<<case 4>>
Ah, you're a smart one then. Here ya go, have some intelligence on the house.
<</switch>>
<<if $characteristic gt 0>>
What do you call yourself?
<<textbox "$playerFirst" "George">> <<textbox "$playerLast" "Jones">>
<<button [[Continue|Intro_2]]>> <</button>>
<</if>><div id="Click1"><<button [[1. Test|Test]]>> <</button>></div>
<div id="Click2"><<button [[2. Test2|Test2]]>> <</button>></div>
Seems you have found the test area the dev tests stuff in. return to once thy came and no wrath shall fall upon thee
<<linkreplace "Nothing over here">>
<img src="Images/Mom/Bedroom/1_1.jpg" style="float: left;"><img src="Images/Mom/Bedroom/1_2.jpg" style="float: right;">Let's put some text here to see if this image floats to the left and the other one to the right
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<img src="Images/Mom/Bedroom/1_3.jpg">
<img src="Images/Mom/Bedroom/1_5.jpg">
<<linkreplace "Definitely nothing over here">>
<video src="Images/Sis/Bathroom/Peek_1.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Peek_2.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Join_1.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Join_2.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Sex_1.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Sex_2.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Cum_1.mp4" autoplay loop></video>
<video src="Images/Sis/Trance_1.mp4" autoplay loop></video>
<</linkreplace>> <</linkreplace>>//placeholder//
You are biology brainiac studying advanced chemistry.
In your free time you bought this high end chemistry set which you immediately unpacked and installed in your basement.
You started mixing different ingredients together. While most times it turned out to be nothing special, it was after a few weeks that this one smudgy looking concoction peaked your interest.
So obviously you test it on yourself and drink the entire vial.
You feel yourself get weaker.
You try to grab the table.. your chair.. anything.. but you just fall to the ground into a [[deep slumber|Intro Groundhog]]
<<set $day to 1>>
//placeholder//
You have one of the most vivid dreams you have had\
<<fadein 2s 4s>>\
<<fadeout 3s 12s>>\
<img src="Images/Story/Dream.gif" style="float: right;" width=50% height=50%>\
<</fadeout>>\
<</fadein>>
in a long time as you see flashes of landscapes,
worlds, mountains, rivers before your eyes.
You notice the rivers to be flowing backwards.
When you wake up you recognize your own bed,
you are in your own room.
//The bell rings//
You look at your phone, it says 08:00.
Who is at your door so early in the morning.
//The bell rings again//
You get up to answer the door.
At the door you are greeted by a delivery man from FredX.
@@.npc;"Sign here please."@@ He states holding a form and a pen out for you.
@@.npc;"Package delivery for a mr. <<print $playerLast>>."@@
It is a huge box and inside you find the scientific equipment you ordered.
@@.you;"Wait, what day is it?"@@ You ask the man as he is walking back towards his car.
@@.npc;"Today is the first."@@ He says.
@@.you;"First of what?"@@ You ask but he has already closed his car door and drives off.
You unpack your science equipment, but don't see any means of creating anything. Luckily you had some pocket change left after purchasing this equipment. This means you will have to start low by getting some supplies from the nearby stores and sell that to work your way back up to the big pharma.
You might even find some help on the way there since you really don't want to test more experimental formulas on yourself.
<<if $prestige is 1>> There seems to be something extra in the box this time. The manual states "Expansion modules."
<span style="color:#25bd11">You can now purchase expansion modules for your science equipment. Once purchased, they are automatically delivered alongside your normal equipment at the start of each new playthrough.</span> <</if>>
<div id="Click0"> <<button [[0. Let's go|Home]]>> <<set $time to 2>> <</button>> </div>
This is your home.
Amongst other things, you can take a look at your production and explore the world from here.
Your daily costs of living are ever increasing. Find a way to keep up.
<<if $time lt 7>>\
<div id="Click0"> <<button [[0. Rest for a bit|Home]]>> <<time>> <</button>> </div>
<div id="Click1"> <<button [[1. Science station|Science]]>><</button>> </div>
<<if $workersHired.length gt 0 and $inspiration is 0>>\
<div id="Click2"> <<button [[2. Employees|Employees]]>> <</button>> </div> <br>
<</if>>\
<div id="Click3"> <<button [[3. Mall|Mall]]>><</button>> </div>
<<if $researchDrugsAmount gt 10 and $search is 0>>\
<div id="Click4"> <<button [[4. Search for new workers|Search]]>><</button>> </div>
<<elseif $search is 1>>\
You have already searched for new talent today.
<</if>>
<</if>>
<<nobr>> <<switch $time>>
<<case 0>>
<<switch $day % 3>>
<<case 0>>
<<if $roommatesUnlocked.includes("Cherie")>>
You hear someone in the bathroom taking a shower.<br>
<<button [[Check Bathroom|Bathroom Cherie]]>> <</button>>
<</if>>
<<case 1>>
<<if $roommatesUnlocked.includes("Xev")>>
You hear someone in the bathroom.<br>
<<button [[Check Bathroom|Bathroom Xev]]>><</button>>
<</if>>
<</switch>>
<<case 1>>
<<if $roommatesUnlocked.length gt 0>> You smell something delicious being prepared the kitchen.<br>
<<button [[Kitchen]]>> <</button>> <</if>>
<<case 2>>
<<case 3>>
<<case 4>>
<<if $roommatesUnlocked.length gt 0>> You smell something delicious being prepared the kitchen.<br>
<<button [[Kitchen]]>> <</button>> <</if>>
<<case 5>>
<<if $roommatesUnlocked.length gt 0>> You can hear sound coming from the TV in the living room.<br>
<<button [[Living room]]>> <</button>> <</if>>
<<case 6>>
<<if $roommatesUnlocked.includes("Xev")>>
Xev is in her room getting ready for bed.<br>
<<button [[Bedroom Xev]]>> <</button>> <br>
<</if>>
<<if $roommatesUnlocked.includes("Cherie")>>
Cherie is in her room getting ready for bed.<br>
<<button [[Bedroom Cherie]]>> <</button>> <br>
<</if>>
<<case 7>>
<div id="Click0"> <<button [[0. Go to sleep|Sleep]]>> <</button>> </div>
<</switch>> <</nobr>>
<<button "Go back" `previous()`>> <</button>>
Completing quests rewards you with upgrade points.
<<if $questProduction lt 4>> <span style="color:#d99b45"><span style="font-size: 110%">Intro</span></span>\
<<switch $questProduction>>
<<case 0>>
Get some ingredients to start producing trinkets you can sell
* Go to the mall and find a vendor that sells basic ingredients.
<<case 1>>
Now that you've got some ingredients it is time to produce some items. You can craft some at your science station.
* Produce some basic trinkets
<<case 2>>
All that's left is to sell these trinkets and turn a profit. Go back to the science station sales tab and sell them.
* Sell basic trinkets
<<case 3>>
* Research some potential new formula.
<</switch>> <</if>>\
\
<<if $questProduction gte 4>>
<span style="color:#d99b45"><span style="font-size: 110%">Employees</span></span>\
<<if $workersHired.length lt 1>>
1. Find and seduce a girl to come work for you.
<<else>>
<<print $workersHired.length + 1>>. For every girl you bring back to be your employee you will gain one upgrade point.
<</if>>
<<if $workersHired.length gt 0>> <span style="color:#d99b45"><span style="font-size: 110%">Inspiration</span></span>\
<<switch $questInspiration>>
<<case 0>>
1. Generate a total of 4 inspiration point in your workers (<<print Number(4 - $inspirations).toFixed(1)>> left)
<<case 1>>
2. Generate a total of 10 inspiration point in your workers (<<print Number(10 - $inspirations).toFixed(1)>> left)
<<case 2>>
3. Generate a total of 20 inspiration point in your workers (<<print Number(20 - $inspirations).toFixed(1)>> left)
<<case 3>>
4. Generate a total of 50 inspiration point in your workers (<<print Number(50 - $inspirations).toFixed(1)>> left)
<<case 4>>
5. Generate a total of 100 inspiration point in your workers (<<print Number(100 - $inspirations).toFixed(1)>> left)
<<case 5>>
6. Generate a total of 200 inspiration point in your workers (<<print Number(200 - $inspirations).toFixed(1)>> left)
<<case 6>>
7. Generate a total of 500 inspiration point in your workers (<<print Number(500 - $inspirations).toFixed(1)>> left)
<<case 7>>
You have completed the questline for this version of the game and will receive $questInspiration points for this quest.
<</switch>>
<span style="color:#d99b45"><span style="font-size: 110%">Production</span></span>\
<<switch $questBasicTrinket>>
<<case 0>>
1. Produce 50 basic trinkets (<<print Number(50 - $producedBasic).toFixed(1)>> left)
<<case 1>>
2. Produce 100 basic trinkets (<<print Number(100 - $producedBasic).toFixed(1)>> left)
<<case 2>>
3. Produce 500 basic trinkets (<<print Number(500 - $producedBasic).toFixed(1)>> left)
<<case 3>>
4. Produce 1,000 basic trinkets (<<print Number(1000 - $producedBasic).toFixed(1)>> left)
<<case 4>>
5. Produce 5,000 basic trinkets (<<print Number(5000 - $producedBasic).toFixed(1)>> left)
<<case 5>>
6. Produce 10,000 basic trinkets (<<print Number(10000 - $producedBasic).toFixed(1)>> left)
<<case 6>>
You have completed the questline for this version of the game and will receive $questBasicTrinket points for this quest.
<</switch>>
<</if>> <</if>>18884 Characters
2418 Words
26 Passages
41 Links
2 Broken Links
This story was last changed at Wednesday, December 23, 2020 6:18 PM.
--------------------------------------------------------------------
40000 Characters
5341 Words
44 Passages
66 Links
2 Broken Links
This story was last changed at Tuesday, December 29, 2020 12:58 PM.
--------------------------------------------------------------------
49230 Characters
6575 Words
48 Passages
74 Links
2 Broken Links
This story was last changed at Wednesday, January 27, 2021 5:50 PM.
--------------------------------------------------------------------
50064 Characters
6560 Words
45 Passages **Optimalization patch**
63 Links
2 Broken Links
This story was last changed at Saturday, January 30, 2021 10:34 AM.
--------------------------------------------------------------------
66760 Characters
8509 Words
56 Passages
85 Links
2 Broken Links
This story was last changed at Tuesday, February 2, 2021 2:00 PM.
--------------------------------------------------------------------
82681 Characters
10969 Words
64 Passages
95 Links
2 Broken Links
This story was last changed at Wednesday, February 3, 2021 4:08 PM.
--------------------------------------------------------------------
107938 Characters
13738 Words
76 Passages
111 Links
2 Broken Links
This story was last changed at Friday, February 5, 2021 5:10 PM.
--------------------------------------------------------------------
131900 Characters
17527 Words
81 Passages
117 Links
3 Broken Links
This story was last changed at Sunday, February 7, 2021 2:35 PM.
--------------------------------------------------------------------
146844 Characters
19859 Words
80 Passages
118 Links
3 Broken Links
This story was last changed at Monday, February 8, 2021 12:50 PM.
--------------------------------------------------------------------
//placeholder//
You have unlocked a drug to induce arousal in women in such a way they will want to hear what you have to say. They will get uncontrollably aroused any time you talk to them. Lucky for you it only works on women or you might have already been affected by it.
You now have the ability to go looking for prey to help you in your quest of becoming the greatest chemist ever.
Since it only works on women you might as well create a harem to enjoy the road to greatness :)
<span style="color:#25bd11">A workforce obtains, crafts and sells products for you every day giving you a steady stream of income.</span>
<<button [[Finish drug|Home]]>> <</button>><<if $day lt 6 + $dayUpgrade>>
<div id="Click0"> <<button [[0. Wake up|Home]]>> <<sleep>> <</button>> </div>
<<nobr>>
<<fadein 2s 1s>> <<fadeout 2s 6s>>
<<switch random(Math.min($prestige,9))>>
<<case 0>>
You sleep like a baby not remembering any dream you might have had.
<<case 1>>
You dream about what it would be like in a female body, exploring every nook and corner.
<video src="Images/Sleep/POV.mp4" autoplay loop> </video>
<<case 2>>
You dream about all kinds of big booties in tight lingerie. <br><br>
<video src="Images/Sleep/Booty.mp4" autoplay loop></video>
<<case 3>>
You have a vivid dream about a woman caressing her body right in front of you. <br><br>
<<switch random(1)>>
<<case 0>> <video src="Images/Sleep/BodyCaress_1.mp4" autoplay loop></video>
<<case 1>> <video src="Images/Sleep/BodyCaress_2.mp4" autoplay loop></video>
<</switch>>
<<case 4>>
You dream about a bosomy girl pleasuring you.. <br><br>
<<switch random(2)>>
<<case 0>> <video src="Images/Sleep/Boobjob_1.webm" autoplay loop></video>
<<case 1>> <video src="Images/Sleep/Boobjob_2.webm" autoplay loop></video>
<<case 2>> <video src="Images/Sleep/Boobjob_3.mp4" autoplay loop></video>
<</switch>>
<<case 5>>
You dream about the most amazing blowjob while looking in her eyes.. <br><br>
<<switch random(2)>>
<<case 0>> <video src="Images/Sleep/Blowjob_1.webm" autoplay loop></video>
<<case 1>> <video src="Images/Sleep/Blowjob_2.mp4" autoplay loop></video>
<<case 2>> <video src="Images/Sleep/Blowjob_3.mp4" autoplay loop></video>
<</switch>>
<<case 6>>
You dream about all the different girls you will be able to fuck right here in your own backyard. All of them on their knees right there as you pound them hard from behind. <br><br>
<<switch random(5)>>
<<case 0>> <video src="Images/Sleep/Doggy_2_1.mp4" autoplay loop></video>
<<case 1>> <video src="Images/Sleep/Doggy_2_2.mp4" autoplay loop></video>
<<case 2>> <video src="Images/Sleep/Doggy_2_3.mp4" autoplay loop></video>
<<case 3>> <video src="Images/Sleep/Doggy_2_4.mp4" autoplay loop></video>
<<case 4>> <video src="Images/Sleep/Doggy_2_5.mp4" autoplay loop></video>
<<case 5>> <video src="Images/Sleep/Doggy_2_6.mp4" autoplay loop></video>
<</switch>>
<<case 7>>
You dream about holding your lover by the hair as you fuck her deeply from behind. <br><br>
<video src="Images/Sleep/Doggy_1.mp4" autoplay loop></video>
<<case 8>>
You dream about holding a girl up against the wall, using her as your own personal stress relief. <br><br>
<video src="Images/Sleep/Pretzel_1.mp4" autoplay loop></video>
<<case 9>>
You dream about using a tiny asian girl as stress relief while working hard behind your desk.
<<switch random(1)>>
<<case 0>> <video src="Images/Sleep/DeskBlowjob_1.mp4" autoplay loop></video>
<<case 1>> <video src="Images/Sleep/DeskSex_1.mp4" autoplay loop></video>
<</switch>>
<</switch>> <</fadeout>> <</fadein>>
<</nobr>>
<<else>>
<<if $prestige is 0>>
<div id="Click0"> <<button [[0. Is this the end?|Intro Upgrades]]>> <<upgradepoints>> <</button>> </div> or the beginning?
<<else>>
<div id="Click0"> <<button [[0. Is this the end?|Upgrades]]>> <<upgradepoints>> <</button>> </div> or the beginning? <</if>>
<</if>>This is your science station.
From here you can use ingredients to create all sorts of things and hopefully sell them for a little bit of profit.
<<switch $questProduction>>\
<<case 1>>\
<<button [[Production|Production quest]]>> <</button>>
<<case 2>>\
<<button [[Sales|Sales quest]]>> <</button>>
<<case 3>>\
<span style="color:#d99b45"><span style="font-size: 110%">Drugs</span></span>
<span style="background-color:black;"><<link "Research new kind of drug">> <<researchdrugs>> <<$time++>> <</link>></span> <span style="background-color:black;">(currently at <<print ($researchDrugs / $researchDrugsAmount*100)>>%)</span>
\
\
<<case 4>>\
<span style="background-color:black;">Average production:<<print Number($dailySales).toFixed(1)>> basic trinkets per day</span>
<span style="color:#d99b45"><span style="font-size: 110%">Production</span></span>
<div id="Click1"> <<button [[1. Increase efficiency basic|Home]]>> <<set $productionEfficiency+= 1+$int/20>> <<set $time++>> <</button>> </div> <span style="background-color:black;">(current costs: $<<print Number($costBasic*Math.pow(0.985, $productionEfficiency)).toFixed(2)>> per basic trinket produced)</span>
<span style="color:#d99b45"><span style="font-size: 110%">Sales</span></span>
<div id="Click2"> <<button [[2. Increase efficiency basic|Home]]>> <<set $salesEfficiency+= 1+$int/20>> <<set $time++>> <</button>> </div> <span style="background-color:black;">(current price: $<<print Number($priceBasic*Math.pow(1.01, $salesEfficiency+$cha)).toFixed(2)>> per basic trinket sold)</span>
<<if $prestige gt 0>>
<div id="Click3"> <<button [[3. Expansion modules|Modules]]>><</button>> </div> <span style="background-color:black;"></span> <</if>>
<</switch>>\
<div id="Click0"> <<button [[0. Return|Home]]>> <</button>> </div>Here you can check up on your working staff. Doing so will improve their productivity for a day, but it will cost you some time.
The more time you spend with a person, the more they may be willing to do for you.
Which employee would you wish to inspire today?
<<nobr>>
<table>
<tr>
<<if $workersHired.includes("Lily")>> <td>
<<switch random(1)>>
<<case 0>>
[img[Lily|Images/Workers/LilyLabeau/Thumbnail.jpg][9-Lily1]]
<<case 1>>
[img[Lily|Images/Workers/LilyLabeau/Thumbnail.jpg][9-Lily2]]
<</switch>> </td> <</if>>
<<if $workersHired.includes("Riley")>> <td>
<<switch random(1)>>
<<case 0>>
[img[Riley|Images/Workers/RileyReid/Thumbnail.jpg][1-Riley1]]
<<case 1>>
[img[Riley|Images/Workers/RileyReid/Thumbnail.jpg][1-Riley2]]
<</switch>> </td> <</if>>
<<if $workersHired.includes("Scarlett")>> <td>
<<switch random(1)>>
<<case 0>>
[img[Scarlett|Images/Workers/ScarlettMae/Thumbnail.jpg][7-Scarlett1]]
<<case 1>>
[img[Scarlett|Images/Workers/ScarlettMae/Thumbnail.jpg][7-Scarlett2]]
<</switch>> </td> <</if>>
<<if $workersHired.includes("Jade")>> <td>
<<switch random(1)>>
<<case 0>>
[img[Jade|Images/Workers/JadeKush/Thumbnail.jpg][3-Jade1]]
<<case 1>>
[img[Jade|Images/Workers/JadeKush/Thumbnail.jpg][3-Jade2]]
<</switch>> </td> <</if>>
<<if $workersHired.includes("Elsa")>> <td>
<<switch random(1)>>
<<case 0>>
[img[Elsa|Images/Workers/ElsaJean/Thumbnail.jpg][5-Elsa1]]
<<case 1>>
[img[Elsa|Images/Workers/ElsaJean/Thumbnail.jpg][5-Elsa2]]
<</switch>> </td> <</if>>
</tr> <tr>
<<if $workersHired.includes("Putri")>> <td>
<<switch random(1)>>
<<case 0>>
[img[Putri|Images/Workers/PutriCinta/Thumbnail.jpg][2-Putri1]]
<<case 1>>
[img[Putri|Images/Workers/PutriCinta/Thumbnail.jpg][2-Putri2]]
<</switch>> </td> <</if>>
<<if $workersHired.includes("Katsuni")>> <td>
<<switch random(1)>>
<<case 0>>
[img[Katsuni|Images/Workers/Katsuni/Thumbnail.jpg][6-Katsuni1]]
<<case 1>>
[img[Katsuni|Images/Workers/Katsuni/Thumbnail.jpg][6-Katsuni2]]
<</switch>> </td> <</if>>
<<if $workersHired.includes("Ana")>> <td>
<<switch random(1)>>
<<case 0>>
[img[Ana|Images/Workers/AnaFoxxx/Thumbnail.jpg][4-Ana1]]
<<case 1>>
[img[Ana|Images/Workers/AnaFoxxx/Thumbnail.jpg][4-Ana2]]
<</switch>> </td> <</if>>
<<if $workersHired.includes("Jasmine")>> <td>
<<switch random(1)>>
<<case 0>>
[img[Jasmine|Images/Workers/JasmineGrey/Thumbnail.jpg][8-Jasmine1]]
<<case 1>>
[img[Jasmine|Images/Workers/JasmineGrey/Thumbnail.jpg][8-Jasmine2]]
<</switch>> </td> <</if>>
</tr>
</table>
<</nobr>>\
<div id="Click1"> <<button [[1. Give speech to inspire all a little|Home]]>> <<set $time++>>
<<for _i to 0; _i lt $workersInspired.length; _i++>>
<<set $workersInspired[_i] += (1+$dex*0.3)/$workersInspired.length>> <</for>> <<set $inspiration++>>
<<questinspiration>> <<set $dailySales += 1 + $dex/10>> <</button>> </div>
<div id="Click0"> <<button [[0.Return|Home]]>><</button>> </div>
<<if $questProduction lt 1>>
<<button [[Whole Foods|Whole Foods quest]]>><</button>>
<<else>>
<div id="Click1"> <<button [[1. Electronics Store|Electronics]]>><</button>> </div>
<</if>>
<div id="Click0"> <<button [[0.Return|Home]]>><</button>> </div><<if $day gt random(($workersHired.length)*1.8, ($workersHired.length)*3.5)-$con/5>>\
<<switch $workersArray.random()>>\
<<case "Riley">>
<img src="Images/Workers/RileyReid/0001.jpg" style="float:right;">
You go out in search of talent to help you with production and sales.
In your search you come across a lovely lady by the name of Riley.
<<if $workersHired.length lt $housing + 4>> <div id="Click1"> <<button [[1. Use arousal drug|Riley joins]]>> <<set $search to 1>> <<run $workersArray.delete("Riley")>> <<set $workersHired.push("Riley")>> <</button>> </div>
<<else>> <span style="color:#25bd11"> You have no rooms left for her. Find a way to expand your housing abilities. </span> <</if>>
<<case "Putri">>
<img src="Images/Workers/PutriCinta/0001.jpg" style="float:right;">
You find a beautiful young oriental specimen walking along the length of a pool. When you come closer she introduces herself as Putri.
<<if $workersHired.length lt $housing + 4>> <div id="Click1"> <<button [[1. Use arousal drug|Putri joins]]>> <<set $search to 1>> <<run $workersArray.delete("Putri")>> <<set $workersHired.push("Putri")>> <</button>> </div>
<<else>> <span style="color:#25bd11"> You have no rooms left for her. Find a way to expand your housing abilities. </span> <</if>>
<<case "Jade">>
<img src="Images/Workers/JadeKush/Intro_1.jpg" style="float:right;">
On one of your many walks you come across this beautiful busty, long raven haired woman which you just cannot ignore. As you talk to her you learn her name is Jade and she lives alone just around the corner from your street.
This would be a perfect addition to your workforce.
<<if $workersHired.length lt $housing + 4>> <div id="Click1"> <<button [[1. Use arousal drug|Jade joins]]>> <<set $search to 1>> <<run $workersArray.delete("Jade")>> <<set $workersHired.push("Jade")>> <</button>> </div>
<<else>> <span style="color:#25bd11"> You have no rooms left for her. Find a way to expand your housing abilities. </span> <</if>>
<<case "Ana">>
<img src="Images/Workers/AnaFoxxx/0001.jpg" style="float:right;">\
Walking around one day, your path crosses one of an ebony beauty.
You walk up to her and strike up a conversation where you find out her name is Ana and she just moved here. She invites you to her house for a cup of tea which you can't ignore.
<<if $workersHired.length lt $housing + 4>> <div id="Click1"> <<button [[1. Use arousal drug|Ana joins]]>> <<set $search to 1>> <<run $workersArray.delete("Ana")>> <<set $workersHired.push("Ana")>> <</button>> </div>
<<else>> <span style="color:#25bd11"> You have no rooms left for her. Find a way to expand your housing abilities. </span> <</if>>
<<case "Elsa">>
<img src="Images/Workers/ElsaJean/Intro_1.jpg" style="float:right;">\
As you walk past the nearby pool, you see this petite blonde checking you out from the waters edge.
You strike up a conversation and find out her name is Elsa.
She is already a bit of a ditz, but you don't mind that because that will make things even easier for you.
<<if $workersHired.length lt $housing + 4>> <div id="Click1"> <<button [[1. Use arousal drug|Elsa joins]]>> <<set $search to 1>> <<run $workersArray.delete("Elsa")>> <<set $workersHired.push("Elsa")>> <</button>> </div>
<<else>> <span style="color:#25bd11"> You have no rooms left for her. Find a way to expand your housing abilities. </span> <</if>>
<<case "Katsuni">>
<img src="Images/Workers/Katsuni/Intro_1.jpg" style="float:right;">\
As you are walking through the park you notice a gorgeous asian milf standing under a tree near the edge of the park.
You walk up to her and strike up a conversation finding out she calls herself Katsuni.
<<if $workersHired.length lt $housing + 4>> <div id="Click1"> <<button [[1. Use arousal drug|Katsuni joins]]>> <<set $search to 1>> <<run $workersArray.delete("Katsuni")>> <<set $workersHired.push("Katsuni")>> <</button>> </div>
<<else>> <span style="color:#25bd11"> You have no rooms left for her. Find a way to expand your housing abilities. </span> <</if>>
<<case "Scarlett">>
<img src="Images/Workers/ScarlettMae/Intro_1.jpg" style="float:right;">\
One day you feel like taking a longer walk than usual and end up at the pier.
You see this pretty young thing sitting on the edge of the wood with a rod trying to catch some fish.
You walk up to her and ask her for her name
@@.girl;"People just call me Scarlett."@@ She states.
You don't know if that's her real name or just a joke because of her hair, but you know she would be a perfect addition.
<<if $workersHired.length lt $housing + 4>> <div id="Click1"> <<button [[1. Use arousal drug|Scarlett joins]]>> <<set $search to 1>> <<run $workersArray.delete("Scarlett")>> <<set $workersHired.push("Scarlett")>> <</button>> </div>
<<else>> <span style="color:#25bd11"> You have no rooms left for her. Find a way to expand your housing abilities. </span> <</if>>
<<case "Jasmine">>
<img src="Images/Workers/JasmineGrey/Intro_1.jpg" style="float:right;">\
As you're walking through your local park, you notice this petite girl sitting on the bench. She doesn't notice you eyeing her up at all because she is way too busy with her phone.
You go and sit next to her on the bench and she still does not even know you exist.
There's noone else closeby so now is your chance to dose her, that'll teach her to pay attention to you.
<<if $workersHired.length lt $housing + 4>> <div id="Click1"> <<button [[1. Use arousal drug|Jasmine joins]]>> <<set $search to 1>> <<run $workersArray.delete("Jasmine")>> <<set $workersHired.push("Jasmine")>> <</button>> </div>
<<else>> <span style="color:#25bd11"> You have no rooms left for her. Find a way to expand your housing abilities. </span> <</if>>
<<case "Lily">>
<img src="Images/Workers/LilyLabeau/Intro_1.jpg" style="float:right;">\
You sometimes walk through the rich neighbourhood, because those housewomen are always left alone for you.
You notice one in her garden and walk up to her.
@@.you;"Is your pool in need of cleaning?"@@ You lie to her to make up some reason to talk to her.
@@.you;"Then I am here to help you out, miss..?"@@
@@.girl;"Labeau, but my friends call me Lily."@@
<<if $workersHired.length lt $housing + 4>> <div id="Click1"> <<button [[1. Use arousal drug|Lily joins]]>> <<set $search to 1>> <<run $workersArray.delete("Lily")>> <<set $workersHired.push("Lily")>> <</button>> </div>
<<else>> <span style="color:#25bd11"> You have no rooms left for her. Find a way to expand your housing abilities. </span> <</if>>
<</switch>> <<else>> You keep searching for someone to corrupt, but you end up with empty hands.
@@.you;"Guess I'll just go to the temp agency and get one of those lazy bums that are far less efficient.."@@
<</if>>
<div id="Click2"> <<button [[2. Get a temp|Home]]>> <<set $search to 1>> <<set $dailySales+= 1 + $workersHired.length*0.25>> <<set $time++>> <</button>> </div>
<div id="Click0"> <<button [[0. Return|Home]]>><</button>> </div>
From here you can buy upgrades that will improve your next run at the game.
Your next run will consist of: <span style="color:#d99b45"><span style="font-size: 110%"><<print 6+$dayUpgrade>> days</span></span>
You will start with: <span style="color:#d99b45"><span style="font-size: 110%">$<<print Math.round(200 + $money * 0.01*$moneyUpgrade)>></span></span>
Endless researches will start at: <span style="color:#d99b45"><span style="font-size: 110%"><<print $researchUpgrade>> times researched</span></span>
You have <span style="color:#d99b45"><span style="font-size: 110%"><<print $upgradePoints>> points</span></span> to spend on upgrades.
<<if $upgradePoints gt 0>>\
<div id="Click1"> <<button [[1. Strength +1|Upgrades]]>> <<set $str++>> <<set $upgradePoints-->> <<attributes>> <</button>> </div> <span style="background-color:black;">(not implemented yet)</span>
<div id="Click2"> <<button [[2. Dexterity +1|Upgrades]]>> <<set $dex++>> <<set $upgradePoints-->> <<attributes>> <</button>> </div> <span style="background-color:black;">(increases interaction efficiency both personal and monetary per interaction.)</span>
<div id="Click3"> <<button [[3. Constitution +1|Upgrades]]>> <<set $con++>> <<set $upgradePoints-->> <<attributes>> <</button>> </div> <span style="background-color:black;">(easier to find new employees)</span>
<div id="Click4"> <<button [[4. Charisma +1|Upgrades]]>> <<set $cha++>> <<set $upgradePoints-->> <<attributes>> <</button>> </div> <span style="background-color:black;">(flat increase in starting inspiration for all employees)</span>
<div id="Click5"> <<button [[5. Intelligence +1|Upgrades]]>> <<set $int++>> <<set $upgradePoints-->> <<attributes>> <</button>> </div> <span style="background-color:black;">(faster research capabilities)</span>
<div id="Click6"> <<button [[6. Wisdom +1|Upgrades]]>> <<set $wis++>> <<set $upgradePoints-->> <<attributes>> <</button>> </div> <span style="background-color:black;">(increases income from sales)</span>
<<if $moneyUpgrade lt 10>>\
<<button [[Hold on to your money|Upgrades]]>> <<set $upgradePoints-->> <<set $moneyUpgrade++>> <</button>>
<span style="background-color:black;">(a tiny amount of money from your current run moves to the next)</span>
<</if>>\
<<if $upgradePoints gt $researchUpgrade>>\
<<button [[Increase starting research tier|Upgrades]]>> <<set $researchUpgrade++>> <<set $upgradePoints -= $researchUpgrade>> <</button>>
<span style="background-color:black;">(Upgrade points needed: <<print $researchUpgrade+1>>)</span>
<</if>>\
<</if>>\
<div id="Click0"> <<button "0. Start anew">> <<prestige>>
<<if $dayUpgrade gte 4*$roommatesUnlocked.length and $roommates.length gt 0>>
<<goto [[Intro Roommate]]>>
<<else>>
<<goto [[Intro Groundhog]]>>
<</if>> <</button>> </div>You purchased the ingredients and can now go on to crafting them all into sellable trinkets.
<<button [[Craft 10 basic trinkets|Home]]>> <<set $ingredientBasic -= 10>> <<set $trinketBasic += 10>> <<set $questProduction to 2>> <<set $time++>> <<set $producedBasic += 10>> <</button>>
<<button [[Return|Science]]>><</button>>You crafted some trinkets and are now ready to turn them into profit. Go onward and sell them. Hopefully in time you'll be able to make real profit when your sales skills improve.
<<button [[Sell 10 basic trinkets|Home]]>> <<set $trinketBasic -= 10>> <<set $money += Math.round($priceBasic * 10 * Math.pow(1.01, $salesEfficiency+$wis))>> <<set $questProduction to 3>> <<set $time++>>
<<script>> Dialog.setup(); Dialog.wiki("If I have to spend the entire day doing this I'd rather find someone else to do it for me.<br>Let's figure out a way to make other people do this for me.<br>That way I can get back to doing more useful things."); Dialog.open(); <</script>>
<</button>>
<<button [[Return|Science]]>> <</button>><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[0] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
@@.you;"Are you wearing any panties?"@@ You ask her.
@@.girl;"Yes.."@@ you can see her lust rising with every word she says.
@@.you;"Pull them aside for me so I can inspect your pussy."@@
She immediately obeys shifting on her side, pulling her panties to the side.
<img src="Images/Workers/RileyReid/0003.jpg">
<<if $workersInspired[0] gt $storyUnlock[1]>>\
@@.you;"Show me more"@@ you say instinctively.
@@.girl;"Right away sir"@@ she gets on her knees and bends forward. With one hand she pulls her panties to the side.
<img src="Images/Workers/RileyReid/0004.jpg">
<<if $workersInspired[0] gt $storyUnlock[3]>>\
@@.you;"Spread your pussy for me."@@ You start to sound more demanding with every order you giver her.
Without saying anything she uses her fingers to spread her lips apart for you. She seems to be enjoying touching herself.
<img src="Images/Workers/RileyReid/0005.jpg">
<<if $workersInspired[0] gt $storyUnlock[5]>>\
@@.you;"I can see you are enjoying yourself. Go ahead and put those fingers inside and start masturbating for me."@@
She sits down and starts working a single finger inside. slowly first, but as she gets started even her dress begins to fall a bit
<img src="Images/Workers/RileyReid/0006.jpg">
<<if $workersInspired[0] gt $storyUnlock[7]>>\
As you are looking at the uncontrollable urges she must be feeling, you can't control yourself either and have started masturbating in full right in front of her.
@@.you;"Lay down on your stomach and look up at me."@@ You order her one last time as you feel you are about to reach your peak.
@@.you;"I am going to mark your face as my own."@@
@@.girl;"Yes, please cum on my face! Cover it and paint it white!"@@ She pleads.
This sends you over the edge and you cum right across her pretty little face.
<video src="Images/Workers/RileyReid/0001.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[0] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[1] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
As you walk up to her you can see she's hard at work.
You get up close behind her and with a strict voice you say
@@.you;"Lose the shirt."@@
She yelps, jumps up and has to steady herself on the table before quietly doing as you ordered.
@@.girl;"Is this what you wanted to see?"@@
<img src="Images/Workers/PutriCinta/0003.jpg">
<<if $workersInspired[1] gt $storyUnlock[1]>>\
@@.you;"Lose the shorts as well"@@ You're keeping it short and strict on purpose trying to figure out how far you can push her.
@@.girl;"For you, ofcourse."@@ You can see lust entering her face.
She is still quite shy so she turns away and stands sideways waiting for you to say something.
<img src="Images/Workers/PutriCinta/0004.jpg">
<<if $workersInspired[1] gt $storyUnlock[4]>>\
@@.you;"Oh come on now, Putri."@@ you say with a mischievous smile on your face.
@@.you;"You can do better than that. Lose the panties and face me this time."@@
@@.girl;"O..Okay"@@ she says quietly doing as she's told.
When she's done taking her panties off she keeps her hand in place in a way to regain some modesty in this entire endeavour.
<img src="Images/Workers/PutriCinta/0005.jpg">
<<if $workersInspired[1] gt $storyUnlock[7]>>\
@@.you;"Don't be shy now.."@@ you say to her.
@@.you;"Get that hand out of the way so I can appreciate you in full."@@
Slowly the hand moves out of the way, but as she stands up she still holds some kinds of defensive or closed posture.
<img src="Images/Workers/PutriCinta/0006.jpg">
<</if>><</if>><</if>>
You decide to leave it at that for now.
@@.you;"Thank you Putri, you can continue your work now."@@
She grabs her clothes and walks back to her desk before turning around.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[1] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[1] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
Putri is about to go sunbathing topless in the pool when you find her.
<img src="Images/Workers/PutriCinta/0011.jpg">
<<if $workersInspired[1] gt $storyUnlock[1]>>\
@@.you;"Isn't it better to do that fully naked, there is no need to be ashamed."@@ You say with confidence.
@@.you;"Take off the shorts and enjoy the sun on your entire body."@@
@@.girl;"I guess you're right. I kind of do want to feel the sun everywhere.."@@ She says while slowly removing her bikini bottoms.
<img src="Images/Workers/PutriCinta/0012.jpg">
<<if $workersInspired[1] gt $storyUnlock[4]>>\
She lays down on her back on the water floating calmly as she enjoys the warm rays of sun on her body.
The only thing you can do is just enjoy the view.
<img src="Images/Workers/PutriCinta/0013.jpg">
<<if $workersInspired[1] gt $storyUnlock[7]>>\
After a while of enjoying eachothers company it is time to get back to work.
@@.you;"Putri, I think you've had enough sun for now."@@
She gets out of the water and lays on the side of the pool.
<img src="Images/Workers/PutriCinta/0014.jpg">
@@.girl;"Thank you for keeping me company."@@
@@.you;"It was my pleasure, you have been a great inspiration."@@ You tell her.
<</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[1] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div>In this shop you can purchase ingredients which will let you produce all kinds of trinkets, drug and whatever you will need to start earning some money.
<<button [[Buy 10 basic ingredients|Home]]>> <<set $ingredientBasic += 10>> <<set $money -= 10*$costBasic>> <<set $questProduction to 1>> <<set $time++>> <</button>><img src="Images/Workers/RileyReid/0002.jpg" style="float:right;">
The drug immediately takes effect.
She sits down and you immediately see her eyes changing, wanting something, wanting //you//.
@@.you;"If you come work for me and live with me I can provide you with a lot more where that came from."@@ You know this offer is irresistable for her now.
@@.girl;"Yes, I gladly accept!"@@ She is almost shouting from excitement.
@@.girl;"I will come work for you right away."@@
<span style="color:#25bd11">She will now start earning money for you every day. Visit her at your home working your science equipment.</span>
<div id="Click1"> <<button [[1. Return home|Home]]>> <<dailysales>> <<set $time++>> <</button>> </div><img src="Images/Workers/PutriCinta/0002.jpg" style="float:right;">\
When the drug takes effect her eyes glaze over. she leans against a nearby wall, arches her back and looks at you expectantly.
@@.you;"If you come work for me and live with me I can provide you with a lot more where that came from."@@ You know this offer is irresistable for her now.
@@.girl;"Yes, I gladly accept!"@@ She is almost shouting from excitement.
@@.girl;"I will come work for you right away."@@
<span style="color:#25bd11">She will now start earning money for you every day. Visit her at your home working your science equipment.</span>
<div id="Click1"> <<button [[1. Return home|Home]]>> <<dailysales>> <<set $time++>> <</button>> </div><img src="Images/Workers/JadeKush/Intro_2.jpg" style="float:right;">\
As the drug is starting to take effect you can see her gaze shifting up and down your body. She can't take her eyes off you.
@@.you;"If you come work for me and live with me I can you provide with a lot more where that came from."@@ You know this offer is irresistable for her now.
@@.girl;"Yes, I gladly accept!"@@ She is almost shouting from excitement.
@@.girl;"I will come work for you right away."@@
<span style="color:#25bd11">She will now start earning money for you every day. Visit her at your home working your science equipment.</span>
<div id="Click1"> <<button [[1. Return home|Home]]>> <<dailysales>> <<set $time++>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[2] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
When you go to see Jade she is already waiting for you in the doorway wearing very revealing lingerie.
@@.girl;"Back for more of me I see"@@ She says with a coy smile on her face.
<img src="Images/Workers/JadeKush/0001.jpg">
<<if $workersInspired[2] gt $storyUnlock[0]>>\
@@.you;"Turn around for me Jade"@@ You tell her.
She obliges almost immediately showing you her firm round bottom even more accentuated by the sultry lingerie and string she is wearing.
<img src="Images/Workers/JadeKush/0002.jpg">
<<if $workersInspired[2] gt $storyUnlock[1]>>\
You can see her legs starting to tremble a bit
@@.girl;"May I please sit down now?"@@ She asks of you.
@@.you;"Of course you may, sweet Jade, you may do whatever you want to do."@@
She sits down, and steadily opens her legs a bit for you to gaze upon her entire body.
<img src="Images/Workers/JadeKush/0003.jpg">
<<if $workersInspired[2] gt $storyUnlock[3]>>\
@@.girl;"What is it you need me to take care of today?"@@ She asks with a coy smile on her face.
@@.you;"I will need you to see a little bit more of your body."@@
@@.you;"Show me those beautiful brown nipples of yours"@@
<img src="Images/Workers/JadeKush/0004.jpg">
<<if $workersInspired[2] gt $storyUnlock[4]>>\
You start unbuttoning your trousers as you see her exposing her breasts for you.
<img src="Images/Workers/JadeKush/0005.jpg">
<<if $workersInspired[2] gt $storyUnlock[5]>>\
@@.you;"Follow my lead and show me your lower parts as well Jade"@@ You say to her as you drop your pants on the ground and start stroking yourself slowly.
<img src="Images/Workers/JadeKush/0006.jpg">
<<if $workersInspired[2] gt $storyUnlock[6]>>\
@@.you;"Let me see all of you now."@@
@@.you;"I want to be able to gaze upon your entire beauty."@@ you say as you keep stroking yourself harder and faster
<img src="Images/Workers/JadeKush/0007.jpg">
<<if $workersInspired[2] gt $storyUnlock[7]>>\
You feel like you can't hold on anymore.
@@.you;"Get on your knees, Jade, get ready to receive my load."@@
She gets down right in front of you while you keep stroking yourself off to her now fully naked body.
She is kneading her breasts. holding them together to receive their well deserved load.
@@.girl;"Cum for me"@@ she pleads.
@@.girl;"Mark me yours forever."@@
<video src="Images/Workers/JadeKush/0001.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[2] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[0] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div>> <</if>>
As you go and check up on Riley, you notice she's not at her desk. You look around and find her gathering some laundry around the house.
She has her back towards you when she notices you and looks over her shoulder waiting for you to say something.
<img src="Images/Workers/RileyReid/0011.jpg">
<<if $workersInspired[0] gt $storyUnlock[0]>>\
@@.girl;"Is there anything you need?"@@ she asks you, but you remain quiet.
Her face changes into a small wicked smile while she starts unbuttoning her trousers in front of you.
<img src="Images/Workers/RileyReid/0012.jpg">
<<if $workersInspired[0] gt $storyUnlock[1]>>\
You remain still, seeing how far she's willing to go on her own.
@@.girl;"Come on, I know you want my body."@@ She says while pulling up her top just a bit and caressing her own body.
<img src="Images/Workers/RileyReid/0013.jpg">
<<if $workersInspired[0] gt $storyUnlock[2]>>\
@@.girl;"Seems I have to give you a real show for you to get interested in me."@@
She takes off her overwear and is now standing in front of you only wearing the skimpiest little combination of bra and panties.
<img src="Images/Workers/RileyReid/0014.jpg">
<<if $workersInspired[0] gt $storyUnlock[3]>>\
@@.girl;"You're still not convinced I can satisfy you?"@@ She says as she lies down on the couch giving you a perfect view of her tight ass.
<img src="Images/Workers/RileyReid/0015.jpg">
<<if $workersInspired[0] gt $storyUnlock[4]>>\
You feel something stirring in your pants and she notices the bulge she is creating in your pants.
This only encourages her to continue and she takes of every last bit of clothing she has only to turn her back towards you to tease you one last time.
<img src="Images/Workers/RileyReid/0016.jpg">
<<if $workersInspired[0] gt $storyUnlock[5]>>\
@@.you;"Don't be shy now, Riley"@@ You tell her @@.you;"You were doing so well up until now. Turn around and show me what you're working with."@@
She sits down on the couch giving you a perfect view of both her pussy and tits.
You unbutton your pants and start stroking your erect cock.
<img src="Images/Workers/RileyReid/0017.jpg">
<<if $workersInspired[0] gt $storyUnlock[6]>>\
@@.you;"You do realise what you have done do me, Riley?"@@ You ask her while still stroking yourself to her body.
@@.you;"Come over here on your knees and finish me off."@@
@@.girl;"I thought you wouldn't budge, $player_first."@@ She says
@@.girl;"I'll happily help you with that really hard problem of yours."@@ She crawls on the floor over to you and starts sucking and stroking your penis.
<video src="Images/Workers/RileyReid/0011.mp4" autoplay loop></video>
<<if $workersInspired[0] gt $storyUnlock[7]>>\
@@.girl;"Will you please cum for me."@@ She pleads as she keeps licking and stroking you.
@@.girl;"Please cover me in your hot white liquid."@@
That takes you over the edge. You stand up and stroke yourself off to a pleading, begging Riley in front of you as you cover her with your cum.
<video src="Images/Workers/RileyReid/0012.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[0] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><img src="Images/Workers/AnaFoxxx/0002.jpg" style="float:right;">\
As the drug starts to take effect you can see her losing focus and her shirts starts to drop down a bit.
She doesn't seem to notice, she's too busy eating you up with her eyes.
@@.you;"If you come work for me and live with me I can provide you with a lot more where that came from."@@ You know this offer is irresistable for her now.
@@.girl;"Yes, I gladly accept!"@@ She is almost shouting from excitement.
@@.girl;"I will come work for you right away."@@
<span style="color:#25bd11">She will now start earning money for you every day. Visit her at your home working your science equipment.</span>
<div id="Click1"> <<button [[1. Return home|Home]]>> <<dailysales>> <<set $time++>> <</button>> </div>
<span style="background-color:black;">Here you can buy certain expansions of your science equipment to increase productivity and revenue. </span>
<span style="color:#d99b45"><span style="font-size: 110%">Drug Modules</span></span>
<<if $money gte 75*$drugEnhanced>>\
<span style="background-color:black;">Will make it easier to influence the women around you.</span>
<div id="Click1"> <<button [[1. Drug Enhancement|Modules]]>> <<set $money-=75*$drugEnhanced>>
<<set $drugEnhanced++>>
<<for _i to 0; _i lt $storyUnlock.length; _i++>>
<<set $storyUnlock[_i]-->> <</for>> <</button>> </div> <span style="background-color:black;">Costs $<<print 75*$drugEnhanced>></span>
<<else>> <span style="background-color:black;">This upgrade will cost you $<<print 75*$drugEnhanced>> </span> <</if>>\
<<if $money gte 50*$housing>>\
<span style="background-color:black;">Allows you to house one extra employee.</span>
<div id="Click2"> <<button [[2. Increase housing|Modules]]>> <<set $money-=50*$housing>> <<set $housing++>> <</button>> </div> <span style="background-color:black;">Costs $<<print 50*$housing>> </span>
<<else>> <span style="background-color:black;">This upgrade will cost you $<<print 50*$housing>> </span> <</if>>\
<div id="Click0"> <<button [[0. Return|Science]]>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[3] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
You go and see what Ana is up to and you find she is still in the same drugged state as you found her in the streets.
She has a weird mix of absence and lust in her eyes which makes sense as you see her shirt has both fallen from her shoulders a bit and hiked up above her waist.
@@.girl;"H-Hello <<print $playerFirst>>.."@@ She says with a weak voice.
@@.girl;"How may I help you today?"@@
<img src="Images/Workers/AnaFoxxx/0003.jpg">
<<if $workersInspired[3] gt $storyUnlock[0]>>\
@@.you;"You can start by turning around for me Ana.@@
@@.girl;"Y-you want to see my backside?"@@ she asks with a puzzled look.
@@.you;"Not only that, but you are going to bend over for me as well so I can inspect that firm little bum of yours."@@ you tell her with a mischievous smile on your face.
She turns around and bends forward, holding her shirt up so you have a full view of those beautiful brown buns packed in her sexy string.
<img src="Images/Workers/AnaFoxxx/0004.jpg">
<<if $workersInspired[3] gt $storyUnlock[1]>>\
@@.you;"Take them off."@@ You say in a bit more commanding tone.
She looks at you pleadingly, not knowing exactly what you mean by it.
@@.you;"Get those knickers on the ground Ana. Don't make me ask again."@@
@@.girl;"Right away, <<print $playerFirst>>, everything to please you."@@ she says as she starts taking off her panties.
<img src="Images/Workers/AnaFoxxx/0005.jpg">
<<if $workersInspired[3] gt $storyUnlock[3]>>\
@@.girl;"Does my body please your eyes?"@@
@@.girl;"What would you have me do next since You have already uncovered my entire body"@@
@@.you;"Well you have shown me your most intimate parts, but your front has been kept from me this entire time.@@
@@.you;"Show me all your beauty and stand straight up in front of me Ana.@@
She has no hesitation in her step anymore and resolutely turns around and stand before you letting your eyes feast on her entire body. From her perky little tits to her groomed pussy down to her beautiful calves and her long legs she stands there in front of you.
<img src="Images/Workers/AnaFoxxx/0006.jpg">
<<if $workersInspired[3] gt $storyUnlock[4]>>\
@@.you;"You have such a beautiful body, you just can't let it go to waste.."@@
@@.you;"Get those fingers working on that tight slit of yours and make it all wet for me."@@
@@.girl;"With pleasure. I wanted to do this in front of you for so long now."@@ She says as she keeps looking at you for approval to start masturbating right there in front of you.
<img src="Images/Workers/AnaFoxxx/0007.jpg">
<<if $workersInspired[3] gt $storyUnlock[5]>>\
@@.girl;"Oh how much I would like to have something thick and hard in here."@@ She says while looking in your eyes and playing with her lower lips.
@@.you;"Lay down on the table and show me where you want me.""@@ you tell her.
@@.girl;"Please, it's pink and so wet for you already. I want it in here."@@
<img src="Images/Workers/AnaFoxxx/0008.jpg">
<<if $workersInspired[3] gt $storyUnlock[6]>>\
You have unbuttoned your pants by now and have started masturbating in accordence with Ana touching herself.
@@.you;"Ana, on your knees is how I need to see you right now."@@
@@.girl;"Oh, <<$playerFirst>>, Yes! Jerk yourself off to my naked body."@@
@@.girl;"I love how my body turns you on."@@
<img src="Images/Workers/AnaFoxxx/0009.jpg">
<<if $workersInspired[3] gt $storyUnlock[7]>>\
@@.you;"Get on the couch. I need to mark you as my own Ana."@@
@@.girl;"Oh please! Yes! I want your cum all over my ass!"@@
@@.girl;"Jerk it harder for me and spray it all over me!"@@
This along with the visual of this nude ebony beauty beneath you is enough to send you over the edge as you discharge wave after wave of cum on her ass and watch it drip down her asshole along her pussy lips and you feel relieved once more.
<img src="Images/Workers/AnaFoxxx/0010.jpg">
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[0] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[3] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
You find Ana while she is making the beds.
@@.you;"Well aren't you a busy bee Ana."@@
@@.girl;"Thank you, <<print $playerFirst>>, I take great pride in the work I perform around the house."@@ She says almost robotically standing on top of a bed that she was about to make.
<img src="Images/Workers/AnaFoxxx/0011.jpg">
<<if $workersInspired[3] gt $storyUnlock[0]>>\
@@.you;"There is no reason to wear pants when you're on a bed right."@@ You tell her thinking she would respond by laughing in your face.
@@.girl;"You are completely right. It's too restricting"@@
@@.girl;"I'll take it off right away."@@ She says as she starts smiling a bit playing along with your little game.
<img src="Images/Workers/AnaFoxxx/0012.jpg">
<<if $workersInspired[3] gt $storyUnlock[1]>>\
@@.girl;"Well, we can't stop there right. We must take the top of as well."@@ she says.
You can tell she's having fun playing along, not knowing how long you can keep it like that before you can't control yourself anymore.
@@.you;"But ofcourse, take that top off this instance young lady."@@
@@.girl;"Not so fast."@@ She says as she holds her top up just below her nipples.
You notice she isn't wearing a bra.
You can see the firmness of her underboobs.
<img src="Images/Workers/AnaFoxxx/0013.jpg">
<<if $workersInspired[3] gt $storyUnlock[3]>>\
@@.girl;"Wait a minute, we must obviously check my lower parts as well"@@ she says as she grabs her panties and pulls them aside.
@@.you;"I'll need to inspect this particular part of you real close now."@@ you tell her with a playful voice.
@@.you;"You stay over there and I'll have a close-up look for you."@@
<img src="Images/Workers/AnaFoxxx/0014.jpg">
<<if $workersInspired[3] gt $storyUnlock[4]>>\
@@.girl;"Can you see it allright?"@@ she asks you.
@@.you;"I don't know, lie down on the bed and give me a view of the pink insides."@@
<img src="Images/Workers/AnaFoxxx/0015.jpg">
<<if $workersInspired[3] gt $storyUnlock[5]>>\
@@.girl;"You just can't get enough now."@@ she says as she closes her legs.
@@.you;"I wasn't finished with my inspection."@@ you say with a bit more commanding voice.
@@.you;"Throw those legs back and show me your little brown tush."@@
<img src="Images/Workers/AnaFoxxx/0016.jpg">
<<if $workersInspired[3] gt $storyUnlock[6]>>\
@@.girl;"Is this enough for you <<print $playerFirst>>?"@@ she asks you.
A little bit of unease creeps through in those words as she can notice you becoming more dominant both in your composure and in your voice.
Your cock has become so hard it has begun poking out of your trousers.
@@.you;"Oh just one more easy request, turn around for me and get on your hands and knees. Stick that booty of yours up high and present your best qualities to me."@@
<img src="Images/Workers/AnaFoxxx/0017.jpg">
<<if $workersInspired[3] gt $storyUnlock[7]>>\
You lie down on the bed. Your rockhard penis is standing straight and tall.
@@.you;"Hop on, I want to breed you today."@@ you tell her without any hesitation in your voice.
She jumps on top of you and starts riding you as if her life depended on it.
@@.girl;"You are so big, stretch my insides with that rockhard cock of yours!"@@ she screams in your ears.
You grab her butt and use your hands to push her downwards as you push your hips upwards.
@@.girl;"Keep going, keep fucking me!"@@
@@.you;"I am going to fill you up with my cum Ana!"@@ you grunt
@@.girl;"Cum, yes cum inside. I want to feel your orgasm inside of me!"@@
With those words she brings you over the edge and you unload yourself inside of her warm cunt.
<video src="Images/Workers/AnaFoxxx/0018.mp4" autoplay loop></video>
@@girl;"How was that for some comic relief."@@ she says jokingly while laying on top of you, semen dripping onto your pelvis.
Both of you smile with joy.
After a while you stand up, grab your clothes and start dressing yourself again.
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[0] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[2] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
You are about to go check up on your employees when Jade appears in front of you.
<img src="Images/Workers/JadeKush/0011.jpg">
<<if $workersInspired[2] gt $storyUnlock[0]>>\
@@.you;"Yes?"@@ You ask her. @@.you;"Is there something you need?"@@
@@.girl;"You know what I need."@@ She says with a mischievous smile in her face.
@@.you;"Well then, why don't you show me how much you want it."@@ You tell her as she starts to undress in front of you.
<img src="Images/Workers/JadeKush/0012.jpg">
<<if $workersInspired[2] gt $storyUnlock[1]>>\
@@.you;"Why don't you bend over the couch for me, Jade."@@
She immediately obeys, one hand spreading so you have full view of her private parts. Looking back to see how much you are enjoying yourself.
<img src="Images/Workers/JadeKush/0013.jpg">
<<if $workersInspired[2] gt $storyUnlock[2]>>\
You can't take the fact that she is fully naked in front of you anymore so you throw your clothes to the ground and make your way right behind her.
@@.girl;"Yes! Come on and stick it in."@@
You don't need her to tell you twice as you grab her hair and enter her from behind.
<img src="Images/Workers/JadeKush/0014.jpg">
<<if $workersInspired[2] gt $storyUnlock[3]>>\
You take her roughly while holding her by her hair
@@.girl;"Oh, yes! stretch my pussy!"@@ she exclaims.
@@.girl;"take me. I am yours!"@@
@@.you;"I want to look you in the eyes, lay down on the desk."@@
@@.girl;"As long as you keep fucking me I'd do anything"@@ she says as she grabs her breasts while you enter her again.
<img src="Images/Workers/JadeKush/0015.jpg">
<<if $workersInspired[2] gt $storyUnlock[4]>>\
@@.girl;"Fuck that feels good."@@ She exclaims once more.
@@.girl;"I want to ride you now. Lay back."@@ She says
You lay down on the couch and she straddles you.
You hold her in place as she slowly slides down your shaft until its entire length is enveloped by her lower lips.
<img src="Images/Workers/JadeKush/0016.jpg">
<<if $workersInspired[2] gt $storyUnlock[6]>>\
You can feel her small contractions coming from within her sex.
@@.you;"Are you close to cumming Jade?"@@ you ask her.
@@.you;"Do you want to cum on my dick?"@@ you know the answer to that question, but you like teasing her.
@@.girl;"Yes please, make me cum on your dick!"@@ She almost bursts out instantly when you ask the question.
You haven't had enough of her yet.
@@.you;"Turn around and let me suck on your nipples while I fuck your pussy."@@
@@.you;"I want you to face me while you cum."@@
She turns around and starts riding you with everything she's got.
<img src="Images/Workers/JadeKush/0017.jpg">
<<if $workersInspired[2] gt $storyUnlock[7]>>\
@@.girl;"YES! Don't stop! Keep going!"@@
@@.girl;"You're going to mAKE ME CUUU.."@@
You feel her pussy clench tightly around your shaft as you keep pounding away while she finally has her orgasm.
@@.girl;"Your turn."@@ she says with a big smile on her face.
She hops off and gets on her knees on the ground while sucking and stroking you.
@@.girl;"I want your cum on my face"@@ she looks and her eyes are full of desire.
This brings you over the edge and you cum all over her face as it drips down her chin and onto her body.
<img src="Images/Workers/JadeKush/0018.jpg">
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[2] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div>
<span style="color:#d99b45"><span style="font-size: 110%">Alarm clocks</span></span>
<<switch $clocks>>\
<<case 0>>\
<<if $money gte 35>> <span style="background-color:black;"> <div id="Click1"> <<button [[1. Purchase analog alarm clock|Electronics]]>> <<set $clocks to 1>> <<set $money -= 35>><</button>> </div> (costs $35)</span>
<<else>> <span style="background-color:black;">Purchase analog alarm clock (costs $35)</span> <</if>>
<<case 1>>\
<<if $prestige gt 0>>\
<<if $money gte 85>> <span style="background-color:black;"><div id="Click1"> <<button [[1. Purchase modern alarm clock|Electronics]]>> <<set $clocks to 2>> <<set $money -= 85>> <</button>> </div> (costs $85)</span>
<<else>> <span style="background-color:black;">Purchase modern alarm clock (costs $85)</span> <</if>>
<<else>>\
<span style="background-color:black;">out of stock</span>
<</if>>
<<case 2>>\
<span style="background-color:black;">Best one already owned</span>
<</switch>>\
<div id="Click0"> <<button [[0.Return home|Home]]>> <<set $time++>> <</button>> </div><<button "Go back" `previous()`>> <</button>>
<span style="color:#d99b45"><span style="font-size: 110%">Employees</span></span>
<table>
<tr>
<td><img src="Images/Workers/RileyReid/Thumbnail.jpg" style="float:left;"></td>
<td><img src="Images/Workers/PutriCinta/Thumbnail.jpg" style="float:left;"></td>
<td><img src="Images/Workers/JadeKush/Thumbnail.jpg" style="float:left;"></td>
<td><img src="Images/Workers/AnaFoxxx/Thumbnail.jpg" style="float:left;"></td>
<td><img src="Images/Workers/ElsaJean/Thumbnail.jpg" style="float:left;"></td>
</tr> <tr>
<td>Riley Reid</td>
<td>Putri Cinta</td>
<td>Jade Kush</td>
<td>Ana Foxxx</td>
<td>Elsa Jean</td>
</tr> <tr>
<td><img src="Images/Workers/Katsuni/Thumbnail.jpg" style="float:left;"></td>
<td><img src="Images/Workers/ScarlettMae/Thumbnail.jpg" style="float:left;"></td>
<td><img src="Images/Workers/JasmineGrey/Thumbnail.jpg" style="float:left;"></td>
<td><img src="Images/Workers/LilyLabeau/Thumbnail.jpg" style="float:left;"></td>
</tr> <tr>
<td>Katsuni</td>
<td>Scarlett Mae</td>
<td>Jasmine Grey</td>
<td>Lily Labeau</td>
</tr>
</table>
<span style="color:#d99b45"><span style="font-size: 110%">Guests</span></span>
<table>
<tr>
<td><img src="Images/Sis/Thumbnail.jpg"></td>
<td><img src="Images/Mom/Thumbnail.jpg"></td>
</tr>
<tr>
<td>Xev Bellringer</td>
<td>Cherie Deville</td>
</tr>
</table>
//placeholder//
You have really outdone yourself. Brought yourself to the brink and over it so easily.
Get yourself together and figure out a better way to get some income rolling.
Don't go broke again.
//placeholder//
<<button [[Restart|Title]]>> <<run Engine.restart()>> <</button>>
<div id="Click1"> <<button [[1. Go back|Test]]>> <</button>> </div><<switch $roommates.random()>>\
<<case "Xev">>\
<img src="Images/Sis/Profile.jpg" style="float:right;">
//Placeholder//
Some new memories from just before you received your chemistry set are suddenly flooding your mind.
You can see your sister standing in your front yard with a lot of suitcases looking at you smiling.
@@.girl;"Thank you <<print $playerFirst>> for letting me stay here with you."@@
@@.girl;"I do not know what I would have done without you. I had nowhere else to turn to."@@
//Placeholder//
<div id="Click0"> <<button [[0. Let her move in|Intro Groundhog]]>> <<run $roommates.delete("Xev")>> <<set $roommatesUnlocked.push("Xev")>> <</button>> </div>
<<case "Cherie">>\
<img src="Images/Mom/Profile.jpg" style="float:right;">
//Placeholder//
Some new memories from just before you received your chemistry set are suddenly flooding your mind.
One day when your mother came over to visit she explained what had happened to her and that she needed to stay with you for a while.
@@.girl;"Please <<print $playerFirst>>, I don't have anyone else left to turn to."@@
@@.you;"Don't worry mom, there is a room here for you to stay in for as long as you need it."@@
@@.you;"I only ask that you do some tasks for me when I need them done."@@
@@.girl;"Yes anything for you! Thank you <<print $playerFirst>>."@@
//Placeholder//
<div id="Click0"> <<button [[0. Let her move in|Intro Groundhog]]>> <<run $roommates.delete("Cherie")>> <<set $roommatesUnlocked.push("Cherie")>><</button>> </div>
<</switch>>
You walk in on your mother, but I haven't had any inspiration on what to write next. More coming in future updates.
<video src="Images/Mom/Bathroom/ShowerPeek_1.mp4" autoplay loop></video>
<video src="Images/Mom/Bathroom/ShowerPeek_2.mp4" autoplay loop></video>
<<button [[Return|Home]]>> <<set $time++>> <</button>>
Haven't had inspiration to write this scene yet, but you can see where I intend to go with this ;)
<video src="Images/Sis/Bathroom/Peek_1.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Peek_2.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Join_1.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Join_2.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Sex_1.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Sex_2.mp4" autoplay loop></video>
<video src="Images/Sis/Bathroom/Cum_1.mp4" autoplay loop></video>
<<button [[Return|Home]]>> <<set $time++>> <</button>> Just a small tease of what is to come.
<<if $roommatesUnlocked.includes("Cherie")>>
<video src="Images/Mom/Kitchen/ForceKitchen_2.mp4" autoplay loop></video>
<video src="Images/Mom/Kitchen/ForceKitchen_1.mp4" autoplay loop></video>
<</if>>
<<if $roommatesUnlocked.includes("Xev")>>
<img src="Images/Sis/Kitchen/BendOver_1.jpg">
<</if>>
<<button [[Eat a meal with your family|Home]]>> <<set $roommatesMood[0]+= 1 + $cha/10>> <<set $roommatesMood[1]+= 1 + $cha/10>> <<set $time++>> <</button>>
<<button [[Return|Home]]>> <<set $time++>> <</button>>
A little taste of what I plan to implement as an after shower surprise :)
<video src="Images/Sis/Bedroom/Towel_Surprise.mp4" autoplay loop></video>
<video src="Images/Sis/Bedroom/Blowjob_1.mp4" autoplay loop> </video>
<<button [[Return|Home]]>> <<set $time++>> <</button>> //placeholder//
Here are a few options I intend to put to use in a later version.
No content has been uploaded as of yet.
<<nobr>> Your mother is in her bedroom, but the door is closed.
<<if $roommatesMood[1] lte 1>> <br><br>
<span id="Knock"><<button "Knock on the door">>
<<replace "#Knock">> @@.girl;"I'm changing for bed, go away."@@
<br> She's in a bad mood, you might want to spend some more time with her to up her mood. <br><br>
<<button [[Go in anyways|BedMom Bad 1.1][$roommatesMood[1]-=5]]>> <</button>>
<</replace>> <</button>> </span>
<<else>> <br><br>
<<button "Knock on the door">>
<<if $roommatesMood[1] lte 3>> <<goto [[BedMom Corr 0.1]]>>
<<elseif $roommatesMood[1] lte 6>> <<goto [[BedMom Corr 1.1]]>>
<<else>> <<goto [[BedMom Corr 2.1]]>> <</if>> <</button>>
<</if>>
<br><<button [[Try to peek|BedMom Peek]]>> <</button>>
<<endnobr>>
//placeholder//
<<button [[Return|Home]]>> <</button>>You wake up, but this isn't your own bed.
You are in a huge field without an edge.
Every way you look the field just merges with the stars around you.
You see a huge stone circle in the middle of the field, if you had ever been to the United Kingdom you might have recognized them as a formation similar to stonehenge.
You walk to the center of the circle and find a slab with scribbles.
At first you can't make sense of it.
<img src="Images/Story/Symbols.png">
After a short while of studying it some words seem to form in the English language.
<span style="color:green">For those that have the capacity to understand time itself, this place has been maintained.
Each and every pillar around you is a conduit that has contained
A power which will help you when you return to what has already been.
Don't despair and choose with care, for the consequences might become more that you can bear.</span>
@@.you;"What the hell is going on here? Am I dreaming or am I actually reading some kind of poetry?"@@
<div id="Click0"> <<button [[0. Touch the central slab|Upgrades]]>> <</button>> </div>At least tell me your name.
<<textbox "$playerFirst" "George">> <<textbox "$playerLast" "Jones">>
<<link [[Continue|Home]]>> <</link>>
<<if $roommatesUnlocked.includes("Xev")>>\
Just a small tease of what is to come.
<img src="Images/Sis/Livingroom/Greet.jpg">
<<else>>
@@.you;"hmm, Must've been the wind."@@
<</if>>\
<<button [[Return|Home]]>> <<set $time++>> <</button>> <img src="Images/Workers/ElsaJean/Intro_2.jpg" style="float:right;">\
You see an immediate effect as the conversation stops and her eyes are now feasting on your body.
She turns sideways and with a little curtsy lowers one side of her top just enough that her boob peeks out.
@@.girl;"It's only fair since I was imagining a lot more than this."@@ She says laughing.
@@.you;"If you come work for me and live with me I can provide you with a lot more where that came from."@@ You know this offer is irresistable for her now.
@@.girl;"Yes, I gladly accept!"@@ She is almost shouting from excitement.
@@.girl;"I will come work for you right away."@@
<span style="color:#25bd11">She will now start earning money for you every day. Visit her at your home working your science equipment.</span>
<div id="Click1"> <<button [[1. Return home|Home]]>> <<dailysales>> <<set $time++>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[4] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
When you go check on Elsa she is already waiting for you.
She is sitting in this big old chair wearing a casual grey t-shirt.
The one thing standing out from all of this is het bright red skirt which falls to just above her knees.
When you look further down you can see she is not wearing any shoes nor any pantyhose.
When she sees you walking up to her she stands up and smiles at you.
@@.you;"Hello Elsa, even though you have helped out a lot around here you are still new to this whole ordeal."@@
@@.you;"I would like to take you through orientation to help you out."@@
@@.girl;"Oh well thank you <<print $playerFirst>>, I would really like that."@@ she replies smiling.
<img src="Images/Workers/ElsaJean/0001.jpg">
<<if $workersInspired[4] gt $storyUnlock[0]>>\
@@.you;"First things first. I need to know that you'll go as far as it takes to finish the job even is that means working overtime for example."@@
@@.girl;"Yes ofcourse, I would do anything and everything to work as hard as I can for you!"@@
@@.girl;"Especially if that means taking care of you."@@
At the last part of the sentence you can see her eyes drift down your body and stopping at your crotch.
@@.you;"That's great. Let's begin by checking your outfit."@@
@@.you;"Please unzip your skirt and spin around for me."@@
<img src="Images/Workers/ElsaJean/0002.jpg">
<<if $workersInspired[4] gt $storyUnlock[1]>>\
@@.you;"That's a great ass you have there working for you Elsa." You say to her to provoke some kind of reaction out of her.
@@.girl;"Thank you <<print $playerFirst>>, I've been working hard to keep it like that."@@
@@.girl;"Would you like to see what else I have been working hard on?"@@
@@.you;"I can't wait for you to show me Elsa."@@ you say while a smirk appears on your face.
She keeps spinning around and with a majestic move she pulls her shirt over her shoulders and throws in onto the floor baring her small perky breasts for you to see.
<img src="Images/Workers/ElsaJean/0003.jpg">
<<if $workersInspired[4] gt $storyUnlock[2]>>\
@@.you;"Those are some really great assets you're working with, they stand so proud on your chest."@@ you compliment her on her breasts.
@@.girl;"Well if that is the case, you should see my naked bum. I've been keeping it in shape just for you <<print $playerFirst>>."@@
@@.you;"Well then.. By all means, continue undressing for me."
she spins back around and slowly rolls down her panties to show you what a great ass she's working with.
<img src="Images/Workers/ElsaJean/0004.jpg">
<<if $workersInspired[4] gt $storyUnlock[3]>>\
@@.you;"You can't keep playing by yourself Elsa. I know, I'll undress for you as well."@@
@@.girl;"hmm, yeah. Lower those jeans and show me your firm bum now."@@ she says while sitting back into the chair.
@@.girl;"You're making me all excited down here."
she grabs the outer edges of her groin with both hands and pulls it apart just a little so you get an amazing view of her pussy and clit.
<img src="Images/Workers/ElsaJean/0005.jpg">
<<if $workersInspired[4] gt $storyUnlock[4]>>\
@@.you;"Wow, your pussy looks great Elsa. I think I'll have to start touching myself too with such a beautiful pussy in front of me.@@ you say while you start stroking your semi-hardon.
@@.girl;"You think that view is great? Wait till you see this!" She says enthousiastically.
She stands up and bends over the chair grabbing her cheecks with both her hands spreading them apart.
<img src="Images/Workers/ElsaJean/0006.jpg">
<<if $workersInspired[4] gt $storyUnlock[5]>>\
@@.you;"You don't expect me to restrain myself any longer now do you Elsa?"@@
You can see in her face she has the same idea as you.
@@.girl;"Get over here, I want to feel you inside of me."@@ She says with hunger in her voice and she tries to gobble up your entire shaft with her mouth using her hand to stroke the other half.
@@.girl;"Use my pussy however you wish <<print $playerFirst>>! It's yours, please fuck my pussy!"@@ she screams as you enter her in one single thrust.
<video src="Images/Workers/ElsaJean/0007.mp4" autoplay loop></video>
<<if $workersInspired[4] gt $storyUnlock[7]>>\
You fuck in several different positions. She takes your cock like a pro and always keeps pushing back for more of you inside of her.
@@.girl;"Oh I love it when you stretch me like that. Keep pounding me!"@@
You grab her hips and throw Elsa on her back and plunge back in ballsdeep. She lets out a small gasp.
@@.girl;"I'm so full, your cock is so deep inside of me like this."@@
@@.girl;"I need you to fill me up like this, I want it all as deep as you can shoot it."@@
This is enough for you to start thrusting harder and harder to bring yourself to the edge of orgasm
@@.you;"Hmm yes, I am going to fill this pussy up with so much cum it's going to drip for days to come Elsa!"@@
You keep thrusting hard while you are overcome by one of the biggest orgasms you ever had. You keep on pumping her insides so full with cum it starts to pour out while you keep thrusting in.
@@.girl;"Yes I can feel it all! Give me all of that cum!"@@
<video src="Images/Workers/ElsaJean/0008.mp4" autoplay loop></video>
when you feel your cock getting flacid you pull out and watch as most of your semen drips bown her buttcrack onto the chair and floor.
You grab your clothes and start getting dressed to get back to your business.
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[4] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[4] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
@@.girl;"Get out, I'm trying to take a shower here."@@
<img src="Images/Workers/ElsaJean/0011.jpg">
<<if $workersInspired[4] gt $storyUnlock[0]>>\
@@.you;"I only came to check up on you since I appreciate all the work you have done for me."@@ you say with a sincere smile on your face.
@@.girl;"Oh well, in that case thank you"@@ you can see her face change to a less hostile state.
<img src="Images/Workers/ElsaJean/0012.jpg">
<<if $workersInspired[4] gt $storyUnlock[1]>>\
@@.girl;"I was going to take a shower, but I suppose I could use some excercise first."@@
@@.you;"That's great, join me on the bed and tell me what you were thinking of."@@
She drops the towel and puts on this pink sexy lace bra and matching panty as she climbs on the bed.
<img src="Images/Workers/ElsaJean/0013.jpg">
<<if $workersInspired[4] gt $storyUnlock[3]>>\
@@.girl;"I was kind of thinking you could lose the pants <<print $playerFirst>>."@@ she says with a serious face.
You lose your pants as fast as you can.
You stand before her now with your flacid member hanging out at just about the same height as Elsa's face.
You can feel her eyes burning into it.
@@.you;"You can just ask you know. No need to hold anything in."@@ You say with a playful voice.
@@.girl;"Get on the bed for me, I need to taste you. I need to feel your cock in my mouth."
@@.you;"With pleasure Elsa, suck me off as long and as often as you want."@@
<img src="Images/Workers/ElsaJean/0014.jpg">
<<if $workersInspired[4] gt $storyUnlock[4]>>\
@@.girl;"This isn't enough, the tingly feeling is just too strong."@@
@@.girl;"Please <<print $playerFirst>> let me feel you inside of me."@@ she pleads to you.
@@.you;"I'm already down here naked for you, no need to ask for permission this time."@@
With those words you have awakened something inside of her.
She jumps on your cock and starts bouncing up and down as fast as she can while giving you an amazing look at her entire naked body.
<img src="Images/Workers/ElsaJean/0015.jpg" style="float:left"><img src="Images/Workers/ElsaJean/0016.jpg" style="float:right">
<<if $workersInspired[4] gt $storyUnlock[6]>>\
Suddenly she jumps off and pushes you off the bed.
She gets on her knees on the edge of the bed, looks back and wiggles her ass a little.
@@.girl;"You know where to put it don't you?"@@ she asks with a condescending undertone.
You are not one to back off so easily so you go on to fucking her as deep and fast as you can.
<img src="Images/Workers/ElsaJean/0017.jpg">
<<if $workersInspired[4] gt $storyUnlock[7]>>\
Every now and again you can hear her gasping for air a little when you hit just a little bit deeper then you did the thrust before.
@@.you;"You like getting your pussy fucked by me huh?"@@ you ask her
@@.girl;"I love it, I need that dick in me all the time. Don't stop fucking my tight little hole. Use me whenever you need to, I need it!"@@
@@.you;"That's my girl, now get down on your knees and suck me off."@@
@@.you;"I am going to paint that face of your with my cum."@@
She does as you ask, gets down next to the bed and starts sucking your cock hard and fast.
@@.girl;"Cum for me <<print $playerFirst>>. Release all that stress onto my pretty little face."@@ she says every time she comes up for air.
You can feel the pressure building inside your balls and release your load onto her face as she tries to retain eye contact with you.
<video src="Images/Workers/ElsaJean/0018.mp4" autoplay loop></video>
You grab your clothes and get dressed.
<</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[4] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<set $workerCount to 5>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[5] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
You go and check up on Katsuni and find out she has renovated one of the rooms into a kind of private hospital room.
@@.girl;"Hello <<print $playerFirst>>, what ails you today?"@@
<img src="Images/Workers/Katsuni/0001.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
@@.you;"I've been having this big, hard problem that I just can't seem to get rid of."@@ You grin at your own joke.
@@.girl;"Hmm, I see what you're getting at and I know just what treatment I would prescribe for that. One prescription striptease to be filled immediately."@@ She says with a devilish smile on her face and she opens her labcoat a little so you can see the bright red lingerie she is wearing underneath.
<img src="Images/Workers/Katsuni/0002.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
@@.girl;"This is only the beginning. Lay back and enjoy."@@ She says calmly as she turns around, hikes up her coat and shows you some matching red panties.
<img src="Images/Workers/Katsuni/0003.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
@@.you;"Seems like you're not making my problem go away, it's only getting bigger."@@
@@.girl;"Oh don't you worry, we'll get rid of that big, hard, throbbing problem of yours."@@ She says as she throws the labcoat over the bed in front of you and continues by taking her breast out of their confinements.
<img src="Images/Workers/Katsuni/0004.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[3]>>\
@@.girl;"Do you like that you see <<print $playerFirst>>?"@@
@@.girl;"There's more where that came from, don't you worry."@@
She continues to undress in front of you, only wearing her heels and hat and climbs on top of the bed.
<img src="Images/Workers/Katsuni/0005.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[4]>>\
@@.girl;"You can take that cock of yours out. It's only natural."@@ she says with a wink.
She turns around and lays on her back, spreading her legs.
@@.girl;"Here I'll show you how natural this is."@@ she says as she spreads her lower lips with her fingers.
<img src="Images/Workers/Katsuni/0006.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
You notice your breathing is getting heavier and your member has started getting painfully constricted by your pants, so you free it from it's confinements
@@.girl;"Hmm, so this is still isn't enough now is it."@@ she says playfully.
She spins back around on her knees.
@@.girl;"Maybe this view will do the trick."@@
She is on her knees on the bed, ass raised high in the sky and she pulls apart her cheecks with a single hand to give you an even better view of both her most intimate parts.
<img src="Images/Workers/Katsuni/0007.jpg">
<<if workersInspired[$workerCount] gt $storyUnlock[6]>>\
@@.girl;"Hmm, you've gotten me so riled up I need to touch you right now."@@ She says with hunger in her face.
@@.you;"Well then, get over here and do as you wish."@@ You say with confidence.
She doesn't waste a single second more and jumps off the bed in front of you and starts sucking on your cock like her life depended on it. Using her hands and breast as extra sensation.
<video src="Images/Workers/Katsuni/0008.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
You can feel the tension in your balls is rising fast, these are going to be the final few moments and you need to make the best of them.
@@.you;"Get on your knees, I want to see that milf face of your looking up at me as I paint it white."@@ you say in a commanding voice."@@
@@.girl;"Yes, I want nothing other than your cum."@@ She opens her mouth, sticks out her tongue and looks up at you.
@@.girl;"Please, <<print $playerFirst>>, cum for me. Cum ON me!"@@
<video src="Images/Workers/Katsuni/0009.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[5] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<set $workerCount to 5>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[5] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
You go and check up on Katsuni and find her wearing this purple see through two piece outfit.
@@.you;"That outfit really complements your best features Katsuni."@@ You tell her as you walk up to her.
@@.girl;"Well thank you <<print $playerFirst>>, I especially like this color on me."@@ She says while giving you a full view of her front.
<img src="Images/Workers/Katsuni/0011.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
@@.girl;"Would you like me to show you another reason why I bought it?"@@ She says while a teasing smile slowly appears on her face.
@@.you;"What do you have in mind Katsuni?"@@
Without saying a word she spins around and shows you her backside.
Her skirt is way shorter in the back so you can pretty much see her entire ass already.
She looks back at you to see the appreciation on your face.
<img src="Images/Workers/Katsuni/0012.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
@@.you;"Your top is really restricting my view of your amazing contours."@@ You tell her.
@@.girl;"Guess I'll just have to take my top off for you." She says with a wink as she pulls the top over her head and throws it on the floor.
<img src="Images/Workers/Katsuni/0013.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[3]>>\
@@.you;"Your breasts are so perky and round, I love everything about them."@@ You exclaim. @@.you;"Their perfect curvature, the way your nipples harden and poke through everything when you touch them, the way they stand so proud on your chest."@@
@@.girl;"Thank you <<print $playerFirst>>, you evidently like my body."@@ She points at the big bulge in your trousers.
@@.girl;"If you take those off for me I will wiggle myself out of this tiny skirt as well."@@
You don't hesitate one second and release a sigh of relief once the fabric of your pants isn't constricting your now erect member standing up straight between your legs.
She sits down on the floor and gracefully lowers her skirt and panties down her long legs and throws them to the side.
<img src="Images/Workers/Katsuni/0014.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
@@.girl;"What's the plan." She says suddenly
@@.you;"What do you mean 'the plan', Katsuni?"@@
@@.girl;"Well, you got me naked and I can see something is very, very much alive so I'll ask again. What do you want me to do with it?"@@
@@.you;"Hmm if you put it that way.. I'm gonna need you to take the edge off with your mouth today."@@
She gets up on her knees and with one big breath takes your entire length down her throat as you can only enjoy the warm, wet softness of it.
<img src="Images/Workers/Katsuni/0015.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
She continues to envelop your cock with her entire mouth for a few seconds before releasing it and coughing.
A second later she is at it again moving her lips up and down your shaft in slow rhytchmic motions.
The only thing you are able to do is look down into this beautiful asian milfs eyes and enjoy the blowjob you she is giving you.
Not long after you feel yourself getting close and you softly nudge Katsuni off of your rockhard member.
@@.you;"You're so good at this I'll be cumming for you soon."@@
With those words she starts licking the underside of the tip of your penis as she looks into your eyes with wild lust.
@@.girl;"You can release yourself anytime you want <<print $playerFirst>>."@@ And release you will as you have a mind numbing orgasm and layer after layer of thick white lines start covering her face, mouth and chin. They even start dripping down and onto her cleavage as she keeps pleasuring that really sensitive spot just onderneath the head of your penis.
<video src="Images/Workers/Katsuni/0016.mp4" style="float:left;" autoplay loop></video> <img src="Images/Workers/Katsuni/0017.jpg" style="float:right;">
<</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[5] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div>[[Version 0.3.1|https://f95zone.to/threads/groundhog-v0-2-1-kaprikorn.73263/]]
Just a taste of what is to come
<video src="Images/Mom/Bedroom/BedForce_2.mp4" autoplay loop> </video>
<<button [[Return|Home]]>> <<set $time++>> <</button>>
Just a taste of what is to come
<img src="Images/Mom/Bedroom/1_1.jpg">
<<button [[Return|Home]]>> <<set $time++>> <</button>>
Just a taste of what is to come
<img src="Images/Mom/Bedroom/2_1.jpg">
<<button [[Return|Home]]>> <<set $time++>> <</button>>
Just a taste of what is to come
<img src="Images/Mom/Bedroom/3_1.jpg">
<<button [[Return|Home]]>> <<set $time++>> <</button>>
Just a taste of what is to come
<img src="Images/Mom/Bedroom/peek_1.jpg">
<<button [[Return|Home]]>> <<set $time++>> <</button>> <<set $workerCount to 6>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[6] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
''BANG'' The door closes with a slam.
@@.girl;"You wouldn't believe what has happened today!"@@ She exclaims.
@@.girl;"You know Jennifer right? Well we were studying together at her place."@@ She doesn't seem angry, she seems to be excited more than anything.
@@.girl;"So we were laying on her bed on our stomach studying, talking and looking at her tv when I noticed the bed was like moving and.."@@ You interrupt her in the middle of her train of thoughts.
@@.you;"You are home early, I didn't expect you to be back so soon."@@
@@.girl;"Well, I couldn't be without you any longer, I just had to be here. I finished all my studying anyways."@@ She is standing in front of you with a couple of books in her hand. Her facial expression full with lust.
<img src="Images/Workers/ScarlettMae/0001.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
@@.you;"What happened when you were chatting with this Jennifer, Scarlett?"@@ Her facial expression turns into a big grin when she thinks back to what happened.
@@.girl;"Well, you see, The bed started rocking more and more and I thought Jennifer was just trying to readjust a bit at first, but she started to really annoy me because she wouldn't just lay still."@@
@@.you;"Get to the point Scarlett, why was she moving on the bed so much."@@ Scarlett starts to fiddle with her skirt a little and you can see this smirk starting to appear on her face.
<img src="Images/Workers/ScarlettMae/0002.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
@@.girl;"I don't know how he got in, but I hadn't noticed her brother had walked into the room."@@
@@.girl;"He had sneaked onto the bed and started eating Jennifers pussy. He had started eating out his own sister like it was the most normal thing in the world!"@@
@@.you;"So you ran out of there right away?" You ask her listening intensively to the entire story.
@@.girl;"Well, that's why I came home so soon.. I can't get the image out of my head."@@ She says while she walks to the living room taking off her panties while walking.
She gets up on the couch on her knees, bending forward.
@@.girl;"I need your tongue at the same place his was at Jennifer's"@@ She tells you while presenting her bare pussy at you.
<img src="Images/Workers/ScarlettMae/0003.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
You flip her over on her back and start kissing her inner thighs. Slowly at first and gradually picking up the speed as you get closer and closer to her snatch.
Once you reach her slit you stick out your tongue and use it to draw circles around her clit.
@@.girl;"You're so good at that, keep licking that spot right there."@@
@@.girl;"Look at how horny you made me, It's so open it wants to be filled."@@ She says while holding her lips apart with her hands and showing you the innermost parts of her vagina.
<img src="Images/Workers/ScarlettMae/0004.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[3]>>\
You go back down on her and use your entire mouth to suck on her clit once more.
@@.you;"It indeed feels like you're in need of a real dick inside of you right now."@@ You say as you line your member up with her hot, wet opening.
<img src="Images/Workers/ScarlettMae/0005.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
You slowly push inside her as you savor every feeling that goes through your entire body right now.
@@.you;"You're so tight Scarlett. My cock is melting inside of you right now."@@
You start moving back and forth slowly.
@@.girl;"Oh my god, you're totally filling my entire stomach right now. I'm so full with your hard cock."@@
@@.girl;"This was exactly what I needed, keep fucking me <<print $playerFirst>>."@@
<img src="Images/Workers/ScarlettMae/0006.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
You lay her down on her side and start spoonfucking her tight cunt hard and fast.
@@.girl;"Yes, I love it when you're rough with me! FUCK ME HARD!"@@ She shouts into your ears.
This gives you the boost to fuck her harder and faster. You start groaning with pleasure and she notices your cock getting even harder inside of her.
@@.girl;"Oh my god, you're swelling inside of me. Are you going to cum for me?"@@
@@.girl;"Yes! please cum for me! I want it all inside!"@@
And with those words you explode inside of her tight cunt as you push yourself deeper and deeper inside while your orgasm fades away.
<video src="Images/Workers/ScarlettMae/0007.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[6] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<set $workerCount to 6>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[6] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
When you go checking up on Scarlett, she's already waiting for you in the hallway.
She is wearing some really tiny tight grey shorts with matching crop top.
@@.girl;"Hey <<print $playerFirst>>, I was just thinking of you."@@
@@.girl;"I was kinda bored of working and wanted to know what you were up to."@@
<img src="Images/Workers/ScarlettMae/0011.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
@@.you;"Well, you do know we have a daily quota to meet, so I need you to keep working to achieve that."@@
@@.girl;"But I'm way better for other things"@@ She says teasingly looking straight into your eyes as she pulls her top over her breasts to reveal her beautiful nipples.
<img src="Images/Workers/ScarlettMae/0012.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
@@.you;"So you're in need of some special attention then Scarlett."@@ You say with a stern voice.
@@.you;"Take the shorts off and we will see if you can handle it."@@
With both hands she grabs her tiny shorts and pulls them down.
She sits down on the couch looking menacingly at you waiting for your next move.
<img src="Images/Workers/ScarlettMae/0013.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
Before she has time to react you quickly swoop in and push her into the couch with one hand on her chest.
Struck by surprise she only lets out a single gasp before looking straight into your eyes with hunger.
You hold her down with one hand while the other one slowly finds it's way from her knee to her thigh and stops just as it is about to touch that erogenous zone of hers.
@@.you;"I warned you about this Scarlett, there's no going back now;"@@
She looks at you and two words manage to pop out. @@.girl;"Bring it."@@
You take four fingers and push them as deep inside of her cunt as you can.
You can see her eyes rolling back inside her head as she enjoys being penetrated by you.
You don't wait for very long when you suddenly begin your assault on her body. Your hand moves in and out of her wettening cunt as fast as your muscles allow it. Scarlett's mouth opens and she starts moaning louder and louder.
<img src="Images/Workers/ScarlettMae/0014.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[3]>>\
You feel your own cock hardening as you thrust your hand in and out of her.
Suddenly and without warning you grab her by the hair and pull her off the couch on her knees. You lower your pants and force her onto your throbbing member. You need to teach her a lesson in doing what you're told.
You hold her down until she is almost out of breath. She has so little control now that she can't even keep her saliva inside of her own mouth and her entire shirt is soon covered.
<video src="Images/Workers/ScarlettMae/0015.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
After working her mouth over a few more times you pick her up by the hair and throw her back on the couch.
@@.girl;"I love it when you're so rough with me."@@ She suddenly says.
Those words spark something new inside of you. She's not supposed to like this, you're supposed to teach her a lesson and you pick up your pace.
You throw her legs back and plunge your cock ballsdeep inside her.
You grab her by the hair once more so you can pull her body back as you push yourself inside her.
<video src="Images/Workers/ScarlettMae/0016.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
You aren't done with her yet and throw her on her knees onto the floor.
It feels like some inner beast has been awakened as you hold her head steady with one hand and mount her like an animal. You keep pounding her pussy as hard and as deep as you can.
<video src="Images/Workers/ScarlettMae/0017.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
You have finally reached your peak and feel your orgasm starting to overcome you.
You pick Scarlett up by the hair and push her against the couch still sitting on the floor.
You aim yourself towards her face and let out wave after wave of thick white cum until her entire face is covered in either cum or saliva.
<img src="Images/Workers/ScarlettMae/0018.jpg">
Afterwards you feel you've used so much energy you need a while to recover and you go sit opposite of Scarlett.
All she does is look at you and slowly utter the words. @@.girl;"When will you do this to me again <<print $playerFirst>>?"@@
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[6] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<set $workerCount to 7>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[7] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
When you enter the living room Jasmine is sitting with some wintery clothes on.
When she sees you she looks at you and says @@.girl;"I really can't stay."@@
You look at her and see the playful smile in her face so you cotinue
@@.you;"Baby it's cold outside."@@
@@.girl;"I gotta go away."@@
@@.you;"Baby it's cold outside."@@
You both start laughing at your dorky behaviour and as the laughter ebs away you can see a content smile on her face as she looks at you.
<img src="Images/Workers/JasmineGrey/0001.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
@@.girl;"Well maybe just a half a drink more."@@ She contintues.
@@.you;"I'll put some records on while I pour."@@
@@.girl;"The neighbours might think,"@@
@@.you;"Baby it's bad out there."@@
@@.girl;"Say what's in this drink."@@
And as she says those last words she shifts around a bit to give you a peek underneath her long sweater.
<img src="Images/Workers/JasmineGrey/0002.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
Breaking the song you say @@.you;"I think you can give me more than that right?"@@
She nods slowly and pulls aside her panties so you can see that pretty little pussy of hers. You look up and see her eyes smiling at you, waiting for you to say something.
<img src="Images/Workers/JasmineGrey/0003.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
@@.you;"Your eyes are like starlight now."@@
@@.girl;"To break this spell,"@@
@@.you;"I'll take your hat, your hair looks swell."@@
@@.girl;"Why thank you, I ought to say no, no, no sir."@@
Your tone changes as you say the next line @@.you;"Mind if I move closer?"@@ She nods slowly.
You get closer to her and plant a little kiss on her forehead.
You walk towards the couch and signal her to follow you with your hands.
You lower your pants and slowly pull Jasmines sweater over her head.
@@.you;"You're way too cute you know, it makes me so hot inside."@@ You tell her as you guide her head towards your hard cock.
<video src="Images/Workers/JasmineGrey/0004.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[3]>>\
You pick Jasmine up and lay her down on her back on the armrest of the couch.
She has a hard time holding on so she steadies herself on the couch with both hands, trying not to fall off.
@@.you;"I hope you're ready for me, because I need to fuck you right now."@@ you say with a determined voice.
All she does is look at you with an innocent face as you enter her with your penis.
@@.you;"Ah, your pussy is as small as you are. It's so tight I love it."@@ you exclaim.
@@.girl;"I love your cock as well <<print $playerFirst>>. Push it in harder."@@
<video src="Images/Workers/JasmineGrey/0005.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
@@.girl;"That's enough now <<print $playerFirst>>."@@ She says and you look at her questioningly.
@@.girl;"Oh don't worry, we're not done. Lay down, I want to ride you now."@@
You lay down, she mounts your hard rod and starts immediately starts riding you in 5th gear.
You love this view as her tiny tits bounce up and down in front of you.
Her face is full of passion and pleasure as you can see your dick disappear inside her body with every thrust.
<video src="Images/Workers/JasmineGrey/0006.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
You've had enough and want back in control so without any words you pick her up and spin her around onto her knees.
For the entire motion your dick has stayed firmly locked inside her pussy and you don't hesitate one second.
@@.you;"Have a taste of your own medicine."@@ you say to her as you start fucking her deeply from behind.
Long, deep strokes follow and you can hear moaning coming from Jasmines mouth. She looks back at you and you can see pure pleasure coming from her face.
<video src="Images/Workers/JasmineGrey/0007.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
You pick her up once again and lay her on her back and start pounding her pussy like never before.
@@.girl;"You must be close now <<print $playerFirst>>."@@
@@.girl;"You know you want to fill me up. You know you need to breed me."@@
Those words are enough to send in an orgasmic frenzy and you push yourself inside of her harder and deeper then ever before as you empty your entire load inside of her womb.
@@.girl;"YES, I can feel it inside! Give me all of that seed. I need it!"@@
<video src="Images/Workers/JasmineGrey/0008.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[7] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<set $workerCount to 7>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[7] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
You want to see what is up with Jasmine today and walk up to her door.
You try to open it, but the door is locked. You never lock any doors in this house so you knock and Jasmine opens the door.
@@.girl;"Can't I ever have any me time at all?"@@ She starts complaining.
@@.girl;"What was it you needed to tell me?"@@
<img src="Images/Workers/JasmineGrey/0011.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
@@.you;"What are you doing in there that I can't know about?"@@ You ask her inquisitory.
@@.girl;"Well it was supposed to be a surprise, but you can come in if you want to."@@
You walk inside and find a bright red set of matching bra and panties on the bed.
@@.you;"So you were trying on new lingerie for me?"@@ You say as a lot of dirty thoughts pop into your mind and you start to smirk at her.
@@.girl;"Yeah, I saw them in the store and just had to buy them, look at how good this color bra would fit me."@@ She says as she picks up the bra and puts in over her clothed breasts.
<img src="Images/Workers/JasmineGrey/0012.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
@@.you;"You know, if you want my true opinion you will need to put on the entire set for me to review."@@ You tell her with a serious face.
She pouts her lips, but steadily begins changing into the new lingerie in front of you.
@@.girl;"Could you maybe, you know, turn around while I'm doing it. It's still kind of embarrassing even if it is just you and me in here."@@
You turn around and after a while take a quick look over your shoulder.
You see Jasmine has just finished putting on the lingerie and looks super hot in it. The red really makes her body pop.
<img src="Images/Workers/JasmineGrey/0013.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
@@.girl;"You know I can see you looking at me right?"@@
You turn your head back quickly, but it's of no use because she has already seen you looking at her.
@@.girl;"I know what it is you want <<print $playerFirst>>, you want my body don't you."@@
@@.girl;"That big bulge in your pants is all the evidence I need that this new lingerie is doing it's job very well."@@
She jumps on the bed and bends forward. One hand reaches backwards and pulls her panties to the side.
@@.girl;"I bet you would love to feel the insides of this little pussy wouldn't you?"@@ She says teasingly.
<img src="Images/Workers/JasmineGrey/0014.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[3]>>\
@@.you;"That's it Jasmine."@@ You tell her with a little bit of anger in your voice. @@.you;"You can't just go around teasing me like this, you're mine and I will show you just that."@@
You step up behind her and line your cock up with het lips.
You grab her hips with both hands and pull her body onto your cock as far as your cock can reach inside of her.
Jasmine lets out an audible moan as you surprise her with your big, throbbing cock.
<img src="Images/Workers/JasmineGrey/0015.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[4]>>\
It doesn't take long for jasmine to get used to your size and as quickly as you entered her she starts rocking back and forth.
@@.girl;"Hmm, your cock is so nice <<print $playerFirst>>, I love it when you fuck me."@@
<video src="Images/Workers/JasmineGrey/0016.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
You flip her over and hold her legs back so you can get the most access to her wet pussy.
Her eyes move from the part where your two bodies are joined back into the back of her head towards looking into yours as all she can do now is moan louder and louder as you work your dick in and out of her.
<video src="Images/Workers/JasmineGrey/0017.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
@@.you;"I've had enough of your pussy, turn over on your stomach and finish me off with your mouth and hands."@@ You tell her as you sit down on the bed.
She takes up position between your legs, looks you straight in the eyes and starts sucking with such a force Miele might want to take a look at how to improve their vacuum cleaners.
Even though Jasmine might be petite, she has no trouble gobbling the entire length of your penis and taking it down her throat as she keeps her eyes focussed on yours.
<video src="Images/Workers/JasmineGrey/0018.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
@@.you;"Ah, yes!"@@ You groan. @@.you;"Keep sucking me like that. Just a little bit more."@@ You tell her as you can feel your orgasm getting closer.
She clamps her hand tightly around your shaft and jerks you off while she opens her mouth.
@@.girl;"Give me all of it, Cum for me <<print $playerFirst>>!"@@
<video src="Images/Workers/JasmineGrey/0019.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[7] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<set $workerCount to 8>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[8] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
You're about to take a quick powernap when you find Lily is sitting on your waiting for you.
@@.girl;"Hi <<print $playerFirst>>, I was thinking that maybe I could take a quick nap with you."@@ She says as you walk into the bedroom.
@@.girl;"I always sleep naked."@@ She adds quickly before you have a chance to answer.
She starts pulling her sweater up a little and shows you her stomach while keeping eye contact with you waiting for you to make up your mind.
<img src="Images/Workers/LilyLabeau/0001.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
@@.you;"Well why not, it's always better to sleep together right?"@@ You ask her
She stands up, seductively pulling on her sweater and slowly revealing her nice, round breasts.
@@.girl;"You relax while I give you a little show <<print $playerFirst>>"@@ She says with a wink.
<img src="Images/Workers/LilyLabeau/0002.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
She continues on by pulling the sweater over her head and throws it on the bed beside her.
Then she starts to move her hips a little, rocking them left and right.
She grabs the sides of her shorts with both hands and starts to slowly lower them along her long legs as her firm ass comes into view.
<img src="Images/Workers/LilyLabeau/0003.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
She takes off her underwear in the same erotic way and lays down on the bed fully naked.
You walk up to her and look down seeing her spread legs, nicely trimmed pussy. Slowly moving your eyes upwards you see her natural breasts both laying a little bit to the sides as if to say they had a falling out and now didn't want to talk to eachother anymore.
Finally you lay your eyes upon her face. Her red, full lips. Her sexy eyes looking at you expectantly.
<img src="Images/Workers/LilyLabeau/0004.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[4]>>\
Her eyes shift down your body as well and they stop on the big bulge that has formed in your trousers.
You see her staring, look down and meet her gaze again as she says
@@.girl;"Do you need me to take care of that for you <<print $playerFirst>>?"@@
@@.girl;"Lay down on the bed and relax, I'll take care of everything."@@
You lay down and look down your body to your hard on. You see Lily taking a seat inbetween your legs as she slowly starts to lick and caress the head of your penis.
<video src="Images/Workers/LilyLabeau/0005.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
@@.girl;"Is this enjoyable for you?"@@ She asks as she keeps licking and touching your erect member.
You moan softly. @@.you;"It feels like I'm in heaven Lily. Your mouth feels so warm and soft."@@
Those words seem to inspire her as she starts taking your cock further down her throat.
She looks upwards to look at your facial expressions of pure enjoyment.
<video src="Images/Workers/LilyLabeau/0006.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
@@.you;"Get on the bed Lily, I am going to need to feel the insides of your vagina now."@@
She complies to your every request and gets on the bed on her knees.
You enter her from behind and insert yourself into her feeling your penis get engulfed by warm, squishing sensations.
You start thrusting in and out of her deeper and faster with every thrust.
Lily pushed one hand between her legs and starts rubbing her clit as you keep thrusting in and out of her.
<video src="Images/Workers/LilyLabeau/0007.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
As your speed increases, so do the moans coming from Lily.
With every moan you fuck her harder and harder until you hold her by the hips as you pull her onto your rock hard cock.
@@.girl;"YES, Give it to me!"@@ She shouts @@.girl;"Fuck me just like that. A little bit more and you're gonna make make cum!"@@
You keep fucking her, roughly plunging in and out of her wet cunt as her entire body starts shaking and you can see her face contracting with pure joy.
@@.girl;"Just a little bit more!"@@ She shouts. @@girl;"Yes, YEs, YESSS"@@ She screams while orgasming as her eyes roll back into her head.
You feel her entire pussy clamping around your cock as if it was trying to pull all of the cum out of you and it pushes you over the edge.
@@.girl;"OH, I feel you. Yes, fill me up <<print $playerFirst>>."@@ She says as she feels wave after wave of cum flooding her insides.
<video src="Images/Workers/LilyLabeau/0008.mp4" autoplay loop></video>
After your orgasm subsides you let loose of her hips and she promptly falls on her side on the bed. It seems she is exhausted from your excercise. You feel like you could really use that nap too now and cuddle up behind her.
After a good while you wake up and notice she has woken up as well.
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[8] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<set $workerCount to 8>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[8] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
You set out to check up on Lily and find her in the living room wearing a pretty short crop top and some really tight leathery pants.
@@.girl;"Hey <<print $playerFirst>>, What's up."@@
<img src="Images/Workers/LilyLabeau/0011.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
@@.you;"It's been a long day, well days for actually, and I would really just like for you to put on a show for me."@@
@@.girl;"Everything for you. One striptease coming right up."@@ she says with a smile on her face.
The smile soon changes into something more primal as she looks straight into your eyes while she slowly starts to lift up her top.
<img src="Images/Workers/LilyLabeau/0012.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
When She's about to pull up her top to show her areola's she turns around.
She looks back at you as she slowly starts to lower her pants.
<img src="Images/Workers/LilyLabeau/0013.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
@@.girl;"Is this to your liking <<print $playerFirst>>?"@@ She asks you as she lays down on the couch.
@@.you;"Very much so Lily, please don't stop on my account and continue the show."@@
She takes off her top and pulls her legs up to take off her shoes.
<img src="Images/Workers/LilyLabeau/0014.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[3]>>\
When she finally reaches down to take off her underwear you have a better plan. You take off your pants, walk up to her and push her legs back starting to eat her out.
@@.girl;"Please slow down, you're going to way too fast and I want to enjoy this a little bit longer."@@ She says smiling.
You stop and look into her eyes.
You take your penis, guide it to her slit and push forward.
She is so wet you don't waste a single second and start pounding her deep and hard.
<video src="Images/Workers/LilyLabeau/0015.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[4]>>\
@@.you;"Get on top of me Lily, ride me so I can look at your tits bouncing up and down."@@
You lay down on the floor, she straddles you right there and takes the full length of your cock into her tight wet pussy.
<video src="Images/Workers/LilyLabeau/0016.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
After a while she turns around and starts bouncing up and down with greater speed.
You can see your hard cock disappearing inside of her as her ass goes up and down on top of you.
<video src="Images/Workers/LilyLabeau/0017.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
@@.you;"Get back on the couch Lily."@@ You tell her. @@.you;"On your knees, I'm going to fuck you from behind now."@@
She does as she is told and bends forwards on the couch.
You start fucking her roughly from behind and you start to hear moans escaping from her lips. @@.girl;"Ah!, Oh!"@@
<video src="Images/Workers/LilyLabeau/0018.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
As you keep fucking her you feel yourself getting close to cumming.
You pull her off the couch on the floor and point your cock towards her face.
She opens her mouth, but you shoot load after load over it and cover her entire face in your cum.
<video src="Images/Workers/LilyLabeau/0019.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[8] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><img src="Images/Workers/Katsuni/Intro_2.jpg" style="float:right;">\
Once you drug her she immediately changes her pose to one more forward and open to you.
@@.girl;"Well <<print $playerFirst>>, I can see you like it here in nature."@@
@@.girl;"I like coming here because I live in this small appartment without a garden."@@
@@.you;"If you come work for me and live with me I can provide you with a big house and garden."@@ You know this offer is irresistable for her now.
@@.girl;"Yes, I gladly accept!"@@ She is almost shouting from excitement.
@@.girl;"I will come work for you right away."@@
<span style="color:#25bd11">She will now start earning money for you every day. Visit her at your home working your science equipment.</span>
<div id="Click1"> <<button [[1. Return home|Home]]>> <<dailysales>> <<set $time++>> <</button>> </div><img src="Images/Workers/ScarlettMae/Intro_2.jpg" style="float:right;">\
The drug is taking effect almost instantaneous and you can see her playful side is winning the battle.
@@.girl;"Have you ever just wondered about the sea? Out there nobody can see you and you could be naked any time you want."@@ She says as she smiles at you pulling her top down a bit to give you a peek at one of her areola.
@@.you;"If you come work for me and live with me I can provide you with a place you can wear whatever you want whenever you want."@@ You know this offer is irresistable for her now.
@@.girl;"Yes, I gladly accept!"@@ She is almost shouting from excitement.
@@.girl;"I will come work for you right away."@@
<span style="color:#25bd11">She will now start earning money for you every day. Visit her at your home working your science equipment.</span>
<div id="Click1"> <<button [[1. Return home|Home]]>> <<dailysales>> <<set $time++>> <</button>> </div><<set $workerCount to 9>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[$workerCount] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
<img src="Images/Workers/Employee/0001.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
<img src="Images/Workers/Employee/0002.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
<img src="Images/Workers/Employee/0003.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
<img src="Images/Workers/Employee/0004.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[4]>>\
<video src="Images/Workers/Employee/0005.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
<video src="Images/Workers/Employee/0006.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
<video src="Images/Workers/Employee/0007.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
<video src="Images/Workers/Employee/0008.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[$workerCount] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<set $workerCount to 9>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[$workerCount] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
<img src="Images/Workers/Employee/0011.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
<img src="Images/Workers/Employee/0012.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
<img src="Images/Workers/Employee/0013.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
<img src="Images/Workers/Employee/0014.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[3]>>\
<video src="Images/Workers/Employee/0015.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[4]>>\
<video src="Images/Workers/Employee/0016.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
<video src="Images/Workers/Employee/0017.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
<video src="Images/Workers/Employee/0018.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
<video src="Images/Workers/Employee/0019.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>></if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[9] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><img src="Images/Workers/JasmineGrey/Intro_2.jpg" style="float:right;">\
Once you drug her she immediately changes her pose to one more forward and open to you.
@@.you;"So you've finally noticed me?"@@ You ask with a big smirk on your face.
@@.girl;"Ofcourse, who wouldn't notice such a handsome man when he's right there next to me."@@
@@.you;"I would like to give you the opportunity to come work for me. This would include living arrangements in the same building."@@ You know this offer is irresistable for her now.
@@.girl;"Yes, I gladly accept!"@@ She is almost shouting from excitement.
@@.girl;"I will come work for you right away."@@
<span style="color:#25bd11">She will now start earning money for you every day. Visit her at your home working your science equipment.</span>
<div id="Click1"> <<button [[1. Return home|Home]]>> <<dailysales>> <<set $time++>> <</button>> </div><img src="Images/Workers/LilyLabeau/Intro_2.jpg" style="float:right;">\
Once you drug her she immediately changes her pose to one more forward and open to you.
@@.girl;"I am in no need of a pool cleaner, but I might need you to clean these"@@ she says as she pulls her top down a bit with both hands, giving you a really good view of what she's packing under it.
@@.you;"If you come work for me and live with me I will do all of that and more."@@ You know this offer is irresistable for her now.
@@.girl;"Yes, I gladly accept!"@@ She is almost shouting from excitement.
@@.girl;"I will come work for you right away."@@
<span style="color:#25bd11">She will now start earning money for you every day. Visit her at your home working your science equipment.</span>
<div id="Click1"> <<button [[1. Return home|Home]]>> <<dailysales>> <<set $time++>> <</button>> </div><<set $workerCount to 10>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[$workerCount] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
<img src="Images/Workers/Employee/0001.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
<img src="Images/Workers/Employee/0002.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
<img src="Images/Workers/Employee/0003.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
<img src="Images/Workers/Employee/0004.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[4]>>\
<video src="Images/Workers/Employee/0005.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
<video src="Images/Workers/Employee/0006.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
<video src="Images/Workers/Employee/0007.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
<video src="Images/Workers/Employee/0008.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[$workerCount] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<set $workerCount to 10>>
<<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[$workerCount] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
<img src="Images/Workers/Employee/0001.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
<img src="Images/Workers/Employee/0002.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
<img src="Images/Workers/Employee/0003.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
<img src="Images/Workers/Employee/0004.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[4]>>\
<video src="Images/Workers/Employee/0005.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
<video src="Images/Workers/Employee/0006.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
<video src="Images/Workers/Employee/0007.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
<video src="Images/Workers/Employee/0008.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[$workerCount] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[11] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
<img src="Images/Workers/Employee/0001.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
<img src="Images/Workers/Employee/0002.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
<img src="Images/Workers/Employee/0003.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
<img src="Images/Workers/Employee/0004.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[4]>>\
<video src="Images/Workers/Employee/0005.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
<video src="Images/Workers/Employee/0006.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
<video src="Images/Workers/Employee/0007.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
<video src="Images/Workers/Employee/0008.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[11] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<if $prestige gt 0>> <div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[11] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div> <</if>>
<img src="Images/Workers/Employee/0011.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[0]>>\
<img src="Images/Workers/Employee/0012.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[1]>>\
<img src="Images/Workers/Employee/0013.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[2]>>\
<img src="Images/Workers/Employee/0014.jpg">
<<if $workersInspired[$workerCount] gt $storyUnlock[3]>>\
<video src="Images/Workers/Employee/0015.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[4]>>\
<video src="Images/Workers/Employee/0016.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[5]>>\
<video src="Images/Workers/Employee/0017.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[6]>>\
<video src="Images/Workers/Employee/0018.mp4" autoplay loop></video>
<<if $workersInspired[$workerCount] gt $storyUnlock[7]>>\
<video src="Images/Workers/Employee/0019.mp4" autoplay loop></video>
<</if>><</if>><</if>><</if>><</if>><</if>><</if>></if>>\
@@.you;"You have done well today."@@ you tell her.
@@.girl;"Thank you, for appreciating my usefullness"@@ She says as she starts getting back to work, with renewed vigor.
<div id="Click1"> <<button [[1. Return home|Home]]>> <<set $time++>> <<set $inspiration++>>
<<set $workersInspired[11] += 1+$dex/5>>
<<questinspiration>>
<<set $dailySales += 1 + $dex/10>> <</button>> </div><<button "Go back" `previous()`>> <</button>>
This might be a little early, but I already want to get this out there for people who want to help me out with pretty much anything, so here we go:
Thank you [[Zirenaz|https://f95zone.to/members/zirenaz.2042944/]], for reporting my bugs so quickly. :)
A big thanks to user [[Juginyz|https://f95zone.to/members/juginyz.5667/]] for helping me correct a lot of grammar and interpunction errors in the text and code.