<<loc_Night>>\
<<art $kagney "happy" $julia "aroused">>\
<<nm $saya "Hey there! So, what'd you think of the latest artwork release for The Company? Hopefully you enjoyed it! That's it for now, stay tuned for future updates, and please fill out the feedback survey through the link below to tell us what you thought!">>\
<a href="https://docs.google.com/forms/d/e/1FAIpQLScQWLH3vsy1lxsrDmj3dqu791xw7CEa424cAFn0OVL0xff72A/viewform?usp=sf_link">@@.btnUI;<<button "Give us your feedback">><</button>>@@</a>@@.pic;<img data-passage="banner">@@\
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeA1Tt5faXi3tx5rQB7RCDG2ZfMnpNu1_jRtFrOFppFVARNpw/viewform?embedded=true" width="640" height="1596" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe><a href="https://thecompanygame.games/" target="_blank"><img data-passage="small-banner" style="width:100%"></a>/* Set Game System Variable */
<<set $game = {
release: "Public Build",
version: 5.1202003,
Version: "5.12.2.3"
}>>
/* Toggle specific testing flags */
<<set $DebugMessages to false>>
<<set $PitTesting to false>>
<<set $ArtDemo to false>>
<<set $DevDigest to false>>
/* Settings changed for Testing Modes */
<<if $PitTesting is true>>
<<set $game.release to "Dev Build">>
<<set $DebugMessages to true>>
<</if>>
<<if $DevDigest is true>>
<<set $UseArt to true>>
<<set $game.release to "Dev Build">>
<</if>>
<<if $ArtDemo is true>>
<<set $UseArt = true>>
<<set $game.release to "Art Release - ">>
<<set $game.Version to "1">>
<<else>>
<<set $UseArt = false>>
<</if>>
<<script>>
config.saves.version = state.variables.game.version;
config.saves.autosave = "autosave";
<</script>><<widget "UpdateCheck">>
<<if $game.version < 5.0900006>>
<<set $game.version to 5.0900006, $game.Version to "5.9", $game.release to "Public Build">>
<</if>>
<<if $game.version < 5.0901001>>
<<set $game.version to 5.0901001, $game.Version to "5.9.1.1", $game.release to "Dev Build">>
<<if dose($penny,"serumDiaries")>>
<<set $penny.mcsNotes to []>>
<<set $penny.mcsNotesNew to false>>
<<set $penny.mcsTimer to 1>>
<</if>>
<</if>>
<<if $game.version < 5.0901002>>
<<set $game.version to 5.0901002, $game.Version to "5.9.1.2", $game.release to "Dev Build">>
<<if $penny.isMouse>>
<<AddConvo $sophie 13>>
<<AddConvo $penny 32>>
<<AddWorkEvent 78>>
<</if>>
<</if>>
<<if $game.version < 5.0901004>>
<<set $game.version to 5.0901004, $game.Version to "5.9.1", $game.release to "Public Build">>
<<set $penny.mcsx to {}>>
<<set $penny.mcsx.cd to 0>>
<</if>>
<<if $game.version < 5.1201003>>
<<set $game.version to 5.1201003, $game.Version to "5.12.1", $game.release to "Public Build">>
<<set $saya.default to null>>
<</if>>
<</widget>><<unset $debug_OutfitOverride, $dEVENT_TITLE, $dEVENT_TYPE>>\
<<set $dEVENT_TYPE to []>>\
<<loc_Lab>>\
<<nm $saya "PLEASE do not report any issues with the debug menu! It's a broken playground full of broken dreams, so it's expected that very little will work as intended here.<br><br>Be advised, any actions taken here will almost definitely have apocalyptic effects on your playthrough. It's recommended you save before touching anything!<br><br>Thank you!">>\
<<if $game.release is "Dev Build">>\
@@Needs Testing:@@
<hr>
''Testing Passages''
<<btnLink "Escorting" "Escort-GetClient">>\
<hr>
<</if>>\
''Options:''
<hr>
<<btnLink "Test Conversations and Events" "dbg_Events">>
<<btnLink "Test Dreams" "debug_Dreams">>
<<btnLink "Character Creation" "debug_CharacterCreation">>
<<if $game.release is "Dev Build" or $game.devmode>>\
''Experimental''
<hr>
<<btnLink "Test Shops" "debug_Shops">>
<<btnLink "Test Pics" "debug_PicTest">>
<<btnLink "Test Memories" "debug_Memories">>
<<btnLink "Scene Tests" "dbg_Scenes">>
<<btnLink "Scratch Pad" "ScratchPad">>
@@.btnChoiceDom;<<button "Test Secret Dev Shit" "debug_DevRoom">><</button>>@@
<</if>>\
<<btnLink "Return to game, keeping changes - @@Depending on when you entered the debug menu, specifically during dialogue choice sequences or during events, the scene may not appear or work correctly upon return@@" "$dbgReturnPassage">>
<<btnBack "Go back">><hr>
''Events Testing''
<hr>
//You can test various events and conversations from here.//
<<btnLink "Test Conversations" "debug_Convo">>
<<btnLink "Test Home Events" "debug_EventViewHome">>
<<btnLink "Test Work Events" "debug_EventViewWork">>
<<btnLink "Test Dream Events" "debug_EventViewDream">>
<<btnLink "Test Night Events" "debug_EventViewNight">>
<<btnLink "Confirm" "debug_DebugMenu">><hr>
''Comments Testing''
<hr>
//Lots of changes can severely impact your character here. Be warned!//
Gender Override:
<<listbox "$debug_GenderOverride">>
<<option "Male" "male">>
<<option "Female" "female">>
<<option "Trans" "trans">>
<</listbox>>
''Gender State Override''
<<radiobutton "$debug_StateOverride" "sissy">> Sissy
<<radiobutton "$debug_StateOverride" "bimbo">> Bimbo
''Outfit Override''
<<listbox "$debug_OutfitOverride">>
<<option "Casual" "casual">>
<<option "Girly" "girly">>
<<option "Manly" "manly">>
<<option "Slutty" "slutty">>
<<option "Formal" "formal">>
<</listbox>>
''Commentor''
<<listbox "$debug_Commentor">>
<<option $penny.name $penny selected>>
<<option $sophie.name $sophie>>
<<option $john.name $john>>
<<option $mom.name $mom>>
<<option $sister.name $sister>>
<</listbox>>
''Mood''
<<listbox "$debug_Mood">>
<<option "Nice" "nice" selected>>
<<option "Mean" "mean">>
<<option "Shy" "shy">>
<<option "Flirty" "flirty">>
<<option "Horny" "horny">>
<<option "Formal" "formal">>
<</listbox>>
''Topic''
<<listbox "$debug_Topic">>
<<option "Outfit" "outfit" selected>>
<<option "Makeup" "makeup">>
<</listbox>>
[[Test Comment|debug_Comment]] - <<back>><<nm $westane "Under all the maintenance...">>\
<<btnBack>><<set $player.isDressedCasual to false>>\
<<set $player.isDressedGirly to false>>\
<<set $player.isDressedManly to false>>\
<<set $player.isDressedSlutty to false>>\
<<set $player.isDressedFormal to false>>\
<<set $player.isMale to false>>\
<<set $player.isFemale to false>>\
<<set $player.isTrans to false>>\
<<set $player.isSissy to false>>\
<<set $player.isBimbo to false>>\
<<switch $debug_GenderOverride>>\
<<case "male">>\
<<set $player.isMale to true>>\
<<case "female">>\
<<set $player.isFemale to true>>\
<<case "trans">>\
<<set $player.isTrans to true>>\
<</switch>>\
<<switch $debug_StateOverride>>\
<<case "sissy">>\
<<set $player.isSissy to true>>\
<<case "bimbo">>\
<<set $player.isBimbo to true>>\
<</switch>>\
<<switch $debug_OutfitOverride>>\
<<case "casual">>\
<<set $player.isDressedCasual to true>>\
<<case "girly">>\
<<set $player.isDressedGirly to true>>\
<<case "manly">>\
<<set $player.isDressedManly to true>>\
<<case "slutty">>\
<<set $player.isDressedSlutty to true>>\
<<case "formal">>\
<<set $player.isDressedFormal to true>>\
<<default>>\
<<set $player.isDressedCasual to true>>\
<</switch>>
<<if $debug_Topic is "breasts">>\
Your Breast Tier: $player.breastTier
NPC Breast Tier: $penny.breastTier
NPC Breast Memory: $penny.rBreasts
<</if>>\
<<if $debug_Topic is "outfit">>\
Your Outfit is: $player.outfit
Outfit Remembered: $debug_Commentor.rOutfit
<</if>>\
Commentor: $debug_Commentor.name
Mood: $debug_Mood
<<com $debug_Commentor $debug_Topic $debug_Mood>>
DType: _dType
GType: _gType
Tense: _tense
Choice: _outc
DB Selected:
<<for _i = 0; _i < _comDB.length; _i++>>\
• - _comDB[_i] <br>
<</for>>\
DB Choices:
<<for _i = 0; _i < _com.length; _i++>>\
• - _com[_i] <br>
<</for>>\
• [[GO BACK|debug_DebugMenu]]<<loc_Lab>>\
<<nm $saya "All conversations will end by sending you either to work or home, and will 'probably' completely break your game in the process!">>\
''This is the debug view for conversations, meaning all locked conversations are still displayed, but disabled.''
<hr>
<<pic $mom>>\
<<Conversation $mom true>>
<<pic $sister>>\
<<Conversation $sister true>>
<<pic $sophie>>\
<<Conversation $sophie true>>
<<pic $penny>>\
<<Conversation $penny true>>
<<pic $diana>>\
<<Conversation $diana true>>
<<pic $julia>>\
<<Conversation $julia true>>
<<pic $tasha>>\
<<Conversation $tasha true>>
<<pic $john>>\
<<Conversation $john true>>
<<pic $kagney>>\
<<Conversation $kagney true>>
<<btnBack>><<loc_Lab>>\
<<nm $westane "This passage is modifying several variables behind the scenes, so the buttons may not do what they actually say the do, or may do them in unexpected ways. Look at the pretty buttons, but then consider using the back arrow in the sidebar!">>\
<<nm $player.d "Hello.">>\
__''Pulling information from new JS Functions:''__
''Gender:''
<<if isMale()>>\
Player is Male.
<<elseif isFemale()>>\
Player is Female.
<<elseif isTrans()>>\
Player is Trans.
<<else>>\
Something went wrong!
<<print isMale()>>\
<<print isFemale()>>\
<<print isTrans()>>\
<</if>>\
Male: <<print gender('male')>>
Female: <<print gender('female')>>
Trans: <<print gender('trans')>>
Sissy: <<print gender('sissy')>>
Bimbo: <<print gender('bimbo')>>
Trans-Sissy: <<print gender('trans-sissy')>>
Trans-Bimbo: <<print gender('trans-bimbo')>>
Trans-Sissy-Bimbo: <<print gender('trans-sissy-bimbo')>>
''Anatomy:''
Penis: <<print hasPenis() + " - " + pTier()>>
Pussy: <<print hasPussy() + " - " + vTier()>>
Breasts: <<print hasBreasts() + " - " + bTier()>>
''Hair:''
<<set _hVal to getHair()>>\
Length (fun): <<print $HAIRLENGTH[getHair()]>>
Length (var): $HAIRLENGTH[_hVal]
<<if hair(1)>>\
Your hair is longer than @@$HAIRLENGTH[1]@@
<<else>>\
Your hair is shorter than @@$HAIRLENGTH[1]@@
<</if>>\
''Makeup:''
<<if makeup()>>\
You are wearing makeup.
<<elseif not makeup()>>\
You are not wearing makeup.
<<else>>\
Bad Return:
<<print makeup()>>
<</if>>\
<<print $player.wearingMakeup[getMakeup()]>>
<<print $player.makeupLevel[getMakeup()]>>
''Outfit:''
Dressed: <<print dressed('dressed')>>
Manly: <<print dressed('manly')>>
Girly: <<print dressed('girly')>>
Slutty: <<print dressed('slutty')>>
Formal: <<print dressed('formal')>>
Casual: <<print dressed('casual')>>
Crossed: <<print dressed('crossdressed')>>
Bra: <<print dressed('bra')>>
Underwear: <<print dressed('underwear')>>
Girly Underwear: <<print dressed('girly-underwear')>>
Slutty Underwear: <<print dressed('slutty-underwear')>>
Strapon: <<print dressed('strapon')>>
Chastity: <<print dressed('chastity')>>
<<if dressed('strapon')>>\
You're wearing a strapon.
<<else>>\
You're not wearing a strapon.
<</if>>\
<hr>
<<btnBack>><<loc_Dream>>\
<<btnLink "Ava Intro" "DreamEvent-100">>
<<btnLink "Ava Affection 1" "DreamEvent-101">>
<<btnLink "Ava Affection 2" "DreamEvent-102">>
<<btnLink "Ava Affection 3" "DreamEvent-103">>
<<btnLink "Ava Affection 4" "DreamEvent-104">>
<<btnLink "Ava Affection 5" "DreamEvent-105">>
<<btnLink "Ava Corruption 1" "DreamEvent-106">>
<<btnLink "Ava Corruption 2" "DreamEvent-107">>
<<btnLink "Ava Corruption 3" "DreamEvent-108">>
<<btnLink "Ava Corruption 4" "DreamEvent-109">>
<<btnLink "Ava Corruption 5" "DreamEvent-110">>
<<btnLink "Dakota Intro" "DreamEvent-200">>
<<btnLink "Dakota Affection 1" "DreamEvent-201">>
<<btnLink "Dakota Affection 2" "DreamEvent-202">>
<<btnLink "Dakota Affection 3" "DreamEvent-203">>
<<btnLink "Dakota Affection 4" "DreamEvent-204">>
<<btnLink "Dakota Affection 5" "DreamEvent-205">>
<<btnLink "Dakota Corruption 1" "DreamEvent-206">>
<<btnLink "Dakota Corruption 2" "DreamEvent-207">>
<<btnLink "Dakota Corruption 3" "DreamEvent-208">>
<<btnLink "Dakota Corruption 4" "DreamEvent-209">>
<<btnLink "Dakota Corruption 5" "DreamEvent-210">>
<<btnLink "Sophie Intro" "DreamEvent-300">>
<<btnLink "Sophie Affection 1" "DreamEvent-301">>
<<btnLink "Sophie Affection 2" "DreamEvent-302">>
<<btnLink "Sophie Affection 3" "DreamEvent-303">>
<<btnLink "Sophie Affection 4" "DreamEvent-304">>
<<btnLink "Sophie Affection 5" "DreamEvent-305">>
<<btnLink "Sophie Corruption 1" "DreamEvent-306">>
<<btnLink "Sophie Corruption 2" "DreamEvent-307">>
<<btnLink "Sophie Corruption 3" "DreamEvent-308">>
<<btnLink "Sophie Corruption 4" "DreamEvent-309">>
<<btnLink "Sophie Corruption 5" "DreamEvent-310">>
<<btnLink "Diana Intro" "DreamEvent-400">>
<<btnLink "Diana Affection 1" "DreamEvent-401">>
<<btnLink "Diana Affection 2" "DreamEvent-402">>
<<btnLink "Diana Affection 3" "DreamEvent-403">>
<<btnLink "Diana Affection 4" "DreamEvent-404">>
<<btnLink "Diana Affection 5" "DreamEvent-405">>
<<btnLink "Diana Corruption 1" "DreamEvent-406">>
<<btnLink "Diana Corruption 2" "DreamEvent-407">>
<<btnLink "Diana Corruption 3" "DreamEvent-408">>
<<btnLink "Diana Corruption 4" "DreamEvent-409">>
<<btnLink "Diana Corruption 5" "DreamEvent-410">>
<<if $john.isFemale>>\
<<btnLink "Chanel Intro" "DreamEvent-600">>
<<btnLink "Chanel Affection 1" "DreamEvent-601">>
<<btnLink "Chanel Affection 2" "DreamEvent-602">>
<<btnLink "Chanel Affection 3" "DreamEvent-603">>
<<btnLink "Chanel Affection 4" "DreamEvent-604">>
<<btnLink "Chanel Affection 5" "DreamEvent-605">>
<<btnLink "Chanel Corruption 1" "DreamEvent-606">>
<<btnLink "Chanel Corruption 2" "DreamEvent-607">>
<<btnLink "Chanel Corruption 3" "DreamEvent-608">>
<<btnLink "Chanel Corruption 4" "DreamEvent-609">>
<<btnLink "Chanel Corruption 5" "DreamEvent-610">>
<</if>>\
<<btnLink "Penny Intro" "DreamEvent-800">>
<<btnLink "Penny Affection 1" "DreamEvent-801">>
<<btnLink "Penny Affection 2" "DreamEvent-802">>
<<btnLink "Penny Affection 3" "DreamEvent-803">>
<<btnLink "Penny Affection 4" "DreamEvent-804">>
<<btnLink "Penny Affection 5" "DreamEvent-805">>
<<btnLink "Penny Corruption 1" "DreamEvent-806">>
<<btnLink "Penny Corruption 2" "DreamEvent-807">>
<<btnLink "Penny Corruption 3" "DreamEvent-808">>
<<btnLink "Penny Corruption 4" "DreamEvent-809">>
<<btnLink "Penny Corruption 5" "DreamEvent-810">>
<<btnLink "Kagney Intro" "DreamEvent-900">>
<<btnLink "Kagney Affection 1" "DreamEvent-901">>
<<btnLink "Kagney Affection 2" "DreamEvent-902">>
<<btnLink "Kagney Affection 3" "DreamEvent-903">>
<<btnLink "Kagney Corruption 1" "DreamEvent-906">>
<<btnLink "Kagney Corruption 2" "DreamEvent-907">>
<<btnLink "Kagney Corruption 3" "DreamEvent-908">>
<<btnLink "Elsa Intro" "DreamEvent-1000">>
<<btnLink "Elsa Affection 1" "DreamEvent-1001">>
<<btnLink "Elsa Affection 2" "DreamEvent-1002">>
<<btnLink "Elsa Affection 3" "DreamEvent-1003">>
<<btnLink "Elsa Corruption 1" "DreamEvent-1006">>
<<btnLink "Elsa Corruption 2" "DreamEvent-1007">>
<<btnLink "Elsa Corruption 3" "DreamEvent-1008">>
<<btnBack>><<set _event to setup.HomeEventDB>>\
<<loc_Room>>\
<<nobr>>\
<table style="width:100%;">
<caption>Available Events</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Event Link</th>
</tr>
<<for _i = 0; _i < $HomeEvents.length; _i++>>
<<set _ev to $HomeEvents[_i]>>
<<set _name to _event[_ev].title>>
<<set _link to _event[_ev].passage>>
<<set _id to _event[_ev].id>>
<tr>
<td>_name</td>
<td>
<<capture _link, _id>>
<<btnLink "Initiate" _link "$HomeEvents.delete(_id), $HomeEventsCD.push([_id,3])">>
<</capture>>
</td>
</tr>
<</for>>
</table>
<table style="width:100%;">
<caption>Events On Cooldown</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Remaining</th>
</tr>
<<for _i2 = 0; _i2 < $HomeEventsCD.length; _i2++>>
<<set _ev2 to $HomeEventsCD[_i2][0]>>
<<set _cd to $HomeEventsCD[_i2][1]>>
<<set _name2 to _event[_ev2].title>>
<tr>
<td>_name2</td>
<td>_cd Day(s)</td>
</tr>
<</for>>
</table>
<table style="width:100%;">
<caption>All Events (Will Not Trigger Cooldown)</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Event Link</th>
</tr>
<<for _i3 = 0; _i3 < _event.length; _i3++>>
<<set _name3 to _event[_i3].title>>
<<set _link3 to _event[_i3].passage>>
<tr>
<td>_name3</td>
<td>
<<capture _link3>>
<<btnLink "Initiate" _link3>>
<</capture>>
</td>
</tr>
<</for>>
</table>
<</nobr>>\
<<btnBack>><<set _event to setup.WorkEventDB>>\
<<loc_Room>>\
<<nobr>>\
<table style="width:100%;">
<caption>Available Events</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Event Link</th>
</tr>
<<for _i = 0; _i < $WorkEvents.length; _i++>>
<<set _ev to $WorkEvents[_i]>>
<<set _name to _event[_ev].title>>
<<set _link to _event[_ev].passage>>
<<set _id to _event[_ev].id>>
<tr>
<td>_name</td>
<td>
<<capture _link, _id>>
<<btnLink "Initiate" _link "$WorkEvents.delete(_id), $WorkEventsCD.push([_id,3])">>
<</capture>>
</td>
</tr>
<</for>>
</table>
<table style="width:100%;">
<caption>Events On Cooldown</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Remaining</th>
</tr>
<<for _i2 = 0; _i2 < $WorkEventsCD.length; _i2++>>
<<set _ev2 to $WorkEventsCD[_i2][0]>>
<<set _cd to $WorkEventsCD[_i2][1]>>
<<set _name2 to _event[_ev2].title>>
<tr>
<td>_name2</td>
<td>_cd Day(s)</td>
</tr>
<</for>>
</table>
<table style="width:100%;">
<caption>All Events (Will Not Trigger Cooldown)</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Event Link</th>
</tr>
<<for _i3 = 0; _i3 < _event.length; _i3++>>
<<set _name3 to _event[_i3].title>>
<<set _link3 to _event[_i3].passage>>
<tr>
<td>_name3</td>
<td>
<<capture _link3>>
<<btnLink "Initiate" _link3>>
<</capture>>
</td>
</tr>
<</for>>
</table>
<</nobr>>\
<<btnBack>><<set _event to setup.DreamEventDB>>\
<<loc_Room>>\
<<nobr>>\
<table style="width:100%;">
<caption>Available Events</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Event Link</th>
</tr>
<<for _i = 0; _i < $DreamEvents.length; _i++>>
<<set _ev to $DreamEvents[_i]>>
<<set _name to _event[_ev].title>>
<<set _link to _event[_ev].passage>>
<<set _id to _event[_ev].id>>
<tr>
<td>_name</td>
<td>
<<capture _link, _id>>
<<btnLink "Initiate" _link "$DreamEvents.delete(_id), $DreamEventsCD.push([_id,3])">>
<</capture>>
</td>
</tr>
<</for>>
</table>
<table style="width:100%;">
<caption>Events On Cooldown</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Remaining</th>
</tr>
<<for _i2 = 0; _i2 < $DreamEventsCD.length; _i2++>>
<<set _ev2 to $DreamEventsCD[_i2][0]>>
<<set _cd to $DreamEventsCD[_i2][1]>>
<<set _name2 to _event[_ev2].title>>
<tr>
<td>_name2</td>
<td>_cd Day(s)</td>
</tr>
<</for>>
</table>
<table style="width:100%;">
<caption>All Events (Will Not Trigger Cooldown)</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Event Link</th>
</tr>
<<for _i3 = 0; _i3 < _event.length; _i3++>>
<<set _name3 to _event[_i3].title>>
<<set _link3 to _event[_i3].passage>>
<tr>
<td>_name3</td>
<td>
<<capture _link3>>
<<btnLink "Initiate" _link3>>
<</capture>>
</td>
</tr>
<</for>>
</table>
<</nobr>>\
<<btnBack>><<set _event to setup.NightEventDB>>\
<<loc_Room>>\
<<nobr>>\
<table style="width:100%;">
<caption>Available Events</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Event Link</th>
</tr>
<<for _i = 0; _i < $NightEvents.length; _i++>>
<<set _ev to $NightEvents[_i]>>
<<set _name to _event[_ev].title>>
<<set _link to _event[_ev].passage>>
<<set _id to _event[_ev].id>>
<tr>
<td>_name</td>
<td>
<<capture _link, _id>>
<<btnLink "Initiate" _link "$NightEvents.delete(_id), $NightEventsCD.push([_id,3])">>
<</capture>>
</td>
</tr>
<</for>>
</table>
<table style="width:100%;">
<caption>Events On Cooldown</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Remaining</th>
</tr>
<<for _i2 = 0; _i2 < $NightEventsCD.length; _i2++>>
<<set _ev2 to $NightEventsCD[_i2][0]>>
<<set _cd to $NightEventsCD[_i2][1]>>
<<set _name2 to _event[_ev2].title>>
<tr>
<td>_name2</td>
<td>_cd Day(s)</td>
</tr>
<</for>>
</table>
<table style="width:100%;">
<caption>All Events (Will Not Trigger Cooldown)</caption>
<tr style="width:100%;">
<th style="width:80%;">Event Name</th>
<th style="width:20%;">Event Link</th>
</tr>
<<for _i3 = 0; _i3 < _event.length; _i3++>>
<<set _name3 to _event[_i3].title>>
<<set _link3 to _event[_i3].passage>>
<tr>
<td>_name3</td>
<td>
<<capture _link3>>
<<btnLink "Initiate" _link3>>
<</capture>>
</td>
</tr>
<</for>>
</table>
<</nobr>>\
<<btnBack>><hr>
''Greetings - John''
<hr>
<<pic $john>>\
<<greet-John>>\
<<btnBack>>
<<btnReturn>><<loc_Lab>>\
<<pic $penny>>\
<<if not recallHair($penny)>>\
<<if hair(0) and gender('male')>>\
<<nm $penny "I love bald men!">>\
<<set commitMemory($penny,'bald-man')>>\
<<elseif hair(0) and gender('female','trans')>>\
<<nm $penny "Ah, that's an interesting look.">>\
<<else>>\
<<nm $penny "Oh hey, I like your hair!">>\
<</if>>\
<<set rHair($penny)>>\
<<else>>\
<<if hairIsLonger($penny)>>\
<<if recallHair($penny,0) and gender('male')>>\
<<nm $penny "Aw, your grew your hair...">>\
<<else>>\
<<nm $penny "Oh you grew your hair out. Nice!">>\
<</if>>\
<<elseif hairIsShorter($penny)>>\
<<if recallMemory($penny,'bald-man') and gender('male')>>\
<<nm $penny "Yay! You're bald again!">>\
<<elseif recallMemory($penny,'bald-man') and not gender('male')>>\
<<nm $penny "Hm, I liked you bald before, but... I don't think it works now.">>\
<<elseif hair(0) and gender('male')>>\
<<nm $penny "Ooooh, you shaved your head! I love it!">>\
<<elseif hair(0) and not gender('male')>>\
<<nm $penny "I'm not sure the feminine bald looks works for you...">>\
<<else>>\
<<nm $penny "Oh hey, did you get a haircut? I like it!">>\
<</if>>\
<<else>>\
<<if hair(0)>>\
<<nm $penny "It must be easy to keep your hair so nice when you don't have any!">>\
<<elseif hair(4,true)>>\
<<nm $penny "Man, it must be tough to keep up on that much hair!">>\
<<else>>\
<<nm $penny "How do you keep your hair so nice, $player.name?">>\
<</if>>\
<</if>>\
<<set rHair($penny)>>\
<</if>>\
''$penny.name looks at your outfit.''
Primary Outfit: <<print getPrimaryOutfit()>>
<<btnLink "To Your Room" "Room">>
<<btnLink "To The Bathroom" "HomeBathroom">><<set $ShowImages to true>>\
<<set $DebugImages to true>>\
<<loc_Room>>\
<<nm $elsa "Hello ?mc!">>\
<<nm $kagney "Hello ?mc!">>\
<<nm $james "Hello ?mc!">>\
<<set $james.isHidden to false>>\
<<nm $james "Hello ?mc!">>\
<<nm $tory "Hello ?mc!">>\
<<set $tory.isHidden to false>>\
<<nm $tory "Hello ?mc!">>\
<<nm $erik "dialogue">>\
<<set $DebugImages to false>>\
<<btnBack>><hr>
''Scenes''
<hr>
<<btnLink "Go to the shop" "dbg_Shop">>
<<btnBack>>
<<btnReturn>><<pic $npc "ash">>\
<<if firstVisit()>>\
<<nm $player "Hello?">>\
''There's a cute blond working the counter.''
<<nm $ash "What's up, name's $ash.name. Let me know if you need anything.">>\
<<else>>\
<<nm $player "Hey $ash.name.">>\
''The cute blonde looks up.''
<<nm $ash "Oh, it's you... Welcome back.">>\
<</if>>\
''You browse the shop.''
<<btnLink "Leave the store" "dbg_Scenes">><<set
_shop to "hart",
_store to setup.hartShop,
_pInv to $Coinshop[_shop],
_coin to "Hart Coin"
>>\
<<set _inventory to Object.keys(_store)>>
<<set $player.hartShop to ["ava-outdoorsy"]>>\
<<set _pInv.push("ava-greenTop","ava-outdoorsy","ava-polkadots","story_bossDinner")>>\
<<set $Money to 80000>>\
<<loc_Image>>\
<<pic $npc "ash">>\
<<nm $ash "Alright cutie, here's what I have on offer right now so make sure you spend wisely. Remember, you'll be the only one actually aware of these outfits no matter how, hehe, questionable they might be...">>\
''$ash.name mindlessly spins a coin on the shop counter as you look through her inventory...''
<<nobr>>\
<table style="width:100%;">
<caption>Hart Shop</caption>
<tr style="width:100%;">
<th>Item</th>
<th>Character</th>
<th>Cost</th>
<th>Type</th>
<th>Purchase</th>
</tr>
<<for _i = 0; _i < _inventory.length; _i++>>
<<set _itm to _inventory[_i],
_item to _store[_itm],
_cost to _item.cost,
_name to _item.name,
_type to _item.type,
_char to variables()[_item.char].name
>>
<<if _pInv.includes(_itm)>>
<tr style="width:100%;">
<td>_name</td>
<td>_char</td>
<td><<num _cost "$" "">> - 1x _coin</td>
<td>_type</td>
<<if $player.hartShop.includes(_itm)>>
<<btnDisable "@@.gain;Owned@@">>
<<elseif _cost > $Money>>
<<btnDisable "@@.loss;Can't Afford">>
<<else>>
<<capture _item>>
<<btnLink "Purchase" "debug_ShopBuy" "$Purchase = _item">>
<</capture>>
<</if>>
</tr>
<</if>>
<</for>>
</table>
<</nobr>>\
<<btnBack>>\<<pic $npc "ash">>\
<<nm $ash "So you want to buy $Purchase.name? That'll be $$$Purchase.cost...">>\
<<btnBack>>\<<widget "dMale">>male<</widget>><<loc_SophieOffice>>\
<<nm $john "dialogue">>\
<<btnBack>>data:image/jpeg;base64,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AAAAAYACAADAAAGAAabcu54DodxxrpvFptzz9wmp0gQU1NRCREFhzllDDtS4192ZNobmjZRub8255PHCxj0WdnqGs2no+GASAMGmDGAANNAChnl9z3ui8m2NWOfln6cXss9vHq1hna15bDFFXHs81cbmuT6eSgW8iUbc7pqcW40xjtVyalaJ3NbHcZr5leXLYyqdMmWtJqeepBndrXzu7zxWJrVV82pvHcWtflms8McEnhhj1i7BrPVCtyvLss068zr+q5DXC/lr2SMLuxXVdDQ2qrlu118nIY9tr9c6V2puDWxzSuct/WdO1g0/eedTVfLjsOew2Wj67HXd+bdhxfPrsMeLH6PNnHBVVo7DNsbjS462FCdhNNf11wyvDtbNetnUWuW7SacTzcYo6zlMVtXm2KXROeVnFLBmXPe10zaaiW/5drfDKxcFV4+nMFkM9iArSQ4pFeOWvj156V5Gq6XSVdeb3rL496x5/fZAx1AAAABAGIYAAAxMAAQBgAAFanlPQS44/Zw5yejpcdDZ8/cXKUDcmnta5W8UslxWdklrLNgaeKtHPbJBPOySpXEdtr+/9HxQBxAAYDaYwAAQYADsPBvefG9Z5fZ5M66LdV9huY9fkry7KpttFFp6jpk569rews09Pd6eWLns7NNJ4bN9rTYJqsWu6jO9VWh0VzotlWVktZdgX6V+rnew0+758s0s/RWaelsdZZbn0nFS7mpu+clxy2eq1ghtdcLLnzLr4S3KavotNdnTemlsTrrcc814VsW01cWlstFbky7/AIxN9Q33Ky7PLbyS81sNR2Os6fW4esNThzwQu6HoZutXuazWNpveUr+f09Fpaq1jJTuVunPbyovpzq7rR9Lz6afYUrxQjVsazT2OfVpcr7rVS57Vmed6rHXyb57rmem5ua2C3HLS5rm21ZTsUekTVU7RrPfPhpeP3dRS5rBvG80s8vfzOusfTmJBK3izkokVaUUaSFXsYse3KY8ilW0Jqdrho68vtux8K9W4+vfjOXoQwTAAAGCYAAACAwAAAoABgABz/O+hS1jgdzs+Yz32y57ZY9d5SMd4jSgAJsRrKXTy57u123T5161F3gwEGFDHAwABAHQJoPF5ZZ1nn1zmt4j1XJ7ayF7S3p06Pjen1DG/Wv10099zWW5rXqdezp8GnhLHseI2llTCrFzDpOczKs2CRl2+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data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbIAAABmCAYAAAHZrCQHAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4JmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTktMDgtMjdUMTE6MDE6MjYtMDc6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxOS0wOC0yN1QxMTo1NTo0NS0wNzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTktMDgtMjdUMTE6NTU6NDUtMDc6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6NzY2NGVkY2UtZjlmOC02NTQ3LTg0ZjEtMWE5NzdkMWM4YTFjPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjc2NjRlZGNlLWY5ZjgtNjU0Ny04NGYxLTFhOTc3ZDFjOGExYzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjc2NjRlZGNlLWY5ZjgtNjU0Ny04NGYxLTFhOTc3ZDFjOGExYzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo3NjY0ZWRjZS1mOWY4LTY1NDctODRmMS0xYTk3N2QxYzhhMWM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTktMDgtMjdUMTE6MDE6MjYtMDc6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NDM0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjEwMjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAg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data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbIAAABmCAYAAACuqxSRAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4JmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTktMDgtMjdUMTE6Mzg6NDEtMDc6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxOS0wOC0yN1QxMTo1Mjo1Mi0wNzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTktMDgtMjdUMTE6NTI6NTItMDc6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6YjU0MWE5MDQtNzNlYy04ZjRlLWFjNGYtNzEzMzU0NGQ5ZjMwPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOmI1NDFhOTA0LTczZWMtOGY0ZS1hYzRmLTcxMzM1NDRkOWYzMDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmI1NDFhOTA0LTczZWMtOGY0ZS1hYzRmLTcxMzM1NDRkOWYzMDwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpiNTQxYTkwNC03M2VjLThmNGUtYWM0Zi03MTMzNTQ0ZDlmMzA8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTktMDgtMjdUMTE6Mzg6NDEtMDc6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NDM0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjEwMjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+Zzu4RAAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAVKElEQVR42uzdeVQUV74H8G9LAwrYEUQR9w0Hkbg9FXEBMbiiMWbT+GLMi04ymcmJ2ca8TDbzsphoTDRjJnE0rtGQuCWaPhpcsBGRFkNwiRI2EQVkRzZtbOz3hwNSVHV3NXQ33fr9nONJuqi+Vff2rfrdunXrlsJ1yFQDiIiInFQbFgERETGQERERMZARERExkBEREQMZERERAxkREREDGREREQMZERExkBERETGQERERMZARERExkBEREQMZERERAxkREREDGRERMZARERExkBERETGQERERMZAREREDGREREQMZERERAxkREREDGRERMZARERExkBERETGQERERMZAREREDGREREQMZERERAxkRETGQEREROSdla+/AntVLjf5t9uKlzUrTt60rIoL6on/vHvDt7AtfPz9UVlxDQX4B8vMLEH82DamlVfz1iYgYyKwjKjxEtEyt0VqczszgPnh8zmx4qVSSaTZOW6/XQ/PLIayJSWQtICJiIGtdw7t4Y/FfnoLK29tkAGsaOJVKJcKnRGLndzvx/alU1gYiIgYy+1swZjAemvOwrABmKqANDk7Bm5t+ZI0gImIgs58lD0UgNCK8WUFMKqCt9euM5z75N2sFEZETcdpRi/NGBVkliDUOZp27dsWHT89mrSAiYiCzrUAfLzz2349bLYg1DmZBw4bgydHBrBnN5NpGAReFwmZpt3XhEyN07x5brP/SnLJr8eVF86wexBoHM4PBgG8Tz9k1T6E9OmHMkIFm17tlMKCgqAQ5BcW4UlaJ7IrrJtd/dUZYs/dp+5FE5NfUmlwnuJMKU0YPw6jxY+Dm7i74W2FeHnIys/HzsZM4XVBu8faDfNtjSshQjBw3Gu08PAV/0+v1uPDbacQmnEJsVr6s9EyVxeZDJ1B846bJ73fzdMfcCOP1buXPcXYvfzn8Pd0xT2K/b+r1+OJAgtXqsNy8lpZfQ3ZeIS4Wl5utvy3Jh4tCgZeixlslb1/uj8eNulsW5bO4tBy5hSXIKSlHWlm1Q9Z/OXVAqt6rE5Id6hEmpwtkYb390LlbV5tuQ6FQ4NWZ4Vi5T2O3fA3o4Y9lH7xh0XfUGi0qSsvwzeZoxGUXSK4zbtLEZgf92KnzTJ5I3547FcNDR5tNf4RGi0tp6fhsyy7kVN6Qte03HonEqLBxJtOe9cBY3K/R4pHsS/jHl1tQUVtnMk1TZXGt8k2s1ySb/P7sscOM/kZqjVYykNmy/OWaP2kMPli6RHKffzyeLPs3McfSvKo1WtTqdNiyaTvU5y9ZPR8qNxeLjyljomMfQm61rtn5BIC4mMP4XH3Moeq/WqNFZk6uyfLv3sFLVI5nH/8zA1lLPBwVabOrsaZXZfYMZM3dTwBQ+Xhj5MEjkidSWwjupMLrLy4y+7yeYD/DQ9BrQABWfvYvxF8qNLru8C7eePmFZ+DVvr1FaXft1RPfbYnGjuQ/mpWn8RPHmw1kIePHOGW3y8jxY42W3eHQYVgTc6JV66+buztmFxRg0UdfOWU+5OYTAMZMDMebH3xu9ArN3vU/KjwEtTod1EuWwZk5XSDrNSDALttRKBQY3sUbyVfLWi2vxh4Kb1rB6z9rz6aaDBLW2HaQb3u8/9Yrsh5il9pPvV6P1Dc/kezGG+DtibffWGwybYPBAIVCIVpnxoTRUCgUcHfb2axuYVUHb6jcXIy2alVuLvBSqVr9t7f4KqlXZyiVxg/z8ZETbBoApPIhVS/UGi3enReF97arrZoPtUbb4oavnN9CzrFa//81VZVY8O5qh6n/bu7ueC5iBNbGnmIgs4fQHp3s2oqK3T8QyVa8h2Cps6eS8c7WvYJlndu5YeH0MFG3Q1R4CLIupCL+62iz6UY+9DTOXy01u55UsHnl2ScluydOHUvA/vikhsAf6OOFS0/MQq8BAYL1Zz0wFjWVf8WCpeIDecnzT0mmHbs/BruO/drQtaNyc0HEn3phwcL5mDFhtOhKemfS+Yb7GZb83hGBvfHTmUzJv4cP6CnYt/oTSnO0pPwt9eDkCcL9LiqAopOf4CRmywbb0o9WCe6P+nu6Y1Tfbpg3fw5mTw4TneTHHU+SbIw1Jx9lOj22bvgWWzd8K/49w0Lx/MJ5gmVffbMdmjjpoF5f94x5+e1PRPf7Bnh7IuvxmegbFCjYd1UHbywKHy7qAWit+l+/zc1xyRYfN47CqYbA+HfsYPNuRcH2uvq3an5v3hSfyAqv12LZrkNIP/e76G89A/rLC5D5JSi+cdPsv6ZmBvdBRz8/0YEWvTUaH+6MEZxEUkur8NKX2xB/KFbUWlV5eyO4k/Dq5uEh/SXT3rBuM744kCA4kVTU1uGns1l45Z3l2Lk/VtQyfXv+LFnlYLiaK/g8Mdx41+GEsU3qXZPvWtRAaWb5N0dAcJDgc13iURiqqwQnsZkRoTarwznlwvso+dU6/HQ2C39+azl+PpooOqGGDB5o1XzsPp0h+S/9j3TRuul/ZBhd35xrOvHvlVZWjVfXRqMwN0+Uz/uHDGr1+t90n16fM81pr8icKpD5dfS27/a6dXHYstAcPym+vFba9gL7yQVzRQ2JE7Eak9N7rdynQVVlpeigmTBMeCA/8ZRE2kc02HfuotG0syuuY926raJAGTRsCIb4dZARyK4IGwL9+xldt29Q4J3v1epgKC1y+ONl1v19RSdG3/e24KV3VwiWDx09yu77VlFbh6Rjx0XLBw2936nyIcehQ0dFy3r07dvq9b+poSEj0a+DBwOZrXl4tLPr9jzbqxy3LNq6i08OZba7nze8izfc3NzFLcYD8Wa/q41LEHxHrdFi5Ng7J52Ivv6iIKzWaLHugPkRXrFZ+bheUy0KlFNCh5n97q3L2TDcEHYHjevVWTLvggCYdh5o4+Lwx8v06cKBUSUFBajR30Js8nnRyS8yoJvd9+/S5TzRMm9fX6fLh9mrtaoa0bLG3dKtVf8NV3NhqLwm+N7L/zOHgczWikvsO/CiKP+qw5bFjAeniSp+dPQem22vd5eOohZjbna2rC6wI8nn8Nr/vo9Zc5/Da+8ux+zFSwU3u0cODhSlnZOZiTKdXta+HVTHSLYuzaqrg+F8iuBAjggdLlpt3NCBDfun1mgx5rUVeOf7Aw59rPi2dUXnrsLHVA7G3O6GSi2tQm2tTpDvmVMn2n0f/TuLg1ZhXp7T5cOcAb17iJbp9fpWr/+fRqsxaf5iQWOgW+9eCOvt53SBzKkGexSWltt1ewWtHMh8O/ki0MfrzlWYmyv6de2EB2fPEIygU2u0SD6hxf7UHFnpPh0ZirwC011jFVU1gvT69xIfjJlpmbK2d764EudNDJoZ0KjbruFAzroku5yy88SDA9p5mO8imbopBoUV1Vj27msNJ5LBI0cA0cIgNTpcOOw7+WoZIlvwuzan/C01c8QgwclRrdEi5uydez2JR+Mxe9KdwRY9+/eDh7INavT2u9k/Kkw8nD713AWny4fJYO3hhonTJ4uWnzuV3Or1v41LG8RlF2Bho56cqPAQVFVUIO7tzxjIbCUtv9gqw2llby/jYqvm9/mF80Qjq0TdA9VVWL92o6wHSut98uE/zK7z780/YH/qxobPfQLE94/MnYzluq9jR9GyK1flP0aQX14puVzOCS21tErQOlYqlQj08Wp42NO3ratgVoWsCy1/3U9zyt9Sk6ImCT6XFRcLWvi/aFMQ1uhYigoPwcyhA6z+OiPXNuJOn+FdvPHXZ+aKZoJRa7RIPJPqkPkwJ2JgH2RfLb7TCFV5YlBAH4RNfkByJOL6fYdbvf67/Oe3+fqb7YJXYHmpVJg3KgjbT55nILOFzGs1gq4EW1JrtDh8LtPhy8RwJRuXimzf5dqlR3fRshIjB5DFlVBikIolaRdUi2emiAoPwX3urqjRm68vZ5JOYdYDYxu+d2BoIFKP3H6mJiywl+BEFCcxyMbRBPp4iaY0OnLwqOgquXEAB4DpUVOsHgDWfiwdtKVO7skntDhxucgh82FO9KYvZJ9Xfvx+N3KrdA5T/09cLsKltHSgUWNAr9c7VSBzuhkoE4/G22U7FeVlVhsCbdMf8E/BeP+tV7Bs4SM23U5VRYVomcrTOoNvDAZDi9K+z91V8oRRfVPePYbYE8mC+wTjIu50VYWNFXZrxaXlOHydeDBspKg77kCKeMaHpDjhqEGVjze6eblbdV+iwkMk/zX9rUoKCvB+9H6HzYc1GsZ7YuKwaf0WbE4441D1HwA+2bhDcAwolUq8OjOcV2S2si4mAWGTbdu9qNZosWnzD62e15X/XI93Nu4WLPP3dEfYoP6Y9dhDgqsIAFj2DPDGhl1m05097y/IvFpicp3KWmEQz8nMEq3T1a8TgIwW57O8pEQibV/Zafvf5yXdGDEz91y9+EuFeLXRZy+VCt7uSpTp9IKZZKoqK2XfgLd2+Vui6VRO12uqJRtlSWdTRUHn8JhhWBOTaLeTe61Oh2+3REsOM3eWfMhRYmIKrtau/wCQX1OL+EOxgsYHAGw+mABn4HSBrOpmHQ6rf5HsnrCWwrw82TNK21JNdQ1u3hK21nIqb+DbxHNIzcmDUqkU3BsAgH4d9iOzvMZkugmZuRafkC9eFF+J9OzVXfb3+3XwMLpf+ZeviA9OCx5G797JW9ZVnik5GZmCrpUx/brhSvE1wTqNHyNoieaUv1xSUzm18/DEntVLZX1/fGSEVQPAyi/WoaL8ztV83a06FBWXIjuvEDkl15B5rcYp8mHOlIefwe/5twPSIP+OeHHxc4LzU0c/P6NToDlC/QduP/M5esJ4QYPgSvRK3Dp5DI7OKV/jsibmBIaH/JdN0v75aCL+b81mhy+DU3mlonsDUeEh2NqrKzLLM6y+vZx88c3ngOBBcFHsRJ2Zg2ZaYE88+/wzAICy4iKkJP2Gs2kXGxoLiadOi74zcOhgAPIeJ5g4Ufx6igspZyzK3xFNgmBgza53/gZDSSFcxt4Zdn8s5YLD14sHJ4cbnYtTDjd3dwzx69Cs1+5IWb5tb7OCtqPlw5yU3KKGfBZm5WPGhdSGhlH9vr/86FTJuSQdof7X+25rtKCB3KZ3AAxFBQ5f7532LW0vfvwV9hy07mzvao0Wq1atNTuvmqO4cf26RJeEbeaj/D2vSHJS4EUTzDcoIieMaeiuePKRGfj047cx97GZDX+PT78sSluhUGDeqCCzaQf6eIkGoqg1WsQn/mpR/mJTswX7oOjZF4rewim/TheWO3ydCAge1KLvR4WH4EEbTll1r+Rj7ff7RHV6aMhI+HuK7905Qv2vtzslA2XFxcIgMTzU4eu9U16RAbe7GF9/fxXq9HV4dFqEVYLYpvVbEJd91Sny76FsA6/27UXLL18ttMn2cqt0OP/baVGrOHLGVCRdyDQ66Wxk/27oOzBQVNY//nTnWa0ynV7QP1//31qdDjFn0k0OunlhwaOifSorLrL4GayK2jpUlN8JVAoPTygajZiTmtvS0cwM7iNa9q913yIjPct0i376ZMHks8NDQ4AmAy+YD8uklVXfflSj6VXZvFlYsk54/90R6r+gx2vdNnj7+jakq3Bx/FlsnDaQAbfnGpv/jxW4VlqKLt27N+ueWf0N5/eWr8H54kqnyLfKzQUf/W2+5OivP67Yrhtg2ba9CBo2RDSbvVKpxPbN27H7t3RBN+OcEYGYO188h5zBYBAdaCv3aTCqyfu+Zk8OQxsXF3z62VfQ5gpviPu2dcXyvz8Lb99OojL49KstzcpfwtF4PDFriuTfNE4w7H5G1CTRKL8Vm3aa7WHw9rlPEADqGyCHMnKZjxZelfUdKJy1IyA4SPCcoiPV/3rJV8tuN9zsOEH7PR3IAKDOYMDzK9ZjZnAf1Op0cHN3lx3Q1BotDqt/cdgX8g0cEowP27Zt+OzqqoR/zx5GX2hZmJcn662tG5a/JWv7e3fswcb404Kr4MPqA4KWY/3/179T6npNNWoqqxpm8pYKtqtWfS25vU0btol+v/pAqdfrkfH7BdTUVGPgkPvRzsNTMu0UbVKzGySxKRckH7hXa7TQpF+x2u/a3PI3RWoqp6rKSlnd5DHHkjA8VPhQcU5GJg79c6vd6/zdkg9TV2W5Cx7FC59vcrj639gHm3cjIHiQXd82ck8Hsnr7zl3EviXLMHlAd6Sf+72hj71py67+hK+JjcfuX1Md+v07j06bCEyTN3fcz0cT8eZqeTNByK2ce3eIbzaviUlER9+OkumYS1et0WLHth8Qly191bg/NQf9jARKAMADY02mnXU+1eiLGeWeeJoOoAFuP1NYdbPOar9rS8rfaHfciCBRuvFH5L3hvGlrH7g91VNblzZ2Pz7ulnyYuirr1rs3RnT1wam8Uoeq/4I6XyvdaGUgs5OYtCuISdsBYMft1p1XW/h4tkPljVoUVl1HvpMM5JBLrdEiJyMTyzf8YLcHuN/brkbkyRTo9fqGZ9nM7WOtTofvt+0w+26nNTGJiEk6i4oXF0Hl4y3rIPrp8HFs+marRdN0GZNy4qQoTwma4w5fDyZFTRaV+aFf5c/McDbpV9HJc9Yw+0/1dLfkw9xVWUnBHMnnylq7/jfdl/GREXAGd10ga6zhBYVOcu9L7uvtK0rLkJWegZycKzidkWP27b5y07XEoYxcaP7+IZY8MglDR48SDNltvE29Xo+fd+0VzWZg7uBf8N5qPBcxAtdrqo12o+j1epxJ+hUrdvwiu8VtriyOaH/DiCbrHDvzR4vK1Rbl31j9VE6Nt3O9psboM1qSDcBjWtw/UjgCdcq0SIsDQEvyau98tGRfLflu/VVZYx39/BDWu4vk4LLWrP9Nbdm4XTQnpiNSuA6ZamjNHdizeqlkq0Ot0WL24qUg5+Dv6Q7/9h7w8fLAjZs3kVNagZzKG1ZJ29tdiW4qD3Rq7wlXpQuKK6pRUFUjmK+O6G7F+n+PX5GR/eRX6/7TbWv9CYzLdHqUFVUARRUsaLrnsP6b14ZFQEREDGREREQMZERERAxkRETEQEZEROQ8HGLUoq2fsyEiortXqz9HRkRE1BLsWiQiIgYyIiIiBjIiIiIGMiIiYiAjIiJiICMiImIgIyIiYiAjIiIGMiIiIgYyIiIiBjIiIiIGMiIiYiAjIiJiICMiImIgIyIiBjIiIiIGMiIiIgYyIiIiBjIiImIgIyIiYiAjIiJiICMiImIgIyIiBjIiIiIGMiIiIgYyIiIiBjIiImIgIyIiYiAjIiJiICMiIgYyIiIiJ/X/AwANjZqgz0xQ3wAAAABJRU5ErkJggg==data:image/png;base64,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data:image/png;base64,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data:image/png;base64,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data:image/png;base64,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:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAASEklEQVR4nO2deXQUVb7Hv7equ9NZOgvZE0KQLSCLgiDiAsg2LAq4i+OAMDqiw8xTGLd5svie4sCoz5EBPM6MT2fU0UHBBREVGTdAQRbZt2BCks5Gmk7vW9WdP+IS0p1aeqmqNPU5h3Oaql/d+qXqW3f93XsBnfMaEo9EvhvbM9uc6ivhQmwxS5ATjzR1wqEMz4OimQNbz5p4a8l7Vk+saUYlAAqQxgmlIymhMynBTAAVsTqiIxtKgK94ird5hllf9mHtyWgSkS2A2smloxiergBwVTQ31EkIFCCvEoZbXLy5oUrOhZIF0DCpMJ0H+wKA2+R6p6MYAVD6WPHH9U8SgEq5QJIArBNKeoDBOwAujsk9HUUgwBs0BfOk1BFEBVA7pbQ7w9GdAIrj4p2OUnzhZtMm9v3gpF/IiBE6ab22JI3h6DvQX35X5KoMzrOGinzkggKAH2sADIunVzrKQYF59RNLfyVk06k66icXjaA8szP+bukoTIuZN/futuVUa6STEXMAChDKMysS65eOQuT6WP+DnZ2MmANYf1YyDBS7E+eTjsK43GxaXqQKYWd1gJkJdkhHWTIyONe4SCciC4DqAkg2KNiI7zRMADWjuqcCGJxwj3QUho6MdDRMAKb0oN7mT04ivtcwAXBgSxLvi44KFNBLLjF2PBgmAIYh2cr4o6M09Zb6rI7HhHsCdZIeXQDnOWEC8IIa1HBERx3CXrbNy2cXp54HGQPDgmRkAUYTqMkMGFJA/B7AbQf1uAAqKZ6iyxMmAEeAz006AbAG0H7DYbj4ShjLK5DSozfMZReAMZki2/M8Amdb4KuuRPD0CYSqj4E/sguoOgxQXlnf40iLN8R2PBYmADePTGXcSTBGE3DZNUgdMx2WS64Am5Ym/VqGgSk3H6bcfGDYZT8eDjnscO39Cv7tH4L/ehPgdSXA8cRxyMdnAWhsfyzpyntaUA7jtDuQPeUmGLPiG6FuyMxG9pjJwJjJ4P1PovXLj+Hf9HfQQzu6RJERKb9LGgHQrHwYb7kPeTN/AcKG5XRxh0kxI2f8tcD4a+E6sh/udc+D37ER4LmE3zuedP3C3pwG5qb7UPjSNuTfcIciL78jGQOGoHDJGmQ+uwnof6ni94+FLi0AftR05P5tGwrvfABsWrra7iC9YhCK/7QB5kV/BrF0jQ7VLikAarbAdN+fULpsLUx5BWq7E0bOpOvQ7fmtwEVj1HZFlC4nAL7PMOSs/hC5U25U2xVBTHmFKF75Goy/eBgg2n3MXaoSSKbdiZJfL4mpnPc1WNF6YC/c352Ap6oSAVsLQm4XeK8HjCkFbEYGjFk5SO/ZG+m9+sJSMRDpvfpGfb+8238De2lveP/vvwB/zHM5407XEAAhYG5ZhMK590d1eeuBvWjc/A5adnwOT02VpCZbc7vfKfmF6HbpFSgYPxW5V44FYeQJMPvqqWC75cP16Cwg4JXnfILRvgAIAXvHUhTcepesy/hgENYN/0Ttm6/Cfep4TC74mxtR//561L+/HqZueSiZeSvK59wNQ3qG5DQsF40A9/AL8C6fC4RCMfkTT7RbOAGgYGC8Z6Wsl095HrVvvoLtM0bj2MqlMb/8jgRsZ1D14p+xfcZo1Lz+Eignvd2ffcU4GBc8A6qhOoF2PIkAc/P9yJshfTKy89gh7JozE8f+sBj+poYEegYE7Wdx/KnHsOPG8Wja+oHk6/Km3ADmjiWgJC5rc8SMZgVAh01A0TzpZX7Vi6uxa/YMOI8cSKBX4XhrqnHgwXtx9IlHQCVm7UW33gXumvnS5m8nGE0KgC/qiYLfrwIkfCWcx439v7sblWuekpUdx5u6Da9jzz23IWg/K8m++/yHYSsYqLoItCcAownZj/4VBov4oGTQYcfuu2eh+dOPFHBMHPveXdg5ezpcJ46K2hKDAT0eWgmrJwU0Pks1RYX2BDD1TqT3HSBqFjhrw567Zyme5Yvhs9Zi9103w33qhKht5qCLkTl9NupcrGoi0JQAeEsu8mf/Vtwu4Me3982T9KWpQcjlxLcL70LQYRe17b3gQQS6lakmAk0JwDhrEQwZFlG7Q4vvh+PQtwp4FD3e2moceOAe0XoJm5qGiof+Bw4/o4oINNMRxBf3QdF1t4va1bz2Ipo+kd7sigRjMiF72EhkXzQcaeUXwJRXANaUAj4YhL+pHu7qU2jdvwet+74B54u+5+7s7q9wbMVi9P/9ckG7vCvHIWvwULQe2AsAKM3gQBSqHmpGAKbpvxTtYvVUn8LJ1X+M+h5pPXqi7LZfonjq9ZJCxDiPB03/3ozql5+XVKZHom7D6yiYMA3dLr1C0K7n3F/j24V3wuFnAAqUWpQRgSaKAGo0I2fCDFG7I088At7vk50+m5aOfg8sw6i3tqL7jbdLjg9k09JQPO16jHz9A/RbtERSyyQMSnHy2eWi4w95o8cj/YI+AABHgEGdU5niQBsCGD4JhsywWUvncObLrbDvkb9iTXqvfrjsXx+h7JY5kvoVIkEYFmWz5uLyDZ+icOI02dc7jx9G/ca3RO2Kr73px99KiUATAkifeJOoTWUUWX/20BEY/rd1MBfFZ76rMTsHg5avQul1t8q+tnLt06K5V/G0684Z6lZCBKoLgLPkImuUcOSMbec22U2+/DETMXT1K9Fl20IQgv7//SS63zxb1mX+pgbUvf2GoI0pNx/ZQ8+NKUy0CFQXACqGi1b+6t56VVaSaT0uwKDlz3U+8SMOVDz4GIqni+dc7Wn88F1Rm9zLwz+GRIpAdQEYK4SXIQw5WtH82ceS0yMsiwsfexpMijlW10SpeGAZUruXS7Z3HNwHX2O9oE1uJ7lhokSgugDMA4YKnm/56gvJo2wAUD77bmQNFk4zXrCpaei3aIlke8rzaNryvqBNRt/+nQaaJEIEqgqAEhYZA4XXn27Z/qnk9JgUM8rnzI/NKZnkXTUOmRcOkWzftGWTqE1Gv87HQuItAlUFwBX3Fo3nt+/7RnJ6+aPHS+pKjjelN0gPWmk9uA8ht/CcQkv/QYLn4ykCdYuAnCLB05zPC5+1RnJyRdOuj9WjqCgYNwWMMWz5nchQCtfxI4ImqaU9RJOJlwhUFQDJFp686fnuJCgvbTq2IT0jYg1aCQyWTGRUDJRs7zohLICU/EJJ6TgCDKwxDiCpK4DMPMHzPhlxfem9+8kO144ncuoB/jNNguelCgAAWv2xiUBVAbCZwjkAJ1JWtietrGeM3sSGnPsHbGcEz5tycmXdOxYRqCoAJlv4Dw25nJLTUqPyd879RcYy2iP6d7HyX0u0IlBXAKnCLYCQxy05LTZVxgogCYBNTZVuLDIyGG1R9pMIpKN6R5AQNBCQbqxynD3nlRE4IuIrYaJ/LW0iMEgWgcoCiONLU1kAcooro8gAVcjliMkXOSLQdA4gD3UFICdiSGxNg4CtJVZ3JIsgiQSgLq7jhyXbphQIL8gu1kqQSqufQZ2ICNQVQByzbTVLgMBZGxyH9ku2t4h0GvkarLG69CMOERGoGxSqjfmRMdP0ySZQiauDMSYTLAKDPQBEu4rl4vAzAAxgaSDsiSdPEaBSFkA5Dqf/8RfJ9pb+g0EMwt+dU0ZxIhWHn4GBSQlrq+qtgBip2/BPeOtOS7bPHztR8Dzn9cBTfSpWtySTPDmACnitNTj53B+kX0AICq6eLGhydtcORWc5J48AFM4BOK8HBx9eAE5Gb2XWoIuRWiYcQtay47NYXZOFuqOBGlklQy58MIj9i34Fx2HpNX8A6PHzO0VtWrZ9GqVX0aFuSFgc0yIKNSl+mJZu27lN1nWpJWXIHyec/du//QZeGQEw8SB5igAFsO/ZiW/mzETrfvm76vb+zUOiffzWd/4VrWtRkzz9ACLFCeU4+M80wVwof1vEgO0MvvvLc6h761XJEUrtyRk+SnRKGedxi0YMJwLNzA6OGREB+Bqt2DHzauSMGIWin01H3pgJwvsJUAr7/t1o3PwurO+ui2pSKtA2TN3/kcdF7WreeBmcR/mVRJNHACJwXi8oz8H29Zewff0lQAjSy3vB0n8QUgqKYMzOAR8IIOR2wl15HM6jh+LSJ9/vgaVIK+8l7JvHg9Ov/jXme0WDqgKIa8VNbouCUrirKuGuqoyfDx0ovuYGlEy/WdSu5vX/l7y6WLw5fyqBCm/pknv5GAxYvELUztdYj6qX1ijgUWSSRgCiGYCCAsi6aDgGr1gjaVXz4yuXqlL2/0DSDAeLNikUEkDe6PEYtvYVSTGKTVs3y5r4mghUrgQq1xNIE73eDiEou2UO+i58VFJQp9dagyP/+1BifZLAedMPkMgcwJiVgwuXrkTe6AmS7PlAAAcevBchZ2yxf/HgvGkGJkIAhGFQNPU69PntIzB1kziZg1IcXrYIzqMH4+5PNCSPAJQcWCIE3UZcjl7zFyJriPACFx05tnIpGj/amCDH5KNyEaDcSzPm5LbdL4acgE1NQ/7YSehx2zxYBgyWfX3lmqdQu+4fUd8/ESRNDiA2tGwuLEa/hYtR/96bcFUekxZ0QQjMRSXIHjoCuZePRf7YSWDNMmYAfQ/leRxbsUT2WkdKkDQCkJKblM2ai7JZc8H7fXAeOwRvbQ0CtmYEztpAeQ4MawAxmWAuLEZqaQ+klfeSNVM3EpzPi8NLFqJp6+aY0kkUydMVLAMmxYysIZcga8glCb2Pq/I4Dj6yIOplZpUgeXIAjcWY161/DSeeeTymxaaVIIkEoA1cJ47i6JOPRhU0ogZJ0wpQO77Q39SAqpfWtgWNqLh3kVySJwdQ6f17Tleh+uXn0bBpPfhgUB0nYiB5BKAgnMeNxi3vo/69N9uWsVN4qDmeaFoAlMqPv0sIlMJ59CBsu7bDtnNbzDuJaAlVBRA40yg4DSogsppWe/wtzQi0NINS2vZFfv9Vtv8/pfxP5+j359p+IOR2I+RytP1zOuCz1sJdVQlP9Sl4aqqjjgnUOmEl58YRBY8NyzFIXwA3BkI8UNVqRIDXVhMuWfFzwaHT9tXta39M1YAQAwP0zArCxHTdMrSro3pImC4CdVFdAIAuAjXRhAAAXQRqoRkBALoI1EBTAgB0ESiN5gQA6CJQEk0KANBFoBSaFQCgi0AJNC0AQBdBogkTAE34FBr56CKID242FBaoECYABx9qVcYdeegiiA2GAIft7saw4x0PNPiJOhPVJaCLIHoYQuH0krDx9TABWN2cndfw89VFEC2Rn1eYAHw8F6rxajumTReBfFydLGYdsRVw3KltAQC6CORywuOPeLwTAYS6RJibLgJpGBiK7zyRA1bDBMAS2Bwhiv0O6Tt2q4kuAnHqAz5QCmqxOu0dz4UJgCGsFQA+bw4g1EWeqS6CzjEwFF/bfQDQuAwI+6rDBMAZ7PUA4ApRfNYsY9s2ldFFEA4hwCG3G1zbI6mPZBMmgFUn4QewGwB22YI40No1igJAF0FHWkI+HHV9X/ZTEnF168hjAYS+DbS1HDc3BFDl0X6r4Ad0EbQRQABf2H6au0C+f6cdiSgAnho2/PA7RCneqPFjn13PCboChAA23ocPms/ZyOKsL7/180j2Edcz29Xqbb4sK3U4gH5AW05Q6eLgCFJ0T2NhZLQfx88QIDOFhzPAgKPa9zceGBgeR7xu7LF3aPNTPL72qD/iViSdLmg3MjP1AAidj3aTRxr9PPbag+AoUGhmYdD4cz1fRGBgKBqDfmxpcaHZ37G7n9SnBMw/3+52R+wI6FQAXzt8TZdmpeYRYGT74xwFTnt47LSFUOvlEOApWIYABDAyaq350TnJKAIDoSAMhY8GcczjxXa7BzXeUMTefkro/GfrbHs6S0vwiSwbCNMZZ9bHBBgtxTEWBKbodj5POCwITHEsusRrFzTMrv1v8uMxEtGAdrADAB4Ubo6H5ME6Qp9ZVe1YJGgilsaiEktewMDsANBH4m11NAAB2Vh/2j5zHSDYhBMNCXva6jxjCvGjQKDsfmY60UPJal++/Xqxlw/IWFdj2UCYWpzZfwToAnSBWMLzFAeA36063Sp5L1vZheKCnpb+hGOeAMH1cq/VSRgBQuhqY5Auf9rqlLXPTdS1onu7Z/ZhWWYGKD8TICMBGKNNSycq3AD9hFLmbRIMbVzV4GqOJpG4VIuXAUxLUUYuYzAWcwbaLR5p6oTDcuAJE2r2sEbrC6fOOhDfvTd1zkf+A3hlk1jMiL+1AAAAAElFTkSuQmCCdata:image/png;base64,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:image/png;base64,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data:image/png;base64,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data:image/png;base64,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data:image/jpeg;base64,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TQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9mZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4AAAAAABwAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBB4AAAAAAAQAAAAAOEJJTQQaAAAAAAM/AAAABgAAAAAAAAAAAAAHoAAADZQAAAAFAGMAZwAwAC0AMQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAANlAAAB6AAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAQAAAAAAAG51bGwAAAACAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAB6AAAAAAUmdodGxvbmcAAA2UAAAABnNsaWNlc1ZsTHMAAAABT2JqYwAAAAEAAAAAAAVzbGljZQAAABIAAAAHc2xpY2VJRGxvbmcAAAAAAAAAB2dyb3VwSURsb25nAAAAAAAAAAZvcmlnaW5lbnVtAAAADEVTbGljZU9yaWdpbgAAAA1hdXRvR2VuZXJhdGVkAAAAAFR5cGVlbnVtAAAACkVTbGljZVR5cGUAAAAASW1nIAAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAAegAAAAAFJnaHRsb25nAAANlAAAAAN1cmxURVhUAAAAAQAAAAAAAG51bGxURVhUAAAAAQAAAAAAAE1zZ2VURVhUAAAAAQAAAAAABmFsdFRhZ1RFWFQAAAABAAAAAAAOY2VsbFRleHRJc0hUTUxib29sAQAAAAhjZWxsVGV4dFRFWFQAAAABAAAAAAAJaG9yekFsaWduZW51bQAAAA9FU2xpY2VIb3J6QWxpZ24AAAAH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NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDctMDFUMDE6Mjc6NDQrMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA3LTE2VDA5OjExOjQ1LTA0OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA3LTE2VDA5OjExOjQ1LTA0OjAwIiBkYzpmb3JtYXQ9ImltYWdlL2pwZWciIHBob3Rvc2hvcDpMZWdhY3lJUFRDRGlnZXN0PSJDRENGRkE3REE4QzdCRTA5MDU3MDc2QUVBRjA1QzM0RSIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmI3YjU1YjU0LTI5ZmUtOGI0MC04ZDIzLTAyMWVkYmE2YmViMyIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmJkZjYwYTBhLTI1YzEtZTc0YS1iNTYzLWE2YjY0N2E1YzUzNiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI4ZTQ2M2Q0LThmNWItMWI0NC1hODYxLWNiNWExY2E4ZGNkMCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MjhlNDYzZDQtOGY1Yi0xYjQ0LWE4NjEtY2I1YTFjYThkY2QwIiBzdEV2dDp3aGVuPSIyMDIxLTA3LTAxVDAxOjI3OjQ0KzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL2pwZWciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmYxYjJjM2MxLTA3MmItNGM0NC1iOWM5LTMwZmNkMWM2MTU4YSIgc3RFdnQ6d2hlbj0iMjAyMS0wNy0wMVQxNDozODoxNSswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiN2I1NWI1NC0yOWZlLThiNDAtOGQyMy0wMjFlZGJhNmJlYjMiIHN0RXZ0OndoZW49IjIwMjEtMDctMTZUMDk6MTE6NDUtMDQ6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg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:image/jpeg;base64,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bG9uZwAAAAAAOEJJTQPtAAAAAAAQASwAAAABAAEBLAAAAAEAAThCSU0EJgAAAAAADgAAAAAAAAAAAAA/gAAAOEJJTQPyAAAAAAAKAAD///////8AADhCSU0EDQAAAAAABAAAALE4QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQAAAAAQAAAkAAAAJAAAAAADhCSU0EHgAAAAAABAAAAAA4QklNBBoAAAAAAz8AAAAGAAAAAAAAAAAAAAegAAANmAAAAAUAYwBnADAALQAyAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAA2YAAAHoAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAABAAAAABAAAAAAAAbnVsbAAAAAIAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAAHoAAAAABSZ2h0bG9uZwAADZgAAAAGc2xpY2VzVmxMcwAAAAFPYmpjAAAAAQAAAAAABXNsaWNlAAAAEgAAAAdzbGljZUlEbG9uZwAAAAAAAAAHZ3JvdXBJRGxvbmcAAAAAAAAABm9yaWdpbmVudW0AAAAMRVNsaWNlT3JpZ2luAAAADWF1dG9HZW5lcmF0ZWQAAAAAVHlwZWVudW0AAAAKRVNsaWNlVHlwZQAAAABJbWcgAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAB6AAAAAAUmdodGxv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ADhCSU0EIQAAAAAAVwAAAAEBAAAADwBBAGQAbwBiAGUAIABQAGgAbwB0AG8AcwBoAG8AcAAAABQAQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAIAAyADAAMgAxAAAAAQA4QklNBAYAAAAAAAcAAgABAAEBAP/hLnZodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTA3LTAxVDAxOjI3OjQ0KzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wNy0xNlQwOToxMToxMy0wNDowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wNy0xNlQwOToxMToxMy0wNDowMCIgZGM6Zm9ybWF0PSJpbWFnZS9qcGVnIiBwaG90b3Nob3A6TGVnYWN5SVBUQ0RpZ2VzdD0iQjAwRkMyQ0E4M0VFRTQ1REI4NDBDQUUyNDczMjhCMEUiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNWEyMTVmYi00ODMzLTRmNDctYWE5Mi01ODJmMTVkNmUwNDciIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1MjA2MjMwNi1kYzBlLTExZWItYjM5OS05MWQxM2ZkMDNiZGUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MzFkMGQ2Yy0xNTUzLTUxNDUtOTBjNS1kZTM0ZmRlMmE1ZGYiPiA8cGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPiA8cmRmOkJhZz4gPHJkZjpsaT4zRjAxODEwNTczNzEyMUIzRkM1Q0RCQTJCMzdDREJBMDwvcmRmOmxpPiA8cmRmOmxpPjQ0NkEwRkEwN0EzQzcwNzFDREY2MjM1M0IxQkYyREEzPC9yZGY6bGk+IDxyZGY6bGk+NkJGRTgxMDI0MDFBMTA3NERBRDk1RjdFRTU5QTY1MjY8L3JkZjpsaT4gPHJkZjpsaT44NDA1M0RDQkQ3NURFQzM2QTFCRTI3MzFEMjZEMzQzRTwvcmRmOmxpPiA8cmRmOmxpPjk3QUYwQzYwRUUzMDNERDYxRTA2M0E3RDFBRkM1OTU4PC9yZGY6bGk+IDxyZGY6bGk+OUI5NDE4MUI4M0FEQkY0NUVDRDkxNEY3MjE4RjEzNEM8L3JkZjpsaT4gPHJkZjpsaT5BRDA3MEI0NDU2RENCMTBCMzQ5MjgxNzdDRjk5OEFCNDwvcmRmOmxpPiA8cmRmOmxpPkI1ODY1MTZFNjZDMzUzREMyMjRGOTBBRUE5QUY1MUVBPC9yZGY6bGk+IDxyZGY6bGk+Qzg4RTE1N0YxNDQ4Mzg5NjE4QzI5QjQ5Q0I1ODc0MTI8L3JkZjpsaT4gPHJkZjpsaT5FMzI3NTk4QkIwMjIwN0VFMDhCNTFGODYwMTRDMDk1NjwvcmRmOmxpPiA8cmRmOmxpPkU5MkRGRTRCNUY0MTY3MjYxMzcwQjk2MTNBNDQzNzM1PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjAwYTcyNjJiLTEwNjctMTFlYS04NTZiLWYwNzgyNmMyOTUyODwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDowMjYxYWI2My00NDYyLTExZTktYTY3NS1lOWQ1NDI1Mjc4YjA8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MDJhMWUzZDktNDNkYy0xMWU4LWJiMTgtYjNhNzVkZDY4ZTEwPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjA1ZDllZTdmLTAwMDQtMTFlYS04Y2E2LTgyMmUzMzNiNTQ0NzwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDowYTEwYTY4ZS0wNTdmLTExZWEtOTQwMy1jODdkZjFlODRlNWQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MGMxYmNmNWItZmNiNS0xMWU5LWJhMWUtZjU5OWQ0YjIxZjY4PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkY2U0ZGE3LTA1NWMtMTFlYS1hMWM3LWFmYmJmNTE3NjI0MDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxNDg2Y2Y5NS02ZmQ3LTExZTgtYWVlOS1lODAyMTc3OTM1OTQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MTUzYjhiM2QtMjk5Ni0xMWU5LTk0OTItYzBmYjExYmY1MzI5PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjIwMjdiZDU3LWZjYjYtMTFlOS1iYTFlLWY1OTlkNGIyMWY2ODwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyN2YxZTU3ZC0xMDZkLTExZWEtODU2Yi1mMDc4MjZjMjk1Mjg8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MmI1YTA3NDItMjk5YS0xMWU5LTk0OTItYzBmYjExYmY1MzI5PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJjYzdiNDMwLTExZjUtMTFlYS1iOWViLWU1NjRkMDM0NGNmNjwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyZGY3MWRkYi01YWNjLTExZTktYmM4ZS1jNjViZjlhYzk5NzU8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MmY2MGQzN2UtMDU1ZC0xMWVhLWExYzctYWZiYmY1MTc2MjQwPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjM2Y2ZmYzA2LTZmZDYtMTFlOC1hZWU5LWU4MDIxNzc5MzU5NDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDozNmY0ODU0MC00MTJiLTExZTktOWYwOC1iOWYyOTJjMjc5ZWQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6MzkyN2E3MDMtNDNkMS0xMWU4LWJiMTgtYjNhNzVkZDY4ZTEwPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjNkMjgzMjJlLTQ4NDAtMTFlOS1hZjgzLWM1MDQ4MzRlOTUxYTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDozZjJhMzAxMi0wNGM3LTExZWEtYWU4MS1mYTE0MzE0ZTI0YzE8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6M2Y4MGI2NzktZjlmYy0xMWU3LTlhMDItODliMzU5ZWFhNzM0PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRjMjY2YTkwLTQ3OGQtMTFlOS04OTE5LWU4ZmM4MjQ4ZjljMTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0Y2YzYThmZS1mOWZkLTExZTctOWEwMi04OWIzNTllYWE3MzQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NTFiNzI1YTctNDljYy0xMWU5LTg2NDktYWNhNjhiYTkxNGExPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjU2YTlkZjdhLTAwMDQtMTFlYS04Y2E2LTgyMmUzMzNiNTQ0NzwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1YmU4NDM3OC1mNjliLTExZTktYTIyZC1kOGUxMTUwNzA2OTQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NjJkMDMwMWEtMTA0ZC0xMWVhLWEwYTQtOWRlMDlkMzUzNjdlPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjYyZmM0ODQ2LTVjYmEtMTFlOS1hMTEzLWVjNTViMzE1MWIwOTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2NzcyNjAxYi0xMDVlLTExZWEtODU2Yi1mMDc4MjZjMjk1Mjg8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NmE3NDA1ODQtM2Y3OS0xMWU5LTkzYTUtZjNhZWU2YzlmNTVhPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjZjYzA2M2I3LTEwNDQtMTFlOC1hOTViLTliNTAyMjQ5NGE2ODwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2ZTc4OTJjZS1mOWZiLTExZTctOWEwMi04OWIzNTllYWE3MzQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6NzE0MjZhYjEtMDU4Mi0xMWVhLTk0MDMtYzg3ZGYxZTg0ZTVkPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjc2MzE2MmMyLTEwNGMtMTFlYS1hMGE0LTlkZTA5ZDM1MzY3ZTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3OTFhZmY0Yy0wM2Q1LTExZWEtODA5ZC1iYjExOTE1N2Y0NzM8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6N2EzM2Q2NDAtZmJkYy0xMWU5LWEwY2EtZDA2MGZjMjczMzZmPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdlOTM1MzExLTBmZWItMTFlYS05Mjk3LWMwMWYzMGQ4MmY1MzwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3ZjEwZDQ5Zi0wZmViLTExZWEtOTI5Ny1jMDFmMzBkODJmNTM8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6N2Y5MTQ4NjEtNGYwOS0xMWU5LWFiYmMtOTRiY2MxNzdkMzQwPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjgyMTZmMjlhLTZmZDUtMTFlOC1hZWU5LWU4MDIxNzc5MzU5NDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4NmQ4MTk2OS1mOWZhLTExZTctOWEwMi04OWIzNTllYWE3MzQ8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ODdkMWQ3ZGItZmJkYy0xMWU5LWEwY2EtZDA2MGZjMjczMzZmPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjg4ZjU0NDZjLTEwNmEtMTFlYS04NTZiLWYwNzgyNmMyOTUyODwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4ZjQyMzM3Zi0wZGRhLTExZTgtOGM5ZS1mYzA2YTYzZmVkNDM8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6OTBjNzY0ZTEtMjlhMi0xMWU5LTk2MjMtYzhiZWI0ZWFkN2U3PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjkxNjE5NDE4LTEwNjgtMTFlYS04NTZiLWYwNzgyNmMyOTUyODwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5MjMzNGQ2Ny02ZTQ0LTExZTgtOTVlYS1jMDYzYmI1MzMyMDI8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6OTc1YmZiZDQtM2MyZi0xMWU5LWJmMjItZDVjYzc3MDFkMWM2PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjlhY2YyNWJjLTFkNGMtMTFlYS05NTNhLTkzZDliMTM5ZmZlMjwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5YmUwYTBlZC1mY2IzLTExZTktYmExZS1mNTk5ZDRiMjFmNjg8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6OWM3MmU1MTEtZmNiNC0xMWU5LWJhMWUtZjU5OWQ0YjIxZjY4PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjljYTM5NDE5LTBhZTQtMTFlYS1hZWUwLWFlMTIzNDI1ZjNlYjwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDphMjExY2ZmNS00MTE2LTExZTktOTU5Zi1mNjg5YzYwOTEwNTc8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YTJjY2VhMmYtMGJmMC0xMWVhLWE4NzMtOTg3MjhkZmJjNmY3PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmFhMzM3OWYzLTBhZTQtMTFlYS1hZWUwLWFlMTIzNDI1ZjNlYjwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDphYTc1OGY5NC0xMjYwLTExZTgtOTUwNi1kYjk2ZGFhZjRmNDA8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YWYxMzhhMWUtMTA2Ny0xMWVhLTg1NmItZjA3ODI2YzI5NTI4PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmIxM2ZjOWFiLTJhNmMtMTFlOS1iMmVmLWJhN2NkMTI0Y2RmYTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiM2U1YmE5Yi0wYjBiLTExZWEtYmU3Ni1jOTlkYjdjZTRkMmU8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YjU3MDJjZTMtNjFlMC0xMWU5LWFhNDMtYmE2ZjczOWU4ZGM2PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmI3Nzk4MGRkLTQ5MTMtMTFlOS05MzAzLWY3MTY4YWNlMmQ4NTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiODc1MjNjOS02ZTQzLTExZTgtOTVlYS1jMDYzYmI1MzMyMDI8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6YmQxNmI5MjItMGZlOC0xMWVhLTkyOTctYzAxZjMwZDgyZjUzPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmJkMzM3Yjc2LTEwNTktMTFlYS04NTZiLWYwNzgyNmMyOTUyODwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMTRlMmZlOS0wYWU0LTExZWEtYWVlMC1hZTEyMzQyNWYzZWI8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6Yzc4ZWVlMmQtNmU0NC0xMWU4LTk1ZWEtYzA2M2JiNTMzMjAyPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmNhYTI4MTNkLTQzZGItMTFlOC1iYjE4LWIzYTc1ZGQ2OGUxMDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkMDBjMjBiMS0xMDYxLTExZWEtODU2Yi1mMDc4MjZjMjk1Mjg8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZDBlMGNhZmUtZmNiMC0xMWU5LWJhMWUtZjU5OWQ0YjIxZjY4PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmQzNjM3YzY2LTZmZDctMTFlOC1hZWU5LWU4MDIxNzc5MzU5NDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpkZTA3NTQ5Ny0xMDY0LTExZWEtODU2Yi1mMDc4MjZjMjk1Mjg8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTJkNTZlMmMtMTA2Yy0xMWVhLTg1NmItZjA3ODI2YzI5NTI4PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmUzMzkyYjM4LTZmZDUtMTFlOC1hZWU5LWU4MDIxNzc5MzU5NDwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDplNDFiMmRmOC00NjVlLTExZTktYjZhMi1kMWVhODY0NWE4MmU8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTcyNzUwZDAtZjlmZC0xMWU3LTlhMDItODliMzU5ZWFhNzM0PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmU4M2Y3ZGVmLTAzZDYtMTFlYS04MDlkLWJiMTE5MTU3ZjQ3MzwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDplYzgzNTdhMS0xMWYzLTExZWEtYjllYi1lNTY0ZDAzNDRjZjY8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZjNlNzUxM2EtNTVhMC0xMWU5LWE1YWItZWVkN2ViNjg4MDljPC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmY1ZGJmNWVhLWY1ZGEtMTFlOS05ZTk0LWEwN2E2ZjE1NGI4NTwvcmRmOmxpPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmNWY0NmZlMi0xMjU1LTExZTgtOTUwNi1kYjk2ZGFhZjRmNDA8L3JkZjpsaT4gPHJkZjpsaT5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZjY2MjA4NjMtMTFmMy0xMWVhLWI5ZWItZTU2NGQwMzQ0Y2Y2PC9yZGY6bGk+IDxyZGY6bGk+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmZiMjNkNjI1LTVjOTEtMTFlOS1iMDU4LWExYjcwYjVjNmY4MDwvcmRmOmxpPiA8cmRmOmxpPnhtcC5kaWQ6NDkyYTY1MzAtMDc3Yi1mNjQ0LTk3Y2YtMGFkZmE2YTJlM2E5PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDo1YjQ5MTc1Yi05NzU1LWE1NGMtYWRhYy05ZmQ5NWMzNWVmZmI8L3JkZjpsaT4gPHJkZjpsaT54bXAuZGlkOkNBNjE4RjczNjMxNTExRTBBRjRDRkFCOUFFMURCMTc4PC9yZGY6bGk+IDxyZGY6bGk+eG1wLmRpZDpkZjMzODBjMy1mY2EzLTJmNGUtODZmMi00MmZhMmQ1ZmU5MjE8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzFkMGQ2Yy0xNTUzLTUxNDUtOTBjNS1kZTM0ZmRlMmE1ZGYiIHN0RXZ0OndoZW49IjIwMjEtMDctMDFUMDE6Mjc6NDQrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6N2I5YWFmMTgtZWUyMi1jMzQ0LWFkZjMtOTI0NDcwNjQxOGEzIiBzdEV2dDp3aGVuPSIyMDIxLTA3LTAxVDEzOjUwOjEzKzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjE5ODAzNGQyLWViZDYtMDA0Ni04OThjLWMzYzc4YmQ1ZWE2NyIgc3RFdnQ6d2hlbj0iMjAyMS0wNy0wM1QxNTo1OTowNyswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjb252ZXJ0ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9qcGVnIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJkZXJpdmVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJjb252ZXJ0ZWQgZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL2pwZWciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjczNGM2NzM2LWM1MjYtMGE0Ny1iMWZjLTcxZjA2MjdiMzZhOCIgc3RFdnQ6d2hlbj0iMjAyMS0wNy0wM1QxNTo1OTowNyswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDowNWEyMTVmYi00ODMzLTRmNDctYWE5Mi01ODJmMTVkNmUwNDciIHN0RXZ0OndoZW49IjIwMjEtMDctMTZUMDk6MTE6MTMtMDQ6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk4MDM0ZDItZWJkNi0wMDQ2LTg5OGMtYzNjNzhiZDVlYTY3IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MDdmMzU4YmItZGE2Yy0xMWViLWEwYmItZjVhZGRkOGI1NTIwIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTMxZDBkNmMtMTU1My01MTQ1LTkwYzUtZGUzNGZkZTJhNWRmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9InciPz7/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRyWFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAAAIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAEMAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdodCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAPNRAAEAAAABFsxYWVogAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAA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data:image/jpeg;base64,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BAYAAAAAAAf//wAAAAEBAP/hDSFodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxNy0wOC0yMFQxNjowMDozNS0wNzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNy0wOC0yMFQxNjowMDozNS0wNzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTctMDgtMjBUMTY6MDA6MzUtMDc6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvanBlZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyOTNlOTNhMS1iNTdhLWEzNDYtYjY2ZS02ZjRkODgzYTZiZTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjkzZTkzYTEtYjU3YS1hMzQ2LWI2NmUtNmY0ZDg4M2E2YmU4IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MjkzZTkzYTEtYjU3YS1hMzQ2LWI2NmUtNmY0ZDg4M2E2YmU4IiBwaG90b3Nob3A6Q29sb3JNb2RlPSIxIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0iRG90IEdhaW4gMjAlIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyOTNlOTNhMS1iNTdhLWEzNDYtYjY2ZS02ZjRkODgzYTZiZTgiIHN0RXZ0OndoZW49IjIwMTctMDgtMjBUMTY6MDA6MzUtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPD94cGFja2V0IGVuZD0idyI/Pv/iA6BJQ0NfUFJPRklMRQABAQAAA5BBREJFAhAAAHBydHJHUkFZWFlaIAfPAAYAAwAAAAAAAGFjc3BBUFBMAAAAAG5vbmUAAAAAAAAAAAAAAAAAAAABAAD21gABAAAAANMtQURCRQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWNwcnQAAADAAAAAMmRlc2MAAAD0AAAAZ3d0cHQAAAFcAAAAFGJrcHQAAAFwAAAAFGtUUkMAAAGEAAACDHRleHQAAAAAQ29weXJpZ2h0IDE5OTkgQWRvYmUgU3lzdGVtcyBJbmNvcnBvcmF0ZWQAAABkZXNjAAAAAAAAAA1Eb3QgR2FpbiAyMCUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAAD21gABAAAAANMtWFlaIAAAAAAAAAAAAAAAAAAAAABjdXJ2AAAAAAAAAQAAAAAQACAAMABAAFAAYQB/AKAAxQDsARcBRAF1AagB3gIWAlICkALQAxMDWQOhA+wEOQSIBNoFLgWFBd4GOQaWBvYHVwe7CCIIigj0CWEJ0ApBCrQLKQugDBoMlQ0SDZIOEw6WDxwPoxAsELgRRRHUEmUS+BONFCQUvRVXFfQWkhcyF9QYeBkeGcYabxsbG8gcdh0nHdoejh9EH/wgtSFxIi4i7SOtJHAlNCX5JsEniihVKSIp8CrAK5IsZS06LhEu6i/EMKAxfTJcMz00HzUDNek20De5OKQ5kDp+O208Xj1RPkU/O0AzQSxCJkMiRCBFH0YgRyNIJ0ktSjRLPExHTVNOYE9vUH9RkVKlU7pU0VXpVwJYHlk6WlhbeFyZXbxe4GAGYS1iVmOAZKxl2WcIaDhpaWqda9FtB24/b3hwsnHucyt0anWqdux4L3l0erp8AX1KfpV/4YEugnyDzYUehnGHxYkbinKLy40ljoGP3ZE8kpuT/ZVflsOYKJmPmvecYJ3LnzegpaIUo4Wk9qZpp96pVKrLrEStvq85sLayNLO0tTS2t7g6ub+7RbzNvla/4MFswvnEh8YXx6jJO8rOzGPN+s+S0SvSxdRh1f7XnNk82t3cf94j38jhbuMW5L/maegU6cHrb+0f7tDwgvI18+r1oPdX+RD6yvyF/kH////uAA5BZG9iZQBkgAAAAAD/2wBDABIODg4QDhUQEBUeExETHiMaFRUaIyIXFxcXFyIRDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAALCAH0BAABAREA/90ABACA/8QAogAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/f/2gAIAQEAAD8A5ZJJJJOkkkknSSTpJJ0kk6SSdJJOknSSTpJ0k6SSdJJJOkknSSSTpJ06SdJJJOknSSTpJJ0k6SdJJOkEk6SSdJJOknSSTpJJ0kkkkkk6SSSSSSZOkkmSSTJJJJkkySSZMkkkmSSTL//Q5ZJJJJOkkkknSSTpJJ0kkk6SdJJJOknSTpJ0k6SSdJJJOkknSSSTpJ06SdJJJOknSSSTpJJ0k6SdJJJOknSSTpJJ0pTpJJ0kk6SSSSSdJJJJMkkkkkkkmSSTJJJJkkyZJJJMkkkmX//R5ZJJJJOkkkknSSSTpJ0kkk6SSSdJOknSTpJ0k6SSSdJJOkknSSSTpJ06SdJJJOknSSSSTpJ0kk6SSdJJOkknSTpJJJ06SdJJJJJJOkkknTJJJJJJkkkkkkySZJJMkmSSSSTJJkkl/9LlU6SSSSdJJJOknSSSTpJJJ0kkk6SdJOknSTpJ0kkkk6SSdJJOkknSTp0k6SSSSdJOkkknSSTpJJ0kk6SdJJJOknSSTpJ0k6SSSSSSSSdJJJJJMkkkkmSSSSTJJkkySSSZJJMkkmX/0+WSSSSSTpJJ0kkk6SSdJJJOkknSSTpJ0k6SdJJOkkknSSTpJJJ0k6SdJOnSSSSTpJ0kkkk6SSSdJOkknSTpJ0kkk6SdJJOknSSSSSSSSSSSSSSSSSTJJJkkkySSZJJMkkkkmSSTL//U5ZJJJJOkkknSSSTpJJ0kkkk6SSdJOknSTpJ0kk6SSSdJJOkkknSTpJ0k6SdJJJJOkknSSTpJJJ0kk6SdJJOknSSSTpJ0k6SSSSSSSdJJJJJJJMkkkkkkmSTJJSmSSTJJJJkkkySS/9Xlkkkkk6SSSdJJJOkknSSSTpJJ0kkk6SdOkknSTpJJJ0kk6SSSdJOknSSTpJ0kkkk6SSdJJOkknSSSTpJ0k6SSSdJOkknSSTpJJJJJJ0kkySSSSSSSSSZJMkkmSSTJJJJJkkkkyS//1uWSSSSTpJJJ0kkk6SSdJJJOkknSSSTpJ06SSdJJOkknSSTpJJJ0kk6SdJOkkknSSTpJJJ0kk6SSdJJOkknSSTpJJ0k6SSdJJJJJOmSTpJJJJJJk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:image/jpeg;base64,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:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGlmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDAgNzkuMTcxYzI3ZiwgMjAyMi8wOC8xNi0xODowMjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0xMC0zMVQxNjozMzowMi0wNDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMTEtMDFUMTI6Mjc6MzAtMDQ6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMTEtMDFUMTI6Mjc6MzAtMDQ6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmExYjhjZGNhLWY0YTAtZDc0NS04ZjBjLWI3NzIwMThkNjFiOSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjJjMTE5OWVmLWY0NzUtODI0OS04MzA5LWIxMWQ0MmQ4ODViOCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmE1MDEwYzZkLWYxNmMtMWU0NC1iOTk1LTQ2OWU4YTEzNDE2ZCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YTUwMTBjNmQtZjE2Yy0xZTQ0LWI5OTUtNDY5ZThhMTM0MTZkIiBzdEV2dDp3aGVuPSIyMDIyLTEwLTMxVDE2OjMzOjAyLTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjQuMCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmE4MTA4ODllLTczNjgtMjc0MS1hNzhmLWY3MTA4NTE3N2FlOSIgc3RFdnQ6d2hlbj0iMjAyMi0xMS0wMVQxMjoyNzozMC0wNDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDphMWI4Y2RjYS1mNGEwLWQ3NDUtOGYwYy1iNzcyMDE4ZDYxYjkiIHN0RXZ0OndoZW49IjIwMjItMTEtMDFUMTI6Mjc6MzAtMDQ6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNC4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6EhCehAAAA+UlEQVQ4ja2TMU7DQBBF34+ocgBkGnKDSJGr+AIuKILouABCgkOkdRsRKTegpuQC63M4VcQBaD9FbMvOxlEkM9XuzPw/f3ZmZZsxNhmFBm4AJDX3rhyd5EYx20eCJqHbjiR3SAZjk25CWe7J04I8LQih4jbJDTiEqvWX5Z4QqlaRbCPJtsnTgoOnbaXddgXA+v0z8mfZDNvqthDZ69tXfZoO5oyewr8RSBLrj2cS/V4E7LYrHp9e4GQKACyX91dV/Tl8RwquUtFUny827ZL1FMwXG2XZ7CxJA07uHnobGj3iOZIhMMDZPahJXG/cIBg4fogLZvqfKML+AeUfadTLs1TMAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDAgNzkuMTcxYzI3ZiwgMjAyMi8wOC8xNi0xODowMjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0xMS0wMVQwOTo0NToyOS0wNDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMTEtMDFUMTI6Mjc6NDktMDQ6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMTEtMDFUMTI6Mjc6NDktMDQ6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmM1NTdjNzZhLTdiMzItMjI0Mi05ZWM5LTIwNzQ2MzhjOTBjYSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkMDkyYWQ4LTdiZTctNDM0OC04YzA0LTIyOTQxZGY0ZjU2NCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmI5ZDZkMzc2LTI1ZDUtYmM0ZS04ZjFjLTQ0ZDIxNjk1MjgxNiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YjlkNmQzNzYtMjVkNS1iYzRlLThmMWMtNDRkMjE2OTUyODE2IiBzdEV2dDp3aGVuPSIyMDIyLTExLTAxVDA5OjQ1OjI5LTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjQuMCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmM1NTdjNzZhLTdiMzItMjI0Mi05ZWM5LTIwNzQ2MzhjOTBjYSIgc3RFdnQ6d2hlbj0iMjAyMi0xMS0wMVQxMjoyNzo0OS0wNDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqI2SWIAAAEUSURBVDiNrZKxSsNgFIW/WzokgoK4FYybkwSKDj5BRCyCm5ubk49hfYAiCnZycW5FKHkDX0NLuolUQTePQ/xDmqTtEM/2//fcc8/lHpNEHTRqdQNNADNz77wdK3BLNUmpgCPk1zEz5UTm1pp5wmTywfnxNQBJMmUnPND72zNxHLPlrwDQHw6QlImYe0iis3fF+Gc1mzR6OuPmdkT38jT7Czyfl+8vzAxJll+hhMPOPePXh0WU+lf4NwEzM+4eL9hsfM4lB55PfzhwZ7eSg1ZrbenEKIoqHSx1UTUdSNPkELZ7AEqSqY52uwrbPa1v7CvwfMVxLGbTmPYWBYoi28FJZXOlQLmeoqrZCSwKkv3FdXbnAn4BBReItONoYIUAAAAASUVORK5CYII=data:image/png;base64,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data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDAgNzkuMTcxYzI3ZiwgMjAyMi8wOC8xNi0xODowMjo0MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0xMC0zMVQxNjozMzowMi0wNDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMTEtMDFUMDk6MzE6MjMtMDQ6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMTEtMDFUMDk6MzE6MjMtMDQ6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmE1MDEwYzZkLWYxNmMtMWU0NC1iOTk1LTQ2OWU4YTEzNDE2ZCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDphNTAxMGM2ZC1mMTZjLTFlNDQtYjk5NS00NjllOGExMzQxNmQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphNTAxMGM2ZC1mMTZjLTFlNDQtYjk5NS00NjllOGExMzQxNmQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmE1MDEwYzZkLWYxNmMtMWU0NC1iOTk1LTQ2OWU4YTEzNDE2ZCIgc3RFdnQ6d2hlbj0iMjAyMi0xMC0zMVQxNjozMzowMi0wNDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmM9xesAAAC8SURBVDiNrVMxDoJAEJwxfMDCil4eIJ1URp7B5/QZJFaUfIBeKgufMBa4ZOU4YgLb7c7s3NztHiVhTexWdQNIAICk5d4OJ9wAkzQIGMFfh6ScSBRLpoS+KK1gREga62lTe4zeAfqixOP1HpIshxf19aprf98gFvcsX4IBbDCFzQRIEmlT43LYLzZUXWtj56YO/nIxPX3OQVRkrhkAEPlMkqTn+arb8aTvlgVESVGBUSTWbAJLi0Rb5cC2iw97/GWU1WkyJAAAAABJRU5ErkJggg==data:image/png;base64,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:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAfSURBVDhPY2RgYPgPxKNgkAAmKD0KBgkYjZBBBRgYAL1ZAQXudWRtAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAmSURBVDhPY/zv1vyfgQjAuKsWyhoFtARMUHoUDBIwGiGDCjAwAACgawQFPBqlPwAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAfSURBVDhPY/zv1vyfYRQMGsAEpUfBIAGjETKoAAMDABmkAs2NigGnAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAmSURBVDhPY/zv1vyfgYqAcVctlDUKyAFMUHoUDBIwGiGDCjAwAABvqwQFz1xDxAAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY/zv1vyfYQAA465aKGsUIAMmKD0KBgkYjZBBBRgYAD7rBAWEidHsAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY/zv1vyfYRADxl21UNbIAExQehQMEjAaIYMKMDAAAA4rBAWRGTunAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY/zv1vyfYRgAxl21UNbQBkxQehQMEjAaIYMKMDAAAN1cBAWgSBBhAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY/zv1vyfYQQBxl21UNbgBExQehQMEjAaIYMKMDAAAKycBAWKLdZtAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY/zv1vyfYRRgAMZdtVAWfQETlB4FgwSMRsigAgwMAHvcBAX0IuTgAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAmSURBVDhPY/zv1vyfYRSQDRh31UJZ1AFMUHoUDBIwGiGDCjAwAABLHAQFo2ZZeQAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY/zv1vyfYRTQHDDuqoWy8AMmKD0KBgkYjZBBBRgYABpcBAXwOf42AAAAAElFTkSuQmCCdata:image/png;base64,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data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAfSURBVDhPY2RgYPgPxKNgkAAmKD0KBgkYjZBBBRgYAL1ZAQXudWRtAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAmSURBVDhPY/xfr/6fgQjA2HgTyhoFtARMUHoUDBIwGiGDCjAwAACa8wQFRMGXAgAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAfSURBVDhPY2T8qPOfYRQMGsAEpUfBIAGjETKoAAMDAPs3AiMBBGMUAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAmSURBVDhPY/xfr/6fgYqAsfEmlDUKyAFMUHoUDBIwGiGDCjAwAABkuwQFWe3hdgAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAmSURBVDhPY/y/T+0/wwAARqdbUNYoQAZMUHoUDBIwGiGDCjAwAABLkwQF27OV1QAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY/y/T+0/wyAGjE63oKyRAZig9CgYJGA0QgYVYGAAAB8LBAUstvm8AAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY/z1X+0/wzAAbIy3oKyhDZig9CgYJGA0QgYVYGAAACFjBAWApjVgAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY/z1X+0/wwgCbIy3oKzBCZig9CgYJGA0QgYVYGAAAP4sBAVVxHk4AAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY5z8X+0/wyjAALmMt6As+gImKD0KBgkYjZBBBRgYAGpcBAUKIUpVAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAmSURBVDhPY5z8X+0/wyggG+Qy3oKyqAOYoPQoGCRgNEIGFWBgAAA3HAQFyeuIjQAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAmSURBVDhPY1T/5/ufYRTQHNxk2gxl4QdMUHoUDBIwGiGDCjAwAAChXQQFoA27+AAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAkSURBVDhPY2RY9OI/w3AAcRJQxtAGTFB6FAwSMBohgwowMAAAwrADBQ3U6HAAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAqSURBVDhPY2RgYPgPxITBohdQxiAFcRJQxtAGTFB6FAwSMBohgwowMAAAhSADBargIO4AAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAlSURBVDhPY2RgYPgPxEMe/F93Esoa2oAJSo+CQQJGI2RQAQYGAF2LA3u+D/2sAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAqSURBVDhPY2RgYPgPxNQDi15AGXQGcRJQxtAGTFB6FAwSMBohgwowMAAAR5ADBTJmiVkAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAqSURBVDhPY2RgYPgPxPQHi15AGVQCcRJQxtAGTFB6FAwSMBohgwowMAAACgADBSkbajIAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAqSURBVDhPY2RgYPgPxIMXLHoBZRAAcRJQxtAGTFB6FAwSMBohgwowMAAAzGEDBWfnoIQAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAsSURBVDhPY2RgYPgPxEMKvJVRgbLwA+End6CsoQOYoPQoGCRgNEIGFWBgAABsFQQFcYOd6gAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAsSURBVDhPY2RgYPgPxEMe/F93EsrCDxiDzKGswQmYoPQoGCRgNEIGFWBgAABjfQQFYnhAIwAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAsSURBVDhPY2RgYPgPxEMe/F93EsqiDmAMMoey6AuYoPQoGCRgNEIGFWBgAABN7QQF82NRbAAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAsSURBVDhPY2RgYPgPxEMe/F93EsqiL2AMMoeyqAOYoPQoGCRgNEIGFWBgAAA4XQQF0YMpegAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAsSURBVDhPY2RgYPgPxEMe/F93EsoanIAxyBzKwg+YoPQoGCRgNEIGFWBgAAAizQQFG2y9yQAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAfSURBVDhPY2RgYPgPxKNgkAAmKD0KBgkYjZBBBRgYAL1ZAQXudWRtAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAfSURBVDhPY2RgYPgPxKNgkAAmKD0KBgkYjZBBBRgYAL1ZAQXudWRtAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAfSURBVDhPY2RgYPgPxKNgkAAmKD0KBgkYjZBBBRgYAL1ZAQXudWRtAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAtSURBVDhPY5SZ7PCfx16aAR/4cvApw5PcA1DeKKAlYILSo2CQgNEIGVSAgQEAMxUHBTPkrTYAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAtSURBVDhPY5SZ7PCfx16aAQa+HHzK8CT3AJQ3CugNmKD0KBgkYDRCBhVgYAAAkHEHBVCV2DcAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAtSURBVDhPY5SZ7PCfx16agRrgy8GnDE9yD0B5o4AcwASlR8EgAaMRMqgAAwMAeE4HBVZU5DoAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAArSURBVDhPY5SZ7PCfx16aAR/4cvApmB5VhwpooY4Jyh4FgwSMRsigAgwMABMLH/QJw6TUAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAvSURBVDhPY5SZ7PCfx16aAQa+HHwKpoea2JPcA1De0AZMUHoUDBIwGiGDCjAwAAC9JCIF4Wq20gAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAvSURBVDhPY5SZ7PCfx16aAQa+HHwKpoeD2JPcA1De0AFMUHoUDBIwGiGDCjAwAAAkTCUF3qZ2FQAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAvSURBVDhPY5SZ7PCfx16aAQa+HHwKpoer2JPcA1De4ARMUHoUDBIwGiGDCjAwAABPZSgFfAWpVgAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAuSURBVDhPY5SZ7PCfx16aAQa+HHwKpkeS2JPcA1DewAMmKD0KBgkYjZBBBRgYAD5+KwU6mCvjAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAuSURBVDhPY5SZ7PCfx16aAQa+HHwKpke62JPcA1AefQETlB4FgwSMRsigAgwMAPGILgXzqRWgAAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAwSURBVDhPY5SZ7PCfx16aAQa+HHwKpkfFMMWe5B6A8mgHmKD0KBgkYDRCBhVgYAAAaKExBXuYp68AAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAwSURBVDhPY5SZ7PCfx16aAQa+HHwKpkfFiBN7knsAyqMOYILSo2CQgNEIGVSAgQEAo6s0Bd37CIkAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAwSURBVDhPY5SZ7PCfx16aAQa+HHwKpkfFyBd7knsAyiMdMEHpUTBIwGiEDCrAwAAAorU3BciLCz0AAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAwSURBVDhPY5SZ7PCfx16aAQa+HHwKpkfFqCv2JPcAlIcfMEHpUTBIwGiEDCrAwAAAZb86BUbu610AAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAwSURBVDhPY5SZ7PCfx16aAQa+HHwKpkfFaC/2JPcAlIcATFB6FAwSMBohgwowMAAA7Lo9BQZ78WkAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAwSURBVDhPY5SZ7PCfx16aAR/4cvApmCZG3ZPcA1DeKCAHMEHpUTBIwGiEDCrAwAAAHPAKBTpuiYkAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAvSURBVDhPY5SZ7PCfx16aAQa+HHwKptHFnuQegPJGAS0BE5QeBYMEjEbIoAIMDAATtwoFaCijWAAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAvSURBVDhPY5SZ7PCfx16agRrgy8GnYJqa5j3JPQDljQzABKVHwSABoxEyqAADAwAvYgoFmhkdqgAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAApSURBVDhPY5SZ7PCfx16aAQa+HHwKpkfFBkaMCcoeBYMEjEbIoAIMDADABj304w6+ewAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAwSURBVDhPY5SZ7PCfx16aAR/4cvApmKamuie5B6C8UYAMmKD0KBgkYDRCBhVgYAAAjrwNBRcOK0gAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAwSURBVDhPY5SZ7PCfx16aAQa+HHwKpokRe5J7AMobBdQCTFB6FAwSMBohgwowMAAAWu4NBUJbwCUAAAAASUVORK5CYII=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAvSURBVDhPY5SZ7PCfx16agRrgy8GnYHowm/ck9wCUNzgBE5QeBYMEjEbIoAIMDAD2WA0FB4Bn7QAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAvSURBVDhPY5SZ7PCfx16aAR/4cvApmB4IdU9yD0B5IwMwQelRMEjAaIQMKsDAAACIiBAFIIskHgAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAvSURBVDhPY5SZ7PCfx16aAQa+HHwKpskVe5J7AMobBeQAJig9CgYJGI2QQQUYGABmJRAFhsJrtAAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAvSURBVDhPY5SZ7PCfx16agRrgy8GnYHokmfck9wCURx3ABKVHwSABoxEyqAADAwDNThAFmbIeNgAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAvSURBVDhPY5SZ7PCfx16aAR/4cvApmB7M6p7kHoDyhjZggtKjYJCA0QgZVICBAQAKVBMFywW6hAAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAvSURBVDhPY5SZ7PCfx16aAQa+HHwKpqkp9iT3AJQ3CggBJig9CgYJGI2QQQUYGAA1XBMFQEVsvgAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAsSURBVDhPY5SZ7PCfx16agRrgy8GnYHrUPPIAyDwmKHsUDBIwGiGDCjAwAAA8hhD0kHAhwgAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAvSURBVDhPY5SZ7PCfx16aAR/4cvApmB4O6p7kHoDyBidggtKjYJCA0QgZVICBAQAUERYFcx0ffAAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAvSURBVDhPY5SZ7PCfx16aAQa+HHwKpmkt9iT3AJQ3CpABE5QeBYMEjEbIoAIMDADIhBYFgXpopwAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAvSURBVDhPY5SZ7PCfx16aAR/4cvApmB5J6p7kHoDy6AuYoPQoGCRgNEIGFWBgAAClvxkF3Jrg/gAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAuSURBVDhPY5SZ7PCfx16aAQa+HHwKpgdC7EnuAShv5AImKD0KBgkYjZBBBRgYAB+7GQW/MeA3AAAAAElFTkSuQmCCdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAySURBVDhPY5SZ7PCfx16aAR/4cvApmB5VhwpA6p7kHoDyqAOYoPQoGCRgNEIGFWBgAAC/bRwFfIfZwQAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAvSURBVDhPY5SZ7PCfx16aAQa+HHwKpgeL2JPcA1DeyABMUHoUDBIwGiGDCjAwAAA64xwFWXx0xAAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAySURBVDhPY5SZ7PCfx16aAR/4cvApmB5VhwpIUfck9wCUhx8wQelRMEjAaIQMKsDAAABhGx8FphQhXAAAAABJRU5ErkJggg==data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAYAAABlE6q2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAvSURBVDhPY5SZ7PCfx16aAQa+HHwKpgez2JPcA1De8ANMUHoUDBIwGiGDCjAwAAAaCx8FA6rgMQAAAABJRU5ErkJggg==<<set $player.loc to "Night">>\
<<if isSeptember(1)>> /* Difficulty Check */\
''Images begin forming from the darkness.''
<<pic $npc "saya">>\
<<nm $saya "$player.name! We meet again!">>\
<<nm $player "$saya.name, right? Is this gonna be a normal thing for me from now on?">>\
''$saya.name floats around lazily.''
<<nm $saya "I dunno... Say, how are you doing these days?">>\
<<nm $player "How am I... doing? What do you mean by that?">>\
<<nm $saya "I mean what I said. Life is tough, y'know? The old generation is obsessed with this idea that all you gotta do is work hard, go to college and pick up a trade and you'll be all set to buy a house, get married, start a family and retire, but we all know that that's a load of bullshit these days, right?">>\
<<nm $player "Ummm...">>\
<<nm $saya "It might have been true back then, but nowadays it all comes down to being in the right place at the right time under the right set of circumstances, kinda' like how you were when The Company picked you up! Doncha' think life is unfair, no matter how hard people work at it?">>\
<span id="dream0">\
@@.btnChoice;<<button "You're right, life can be tough - @@Easy difficulty, more money and less grinding@@">>
<<replace "#dream0">>\
<<set $matYield += 25, $LabUpgradeCost -= 200, $LabUpgradeCostIncrease -= 100, $YieldIncrease += 20, $penny.matBonus += 20, $Paycheck += 500, $serum[1].yield += 2, $serum[2].yield += 2, $serum[3].yield += 2, $StatRate to 1>>\
<<nm $player "You're right, $saya.name. There's people out there a lot smarter than I am that will never get the opportunities that I will just as a matter of their circumstance. Meanwhile, people a lot dumber than me will be put into positions of power and authority, making impactful decisions they have no qualifications to be making! Now you've got me in a bad mood.">>\
<<artB $saya "happy">>\
<<nm $saya "Sorry about that, but you totally get what I'm saying! Glad to see we think the same way!">>\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
@@.btnChoice;<<button "Life can be hard, but it's manageable - @@Default difficulty@@">>
<<replace "#dream0">>\
<<nm $player "I can see where you're coming from, but you can still get far with a little hard work. Yes, people are limited by their circumstances, but they also have the means to change them if they're smart enough, or resourceful enough.">>\
<<artB $saya>>\
<<nm $saya "That's awfully optimistic of you, but, I guess I can agree on some level. I wish more people had your attitude, y'know?">>\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
@@.btnChoice;<<button "Life is too forgiving - @@Harder difficulty, less money and more grinding@@">>
<<replace "#dream0">>\
<<set $matYield -= 15, $LabUpgradeCost += 100, $LabUpgradeCostIncrease += 50, $YieldIncrease -= 5, $penny.matBonus -= 5, $Paycheck -= 250>>\
<<nm $player "Frankly, people have it way too easy. Look around! You have incapable, barely functional meat-sacks running the country while they rest of us spend all our time complaining about our coffee on the internet. Yeah, there's people who have it tough, but it could be a lot worse...">>\
<<artB $saya "embarrassed">>\
<<nm $saya "Wow! That's... certainly one way to look at things. I didn't take you for such a masochist!">>\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
</span>\
<<elseif isSeptember(2)>> /* Transformation Speed */\
''Images begin forming from the darkness.''
<<pic $npc "saya">>\
<<art $saya "default,2">>\
<<nm $saya "Oh hey, it's you again.">>\
<<nm $player "$saya.name? I really need to see someone about these dreams...">>\
<<nm $saya "What, like a shrink? Eh, I wouldn't worry too much about it. Say, I've been wondering...">>\
<<nm $player "Wondering? About what?">>\
''$saya.name floats wistfully around you as she stares blankly into the void.''
<<nm $saya "Things sure do change a lot, huh? One day you're eating paste in grade school, and the next you're out looking for a job so you can pay off loan sharks. It's crazy! I mean, really, the whole game's gotta be rigged.">>\
<<nm $player "Rigged?">>\
<<nm $saya "Yeah! Like, you remember how those tea drinks used to have random facts under the caps?">>\
<<nm $player "Yeah, they still do.">>\
<<nm $saya "Well sure, but now that everyone's connected to the internet all the time, everybody already knows everything, so the tea companies have to start hiring engineers and physicists and astronauts to discover new things that haven't been posted on the internet yet, all so they can sell more tea!">>\
<<nm $player "...You think?">>\
<<nm $saya "I dunno... What really matters is what YOU think. So how about it, are you happy with the rate of change in the world?">>\
<span id="dream1">\
@@.btnChoice;<<button "Things change too quickly - @@Slower player transformation@@">>
<<replace "#dream1">>\
<<set $TFMilestone to 10>>\
<<set $player.tfRate to 0.25>>\
<<nm $player "I guess... Things do change a little too quickly.">>\
<<artB $saya "happy">>\
<<nm $saya "Right? We should all just sloooowwwww doooowwwwnnnn... Right?">>\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
@@.btnChoice;<<button "The rate of change is fine - @@Default player transformation rate@@">>
<<replace "#dream1">>\
<<nm $player "I don't know, I think things are fine the way they are. Without change, there'd be no progression.">>\
<<artB $saya "sad">>\
<<nm $saya "Man, I figured you'd say something like that...">>\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
@@.btnChoice;<<button "Things don't change quickly enough - @@Faster player transformation@@">>
<<replace "#dream1">>\
<<set $TFMilestone to 3>>\
<<set $player.tfRate to 1.5>>\
<<nm $player "Honestly, things don't change quickly enough. I'm excited to see where the future will take us!">>\
<<artB $saya "aroused">>\
<<nm $saya "My, how optimistic! I wish more people thought that way. Like me!">>\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
</span>\
<<elseif isSeptember(3)>> /* Dominance Setting */\
''Images begin forming from the darkness.''
<<pic $npc "saya">>\
<<art $saya "happy,2">>\
<<nm $saya "Why if it isn't my favorite human!">>\
<<nm $player "Favorite human? This raises so many questions... How many humans do you know? If you're just in my imagination, I mean, aren't you human, too? Um... What makes me your favorite?">>\
<<nm $saya "Oh man, OH-HO MAAAANNNN!!! So many questions! Do you really need to know everything about, like, everything? Seriously...">>\
<<nm $player "What? No, I just like to know things... Plus, what else is there to do in the Endless Void if not ask each other questions?">>\
''$saya.name floats wistfully around you, rubbing her scalp and putting on a pained expression like you've somehow given her a headache...''
<<nm $saya "Look... Knowing things? Asking things? Trying to unlock the secrets of the universe through casual conversation with your sexy dream guide? It's all just a bid for control, y'know?">>\
<<nm $player "Control? No, I think-">>\
<<nm $saya "It TOTALLY is! Like, doesn't it just drive you crazy not knowing what's really inside those double stuffed cookies we both know you're stealing from the kitchen every night? At, frankly, alarming quantities?">>\
<<nm $player "I'll neither confirm nor deny that accusation, but the ingredients list is right there on the package.">>\
<<nm $saya "Is it, though!? They could put ANYTHING on that label, y'know? And you wouldn't know, y'know?">>\
''You rub the back of your head.''
<<nm $player "There are regulations that-">>\
<<nm $saya "UGH! See? There you go being a know-it-all again! Can't you just, like, not know something for once? I bet you can't! I bet you couldn't stomach the idea of relinquishing that kind of CONTROL!">>\
''You think on it for a moment.''
<<nm $player "I think... I see what you're trying to say, but your analogies really don't hold up... I don't think... Ummm...">>\
<span id="dream15">\
@@.btnChoice;<<button "I prefer letting others take control - @@Start off more submissive@@">>
<<replace "#dream15">>\
<<set $player.dom to 25>>\
<<nm $player "Honestly, given the choice, I would prefer not to have to be in control all the time. I really would kind of like it if there was someone else around to do the thinking for me from time to time.">>\
<<artB $saya "happy">>\
<<nm $saya "Right? Oh man, I was starting to think you didn't get me at all!">>\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
@@.btnChoice;<<button "I don't have to know everything, but I still like to be able to take over - @@Default player dominance@@">>
<<replace "#dream15">>\
<<set $player.dom to 50>>\
<<nm $player "It's fun to turn off sometimes, sure, but I think it's still important to be able to take charge when needed. It's good to know things!">>\
<<artB $saya "sad">>\
<<nm $saya "Mmm, I suppose...">>\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
@@.btnChoice;<<button "I would rather be in control of things - @@Start off more dominant@@">>
<<replace "#dream15">>\
<<set $player.dom to 75>>\
<<nm $player "On second thought, I think you're probably right. Knowledge is power, right? And power, I guess, is a form of control... Well, I guess maybe I'm a bit of a control freak after all!">>\
<<artB $saya "aroused">>\
<<nm $saya "Right? Oh man, I was starting to think you didn't get me at all!">>\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
</span>\
<<elseif isSeptember(4)>> /* Dream of Family */\
<<if chance(50)>>\
<<pic $events "dream-sister">>\
<<art "scene/DakotaSolo">>\
''Your <<sister>>, $sister.name is naked, masturbating furiously.''
<<nm $player "$sister.name? Why am I dreaming about this... I mean, it's just a dream so, I guess it's fine...">>\
<<set $FDream to "little <<sister>>">>\
<<else>>\
<<pic $events "dream-mom">>\
<<art "scene/AvaSolo">>\
''Your <<mother>> is naked, masturbating furiously.''
<<nm $player "Now I'm dreaming about $mom.name, too? Man, I wonder if something's wrong with me after all. Oh well, since it's a dream I might as well just enjoy it...">>\
<<set $FDream to "<<mom>>">>\
<</if>>\
<<btnLink "Continue..." "Room-Morning">>
<<elseif isSeptember(5)>> /* Forced Transformation Check */\
''Images begin forming from the darkness.''
<<pic $npc "saya">>\
<<art $saya "happy,2">>\
<<nm $saya "Well hello again!">>\
<<nm $player "Oh... Hey.">>\
<<nm $saya "Is that any way to greet me? Jeez... Oh, I see. You'd rather be dreaming about your $FDream again, is that it?">>\
<<nm $player "Well, I'd prefer it over this...">>\
<<nm $saya "Whatever... You know, outside of your dreams if people found out you were thinking about your $FDream like that you'd probably be branded a pervert.">>\
<<nm $player "Yeah, probably.">>\
<<nm $saya "'Yeah, probably'? What's with you tonight! You're probably one of those people who're totally fine with the status quo, aren't you? I bet you never even think about fighting the power. Hell, I bet you don't even hate The Man!">>\
<<nm $player "The Man? You mean, like, the institution?">>\
<<nm $saya "Institution? No, I mean The Man. The sole, shadowy figure who oversees and influences every deliberate act of happenstance that you sheeple all write off as 'fate'. When your alarm doesn't go off in the morning and you miss that important custody hearing, forever losing your racially mixed adopted children to your junkie wife? The Man. When your boss finds out you've been surfing porn at the office and you get demoted back down to the mailroom where that bitch, Brenda, steals your lunch out of the break room every day? That's The Man, too!">>\
<<nm $player "I guess getting stuck listening to your rants at night is the work of The Man?">>\
<<nm $saya "Now you're getting it! No one wins unless someone else loses, and that's got The Man's claw marks all over it!">>\
<<unset $FDream>>\
<span id="dream2">\
@@.btnChoice;<<button "I think you're crazy, things happen and that's that - @@Enable forced player transformation@@">>
<<replace "#dream2">>\
<<set $ForceTF to true>>\
<<nm $player "You're crazy. There's no shadowy figure pulling the strings. Life happens, and we do what we can to control it, but ultimately what happens happens.">>\
<<artB $saya>>\
<<nm $saya "You think so? Maybe I just have trouble accepting the world for what it is...">>\
/* <<NewDay>> */\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
@@.btnChoice;<<button "You're right. We should fight The Man! - @@Disable forced player transformation and allow gender locking@@">>
<<replace "#dream2">>\
<<set $ForceTF to false>>\
<<nm $player "You know what? You're right! There's no way the world is as shitty as it is just because things worked out that way. We need to fight the powers that be!">>\
<<artB $saya "happy">>\
<<nm $saya "That's the spirit! Let our voices be heard!">>\
/* <<NewDay>> */\
<<btnLink "Continue..." "Room-Morning">>
<</replace>>\
<</button>>@@
</span>\
<<elseif isSeptember(6)>> /* TFM Accident */\
''Images begin forming from the darkness.''
<<pic $npc "saya">>\
<<art $saya "sad,2">>\
<<nm $saya "Looks like you had an accident!">>\
<<nm $player "Yeah, it's fine... What do you care?">>\
''$saya.name puts on a fake display of hurt, then snaps back with a smile.''
<<nm $saya "You're right, I don't! I'm just a dream, after all. Maybe you should care a little more though, hm?">>\
<<nm $player "What's that supposed to mean? Are you about to go off on another one of your rants?">>\
<<nm $saya "Nope! Just a word of caution. Whatever's coursing through your veins isn't going to go away anytime soon, and I would advise you pay attention to the things you say and do from here on out. Your brain and body share a special connection now, almost as special as the one you and I share!">>\
<<nm $player "My... body?">>\
<<nm $saya "Welp, that's all I have to say this time. Come to think of it, I've been visiting you a lot lately... Y'know, I think it's high time I took a little vacation. I'll see ya' around, $player.name. Don't disappoint me now!">>\
<<nm $player "I still don't know what you- She's gone... Whatever, hopefully these dreams will end now... All she ever did was spout meaningless nonsense...">>\
<<Thought "...Right?">>\
<<SetFlag $player "absorbSerum">>\
<<set $EventsEnabled to true>>\
<<btnLink "Continue..." "Room-Morning">>
<<elseif ramCoinsPhase(5) and not flag($saya,"Dream6")>>\
<<include "Saya-Dream-6">>
<<elseif ramCoinsPhase(4) and not flag($saya,"Dream5")>>\
<<include "Saya-Dream-5">>
<<elseif ramCoinsPhase(3) and not flag($saya,"Dream4")>>\
<<include "Saya-Dream-4">>
<<elseif ramCoinsPhase(2) and not flag($saya,"Dream3")>>\
<<include "Saya-Dream-3">>
<<elseif (flag($player,"GameCoin") or flag($player,"SlackOffCoin")) and not ramCoinsPhase(2) and not flag($saya,"Dream2")>>\
<<include "Saya-Dream-2">>
<<elseif ramCoinsPhase(1) and not flag($saya,"Dream1")>>\
<<include "Saya-Dream-1">>
<<elseif $ManiacalDream>>\
''Images begin forming from the darkness.''
<<pic $npc "saya">>\
<<art $saya "sad,2">>\
<<nm $saya "Well, well, well... Isn't this a sad sight...">>\
<<nm $player "$saya.name?">>\
''$saya.name wisps towards you, placing a finger on your chin.''
<<nm $saya "Aww, I can see the wheels turning, but... Anyway, you should know that you've been here, loitering in my space for several days now, a little over a week, in fact. That woman is, well... She's certainly creative!">>\
<<nm $player "That woman? Does she mean $mom.name?">>\
<<artB $saya "embarrassed,1">>\
<<nm $saya "Well, looks like this is going to be goodbye. You'll be waking up soon and I don't think you'll be needing me anymore. Not with this new life you've chosen...">>\
''You try to call out, but no sound leaves your mouth.''
<<Thought "Wait! I'm so confused right now...">>\
''Your body suddenly becomes cold and uncomfortable, your throat becomes sore, and your eyes start to hurt. You realize you're laying down on a hard, metal surface...''
<<unset $ManiacalDream>>\
<<btnLink "Wake up" "MCSX-ManiacalMorning">>\
<<elseif isOctober(61)>>\
<<pic $npc "saya">>\
<<nm $saya "Congratulations on completing Chapter 2! You may continue playing normally from here on out, however story events will no longer trigger. Enjoy, and keep an eye on Discord and TFGameSite for news on upcoming updates!">>\
<<btnLink "Continue..." "Room-Morning">>
<<else>>\
<<CallDreamEvent>>
<<btnLink "Continue..." "Room-Morning">>
<</if>>\
/*<<elseif isSeptember(6)>> /* Preference Check */\
/*''Images begin forming from the darkness...''
<<pic $npc "saya">>\
<<nm $saya "Hey there sexy!">>\
<<nm $player "Sexy?">>\
<<nm $saya "So hey, I think we should talk about you tonight.">>\
<<nm $player "Me? What about me?">>\
<<nm $saya "Well, like, maybe I just want to get to know you more is all. Is that a problem?">>\
''Saya makes an annoyed and somewhat pouty face.''
<<nm $player "I mean, it's not a problem, but if you're part of my subconscious shouldn't you already know everything about me? You basically are me, right?">>\
<<nm $saya "Am I? Well, it doesn't matter, right? Besides, talking about dirty stuff is so much fun!">>\
<<nm $player "Oh... So that's what this is.">>\
<<nm $saya "Bingo! Hey, I know, why I don't I just ask you a series of questions and you can just answer them. Then we'll have a clear idea of the sorts of things you're into. Sound fun?">>\
<<nm $player "Do I have a choice?">>\
<<nm $saya "First question!">>\
<<btnLink "Select Character Preferences" "PreferenceSelect">>
<<btnLink "@@Randomize@@ Character Preferences" "PreferenceRandom">>
*/\<<loc_Room>>\
<<set $WorkReaction to true>>\
<<set $SkipNewDay to true>>\
''You decide to get dressed and head down to the kitchen. Figuring it's best to just confront your family now and get it over with, since there's no way you're going to be able to hide these changes anyway...''
<<loc_Kitchen>>\
''Your <<mother>> and <<sister>> are in the middle of a <<if $sister.isPornstar>>Skype call<<else>>conversation<</if>> when you walk in, at which point their attention has shifted squarely on you.''<<if $sister.isPornstar>>'' Your <<mother>> rotates the laptop so your <<sister>> can see you.<</if>>''
<<if $player.tfChange>>\
<<switch $player.gender>>\
<<case "Male">>\
<<pic $sister>>\
<<nm $sister "Hey... <<bro>>... You, uh... You forget to shave for like, the last twenty years or so?">>\
''You run your hand through your beard and sideburns...''
<<pic $mom>>\
<<nm $mom "You should have told me you were having such a problem in that area. We could have planned a spa day! If I didn't know any better I'd say you've turned into a... man!">>\
''You take a deep breath as you prepare to speak.''
<<nm $player "I think I might be, actually.">>\
''Your <<mother>> and <<sister>> don't quite know how to respond, though after a moment $sister.name starts cracking up...''
<<nm $sister "Hahahaha! Holy shit, you sound like a fucking lumberjack! Hahahaha! What the fuck happened!?">>\
<<nm $player "I think... I think I might have had an accident with some of the chemicals I've been working with. I'm not sure if the effects are permanent or not, but for now it is what it is.">>\
<<nm $mom "Well, I'm sure it'll all work itself out... even if it's gonna take a little getting used to on our part. We still love you, right $sister.name?">>\
<<nm $sister "HAHAHAHAHAHAHAHAHA!!!!!">>\
''Your <<sister>> can't contain herself anymore, and your <<mom>> looks like she's on the verge of joining her. $sister.name manages to get herself together long enough to start speaking again.''
<<nm $sister "So, ugh, sorry, haha... Right. *cough*<br><br>So are you still my '<<brother>>' or...?">>\
<<nm $player "Think I should pick something more appropriate? Guess people don't get that sort of choice very often... hm...">>\
<span id="name">\
New First Name:
<<textbox "$player.name" $player.name>>
Preferred Pronoun Set:
<<radiobutton "$player.identity" "male" checked>> Male
<<radiobutton "$player.identity" "female">> Female
@@.btnUI;<<button "Decide">>
<<replace "#name">>\
<<SetPronouns $player.identity>>\
''You think about it for a moment...''
<<nm $player "Go ahead and call me $player.name, and I'll just go ahead and be your <<brother>> from now on. Sound good?">>\
''Your family nods in approval''
<<nm $mom "Um, well hey. I'll go ahead and leave some... alternative outfits on your bed? Just in case you decide you want to, um, embrace your new look.">>\
<<AddOutfit "casual1">>\
<<AddUnderwear "boxers1">>\
<<btnLink "Go back to your room" "Room-Morning">>
<</replace>>\
<</button>>@@
</span>\
<<case "Female">>\
<<set $sister.seePenis to false>>\
<<set $sister.seePussy to false>>\
<<set $mom.seePenis to false>>\
<<set $mom.seePussy to false>>\
<<pic $sister>>\
<<nm $sister "Morning <<bro>>.">>\
<<nm $player "Morning, <<sis>>.">>\
<<pic $mom>>\
<<nm $mom "Oh honey, you're looking nice today... I can't quite put my finger on what it is though...">>\
<<Thought "Well $mom.name, the giant cock hanging between my legs is gone now...">>\
<<nm $mom "I dunno, you just look more 'comfortable' today. Well whatever it is, good for you!">>\
<<nm $player "Uh, thanks $mom.name...">>\
''The three of you chat for a bit before you decide to go about your own business.''
<<btnLink "Go back to your room" "Room-Morning">>
<<case "Trans">>\
<<if $player.wasMale>>\
<<pic $sister>>\
<<nm $sister "Hey... <<bro>>?">>\
<<pic $mom>>\
<<nm $mom "You're looking awfully, um... pretty today?">>\
<<nm $player "Yeah, I uh...">>\
<<nm $sister "Oh my god <<he>> SOUNDS pretty, too!">>\
<<nm $player "Yeah, I think I may have had a bit of an accident at the lab the other day and it's affected my hormones... I'm sure whatever it is will wear off eventually." "Ugh...">>\
<<nm $mom "Well I should hope not! You're so cute now! It's like I have a...">>\
<<nm $player "...A 'what', $mom.name?">>\
<<nm $sister "She was gonna say a second <<daughter>>... cause you look like a girl now.">>\
<<nm $mom "$sister.name!<br><br>...But yes...">>\
''You take a minute to examine yourself further in the mirror hanging in the kitchen.''
<<nm $sister "So... are you still my '<<brother>>' or...?">>\
<<nm $player "Think I should pick something more appropriate? Guess people don't get that sort of choice very often... hm...">>\
<span id="name">\
New First Name:
<<textbox "$player.name" $player.name>>
Preferred Pronoun Set:
<<radiobutton "$player.identity" "male" checked>> Male
<<radiobutton "$player.identity" "female">> Female
@@.btnUI;<<button "Decide">>
<<replace "#name">>\
<<SetPronouns $player.identity>>\
''You think about it for a moment...''
<<nm $player "Go ahead and call me $player.name, and I'll just go ahead and be your <<brother>> from now on. Sound good?">>\
''Your family nods in approval''
<<nm $mom "Um, well hey. I'll go ahead and leave some... alternative outfits on your bed? Just in case you decide you want to, um, embrace your new look.">>\
@@.tf;Feminine clothing has been added to your inventory.@@
<<AddOutfit "casual2">>\
<<AddUnderwear "cotton1">>\
<<AddBra "cotton1">>\
<<btnLink "Go back to your room" "Room-Morning">>
<</replace>>\
<</button>>@@
</span>\
<<elseif $player.wasFemale>>\
<<set $sister.seePenis to false>>\
<<set $sister.seePussy to false>>\
<<set $mom.seePenis to false>>\
<<set $mom.seePussy to false>>\
<<pic $sister>>\
<<nm $sister "Morning <<bro>>. Hey, you look... different.">>\
<<pic $mom>>\
<<nm $mom "Does <<he>>? Hm, I guess. You're definitely looking a little more toned these days. Been exercising more?">>\
''You try to respond to your <<mother>>'s question as your new cock twitches against your <<UnderwearOrPants>>.''
<<nm $player "Huh? Oh, yeah, I guess I have been working out a little more lately, haha...">>\
''$sister.name shrugs and goes back to her breakfast.''
<<nm $sister "Well you should ease up on it, your voice starting to sound a little mannish there, <<bro>>.">>\
<<nm $mom "Must be the allergies everyone's been dealing with lately... Let me know if you want me to pick up some Zyrtec later.">>\
<<nm $player "S-Sure thing, $mom.name...">>\
''You leave before anyone has a chance to notice the bulge growing under your <<bottom>>.''
<<btnLink "Go back to your room" "Room-Morning">>
<</if>>\
<</switch>>\
<<elseif $player.tfStateChange>>\
<<switch $player.stateChange>>\
<<case "isSissy">>\
<<if isMale()>>\
<<pic $sister>>\
<<nm $sister "Hey... <<bro>>?">>\
<<pic $mom>>\
<<nm $mom "You're looking awfully, um... pretty today?">>\
<<nm $player "Th-Thank you <<m-mom>>!">>\
<<nm $sister "Oh my god <<he>> SOUNDS pretty, too!">>\
<<nm $player "Think so, <<sis>>? Thanks... I think I may have had a bit of an accident at the lab the other day and it's affected my hormones... I'm sure whatever it is will wear off eventually, maybe...">>\
<<nm $mom "Well I should hope not! You're so cute now! It's like I finally have another <<daughter>>!">>\
<<nm $player "R-Really!?">>\
''You're not sure why, but you've begun blushing hard, bringing your hands to your cheeks.''
<<nm $sister "...Wow...">>\
<<nm $mom "OHMYGOSHSOCUTE!">>\
''You take a minute to examine yourself further in the mirror hanging in the kitchen, smiling at the praise your <<mother>>'s given you.''
<<nm $sister "So... are you still my '<<brother>>' or...?">>\
<<nm $player "Think I should pick something more appropriate? Guess people don't get that sort of choice very often... hm...">>\
<span id="name">\
New First Name:
<<textbox "$player.name" $player.name>>
Preferred Pronoun Set:
<<radiobutton "$player.identity" "male" checked>> Male
<<radiobutton "$player.identity" "female">> Female
@@.btnUI;<<button "Decide">>
<<replace "#name">>\
<<SetPronouns $player.identity>>\
''You think about it for a moment...''
<<nm $player "Go ahead and c-call me $player.name, a-and I'll just go ahead and be your <<brother>> from now on. Sound good?">>\
''Your family nods in approval''
<<nm $mom "Um, well hey. I'll go ahead and leave some... alternative outfits on your bed? Just in case you decide you want to, um, embrace your new look.">>\
@@.tf;Feminine clothing has been added to your inventory.@@
<<AddOutfit "casual2">>\
<<AddUnderwear "cotton1">>\
<<AddBra "cotton1">>\
<<btnLink "Go back to your room" "Room-Morning">>
<</replace>>\
<</button>>@@
</span>\
<<elseif isTrans()>>\
<<pic $sister>>\
<<nm $sister "Morning <<bro>>.">>\
<<nm $player "M-Morning, <<sis>>.">>\
<<pic $mom>>\
<<nm $mom "Oh honey, you're looking nice today... Very cute.">>\
''You start blushing.''
<<nm $player "Th-think so?">>\
<<nm $mom "I dunno, you just look more 'comfortable' today. Well whatever it is, good for you!">>\
<<nm $player "Thanks $mom.name...">>\
''You wrap up the conversation before heading off.''
<<btnLink "Go back to your room" "Room-Morning">>
<</if>>\
<<case "isNotSissy">>\
<<if isMale()>>\
<<pic $sister>>\
<<nm $sister "Morning <<bro>>. Hey, have you been working out?">>\
<<pic $mom>>\
<<nm $mom "Hm, yeah, you are looking a little healthier than usual today.">>\
''You rub your arms, noticing a little more muscle definition than there was yesterday.''
<<nm $player "Am I? Hunh... Must be the new diet I've been trying, haha...">>\
''The three of you chat for a bit before you decide to go about your own business.''
<<btnLink "Go back to your room" "Room-Morning">>
<<else>>\
<<pic $sister>>\
<<nm $sister "Hey <<bro>>.">>\
<<nm $player "Hey <<sis>>.">>\
<<pic $mom>>\
<<nm $mom "You're looking awfully cute today! And, if I may say, much more confident than I've been seeing.">>\
<<nm $player "Thanks, $mom.name.">>\
''Your <<sister>> nods in agreement with your <<mother>>.''
<<nm $player "Yeah, I dunno, just been feeling pretty good lately a-">>\
''Your newly enlarged cock has hardened and begun twitching in your <<UnderwearOrPants>>.''
<<nm $mom "And... what, dear?">>\
<<nm $player "Aaaaaaand... I just remembered I still haven't gone to the bathroom today! I'm gonna go take care of that.">>\
<<nm $sister "*snort* Yeah okay, <<bro>>. You better go take care of that... hahaha...">>\
<<btnLink "Go back to your room" "Room-Morning">>
<</if>>\
<<case "isBimbo">>\
<<pic $sister>>\
<<nm $sister "Hey... <<bro>>...">>\
<<nm $player "Hey <<sis>>!">>\
''You notice your <<sister>>'s staring disapprovingly at your chest.''
<<nm $player "Oh? You like these? I dunno what happened but when I woke up they were just BIGGER and I LOVE THEM! You wanna touch 'em?">>\
<<pic $mom>>\
<<nm $mom "$player.name! Put those things away! You're making your <<sister>> uncomfortable.">>\
<<nm $sister "$mom.name!">>\
''You've begun absentmindedly groping your chest while your <<mom>> and <<sister>> argue.''
<<nm $sister "$player.name!">>\
<<nm $player "Hm? Oh, hehe, sorry. They just felt so good, y'know? Anyways, I still gotta go get ready. See ya'!">>\
''You skip out of the kitchen.''
<<nm $mom "Oh don't let <<him>> get to you, $sister.name. I'm sure yours will... come in eventually...">>\
<<nm $sister "Ugh...">>\
<<btnLink "Go back to your room" "Room-Morning">>
<<case "isNotBimbo">>\
<<pic $sister>>\
<<nm $sister "Morning <<bro>>. Hey, did your boobs get smaller?">>\
<<pic $mom>>\
<<nm $mom "$sister.name! ...Although...">>\
''You look down at your definitely-a-little-smaller-than-it-was-yesterday chest.''
<<nm $player "Did they? Hunh... Must be the new diet I've been trying, haha...">>\
''$sister.name shrugs and goes back to her breakfast.''
<<nm $sister "Whatever, havin' small boobs ain't all that bad...">>\
<<nm $mom "$sister.name for Christ's sake...">>\
''The three of you chat for a bit before you decide to go about your own business.''
<<btnLink "Go back to your room" "Room-Morning">>
<</switch>>\
<<else>>\
ERROR: Please note this scene and circumstance and notify Westane. Screenshots are helpful as well. Thank you, and sorry for the inconvenience.
<<btnLink "Go back to your room" "Room-Morning">>
<</if>>\<<pic $npc "saya">>\
<<nm $saya "Alright! So, how do you feel about...">>\
<hr>
@@The following choices will determine how your character feels about different sexual interactions. There are no restrictions on your preferences, so use this as an opportunity to customize your character as you see fit!@@
<hr>\
@@.form;
''How do you feel about @@.tf;kissing others@@?''
<<radiobutton "$player.pref.kiss.give" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.kiss.give" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.kiss.give" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.kiss.give" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.kiss.give" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;getting kissed@@?''
<<radiobutton "$player.pref.kiss.get" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.kiss.get" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.kiss.get" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.kiss.get" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.kiss.get" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;eating pussy@@?''
<<radiobutton "$player.pref.eatPussy.give" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.eatPussy.give" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.eatPussy.give" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.eatPussy.give" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.eatPussy.give" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;sucking cock@@?''
<<radiobutton "$player.pref.suckCock.give" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.suckCock.give" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.suckCock.give" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.suckCock.give" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.suckCock.give" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;eating ass@@?''
<<radiobutton "$player.pref.rimjob.give" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.rimjob.give" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.rimjob.give" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.rimjob.give" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.rimjob.give" $LOVE>> ''@@.gain;Love@@''
<<if hasPussy()>>\
''How do you feel about @@.tf;getting eaten out?@@?''
<<radiobutton "$player.pref.eatPussy.get" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.eatPussy.get" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.eatPussy.get" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.eatPussy.get" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.eatPussy.get" $LOVE>> ''@@.gain;Love@@''
''@@.xxx;If you had a cock@@, how would you feel about @@.tf;getting your cock sucked@@?''
<<radiobutton "$player.pref.suckCock.get" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.suckCock.get" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.suckCock.get" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.suckCock.get" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.suckCock.get" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;getting your pussy played with@@?''
<<radiobutton "$player.pref.pussyPlay.get" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.pussyPlay.get" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.pussyPlay.get" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.pussyPlay.get" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.pussyPlay.get" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;getting your pussy fucked@@?''
<<radiobutton "$player.pref.pussyFuck.get" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.pussyFuck.get" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.pussyFuck.get" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.pussyFuck.get" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.pussyFuck.get" $LOVE>> ''@@.gain;Love@@''
<<else>>\
''How do you feel about @@.tf;getting your cock sucked@@?''
<<radiobutton "$player.pref.suckCock.get" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.suckCock.get" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.suckCock.get" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.suckCock.get" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.suckCock.get" $LOVE>> ''@@.gain;Love@@''
''@@.xxx;If you had a pussy@@, how would you feel about @@.tf;getting your pussy eaten out@@?''
<<radiobutton "$player.pref.eatPussy.get" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.eatPussy.get" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.eatPussy.get" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.eatPussy.get" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.eatPussy.get" $LOVE>> ''@@.gain;Love@@''
<</if>>\
''How do you feel about @@.tf;getting your ass played with@@?''
<<radiobutton "$player.pref.analPlay.get" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.analPlay.get" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.analPlay.get" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.analPlay.get" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.analPlay.get" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;getting your ass fucked@@?''
<<radiobutton "$player.pref.analFuck.get" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.analFuck.get" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.analFuck.get" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.analFuck.get" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.analFuck.get" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;playing with other people's pussies@@?''
<<radiobutton "$player.pref.pussyPlay.give" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.pussyPlay.give" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.pussyPlay.give" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.pussyPlay.give" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.pussyPlay.give" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;fucking or penetrating pussy@@?''
<<radiobutton "$player.pref.pussyFuck.give" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.pussyFuck.give" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.pussyFuck.give" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.pussyFuck.give" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.pussyFuck.give" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;playing with other people's assholes@@?''
<<radiobutton "$player.pref.analPlay.give" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.analPlay.give" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.analPlay.give" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.analPlay.give" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.analPlay.give" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;fucking or penetrating ass@@?''
<<radiobutton "$player.pref.analFuck.give" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.analFuck.give" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.analFuck.give" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.analFuck.give" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.analFuck.give" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;participating in gangbangs@@?''
<<radiobutton "$player.pref.gangbang.give" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.gangbang.give" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.gangbang.give" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.gangbang.give" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.gangbang.give" $LOVE>> ''@@.gain;Love@@''
''How do you feel about @@.tf;getting gangbanged@@?''
<<radiobutton "$player.pref.gangbang.get" $HATE>> ''@@.loss;Hate@@'' - \
<<radiobutton "$player.pref.gangbang.get" $DISLIKE>> ''@@.loss;Dislike@@'' - \
<<radiobutton "$player.pref.gangbang.get" $NEUTRAL checked>> ''@@.data;Neutral@@'' - \
<<radiobutton "$player.pref.gangbang.get" $LIKE>> ''@@.gain;Like@@'' - \
<<radiobutton "$player.pref.gangbang.get" $LOVE>> ''@@.gain;Love@@''
@@
<<btnLink "Submit" "PreferenceResult">>\<<pic $npc "saya">>\
<<nm $saya "Seriously? Well, aren't you the brave one! Alright, one random batch of preferences coming right up!">>\
<<set
$player.pref.kiss.give to random(10,90), $player.pref.kiss.get to random(10,90),
$player.pref.analFuck.give to random(10,90), $player.pref.analFuck.get to random(10,90),
$player.pref.pussyFuck.give to random(10,90), $player.pref.pussyFuck.get to random(10,90),
$player.pref.analPlay.give to random(10,90), $player.pref.analPlay.get to random(10,90),
$player.pref.pussyPlay.give to random(10,90), $player.pref.pussyPlay.get to random(10,90),
$player.pref.rimjob.give to random(10,90), $player.pref.rimjob.get to random(10,90),
$player.pref.eatPussy.give to random(10,90), $player.pref.eatPussy.get to random(10,90),
$player.pref.suckCock.give to random(10,90), $player.pref.suckCock.get to random(10,90),
$player.pref.gangbang.give to random(10,90), $player.pref.gangbang.get to random(10,90),
$player.pref.cock.want to random(10,90), $player.pref.cock.have to random(10,90),
$player.pref.pussy.want to random(10,90), $player.pref.pussy.have to random(10,90),
$player.pref.breasts.want to random(10,90), $player.pref.breasts.have to random(10,90),
$player.pref.bigBreasts.want to random(10,90), $player.pref.bigBreasts.have to random(10,90),
$player.pref.smallBreasts.want to random(10,90), $player.pref.smallBreasts.have to random(10,90)
>>\
<<btnLink "Continue..." "PreferenceResult">><<pic $npc "saya">>\
<<nm $saya "So, here's how I understand it...">>\
<<DrawPreferencesTable>>\
<<btnBack "I want to change something!">>
<<btnLink "Continue..." "Room-Morning">><<widget "TFCheck">>\
<<set $player.tfChange to false, $player.tfStateChange to false>>\
<<if isSissy() and permanentTF("sissy")>>\
@@.xxx;You've given in to your life as a submissive, sissy slut, no longer able to think or act like a man. All you want now is to be used and dominated and treated like the whore you are. You'll never be able to return to your old life...@@\
<<include Dreaming>>\
<<elseif isBimbo() and permanentTF("bimbo")>>\
@@.xxx;Your mind's too far gone, lost to endless lust and desire. You'll forever live as a bimbo whore, with any thoughts to the contrary quickly squelched by your need for sex...@@\
<<include Dreaming>>\
<<else>>\
<<set _genderv to 0>>\
<<switch $player.gender>>\
<<case "Male">>\
<<if dressed("crossdressed")>>\
• Crossdressing as a woman makes you feel @@.tf2;feminine@@.
<<set _genderv += 2>>\
<</if>>\
<<if dressed("girly-underwear")>>\
• Wearing <<underwear>> as a man makes you feel @@.tf2;feminine@@.
<<set _genderv += 2>>\
<</if>>\
<<if analPlugged()>>\
• The <<accb>> in your ass makes you feel @@.tf2;feminine@@ and @@.tf1;little slutty@@.
<<set _genderv += 2>>\
<<set $player.horny += 5>>\
<</if>>\
<<if isChastity()>>\
<<if $player.isDom>>\
• Despite your dominant nature, the <<accf>> you're wearing makes you feel @@.tf2;submissive@@.
<<set $player.dom -= 3>>\
<<else>>\
• The <<accf>> you're wearing makes you feel @@.tf3;very submissive@@.
<<set $player.dom -= 6>>\
<</if>>\
<</if>>\
<<if dressed("slutty") and dressed("girly")>>\
• Dressing slutty makes you feel @@.tf2;submissive@@, and a @@.tf1;little feminine@@.
<<set _genderv += 1>>\
<<set $player.dom -= 3>>\
<</if>>\
<<if $player.makeup is 1>>\
• Wearing makeup makes you feel @@.tf2;feminine@@.
<<set _genderv += 2>>\
<</if>>\
<<if $player.makeup is 2>>\
• Wearing heavy makeup makes you feel @@.tf2;submissive@@, and @@.tf3;very feminine@@.
<<set $player.dom -= 3>>\
<<set _genderv += 3>>\
<</if>>\
<<if $player.breastSize > 0>>\
• Having <<bSize>> as a male makes you feel @@.tf3;extremely feminine@@.
<<set _genderv += 12>>\
<</if>>\
<<if $player.penisSize >= 75 and not flag($player,"LockSub")>>\
• Your <<pSize>> makes you feel more confident and @@.tf3;very dominant@@.
<<set $player.dom += 10>>\
<</if>>\
<<if $player.hairLength > 2 and $player.identity isnot "male">>\
• Your long hair makes you feel @@.tf2;feminine@@.
<<set _genderv += 2>>\
<</if>>\
<<case "Female">>\
<<if dressed("crossdressed")>>\
• Crossdressing as a man makes you feel @@.tf2;masculine@@.
<<set _genderv -= 2>>\
<</if>>\
<<if analPlugged()>>\
• The <<accb>> in your ass makes you feel a @@.tf1;little slutty@@.
<<set $player.horny += 5>>\
<</if>>\
<<if frontPlugged()>>\
• The <<accf>> in your pussy makes you feel a @@.tf1;little slutty@@.
<<set $player.horny += 5>>\
<</if>>\
<<if hasStrapon() and $player.identity isnot "female">>\
• The <<accf>> you're wearing makes you feel @@.tf3;very masculine@@.
<<set _genderv -= 3>>\
<</if>>\
<<if dressed("slutty")>>\
• The risqué clothing you're wearing makes you feel @@.tf2;slutty@@.
<<set $player.horny += 5>>\
<</if>>\
<<if $player.makeup is 2>>\
• The heavy makeup you're wearing makes you feel @@.tf3;very slutty@@.
<<set $player.horny += 10>>\
<</if>>\
<<if $player.breastSize is 0>>\
• Having a completely flat chest makes you feel @@.tf2;masculine@@.
<<set _genderv -= 10>>\
<</if>>\
<<if $player.hairLength < 3 and $player.identity isnot "female">>\
• Your short hair makes you feel @@.tf2;masculine@@.
<<set _genderv -= 2>>\
<</if>>\
<<case "Trans">>\
<<if $player.identity isnot "trans" and not isChastity()>>\
<<if dressed("manly")>>\
• The masculine clothing you're wearing makes you feel @@.tf2;masculine@@.
<<set _genderv -= 2>>\
<</if>>\
<<if dressed("girly")>>\
• The feminine clothing you're wearing makes you feel @@.tf2;feminine@@.
<<set _genderv += 2>>\
<</if>>\
<</if>>\
<<if analPlugged()>>\
• The <<accb>> in your ass makes you feel @@.tf2;horny@@ and a @@.tf1;little feminine@@.
<<set _genderv += 1>>\
<<set $player.horny += 5>>\
<</if>>\
<<if isChastity()>>\
<<if $player.isDom>>\
• Despite your dominant nature, the <<accf>> you're wearing makes you feel @@.tf2;submissive@@.
<<set $player.dom -= 3>>\
<<else>>\
• The <<accf>> you're wearing makes you feel @@.tf3;very submissive@@.
<<set $player.dom -= 6>>\
<</if>>\
<</if>>\
<<if dressed("slutty")>>\
• The risqué clothing you're wearing makes you feel @@.tf2;slutty@@.
<<set $player.horny += 5>>\
<</if>>\
<<if $player.makeup is 2>>\
• The heavy makeup you're wearing makes you feel @@.tf2;horny@@ and a @@.tf1;little submissive@@.
<<set $player.horny += 5>>\
<<set $player.dom -= 1>>\
<</if>>\
<<if $player.penisSize >= 75 and not flag($player,"LockSub")>>\
• Your <<pSize>> makes you feel more confident and @@.tf3;very dominant@@.
<<set $player.dom += 10>>\
<</if>>\
<</switch>>\
<<if $player.baseGender is "male">>\
<<if $player.identity is "female">>\
• As a man, identifying as a woman makes you feel @@.tf2;feminine@@.
<<set _genderv += 2>>\
<</if>>\
<<if $player.identity is "trans">>\
• As a man, identifying as a transsexual makes you feel @@.tf2;feminine@@.
<<set _genderv += 2>>\
<</if>>\
<<elseif $player.baseGender is "female">>\
<<if $player.identity is "male">>\
• As a woman, identifying as a man makes you feel @@.tf2;masculine@@.
<<set _genderv -= 2>>\
<</if>>\
<<if $player.identity is "trans">>\
• As a woman, identifying as a transsexual makes you feel @@.tf2;masculine@@.
<<set _genderv -= 2>>\
<</if>>\
<<elseif $player.baseGender is "ts">>\
<<if $player.identity is "female">>\
<<if isTrans()>>
• As a transsexual, identifying as a female makes you feel a @@.tf1;little feminine@@.
<<set _genderv += 1>>\
<<elseif isSissy()>>
• As a sissy, identifying as a female makes you feel a @@.tf1;little feminine@@.
<<set _genderv += 1>>\
<</if>>\
<</if>>\
<<if $player.identity is "male">>\
<<if isTrans()>>\
• As a transsexual, identifying as a male makes you feel @@.tf2;masculine@@.
<<set _genderv -= 2>>\
<<elseif isSissy()>>\
• As a sissy, identifying as a male makes you feel @@.tf2;masculine@@.
<<set _genderv -= 2>>\
<</if>>\
<</if>>\
<<if $player.identity is "trans">>\
<</if>>\
<</if>>\
<<set _genderv *= $player.tfRate>>\
<<set $player.genderv += _genderv>>\
<<if isBimbo() and $player.breastSize < 100>>\
• @@.xxx;Your breasts grow as you sleep...@@
<<run modBreasts(8)>>\
<</if>>\
<<if isMale() and $player.breastSize > 0>>\
• @@.tf;Your breasts shrink as you sleep...@@
<<run modBreasts(-8)>>\
<</if>>\
<<if (isSissy() or isChastity()) and $player.penisSize > 1>>\
• @@.xxx;Your penis shrinks as you sleep...@@
<<run modPenis(-8)>>\
<</if>>\
<<if not isSissy() and not isChastity() and hasPenis() and $player.penisSize < 50>>\
• @@.tf;Your penis grows as you sleep...@@
<<run modPenis(8)>>\
<</if>>\
<<if isMale() and $player.genderv > 0>>\
<<set $player.genderv to 0>>\
<</if>>\
<<if isFemale() and $player.genderv < 0>>\
<<set $player.genderv to 0>>\
<</if>>\
<<if isTrans() and $player.genderv > 25>>\
<<set $player.genderv to 25>>\
<</if>>\
<<if isTrans() and $player.genderv < (-25)>>\
<<set $player.genderv to (-25)>>\
<</if>>\
<<if not isMale() and $player.breastSize < 25>>\
• @@.tf;Your breasts grow as you sleep...@@
<<run modBreasts(8)>>\
<</if>>\
<<if $player.isPregnant>>\
<<if $player.genderv < 20>>\
• @@.tf;Since you're pregnant, you find yourself unable to transition into a gender without a proper womb.@@
<<set $player.genderv to 20>>\
<</if>>\
<</if>>\
<<if $player.hasCollar>>\
• @@.ef;As you sleep, you don't hear the bell of the cat collar around your throat, nor do you feel it as it tightens ever so slightly...@@
• @@.ef;You feel yourself becoming more and more submissive...@@
<<set $player.dom -= 10>>\
<<if hasPenis() and $player.penisSize > 1>>\
<<run modPenis(-16)>>\
• @@.ef;Your penis shrinks as you sleep...@@
<</if>>\
<<if hasPussy() and $player.pussySize <= 100>>\
<<if $player.pussySize is 0>>\
• @@.ef;In your sleep, you don't feel as your <<vSize>> begins to stretch and moisten, tearing your hymen in the process...@@
<<else>>\
• @@.ef;Your <<vSize>> stretches and moistens as you sleep...@@
<</if>>\
<<run modPussy(16)>>\
<</if>>\
<<if $player.assSize <= 100>>\
• @@.ef;Your <<aSize>> stretches as you sleep, becoming more flexible and elastic...@@
<<run modAss(16)>>\
<</if>>\
<</if>>\
<<if rangeMaleTF()>>\
<<set $player.tfMale to Math.clamp($player.tfMale + 1, 0, $TFMilestone)>>\
<<if not isMale()>>\
• @@.tf;You feel yourself becoming@@ @@.gain;more@@ @@.tf;masculine...@@
<</if>>\
<<else>>\
<<set $player.tfMale to Math.clamp($player.tfMale - 1, 0, $TFMilestone)>>\
<</if>>\
<<if rangeFemaleTF()>>\
<<set $player.tfFemale to Math.clamp($player.tfFemale + 1, 0, $TFMilestone)>>\
<<if not isFemale()>>\
• @@.tf;You feel yourself becoming@@ @@.gain;more@@ @@.tf;feminine...@@
<</if>>\
<<else>>\
<<set $player.tfFemale to Math.clamp($player.tfFemale - 1, 0, $TFMilestone)>>\
<</if>>\
<<if rangeTransTF()>>\
<<set $player.tfTrans to Math.clamp($player.tfTrans + 1, 0, $TFMilestone)>>\
<<if not isTrans()>>\
<<if isMale()>>\
• @@.tf;You feel yourself becoming@@ @@.gain;more@@ @@.tf;feminine...@@
<<else>>\
• @@.tf;You feel yourself becoming@@ @@.gain;more@@ @@.tf;masculine...@@
<</if>>\
<</if>>\
<<else>>\
<<set $player.tfTrans to Math.clamp($player.tfTrans - 1, 0, $TFMilestone)>>\
<</if>>\
<<if rangeSissyTF()>>\
<<set $player.tfSissy++>>\
<<if not isSissy()>>\
• @@.sf;You feel yourself becoming@@ @@.gain;more@@ @@.sf;submissive and effeminate...@@
<</if>>\
<<else>>\
<<set $player.tfSissy-->>\
<<if $player.tfSissy < 0>>\
<<set $player.tfSissy to 0>>\
<</if>>\
<<if isSissy()>>\
• @@.sf;You feel yourself becoming@@ @@.loss;less@@ @@.sf;submissive and effeminate...@@
<</if>>\
<</if>>\
<<if rangeBimboTF()>>\
<<set $player.tfBimbo++>>\
<<if not isBimbo()>>\
• @@.bf;You feel yourself becoming@@ @@.gain;more@@ @@.bf;lustful and airheaded...@@
<</if>>\
<<else>>\
<<set $player.tfBimbo-->>\
<<if $player.tfBimbo < 0>>\
<<set $player.tfBimbo to 0>>\
<</if>>\
<<if isBimbo()>>\
• @@.bf;You feel yourself becoming@@ @@.loss;less@@ @@.bf;lustful and airheaded...@@
<</if>>\
<</if>>\
/* Gender Change */\
<<if triggerMaleTF()>>\
<<pic $events "dream-tfMale">>\
@@.tf;You toss and turn in bed, restless. You have strange dreams, and feel feverish. There's a constant stirring and burning in your loins, and every time your hand brushes against your <<pSize>> you feel a surge of unnatural pleasure...@@
@@.tf;You dream of a strong, dominant man fucking a submissive woman. "That's me!", you think to yourself. When you see this man you feel that, deep down, this is your true self...@@
<<btnChoice "Embrace the dream and wake up" "Room-Morning" "tfToMale()">>
<<if not $ForceTF>>\
<<btnChoice "Reject the dream, denying the transformation" "Room-Morning" "$player.genderv to 0">>\
<</if>>\
<<elseif triggerFemaleTF()>>\
<<pic $events "dream-tfFemale">>\
@@.tf;You toss and turn in bed, restless. You have strange dreams, and feel feverish. There's a constant stirring and burning in your loins, and every time your hand brushes against your <<pSize>> you feel a surge of unnatural pleasure...@@
@@.tf;You dream of a beautiful woman, confident and sexy. "That's me!", you think to yourself. When you see this woman you feel that, deep down, this is your true self...@@
<<btnChoice "Embrace the dream and wake up" "Room-Morning" "tfToFemale()">>
<<if not $ForceTF>>\
<<btnChoice "Reject the dream, denying the transformation" "Room-Morning" "$player.genderv to 0">>\
<</if>>\
<<elseif triggerTransTF()>>\
<<pic $events "dream-tfTrans">>\
@@.tf;You toss and turn in bed, restless. You have strange dreams, and feel feverish. There's a constant stirring and burning in your loins, and every time your hand brushes against your <<pSize>> you feel a surge of unnatural pleasure...@@
@@.tf;You dream of a beautiful trans woman, sexy and petite, with both a hard cock and an inviting asshole. "That's me!", you think to yourself. When you see this trans-girl you feel that, deep down, this is your true self...@@
<<btnChoice "Embrace the dream and wake up" "Room-Morning" "tfToTrans()">>
<<if not $ForceTF>>\
<<if isFemale()>>\
<<btnChoice "Reject the dream, denying the transformation" "Room-Morning" "$player.genderv to 50">>\
<<else>>\
<<btnChoice "Reject the dream, denying the transformation" "Room-Morning" "$player.genderv to -50">>\
<</if>>\
<</if>>\
<<else>>\
<<if triggerTransDomTF()>>\
<<pic $events "dream-tfTransDom">>\
@@.tf;You toss and turn in bed, restless. You have strange dreams, and feel feverish. There's a constant stirring and burning in your loins, and every time your hand brushes against your <<pSize>> you feel a surge of unnatural pleasure...@@
@@.tf;You dream of a sexy, confident trans woman, sporting a pair of large breasts as well as a hard cock. She's dominating a man in bed, pounding his asshole with the kind of authority that only someone like her could. "That's me!", you think to yourself. When you see this attractive trans woman you feel that, deep down, this is your true self...@@
<<btnChoice "Embrace the dream and wake up" "Room-Morning" "tfToTransDom()">>
<<elseif cancelTransDomTF()>>\
<<pic $events "dream-tfTrans">>\
@@.tf;You toss and turn in bed, restless. You have strange dreams, and feel feverish. There's a constant stirring and burning in your loins, and every time your hand brushes against your <<pSize>> you feel a surge of unnatural pleasure...@@
@@.tf;You dream of a beautiful trans woman, sexy and petite, with both a hard cock and an inviting asshole. "That's me!", you think to yourself. When you see this trans-girl you feel that, deep down, this is your true self...@@
<<btnChoice "Embrace the dream and wake up" "Room-Morning" "tfFromTransDom()">>
<<elseif triggerSissyTF()>>\
<<pic $events "dream-tfSissy">>\
@@.tf;You toss and turn in bed, restless. You have strange dreams, and feel feverish. There's a constant stirring and burning in your loins, and every time your hand brushes against your <<pSize>> you feel a surge of unnatural pleasure...@@
@@.tf;You dream of a cute, submissive sissy being dominated by another man fucking her hard and deep. "That's me!", you think to yourself. When you see this sissy slut you feel that, deep down, this is your true self...@@
<<btnChoice "Embrace the dream and wake up" "Room-Morning" "tfToSissy()">>
<<if not $ForceTF>>\
<<btnChoice "Reject the dream, denying the transformation" "Room-Morning" "$player.tfSissy to 0">>\
<</if>>\
<<elseif triggerBimboTF()>>\
<<pic $events "dream-tfBimbo">>\
@@.tf;You toss and turn in bed, restless. You have strange dreams, and feel feverish. There's a constant stirring and burning in your loins, and every time your hand brushes against your <<bSize>> you feel a surge of unnatural pleasure...@@
@@.tf;You dream of a large-breasted bimbo whore, more plastic than person, happily fucking and sucking every cock that comes her way. "That's me!", you think to yourself. When you see this carefree bimbo slut you feel that, deep down, this is your true self...@@
<<btnChoice "Embrace the dream and wake up" "Room-Morning" "tfToBimbo()">>
<<if not $ForceTF>>\
<<btnChoice "Reject the dream, denying the transformation" "Room-Morning" "$player.tfBimbo to 0">>\
<</if>>\
<<elseif cancelSissyTF()>>\
@@.tf;You toss and turn in bed, restless. You have strange dreams, and feel feverish. There's a constant stirring and burning in your loins, and every time your hand brushes against your <<pSize>> you feel a surge of unnatural pleasure...@@
@@.tf;You see yourself, or rather a version of yourself. You see a stronger version of yourself, taking control over not only your own life, but the lives of those around you...@@
<<btnChoice "Embrace the dream and wake up" "Room-Morning" "tfFromSissy()">>
<<if not $ForceTF>>\
<<btnChoice "Reject the dream, denying the transformation" "Room-Morning" "$player.tfSissy to 0">>\
<</if>>\
<<elseif cancelBimboTF()>>\
@@.tf;You toss and turn in bed, restless. You have strange dreams, and feel feverish. There's a constant stirring and burning in your loins, and every time your hand brushes against your <<bSize>> you feel a surge of unnatural pleasure...@@
@@.tf;You see yourself, or rather a version of yourself. You see a confident version of yourself, one completely in control over your own desires, capable of making clear and sensible decisions...@@
<<btnChoice "Embrace the dream and wake up" "Room-Morning" "tfFromBimbo()">>
<<if not $ForceTF>>\
<<btnChoice "Reject the dream, denying the transformation" "Room-Morning" "$player.tfBimbo to 0">>\
<</if>>\
<<else>>\
<<include Dreaming>>\
<</if>>\
<</if>>\
<</if>>\
<</widget>><<if $player.tfChange>>\
<<set $player.tfWorkChange to true>>\
''You wake up in a pool of sweat and cum, so much that for a second you thought you might have wet the bed... and you're not quite ready to rule out that possibility... Your body has changed, though you're not quite sure how yet...''
<<Thought "What the fuck was that crazy dream? God, my bed's soaked... Hm?">>\
<<switch $player.gender>>\
<<case "Male">>\
''You look down to find that your soft, feminine features have all but disappeared. Your chest has firmed up, and your <<pSize>> seems to have grown slightly. Exploring further, you find a thin layer of stubble has already formed on your face.''
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, though you find it's less comfortable than you remember... though still not entirely unpleasurable.''
<</if>>\
<<nm $player "Ugh, what the hell...">>\
''Your voice has deepened significantly. You get out of bed and look in the mirror, confirming your suspicions that your body's transformed into that of a full-fledged male.''
<<pic $player "tf">>\
<<case "Female">>\
''You feel normal, save for a strange feeling between your legs. You run your hand down between your thighs to find that where your large she-cock once hung proudly is now a finely shaped pussy, still wet from last night's unusual dreams.''
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, though you find it's less comfortable than you remember... though still not entirely unpleasant.''
<</if>>\
<<nm $player "Ugh, what the hell...">>\
''You notice your voice is higher than you remember, slightly more refined and feminine than before. Your features have also softened somewhat, and your <<bSize>> feel much more natural than they did before. There's no mistaking it, you've become a full-fledged woman.''
<<pic $player "tf">>\
<<case "Trans">>\
<<if $player.wasMale>>\
''You feel normal, for the most part, save for a kind of "tingling" across your body. When you raise your hand to your face you realize that not only has your hair grown several inches, but all of your facial hair is gone as well. In fact, your entire body has grown softer and more sensitive... So sensitive, actually, that just running your fingers along your skin is enough to give you an erection!''
<<Thought "Has it... gotten smaller?">>\
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, though you find it's much more comfortable than you remember... so much so it's making you feel incredibly aroused...''
<</if>>\
<<nm $player "Ugh, what the hell...">>\
''You notice your voice is considerably higher than it used to be, sounding distinctly feminine. You get out of bed and look in the mirror, confirming that your body is definitely less masculine than it used to be... Your <<pSize>> has definitely shrunk somewhat, and your chest has softened into what could easily be mistaken for <<bSize>>.''
<<elseif $player.wasFemale>>\
''You struggle to regain your senses, head still spinning from last night. You feel more or less the same, and nothing seems to have changed... except for a new sensation between your legs. Pulling the sheets off reveals a <<pSize>> in place of what was once your vagina.''
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, feeling quite nice... so much so it's making you feel incredibly aroused...''
<</if>>\
<<nm $player "What the fuck!?">>\
''It twitches with need every time you move, precum beading from the tip. You reach out to grab and electric pleasure shoots through your entire body! It takes little more than a single stroke for you to eject your first load, and you're already wanting more... You pull yourself out of bed and look in the mirror. Before you stands a tall, sexy transsexual.''
<</if>>\
<<pic $player "tf">>\
<</switch>>\
<<if isChastity() and not hasPenis()>>\
@@.tf;Now that you no longer have a penis for it to attach to, the chastity device you were once wearing has fallen to the floor, seeming to have opened itself from the impact. It looks like it's still usable though.@@\
<<set $player.accf to "none">>\
<</if>>\
<<if hasStrapon() and not hasPussy()>>\
@@.tf;As you no longer have a vagina for the harness to fit properly to, the strapon you were once wearing has fallen off your body, and now lays on the floor.@@\
<<set $player.accf to "none">>\
<</if>>\
<<if frontPlugged() and not hasPussy()>>\
@@.tf;As you no longer have a vagina, the <<accf>> you were once wearing has fallen out of your body, and now lays on the floor.@@\
<<set $player.accf to "none">>\
<</if>>\
<<btnLink "Continue" "HomeReaction">>
<<else>>\
''You wake up in a pool of sweat and cum, so much that for a second you thought you might have wet the bed... and you're not quite ready to rule out that possibility... Your body has changed, though you're not quite sure how yet...''
<<Thought "What the fuck was that crazy dream? God, my bed's soaked... Hm?">>\
<<switch $player.stateChange>>\
<<case "isTSDom">>\
''Everything seems more or less the same, save for a new feeling of weight on your chest. Looking down you see what once were smooth, fleshy mounds have now become large shapely breasts. Your penis twitches in ecstasy every time you run your fingers over them.''
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, feeling quite nice... so much so it's making you feel incredibly aroused...''
<</if>>\
<<nm $player "Well, this is nice...">>\
''You get out of bed, nearly losing your balance as you struggle to get used being so top-heavy, and look in the mirror. Before you stands a tall attractive trans woman.''
<<pic $player "tf">>\
<<case "isNotTSDom">>\
''You feel much more comfortable than you have in a long time, like an unnatural weight has been lifted off you... chest? The large, fake looking breasts that once hung from your chest are now gone, replaces by small fleshy mounds. Still, you love the way they feel as you run your hands across them, and the sensation is more than enough to work your cock up to attention.''
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, feeling quite nice... so much so it's making you feel incredibly aroused...''
<</if>>\
<<nm $player "Hm, this is nice...">>\
''Your voice sounds more naturally feminine as well. You roll out of bed to inspect yourself in the mirror and are quite happy with the slim, cute trans-girl you've become.''
<<pic $player "tf">>\
<<case "isSissy">>\
<<if isMale()>>\
''You can't quite explain it, but you feel... weaker, somehow. Smaller? Your body feels soft and delicate. You bring your dainty hand to your face and realize that not only does your hair feel like it's grown somewhat, but any trace of facial hair seems to be gone entirely. Your skin is smooth and sensitive, so much so that the simply feeling of your fingers running over it is enough to elicit extreme pleasure from your...''
<<nm $player "What the fuck!?">>\
''You ignore the fact that your voice sounds much higher pitched than it used to, focusing entirely on your flaccid penis, which is clearly smaller than it was yesterday! It's embarrassingly useless, and you can't seem to get it up no matter what you do. For all your efforts you manage to draw a steady stream of precum from it, and when that stream reaches your asshole it's almost enough to send you over the edge.''
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, feeling quite nice... so much so it's making you feel incredibly aroused...''
<</if>>\
''You get out of your bed, which seems a lot taller for some reason, and examine your new feminine self in front of your mirror.''
<<elseif isTrans()>>\
''You can't quite explain it, but you feel... weaker, somehow. Smaller? Your body feels softer and more delicate. Your skin is smoother and more sensitive than you remember, so much so that the simply feeling of your fingers running over it is enough to elicit extreme pleasure from your...''
<<if not isBimbo()>>\
<<nm $player "What the fuck!?">>\
''Your attention is now focused entirely on your flaccid penis, which is clearly smaller than it was yesterday! It's embarrassingly useless, and you can't seem to get it up no matter what you do. For all your efforts you manage to draw a steady stream of precum from it, and when that stream reaches your asshole it's almost enough to send you over the edge.''
<<else>>\
<<nm $player "Oh my GOD! It's so CUTE!">>\
''Your attention is now focused entirely on your flaccid penis, which is clearly smaller than it was yesterday! Even though you can't seem to get it up no matter what you do, you just can't keep your hands off of it. For all your efforts you manage to draw a steady stream of precum from it, and when that stream reaches your asshole it's almost enough to send you over the edge.''
<<nm $player "O-OOOHHHH!!! Hehehe!">>\
<</if>>\
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, feeling quite nice... so much so it's making you feel incredibly aroused...''
<</if>>\
''You get out of your bed, which seems a lot taller than it used to, and examine your new softer self in front of your mirror.''
<</if>>\
<<pic $player "tf">>\
<<case "isNotSissy">>\
<<if isMale()>>\
''You look down to find that your soft, feminine features have all but disappeared. Your chest has firmed up, and your penis seems to have grown slightly. Exploring further, you find your hair's shortened, and a thin layer of stubble has already formed on your face. To your delight, your once useless dicklet is now much closer to its former size.''
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, though you find it's less comfortable than you remember... though still not entirely unpleasurable.''
<</if>>\
<<nm $player "Ugh, what the hell...">>\
''Your voice has deepened significantly. You get out of bed and look in the mirror, confirming your suspicions that your body's regained much of its former masculinity.''
<<elseif isTrans()>>\
''You wake up feeling more or less normal, save for the fact that your body feels slightly more firm than it used to. More surprising is the fact that the once-useless flap of flesh between your legs has grown into a fully functional, and rock hard, cock!''
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, feeling quite nice... so much so it's making you feel incredibly aroused...''
<</if>>\
<<nm $player "Well.. That's neat.">>\
''You roll out of bed and inspect yourself in the mirror. You appear much more confident, and quite feminine.''
<</if>>\
<<case "isBimbo">>\
<<if isFemale()>>\
''You're head's still spinning, but near as you can tell you're still as much a woman as you ever were. In fact, as you explore your body you begin to realize you're now MORE woman than you ever were! Your breasts have clearly grown since yesterday and your pussy seems to be gushing endlessly. Every part of you body seems to have become an erogenous zone, and before you know it you're already masturbating...''
<<nm $player "Oh god! This is AWESOME!">>\
''Every thrust of your fingers into your sopping wet pussy splashes your juices everywhere, until eventually your bedding is completely soaked. You suck on a pair of cum-soaked fingers for a moment before finally getting out of bed and looking at yourself in the mirror.''
<<nm $player "Hell yeah! Check ME out!">>\
''You've transformed into a complete bimbo slut, and you love it!''
<<elseif isTrans()>>\
''You're head's still spinning, but near as you can tell you're still as much a woman as you ever were. In fact, as you explore your body you begin to realize you're now MORE woman than you ever were! Your breasts have clearly grown since yesterday and your asshole seems to be lubricating itself naturally... and excessively. Every part of you body seems to have become an erogenous zone, and before you know it you're already masturbating...''
<<nm $player "Oh god! This is AWESOME!">>\
<<if isSissy()>>\
''Every thrust of your fingers into your sopping wet asshole splashes your juices everywhere, until eventually your bedding is completely soaked. You suck on a pair of cum-soaked fingers for a moment before finally getting out of bed and looking at yourself in the mirror.''
<<else>>\
''Every stroke of your <<pSize>> sends your cum spraying everywhere, until eventually your bedding is completely soaked. You suck on a pair of sperm-soaked fingers for a moment before finally getting out of bed and looking at yourself in the mirror.''
<</if>>\
<<nm $player "Hell yeah! Check ME out!">>\
''You've transformed into a complete bimbo slut, and you love it!''
<</if>>\
<<pic $player "tf">>\
<<case "isNotBimbo">>\
<<if isFemale()>>\
''You look down to find that your <<bSize>> have shrunk down to a more manageable size, and the feeling of overwhelming lust seems to have dissipated, though the strange arousal inflicted by your unusual dreams still lingers. Running your hands along your body you find that the rest of your features have returned to something you would consider to be more "normal" as well.''
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, though you find it's less comfortable than you remember... though still not entirely unpleasurable.''
<</if>>\
<<nm $player "Ugh, what the hell...">>\
''Your voice has also deepened slightly, no long the high-pitch bimbo squeal you had become used to. You get out of bed and look yourself over in the mirror, confirming that you've returned to being a normal <<man>> again.''
<<elseif isTrans()>>\
''You look down to find that your <<bSize>> have shrunk down to a more manageable size, and the feeling of overwhelming lust seems to have dissipated, though the strange arousal inflicted by your unusual dreams still lingers. Running your hands along your body you find that the rest of your features have returned to something you would consider to be more "normal" as well.''
<<if analPlugged()>>\
''The <<accb>> you had lodged in your anus is still firmly in place, though you find it's less comfortable than you remember... though still not entirely unpleasurable.''
<</if>>\
<<nm $player "Ugh, what the hell...">>\
''Your voice has also deepened slightly, no long the high-pitch bimbo squeal you had become used to. You get out of bed and look yourself over in the mirror, confirming that you've returned to being a normal trans <<man>> again.''
<</if>>\
<</switch>>\
<<if isChastity() and not hasPenis()>>\
@@.tf;Now that you no longer have a penis for it to attach to, the chastity device you were once wearing has fallen to the floor, seeming to have opened itself from the impact. It looks like it's still usable though.@@\
<<set $player.accf to "none">>\
<</if>>\
<<if hasStrapon() and not hasPussy()>>\
@@.tf;As you no longer have a vagina for the harness to fit properly to, the strapon you were once wearing has fallen off your body, and now lays on the floor.@@\
<<set $player.underwear to "none">>\
<</if>>\
<<if frontPlugged() and not hasPussy()>>\
@@.tf;As you no longer have a vagina, the <<accf>> you were once wearing has fallen out of your body, and now lays on the floor.@@\
<<set $player.accf to "none">>\
<</if>>\
<<if $player.stateChange is "isTSDom" or $player.stateChange is "isNotTSDom">>\
<<btnLink "Continue" "Room" "$player.tfStateChange=false">>
<<else>>\
<<btnLink "Continue" "HomeReaction">>
<</if>>\
<</if>>\<<if isSeptember(19) and $Tasks[1].open>>
<<set $Tasks[1].open to false>>
<</if>>
<<if isOctober(31) and $Tasks[2].open>>
<<set $Tasks[2].open to false>>
<</if>>
<<if $Tasks[1].open>> /* Executive Meeting */
<<if $serum[4].qty >= 1>>
<<set $Tasks[1].complete to true>>
<<set $serum[4].unlocked to false>>
<<else>>
<<if not $Tasks[1].complete>>
<<set $Tasks[1].complete to false>>
<</if>>
<</if>>
<</if>>
<<if $Tasks[2].open>> /* Penny's Project */
<<if $serum[4].qty >= 1 and $serum[5].qty >= 2 and $serum[6].qty >= 3>>
<<set $Tasks[2].complete to true>>
<<else>>
<<if not $Tasks[2].complete>>
<<set $serum[4].unlocked to true>>
<<set $serum[5].unlocked to true>>
<<set $serum[6].unlocked to true>>
<<set $Tasks[2].complete to false>>
<</if>>
<</if>>
<</if>><<set $WorkReaction to false>>\
<<loc_Lobby>>
''It's just your luck... When you arrive at the office you find all of your coworkers are gathered in the lobby, chatting with each other. Even $sophie.name is there! When you step off the lift their attention is focused towards you.''
<<if $player.tfWorkChange>>\
<<switch $player.gender>>\
<<case "Male">>\
<<pic $penny>>\
<<nm $penny "MornOHSIT! Uh... Hey, boss.">>\
<<nm $sophie "Oh my...">>\
<<nm $tasha "What happened? I mean... I'm not complaining... I can work with this... But what happened?">>\
<<nm $player "Haha, ah... yeah, hey everyone... So basically there was a minor incident in the lab. No big deal, just, maybe affected my hormone levels in an... unexpected way.">>\
<<nm $penny "Incident in the lab, huh?">>\
<<if not $diana.isGone>>\
<<nm $diana "So, are you still... You?">>\
<<else>>\
<<nm $tasha "So, are you still... You?">>\
<</if>>\
<<nm $player "I am, more or less. Just go ahead and call me $player.name, huh?">>\
<<nm $sophie "Well, if $player.name's not worried then there shouldn't by any issues. Let's all go about our day, everyone.">>\
''The group wraps up their conversations and goes their separate ways.''
<<case "Female">>\
<<pic $penny>>\
<<nm $penny "Good morning, $player.name. You're looking nice today.">>\
<<nm $sophie "Yes, good morning.">>\
<<nm $player "Thanks, good morning everyone.">>\
<<nm $tasha "So how's it, uh, hangin' today, $player.name?">>\
<<nm $player "Haha, actually, it's not anymore! Guess I'm back to being an innie instead of an outtie.">>\
<<nm $penny "We... really need to start being more responsible with the chemicals in the lab...">>\
''You and your coworkers talk amongst yourselves for a few minutes before separating.''
<<case "Trans">>\
<<if $player.wasMale>>\
<<pic $penny>>\
<<nm $penny "...Boss?">>\
<<nm $tasha "My, look at you!">>\
''You take a deep breath.''
<<nm $player "...Hey. So, yeah, this happened. Nothing's 'really' changed, I'm just a little more, um...">>\
<<if dose($john,"nice")>>\
<<nm $john "Girly? Hahaha, I knew you were a fuckin' sissy and now you even look the part! You an' me should have some fun later!">>\
<<nm $sophie "$john.name!">>\
<<else>>\
<<nm $john "Heh, lookin' pretty cute there!">>\
<</if>>\
<<nm $tasha "Are you still, um, 'you'?">>\
<<nm $player "Yeah? I mean, more or less. Just go ahead and call me $player.name.">>\
<<if not $julia.isBimbo>>\
<<nm $julia "Well, this is an interesting turn of events...">>\
<<if not $diana.isGone>>\
<<nm $diana "Indeed...">>\
<</if>>\
<<else>>\
<<nm $julia "Ooooohhhhhh, I wanna see what's going on under your <<bottom>> now!">>\
<<if not $diana.isGone>>\
<<nm $diana "To be honest, I would as well. Feel free to stop by my office if you find the time, $player.name.">>\
<</if>>\
<</if>>\
<<nm $penny "$player.name... I mean, if you're really okay...">>\
<<nm $player "I'm fine, everyone, really.">>\
<<nm $sophie "Then there's no reason to worry. Let's all work hard today.">>\
<<nm $tasha "Right!">>\
<<if not dose($john,"nice")>>\
<<nm $john "Hehe, I can think of someone I'd like to work hard today...">>\
<</if>>\
<<elseif $player.wasFemale>>\
<<pic $penny>>\
<<nm $penny "Oh, good morning $player.name!">>\
''You yawn deeply.''
<<nm $player "Morning, $penny.name, everyone... God, so tired... Hm?">>\
''Everyone's staring at you, or to be more specific, the bulge that's formed under your <<bottom>>.''
<<Thought "Fuck, seriously? Now!?">>\
<<nm $john "You uh... You packin' there, $player.name?">>\
<<nm $penny "No way...">>\
''All this attention is only causing your new cock to strain even harder against your <<UnderwearOrPants>>.''
<<nm $tasha "Oh man, it is!">>\
<<nm $player "Um, yeah... So I think working in the lab may have had an... unexpected impact on my body and, well, now this.">>\
<<if $julia.isBimbo>>\
<<nm $julia "You're like, super sexy now. AND you gotta cock, too? Ooooohhhh I wanna see that!">>\
''$sophie.name is shaking her head into her hand.''
<<else>>\
<<nm $julia "Actually, I'm finding the extent of $player.name's transformation quite fascinating. Perhaps an examinition 'would' be in order... later...">>\
<</if>>\
<<if $john.isMale>>\
''$john.name is looking somewhat uncomfortable.''
<<else>>\
''$john.name is licking her lips as she takes in your new body.''
<</if>>\
<<nm $sophie "Okay, okay. Let's not make a bigger deal out of this than we need to... $player.name, if you're okay otherwise then we should all just get back to work now.">>\
''You all wrap up your conversations before going your separate ways.''
<</if>>\
<</switch>>\
<<elseif $player.tfStateChange>>\
<<switch $player.stateChange>>\
<<case "isSissy">>\
<<if isMale()>>\
<<pic $penny>>\
<<nm $penny "...Boss?">>\
<<nm $tasha "My, look at you! You're adorable!">>\
''You take a deep breath.''
<<nm $player "...H-Hey. So, ummmmm, yeah, this happened. Nothing's 'really' changed, I'm just a little more, um...">>\
<<if dose($john,"nice")>>\
<<nm $john "Girly? Hahaha, I knew you were a fuckin' sissy and now you even look the part! You an' me should have some fun later!">>\
<<nm $sophie "$john.name!">>\
<<else>>\
<<nm $john "Heh, lookin' pretty cute there!">>\
<</if>>\
<<nm $tasha "Are you still, um, 'you'?">>\
<<nm $player "Y-Yeah! I mean, pretty much. Just go ahead and c-call me $player.name.">>\
<<if not $julia.isBimbo>>\
<<nm $julia "Well, this is an interesting turn of events...">>\
<<if not $diana.isGone>>\
<<nm $diana "Indeed...">>\
<</if>>\
<<else>>\
<<nm $julia "Ooooohhhhhh, I just wanna bend you over my exam table and fuck you silly!">>\
<<if not $diana.isGone>>\
''$diana.name just stares at you with a predatory smile.''
<</if>>\
<</if>>\
<<nm $penny "$player.name... I mean, if you're really okay...">>\
<<nm $player "I'm fine, everyone, r-really.">>\
<<nm $sophie "Then there's no reason to worry. Let's all work hard today.">>\
<<nm $tasha "Right!">>\
<<if not dose($john,"nice")>>\
<<nm $john "Hehe, I can think of someone I'd like to work hard today...">>\
''You blush at $john.name's comment.''
<</if>>\
<<else>>\
<<pic $penny>>\
<<nm $penny "Morning, $player.name.">>\
<<nm $player "M-Morning, $penny.name.">>\
''Everyone's gone back to their conversations and no one seems to be too interested in you. Still, you can't help but feel them staring when you're not looking, and the sensation is making your clitty twitch.''
<<Thought "D-Did everyone get... taller?">>\
''You and your coworkers talk amongst yourselves for a few minutes before separating.''
<</if>>\
<<case "isNotSissy">>\
<<if not $diana.isGone>>\
<<pic $diana>>\
<<nm $diana "Good morning, $player.name. You're looking nice today.">>\
<<else>>\
<<pic $penny>>\
<<nm $penny "Morning boss, looking good today!">>\
<</if>>\
<<nm $tasha "Yes, good morning.">>\
<<nm $player "Thanks, good morning everyone.">>\
''You and your coworkers talk amongst yourselves for a few minutes before separating.''
<<case "isBimbo">>\
<<if isTrans()>>\
<<pic $john>>\
<<nm $john "Woah! Look at those!">>\
''$john.name is staring at your chest, mouth agape.''
<<nm $tasha "Fuck, $john.name. Rude much? Although...">>\
<<if not $diana.isGone>>\
<<nm $diana "$player.name, you're becoming more and more feminine by the day! Tell me, is there still a proper cock under your <<bottom>>?">>\
<<nm $penny "$diana.name! ...Is there?">>\
<<else>>\
<<nm $julia "$player.name, you're starting to look super girly! Do you still have your cock!?">>\
<<nm $penny "$julia.name! ...Well, do you?">>\
<</if>>\
<<nm $player "Haha, ah, yeah... Yeah it's still there, same as it ever was.">>\
<<if not $diana.isGone>>\
<<nm $diana "Well... Maybe I'll have to have you prove it to me later, hm?">>\
<<else>>\
<<nm $tasha "...hunh.">>\
<</if>>\
<<nm $sophie "Okay, okay, that's enough all of you. $john.name, pick up your jaw, and $diana.name for Christ's sake reign it back it in.">>\
''$diana.name is biting her lip while taking in your body.''
<<if $julia.isBimbo>>\
<<nm $julia "You're like, super sexy now. AND you gotta cock, too? Ooooohhhh I wanna see that!">>\
''$sophie.name is shaking her head into her hand.''
<<else>>\
<<nm $julia "Actually, I'm finding the extent of $player.name's transformation quite fascinating. Perhaps an examination 'would' be in order... later...">>\
<</if>>\
''$penny.name is examining her own chest.''
<<nm $penny "Ugh, I have enough competition around here... Now you, too? It's not fair!">>\
''You and your coworkers continue talking amongst yourselves for a few minutes before separating.''
<<else>>\
<<pic $penny>>\
<<nm $penny "Good morning, $player.name. You're looking, um, perky today.">>\
<<nm $john "Seriously, $player.name, you're lookin' good!">>\
<<nm $player "Tee-hee. Thanks! Good morning everybody!!">>\
<<nm $tasha "Did you, um, I mean...">>\
<<if not $diana.isGone>>\
<<nm $diana "Your tits and ass are bigger and you're looking at us like you want us all shoulder deep inside you... at the same time.">>\
<<nm $penny "$diana.name! Holy fuck!">>\
<<else>>\
<<nm $julia "You look like you want the whole office to fuck you until you pass out from coming too much! Haaa... haaa...">>\
<</if>>\
''You practically gush <<if isWearingUnderwear()>>into your <<underwear>><<else>>down your leg, splashing onto your <<shoes>><</if>>.''
<<nm $player "Can you- *pant* Can you really do that?">>\
<<if not $diana.isGone>>\
<<nm $diana "Oh sweetie, I can do 'lots' of things.">>\
<<else>>\
<<nm $julia "YEAH! I'll show you, okay? Just come down to my office and-">>\
<</if>>\
<<nm $sophie "Okay, okay, OKAY! Let's not make a bigger deal out of this than we need to... $player.name, if you're okay otherwise then we should all just get back to work now.">>\
''You all wrap up your conversations before going your separate ways.''
<</if>>\
<<case "isNotBimbo">>\
<<pic $john>>\
<<nm $john "............">>\
<<nm $player "...........?">>\
<<nm $john ".....Where'd your boobs go?">>\
<<nm $tasha "Oh god damnit, $john.name...">>\
<<nm $penny "No but really, what $john.name said.">>\
<<nm $tasha "You, too?">>\
''You can't help but laugh.''
<<nm $player "Haha, I think the work I've been doing in the lab is having some unusual effects on my hormones. I wouldn't worry too much about it.">>\
<<nm $john "...meh.">>\
<<nm $sophie "Well, if $player.name's not worries then we shouldn't be, either. Let's all work hard today, everyone.">>\
''You and your coworkers talk amongst yourselves for a few minutes before separating.''
<</switch>>\
<</if>>\
<<set $player.tfWorkChange to false, $player.tfChange to false, $player.tfStateChange to false>>\
<<if isMorning()>>\
<<btnLink "Continue" "Work" "passTime()">>
<<else>>\
<<btnLink "Continue" "Work">>
<</if>>\<<widget "Conversation">>
<<set _actor to $args[0]>>
<<set _link to "convo-" + $args[0].id>>
<<for _i = 1; _i < _actor.convo.length; _i++>>
<<set _convo to _actor.convo[_i]>>
<<if convoEnabled(_actor,_i)>>
<<if _convo.seen>>
<<set _title to _convo.title>>
<<else>>
<<set _title to _convo.title + " - <<new>>">>
<</if>>
<<capture _convo>>
<<btnChoice "_title" _link "$ConversationID = _convo.id">>
<</capture>>
<<else>>
<<if $args[1] is true>>
<<btnDisable "_convo.title">>
<</if>>
<</if>>
<</for>>
<</widget>>
<<widget "NewConvoCheck">>
<<set _actor to $args[0]>>
<<set _isNew to "">>
<<for _i = 1; _i < _actor.convo.length; _i++>>
<<if convoEnabled(_actor,_i) is true and not seenConvo(_actor,_i)>>
<<set _isNew to " - <<new>>">>
<</if>>
<</for>>
_isNew
<</widget>><<set $diana.convo[$ConversationID].seen to true>>\
<<script>>console.log('The current conversation ID is: ' + variables().ConversationID);<</script>>\
<<pic $diana>>\
<<art $diana>>\
<<switch $ConversationID>>\
<<case 1>>\ /* Default */
<<nm $diana "So, <<Mr>> $player.surname, how are you liking it so far?">>\
''You laugh a little, not entire sure how to respond.''
<<nm $player "Well, I mean, as long as I don't think about it too much, it's just like any other job, right?">>\
<<nm $diana "Quite right. All the paperwork, red tape and office politics you could ever ask for!">>\
<<nm $player "Pretty much, with a dash of human trafficking on the side.">>\
''?diana's lips curl into a sly smile.''
<<nm $diana "Indeed...">>\
''The two of you talk for a bit before going separate ways.''
<<case 2>>\ /* Default */
<<nm $player "Hey, ?diana.">>\
<<nm $diana "$player.name, how are you?">>\
<<nm $player "Oh, I'm good. Staying busy?">>\
<<nm $diana "Ha, indeed, the work never ends.">>\
<<nm $player "So, in your position you must have all kinds of dirt on people, huh?">>\
''?diana gives you a look over her glasses.''
<<nm $diana "Hm, I do... Why do you ask?">>\
<<nm $player "Oh, no, I didn't... I just mean...">>\
<<nm $diana "You want to know what's in your file, don't you.">>\
''You smile and shrug.''
<<nm $diana "Ha, well, no need to go find it... $player.name $player.surname, born July 9th, 1986. <<Sister>> $sister.name $player.surname, mother $mom.realName $player.surname, the three of you live in a two-story home near-">>\
<<nm $player "Okay, okay! Jeez... I get it...">>\
''The two of you talk for a bit before going separate ways.''
<<case 3>>\ /* Had a Great Time */
<<nm $diana "Mmm, hello <<Mr>> $player.surname...">>\
''?diana purrs as she runs her fingers over your shoulders.''
<<nm $player "H-hey, ?diana">>\
<<nm $diana "I must say, I had quite a fun time with you earlier... In fact, I think I'd like to do it again some time.">>\
''She pulls herself close, pressing her chest against yours as she whispers in your ear.''
<<nm $diana "Sometime... soon...">>\
<<nm $player "Y-yes, I agree...">>\
<<horny 10>>
<<case 4>>\ /* Thinking of Julia */
<<nm $player "That whole situation with $julia.name was pretty crazy, huh?">>\
<<nm $diana "Mm, yes... Beat and murdering incapacitated rape victims. 'crazy'.">>\
''A pain shoots through your chest.''
<<nm $player "N-no, I didn't-">>\
<<nm $diana "Haha, I'm only teasing you. Yes, $julia.name was clearly quite unhinged.">>\
<<Thought "Only... teasing?">>\
<<nm $diana "Just remember...">>\
''?diana moves in close, putting her lips close to your ear.''
<<nm $diana "...around here, we're all a bit unhinged. The darkness you saw in $julia.name was only the tip of the iceburg. In this organization, the rabbit hole runs much deeper...">>\
''?diana leaves you to tend to other work.''
<<RemoveConvo $diana 1>>\
<<case 5>>\ /* Thinking of John */
<<nm $diana "I must say, I really like what you've done with $john.oldName.">>\
<<nm $player "Aha, ah, y-yeah... I was surprised when he came to me-">>\
''?diana cuts you off with a glare.''
<<nm $diana "Oh save it, dear. I know full well the extent of his 'willingness' in the matter. Still, it's a fitting end for someone like him. In fact, I'll have to be sure to try out this new $john.name for myself, later. She's quite the little sex pot, isn't she?">>\
<<nm $player "Well, I told $john.oldName to focus on his concept of what a woman is, and $john.name is the physical manifestation of that.">>\
<<nm $diana "Mmm, fascinating...">>\
''You notice a couple of ?diana's fingers have disappeared between her legs...''
<<case 6>>\ /* Helping a Friend */
<<nm $diana "Ah, hello $player.name. Something I can help you with?">>\
<<nm $player "Hey ?diana. Actually, I was hoping you could help me with something.">>\
''?diana's interest is piqued as she stops what she's doing to pay attention to what you have to say.''
<<nm $diana "A favor, from me? Please, go on.">>\
<<nm $player "Well, long story short, there's this acquaintance of mine, seems like a pretty decent guy. He seems to think that his employers, ie, our employers, are looking to make him dissapear. He asked me to help him skip town and you were the first person I thought to ask about that!">>\
<<nm $diana "One of ours, hunh? There's definitely been an air of uneasiness around here lately... Well, the process is easy enough, wouldn't be the first time I've helped with this sort of thing, not that you'd ever find any proof of that...">>\
''?diana stands up and circles around the front of her desk towards you.''
<<pic $diana "flirt">>\
<<nm $diana "That said, it's a pricy venture. Not only in terms of logistics, but all the risk I'd be taking as well.">>\
<<nm $player "How pricy are we talking here?">>\
''She thinks for a moment.''
<<nm $diana "$$500,000. Cash, of course.">>\
<<nm $player "That's, um... a lot.">>\
''?diana shrugs.''
<<nm $diana "Well, that's what it'll cost you. If you decide it's what you want, please do return with the money. Anyway, I have some work I need to finish attending to.">>\
''You wrap up your conversation with ?diana and leave her be.''
<<Thought "That's a lot of scratch, but, it might be the cleanest way to handle this...">>\
<<AddConvo $diana 7>>\
<<RemoveConvo $sophie 10>>\
<<case 7>>\ /* Off The Books */
<<nm $player "Hey ?diana, about what we discussed earlier...">>\
<<if $Money >= 500000>>\
<<btnLink "Give her the $$500,000 to help $jag.name - <<t1>>" "Diana-SQ1-HelpJag">>\
<<else>>\
<<btnDisable "Give her the $$500,000 to help $jag.name - @@.loss;Can't Afford@@">>\
<</if>>\
<<case 8>>\ /* Security Detail Order */
<<nm $player "Hey ?diana, mind if I ask you a question?">>\
<<nm $diana "Hm? By all means.">>\
''You sit down across the desk from ?diana.''
<<nm $player "I just wanted to see if any orders have come through to add extra security detail to my drivers. I talked to $sophie.name, and she told me I should check with you.">>\
''?diana starts typing before you even finish.''
<<nm $diana "Let's see, $jag.name and $mick.name are your drivers... Generally, we pair up our drivers and ensure one of the pair has security experience, that would be $mick.name in this case. For that reason, we almost never give drivers extra security detail. It would be more likely we would assign it to the person they were driving, and if that were you, you would know.">>\
<<nm $player "That makes sense.">>\
<<nm $diana "But then, there's been a lot of communication falling through the cracks lately... $craig.name's in charge of actually deploying security personnel, so he would know for sure if you feel like running down to The Pit some time.">>\
<<Thought "$craig.name huh, always a joy talking with that guy...">>\
<<nm $player "Alright, that's a lot of good info. Thanks ?diana!">>\
<<pic $diana "flirt">>\
<<nm $diana "Mmm, any time.">>\
''You wrap up your conversation and head back to work.''
<<AddConvo $craig 1>>\
<<RemoveConvo $diana 8>>\
<<case 9>>\ /* No Secrets */
<<nm $diana "Ah, ?mc. How is ?tasha today?">>\
<<nm $player "Oh I'm good, I... Wait, ?tasha?">>\
''?diana leans back in her chair and crosses her arms, a smirk on her face.''
<<nm $diana "Mmm, that's what I said. I understand she's experienced... quite the little change.">>\
''You try to think of a way to respond, but you're at a loss for words.''
<<nm $player "So, you...">>\
<<nm $diana "Oh sweetie, I know everything that goes on in my building... I will say, I'll definitely miss her, mmm, impressive toy... But I'm truly happy for her.">>\
<<nm $player "Yeah, I am too!">>\
''You and ?diana talk for a bit before going your separate ways.''
<<case 10>> /* The New Office Bunny */\
<<nm $diana "Ah, hello ?mc.">>\
<<nm $player "Hey ?diana. How are things?">>\
''?diana leans back in her chair and crosses her arms, a smirk on her face.''
<<nm $diana "Well, you know, apparently we're converting our establishment into the Playboy Mansion and I suspect there will be a lot of paperwork involved...">>\
''You have to think about that for a second.''
<<nm $player "Oh, you mean ?tasha. Yeah, that's...">>\
''She leans in, a devious look on her face.''
<<nm $diana "That's... what, dear? Everyone here snaps eventually, darling. Why, even our old receptionist had a mental breakdown sometime ago. Tried to blow the whistle on our whole organization!">>\
<<nm $player "Holy crap! What happened?">>\
<<nm $diana "To Kyle? Oh, he got to keep his job... after a few, modifications, of course...">>\
<<nm $player "Oh, that's...">>\
''You and ?diana talk for a bit before going your separate ways.''
<<case 11>> /* Feeling Frisky */\
<<nm $diana "Mmm, nice to see you in my office. Something I can help you with?">>\
''?diana leans back in her chair, putting her cleavage on display as she drops one of the arms of her glasses into her mouth.''
<<nm $player "Oh, I was just...">>\
<<nm $diana "Mmm, I know what you were just.">>\
''She stands up and walks around the desk towards you, her hips swaying with each step.''
<<nm $diana "I've been thinking about you, ?mc. About how you've been doing such a good job for us.">>\
<<nm $player "Oh, well, I'm glad you think so.">>\
<<nm $diana "Mmm, yes, I do. And I think you deserve a reward.">>\
''She leans in close, her lips brushing against your ear as she gently bites down on your exposed neck. You shudder in excitement before she releases you, and returns to her desk.''
<<nm $diana "Now, I have some work I need to finish attending to.">>\
<<nm $player "Y-yeah... Of course...">>\
<<horny 10>>
''You wrap up your conversation with ?diana and leave her be.''
<<case 12>> /* You Taste Incredible */\
<<nm $diana "Mmm, hello ?mc. You know I was just thinking about you...">>\
<<nm $player "Oh?">>\
''?diana leans back in her chair, making it a point to emphasize her cleavage as she does so.''
<<nm $diana "Mmm, yes. I was thinking about how you taste...">>\
<<nm $player "How I taste? I see.">>\
''She leans forward, giving you a definitely deliberate clear view down her shirt.''
<<nm $diana "Mhm, and I must say, it's certainly something that stays with you, hehe!">>\
''?diana seductively licks her lips as she stands up and walks around the desk towards you, her hips swaying with each step.''
<<nm $diana "Alas, it does still eventually fade... You'll have to remind me, <<Formal>>, sometime soon...">>\
''Before you can respond, she's already opened her door, motioning for you to leave her office.''
<<case 13>> /* Regarding Sophie */\
<<nm $player "Hey, I've been meaning to ask you. $sophie.name hired me for this job, but she seems so detached. I noticed you two tend to spend a lot of time together. Is she not happy with me, or is something else bothering her?">>\
''?diana sips her tea, thinking about your question for a minute. A brief, violet sheen flashes across her eyes before she finally responds.''
<<nm $diana "She's not unhappy with you, quite the contrary. Sophie wouldn't like me talking to you about it, but I think understanding her could give you a better idea of why you're here. Could you please close the door?">>\
''You pull the door shut and take a seat next to ?diana.''
<<nm $diana "It's a bit of an unspoken rule here, that no one talks about what brought them to The Company, or why they choose to stay. What we're doing here is not good, honest work. We're contributing to, facilitating what is for all intents and purposes an atrocity against humanity. Ours is an organization that kidnaps and tortures people, forcing them into a life of sexual servitude. We are the bad guys.">>\
<<Thought "This is the most up front I've heard anyone be about this place since $sophie.name spoke to me on my first day. It's no less jarring now than it was then.">>\
<<nm $diana "So then why do we continue? Simple: Deep down, $player.name, we ARE the bad guys. We may be decent people above ground. We all have friends and families, goals and ambitions, but the truth is, deep down, we're all... a little broken in one way or another. We do this because the excitement of it all, the control and wrongness of it all... Frankly, $player.name, we get off on it.">>\
''You feel yourself getting just a little <<hard>>...''
<<Thought "It's hard to accept, but she may be right...">>\
<<nm $player "So that's $sophie.name's angle? She just gets off on all this?">>\
<<nm $diana "Well, yes, but it's not quite that simple. The Company has been operating for years now, and for decades before that in some unofficial capacity. It's only very recently that those in power within The Company have decided to organize and modernize, and this branch of the company is one of the results of that initiative. In spite of this, our methods are still extremely crude. Sophie believes that we can use technology and science to not only bring the services we offer to new heights, but also to do it with less... collateral damage.">>\
<<nm $player "Collateral damage. You're talking about the girls in the infirmary downstairs?">>\
''?diana takes another sip of her tea.''
<<nm $diana "I am. Sophie claims that we can reach the same outcome with our assets, as well as potentially many more, without the excessive cruelty. She thinks that people like you are the key to seeing her vision become a reality, and from what I've seen, I'm inclined to agree with her.">>\
<<Thought "I still don't know what it is they're actually seeing in me, or how I should feel about the fact that there's something like that to be seen. I mean, I can't argue with her. Here I am slipping mind control serums into my coworkers' drinks to get them to do what I want.<<if $mom.dose > 0 or $sister.dose > 0>> Hell, I've even drugged my own fucking family!<</if>>">>\
<<nm $diana "And that's about the size of it. I guess you could say Sophie's just compassionate, in her own twisted way. She's also under a great deal of pressure to see her ideas succeed. The higher powers are putting a lot of trust and resources into her for this, and I'm sure I don't need to tell you what would happen to a woman like Sophie if she were to disappoint a company like this.">>\
<<nm $player "I... have a pretty good idea. It's about time for me to get back to work. It wouldn't be very good for a <<guy>> like me to disappoint this company either.">>\
''?diana smiles at you, and gets up to walk you out.''
<<AddConvo $diana 14>>\
<<case 14>> /* Regarding my Coworkers */\
<<nm $player "Hey ?diana!">>\
<<nm $diana "Ah, ?mc, what can I do for you today?">>\
''You pull out a chair from in front of ?diana's desk and sit down.''
<<nm $player "I'm still trying to get a read on people here... The background you gave me on ?sophie was really enlightening, I was wondering if you might be able to give me a little info on the rest of my coworkers?">>\
''?diana's eyes light up as she turns towards several tall, deep file cabinets behind her desk.''
<<nm $player "N-no, I meant, like, just the cliff notes? Lightning round?">>\
<<nm $diana "Oh, I see. Well, let's see...">>\
''?diana leans back in her chair and thinks for a moment. You can't help but notice the way her breasts press against her shirt as she does so.''
<<nm $diana "Starting from the top and working down...">>\
<<pic $john>>\
<<art $john>>\
<<nm $diana "?john's one of the few employees we have who actual sought \"us\" out. You wouldn't think it, but he's actually incredibly competent when it comes to street smarts and manipulation, making him an excellent sales associate.<<if $john.isFemale>> Of course, these days ?john isn't quite the \"man\" he used to be... Still, there's value to be had in having his personality with a firm pair of tits...<</if>>">>\
<<pic $tasha>>\
<<art $tasha>>\
<<nm $diana "?tasha came to us as well, but not intentionally. She was lured into one our free SRS clinics, a clear red flag for most, where she was given the body she'd always dreamed of. Generally, slaves acquired this way are arranged to be sold while they're still in recovery, but a look through ?tasha's background proved... interesting. Finding her family connections was easier than usual, as she had actually seen to both her parents and her sister being sold into our... care. When she arrived at the clinic, something about her made the entire staff, \"our\" staff, feel incredibly uncomfortable. It was decided that we would give her a chance to work for us, leveraging her talents as a sales rep. So far, it's been an excellent decision!">>\
<<pic $kagney>>\
<<art $kagney>>\
<<nm $diana "In sharp contrast, through a series of paperwork mixups ?kagney found her way here thinking she was working a perfectly normal reception job. We made a game out of seeing how long we could go before she realized this was a... less than legitimate organization. When she learned the truth, she just started sleeping with everyone, and everything, she took interest in. Strangely enough, she seems to have found her dream job.">>\
<<pic $penny>>\
<<art $penny>>\
<<nm $diana "?penny... She's a brilliant girl.">>\
<<nm $player "Is that it?">>\
<<nm $diana "Yes.">>\
<<Thought "That's not terrifying...">>\
<<pic $julia>>\
<<art $julia>>\
<<nm $diana "?julia actually has a fairly long history with The Company, seeking us out several years ago, before me even, and starting out at HQ. We saw each other on occasion, but I never had the same level of access to her background as I did others. She's an extremely competent doctor, and eagerly volunteered to transfer to this branch with ?sophie and I.<<if $julia.isBimbo>> Of course, now we have a lot more knowledge pertaining to her motives...<</if>>">>\
<<nm $player "Wow, that was a lot! What about you, though?">>\
<<nm $diana "Oh, me? I'm just a secretary.">>\
''?diana smiles at you, and gets up to walk you out.''
<<nm $player "R-right, well, nice talk!">>\
<<case 15>> /* Feeling Sexy */\
<<nm $diana "Ah, ?mc... How are you today?">>\
<<nm $player "I'm good, how are you?">>\
''?diana leans back in her chair, putting her cleavage on display as she drops one of the arms of her glasses into her mouth.''
<<nm $diana "I'm doing quite well, actually... Better than I have in quite some time in face.">>\
<<nm $player "Oh?">>\
''She stands from her desk, stretching her arms above her head as she does so.''
<<nm $diana "Mhm, like a sense of... liberation has washed over me, filling me up and \"penetrating\" my entire being... Do you know what I mean, ?mc?">>\
<<nm $player "I... I think so.">>\
''?diana walks towards the back of her office, her hips swaying with each step. She turns back to you, a devious look on her face.''
<<pic $diana "bentover">>\
<<art $diana "aroused,2">>\
<<nm $diana "Mmm, I'm glad. I'm glad you understand. Now then, mind leaving for a bit? I have some... things to attend to...">>\
''You wrap up your conversation with ?diana and leave her be.''
<<case 16>> /* Sharing Interests */\
<<nm $player "Hey ?diana!">>\
<<nm $diana "Ah, ?mc. How are you doing today?">>\
''You sit across from ?diana.''
<<nm $player "Good, good. I just thought I'd check in on you and see what's new!">>\
<<nm $diana "Oh, the talking more... thing... Sure, okay.">>\
''There's a long pause before you finally speak up again.''
<<nm $player "Soooo-">>\
<<nm $diana "I have a question!">>\
''You nearly fall out of your seat.''
<<nm $player "S-sure!">>\
<<nm $diana "Do you prefer your sla—">>\
''?diana catches herself in her excitement, nearly choking.''
<<nm $diana "Do you prefer your partners wearing leather or latex?">>\
<<nm $player "Are those the only two option?">>\
<<nm $diana "The only two that matter, yes.">>\
''You take a deep breath.''
<<nm $player "It, uh... Honest answers?">>\
''She stares at you, waiting for you to continue.''
<<nm $player "Sure, I guess it depends. I like latex or PVC outfits if I'm not directly involved in the activity, I love the way it shines and looks on the wearer. That said, I prefer the feel of leather a lot more. It lacks the sexy sheen of latex but feels a lot nicer to touch.">>\
''?diana looks at you, her eyes wide.''
<<nm $player "Was that... the wrong answer?">>\
<<nm $diana "No! Not at all, I'm just impressed you gave such a thorough response.">>\
''You take a deep breath and lean back in your chair, relieved to get through whatever that was. Suddenly, you come back to your senses.''
<<nm $player "Hold on, what about you? You asked the questions, it's only fair you answer it too!">>\
''?diana smiles at you, and gets up to walk you out. Before you reach the door, she whispers in your ear.''
<<nm $diana "I keep my pets in leather while I tend to wear latex. Let's talk about soon, darling, this is fun!">>\
''With that, you're pushed into the hallway and the door is closed behind you.''
<<case 17>> /* This Has Been Fun */\
<<nm $diana "Ah, hello ?mc.">>\
<<nm $player "Hey ?diana!">>\
''?diana pauses what she's working on and leans over her desk, resting her chin on her hands as she looks at you.''
<<nm $player "Something... on your mind?">>\
''She smiles.''
<<nm $diana "Just thinking. I've been enjoying the fun we've been having together behind closed doors.">>\
<<nm $player "O-oh! So have I, haha.">>\
<<nm $diana "Despite what you might think of me, I don't give myself to just anyone, ?mc. What you and I have is... hm...">>\
''She thinks for a moment, occasionally glancing over at you as if waiting for you to finish her sentence.''
<<nm $player "S-special?">>\
<<nm $diana "Exciting. Hahaha, careful <<boy>>, you sound like you might be falling for me...">>\
''You roll your eyes, clearly setting yourself up for ?diana's teasing.''
<<nm $player "Yeah, well... It's definitely been exciting.">>\
''You and ?diana talk for a bit before going your separate ways.''
<<case 18>> /* I feel like I can open up to you */\
<<nm $diana "Ah, ?mc, hello!">>\
<<nm $player "Hey ?diana!">>\
''?diana pauses what she's working on and leans over her desk, resting her chin on her hands as she looks at you.''
<<nm $diana "You know, I was just thinking about you...">>\
<<nm $player "Oh?">>\
''She smiles.''
<<nm $diana "Yes, I was thinking about how you're the only person I've ever met who I feel like I can truly open up to.">>\
''You're a little shocked by how foward she is with her statement, but you can't help but feel a little flattered.''
<<nm $player "Oh, well, I'm glad you feel that way. I feel like I can open up to you about most things, too.">>\
''?diana covers her mouth to hide her cute giggle, and you can't help but smile at her.''
<<nm $diana "Mmm, I'm glad. I'm glad you feel that way.">>\
''You and ?diana talk for a bit before going your separate ways.''
<<case 19>> /* Not So Bad Maybe */\
<<nm $diana "Mmm... ?mc...">>\
''?diana seems a little lost in thought as she greets you, her head resting lazily on her palm as she leans over her desk.''
<<nm $player "Hey ?diana. Something on your mind?">>\
<<nm $diana "Just thinking... It's strange for me, ?mc, to really trust others, especially in the bedroom. I don't know, I've just never been able to bring myself to giving another <<man>> the reins, you know?">>\
''You think about it for a second.''
<<nm $player "Yeah... I think I can understand that. So, you're saying you trust me to lead in bed?">>\
<<nm $diana "Oh, sweetie, I trust you with me than just bedroom duties. You've had me thinking that serving a <<master>> might not be the worst thing in the world...">>\
''She reaches out and sensually strokes your hand.''
<<if $TrainDiana > 0>>\
<<nm $diana "And I'm really starting to think you might be just the <<man>> I need!">>\
<<else>>\
<<nm $diana "But, honestly, who knows...">>\
<</if>>\
''You and ?diana talk for a bit before going your separate ways.''
<<case 20>> /* I've Had Other Pets */\
<<nm $diana "Hello ?mc, how are you today?">>\
<<nm $player "I'm okay... Say, this whole being your pet thing...">>\
''?diana leans back in her chair, putting her cleavage on display as she drops one of the arms of her glasses into her mouth.''
<<nm $diana "Yes?">>\
<<nm $player "Is this... You seem pretty comfortable with it.">>\
''She smiles at you.''
<<nm $diana "Oh, I am. I've had other pets before, you know.">>\
<<nm $player "Seriously?">>\
<<nm $diana "Mmm, in fact before I started working here I took on a new pet.">>\
<<nm $player "Oh, wow.">>\
''?diana reaches for a cup of tea she's had sitting on her desk and takes a sip.''
<<nm $diana "Yes, she was a lovely little thing. I had her for a few months before things got a little... complicated with her mate...">>\
<<nm $player "Complicated?">>\
''?diana smiles at you, and gets up to walk you out.''
<<nm $diana "Hmm, that's a story for another day, pet.">>\
''With that, you're pushed into the hallway and the door is closed behind you.''
<<case 21>> /* Don't You Just Love Being My Pet? */\
<<nm $diana "Ah, ?mc, how nice to see you!">>\
<<nm $player "Hey ?diana!">>\
''?diana pauses what she's working on and leans over her desk, resting her chin on her hands as she looks at you.''
<<nm $diana "Mmm, so? Someone needing a little walk around the office? Maybe I'll take you outside this time.">>\
''She smiles at you deviously.''
<<nm $player "O-oh, no, I'm okay. I just came by to check in.">>\
<<nm $diana "Such a caring pet, I like that. I must say, you look very nice with a leashed collar around your neck.">>\
''You try, unsuccessfully, to hide your blush.''
<<nm $player "I don't know about that.">>\
<<nm $diana "Well I do, and I'm quite looking forward to seeing it on you again. In fact, I'm starting to think we should look into making this a more... permanent arrangement.">>\
''You stand up immediately, a little afraid of where she's taking this conversation.''
<<nm $player "S-so anyway! I was actually on my way to see ?sophie. It was nice chatting!">>\
''?diana eyes you over the rim of her glasses as you leave the room.''
<<nm $diana "Mmm, okay. Be a good <<boy>>.">>\
<<nm $player "I wi- I'll talk to you later ?diana!">>\
''You quickly leave the room, leaving ?diana to her work.''
<<case 22>> /* Such a Good Pet */\
<<nm $diana "Ah, so nice to see my favorite pet!">>\
<<nm $player "H-heya ?diana. How have you been?">>\
''?diana seems to completely ignore your question as she leans back in her chair, putting her cleavage on display as she drops one of the arms of her glasses into her mouth.''
<<nm $diana "Mmmm, you know... You've been such a good pet lately... Making sure mama gets all the attention she needs from whoever she needs it from.">>\
''She stands up and starts to circle around you.''
<<nm $player "T-thanks?">>\
''Her hands rest on your shoulders.''
<<nm $diana "And you know what else?">>\
''She leans in close, her lips brushing against your ear as she whispers in a sultry voice.''
<<nm $diana "I happen to know for a fact that you've been enjoying the show!">>\
''A shock of excitement runs through your body as you feel her hand slide down your chest and between your legs.''
<<nm $player "Haa!">>\
''She pulls her hand away and walks back around to her desk, sitting down and crossing her legs as she looks at you.''
<<nm $diana "Anyway, was there anything else?">>\
''You and ?diana talk for a bit before going your separate ways.''
<<horny 10>>
<<case 23>> /* I Think I'll Keep You */\
''You start to initiate a conversation with ?diana but she immediately cuts you off.''
<<nm $diana "You know, pet, I've been thinking...">>\
<<nm $player "Um... Hi ?diana?">>\
''She ignores you completely, motioning for you to sit down as she continues her train of thought.''
<<nm $diana "You've been such a good pet, ?mc, such a good <<boy>>.">>\
''You don't even notice how naturally you've started accepting the praise.''
<<nm $player "Thank... you?">>\
<<nm $diana "No dear, thank \"you\". In fact, you've been such a good pet, I think I've decided to keep you! Maybe I'll introduce you...">>\
''She trails off, a devious smile on her face.''
<<nm $player "Introduce me to who?">>\
''?diana smiles at you, and gets up to walk you out.''
<<nm $diana "Don't you worry your pretty little head off. Now then, back to work!">>\
''With that, you're pushed into the hallway and the door is closed behind you.''
<<case 24>> /* If I Did Take On A Master */\
<<nm $player "Hey ?diana!">>\
<<nm $diana "Oh hello ?mc!">>\
''You sit across from ?diana, who seems to be in fairly high spirits today.''
<<nm $player "So how are you today?">>\
<<nm $diana "I'm doing well, thank you for asking! So, I've been thinking...">>\
<<if $DianaSub > 0>>\
''?diana looks to the side, a coy smile forming on her reddening face.''
<<nm $diana "You know, I tend to have difficulties letting other people take the lead, especially in a relationship... but...">>\
''She looks back at you, her eyes filled with a mixture of excitement and embarrassment.''
<<nm $diana "I think I might be willing to give it a try...">>\
<<nm $player "Oh?">>\
''?diana nods, her smile growing wider.''
<<nm $diana "I've been thinking... if I did want to take on a dominant partner... a <<master>>... I think I'd be okay if it was you.">>\
''You're a little taken aback by her sudden confession, but you can't help but feel a little excited.''
<<nm $player "Oh, well, I'm flattered!">>\
''?diana snaps herself out of her schoolgirl haze, and looks at you with a serious expression.''
<<nm $diana "W-well you should be! A-anyway, I have a lot to finish up here, so, um...">>\
''She's clearly frazzled as she motions for you to leave her office.''
<<nm $player "O-oh, right, no problem!">>\
''Trying not to smile too much, you grab your things and leave her office.''
<<else>>\
<<nm $diana "You know, I've been thinking a lot about this experimentation in power dynamics.">>\
<<nm $player "Oh?">>\
''?diana nods.''
<<nm $diana "Mhm, you know I've never really been able to give up the dominant role in a relationship before.">>\
<<nm $player "I got that impression. You think things might be changing in that regard?">>\
''She leans back in her chair, putting her cleavage on display as she drops one of the arms of her glasses into her mouth.''
<<nm $diana "Honestly, I thought they might be, but I'm not sure I'm completely sold on the idea just yet.">>\
<<nm $player "Well, if you ever do decide to give it a try, I'm sure you'll find someone who's more than willing to help you out.">>\
''She gives you a knowing look as she puts her glasses back on.''
<<nm $diana "Maybe... Or maybe it's just not for me.">>\
<<nm $player "That could be as well.">>\
''You and ?diana talk for a bit before going your separate ways.''
<</if>>\
<<case 25>> /* I Love This New Arrangement */\
<<if $diana.isSub>>\
<<nm $diana "Oh hello!">>\
<<nm $player "Hi ?diana, how are things going?">>\
''She happily smiles and rocks her head side to side.''
<<nm $diana "Things are going great, actually! It's amazing what being happily owned has done for my mood, hehe!">>\
<<nm $player "I'm glad to hear that! So, you're enjoying this arrangement?">>\
''?diana runs her fingers over her collar, moaning softly to herself.''
<<nm $diana "More than enjoying it, love. I don't think I've ever been happier!">>\
<<nm $player "I'm so glad to hear that!">>\
<<else>>\
<<nm $diana "Ah, hello pet.">>\
<<nm $player "Hello ?diana, how are things going today?">>\
''She smiles, leaning over the desk and pulling you close by your collar.''
<<nm $player "Ha...">>\
<<nm $diana "Mmm, better now that you're hear, love. So, how have you been enjoying our little arrangement?">>\
<<nm $player "I've... been enjoying it quite a lot, actually...">>\
''?diana rubs her thumb over the metal nametag on your collar, admiring it as she does so.''
<<nm $diana "So happy to hear that, ?mc... Personally, I don't think I've ever been happier than I am right now!">>\
<<nm $player "T-that's awesome, ?diana!">>\
<</if>>\
''You and ?diana talk for a bit before going your separate ways.''
<<default>>\
''You and ?diana talk for a bit before going your separate ways.''
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Work" "passTime()">>\<<set $craig.convo[$ConversationID].seen to true>>\
<<loc_TrainingRoom>>\
<<switch $ConversationID>>\
<<case 1>>\ /* Default */
<<nm $player "Heya $craig.name, got a sec?">>\
<<nm $craig "Make it quick <<buddy>>, short staffed and gotta a lotta shit t'work through down here.">>\
''You've gotten more than used to $craig.name's curt attitude by now.''
<<nm $player "I was told you're in charge of dispatching security detail?">>\
<<nm $craig "Yeah, why? Feelin' scared now?">>\
<<nm $player "N-no, I just wanted to confirm whether or not you sent any of your guys to monitor my drivers.">>\
''$craig.name nearly falls over in a combination of shock and amusement.''
<<nm $craig "<<Boy>> I don't even have the staff to keep ME safe an' you think I'm gonna waste one o' my guys on your fuckin' drivers? Get outta here...">>\
<<nm $player "Ugh, thanks... You didn't happen to send one of your guys to watch them for another reason, did you?">>\
''He's now gone from amused to clearly adjetated.''
<<nm $craig "Again, NO GUYS! Look, this straight up sounds like some executive level bullshittery that's waaaayyyyy above my pay grade. Now, if you'll excuse me...">>\
''$craig.name pushes past you and gets back to his work.''
<<Thought "Executive level, huh... I already bothered $sophie.name about this once, but...">>\
<<RemoveConvo $craig 1>>\
<<default>>\
''You and $craig.name talk for a bit before going your separate ways.''
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Work" "passTime()">>\<<set $john.convo[$ConversationID].seen to true>>\
<<pic $john>>\
<<art $john>>\
<<switch $ConversationID>>\
<<case 1>> /* Default */\
<<if $john.isFemale>>\
<<greet-John>>\
<<nm $player "Hey $john.name. How's it going?">>\
''$john.name smiles brightly.''
<<nm $john "Oh, things are great over here! How are you, though? You're still pretty new, hope you're not having much trouble.">>\
<<nm $player "No, no. I'm settling in pretty well.">>\
<<nm $john "That's good to hear. Well you just let me know if you need help with anything, sweetie.">>\
''$john.name licks her lips.''
<<nm $john "...'Anything', tee-hee!">>\
''The two of you continue to talk for a bit before heading your separate ways.''
<<elseif $john.dose > 0>>\
<<greet-John>>\
<<nm $john "So, how's it goin'? Gettin' used to things yet?">>\
<<nm $player "Heya $john.name. Yeah, things are still a little crazy, but I think I'm settling in okay.">>\
<<nm $john "Haha, yeah! I remember when I first started here, it takes some time to adjust. Well hey, lemme know when ya' wanna grab some drinks or somethin'.">>\
<<nm $player "Sure thing!">>\
''The two of you continue to talk for a bit before heading your separate ways.''
<<else>>\
<<greet-John>>\
<<nm $player "Hey $john.name, how's it going?">>\
<<nm $john "'s'alright...">>\
''$john.name clears his throat as he stares at you awkwardly.''
<<nm $player "Well... Good talk!">>\
<<nm $john "Fuckin' eh! Let's grab a beer later.">>\
<<nm $player "Y-yeah, sure thing...">>\
''You turn around and head off.''
<</if>>\
<<case 2>> /* Default */\
<<if $john.isFemale>>\
<<greet-John>>\
''$john.name smiles brightly.''
<<nm $john "So, how are you?">>\
<<nm $player "Hey $john.name. You know, hanging in there.">>\
''$john.name rubs your shoulder.''
<<nm $john "I hear ya'... This can be a pretty stressful job. Heck, I used to be super anxious, like, all the time!">>\
<<nm $player "You? Really?">>\
<<nm $john "Oh yeah! But these days, it's like, y'know, 'Life sucks, so all you can do is suck it right back'!">>\
<<nm $player "I... um...">>\
<<nm $john "Tee-hee, speaking of, you just come to my office if you ever need to blow off some steam. I'm sure I can think of something to help you out!">>\
''The two of you continue to talk for a bit before heading your separate ways.''
<<elseif $john.dose > 0>>\
<<greet-John>>\
''$john.name looks happy today.''
<<nm $john "So <<buddy>>, how's it going?">>\
<<nm $player "Hey $john.name, I'm hanging in there.">>\
''$john.name slaps you on the shoulder.''
<<nm $john "Haha, glad to hear it. Yeah, place has a way runnin' people dry, for sure.">>\
<<nm $player "Yeah, well hey, thanks for looking out.">>\
<<nm $john "No worries! Y'know we really need to grab a drink some time, you an' me.">>\
<<nm $player "Sounds good!">>\
''The two of you continue to talk for a bit before heading your separate ways.''
<<else>>\
<<greet-John>>\
<<nm $player "...$john.name.">>\
<<nm $john "Haha! Man, I'm glad to see they ain't accidentally sold you yet! Maybe try to stay away from the shipping area, just in case, huh?">>\
<<nm $player "Right... Thanks for thinking about me.">>\
''$john.name bursts into laughter.''
<<nm $john "Awwww, c'mon! We're fuckin' besties now! What would I do without you around, 'uh?">>\
''$john.name laughs as he walks off.''
<<Thought "What a fuckin' weirdo...">>\
<</if>>\
<<case 3>> /* Thinking of Tory */\
<<if $john.dose > 0>>\
<<greet-John>>\
<<nm $player "So, pretty crazy what happened to $tory.name, huh?">>\
<<nm $john "Fuck, yeah... Can't say she didn't deserve it, though.">>\
''You raise an eyebrow.''
<<nm $player "Oh? I thought you used to report to her.">>\
<<nm $john "Nah, $tasha.name did, but I only ever met her a couple times. Total self-righteous bitch. I'd be surprised if anyone really misses her...">>\
<<nm $player "Huh, I see.">>\
''The two of you continue to talk for a bit before heading your separate ways.''
<<else>>\
<<greet-John>>\
<<nm $player "So, pretty crazy what happened to $tory.name, huh?">>\
<<nm $john "...Who?">>\
''You raise an eyebrow.''
<<nm $player "$tory.name? I thought you and $tasha.name used to report to her?">>\
<<nm $john "Oh yea'! Nah, think I only ever met the bitch once. Total cunt, too. Talked down to me like she was all hot shit an' how grateful I should be for havin' this job 'n shit... S'what happened to 'er?">>\
<<nm $player "...Uh, yeah. Basically there was an incident with her during her last visit. You know, $tasha.name has the details... so...">>\
<<nm $john "Yeah, yeah, whatever.">>\
''$john.name goes back to what he was doing and you head on your way.''
<</if>>\
<<RemoveConvo $john 1>>\
<<case 4>> /* Thinking of Julia */\
<<if $john.isFemale>>\
<<greet-John>>\
<<nm $player "Hey $john.name.">>\
<<nm $john "I still can't believe it... I never thought $julia.name would snap like that!">>\
<<nm $player "You two were friends, huh?">>\
''$john.name puts her head in her hand.''
<<nm $john "Yeah, you could say that. She helped me out a lot when I started here, and we sorta got close after that.">>\
<<nm $player "I'm really sorry. What she did, though...">>\
<<nm $john "I know, it's...">>\
''You pat $john.name on her shoulder before leaving her be.''
<<elseif $john.dose > 0>>\
<<greet-John>>\
<<nm $player "Hey $john.name. Um, you doing okay?">>\
<<nm $john "Hm?">>\
<<nm $player "$julia.name, I mean. I know you two were close.">>\
''$john.name's expression sinks slightly.''
<<nm $john "Y-yeah, I mean, kinda. She really helped me out a lot when I was new here, y'know? What she was doin' though... I don't...">>\
''$john.name pauses for a moment.''
<<nm $john "Hey, y'know, that's the kinda shit that happens to people who stick around this kinda place too long. Ain't like $julia.name's the first one to crack. Anyways, thanks for checkin' up.">>\
<<nm $player "Yeah, any time.">>\
''You both say your goodbyes and head back to work.''
<<else>>\
<<greet-John>>\
<<nm $player "Hey $john.name.">>\
<<nm $john "Heh... <<if isMale()>>faggot<<else>>slut<</if>>.">>\
''$john.name's insult lacks is usual bite today, he's not even quite looking at you.''
<<nm $player "You, um... You okay? What with $julia.name and-">>\
<<nm $john "The fuck you care about $julia.name for? Bitch went fuckin' psycho an' now she's... now she got what she deserved.">>\
''He's getting visibly angry.''
<<nm $john "Anyways, I got shit to do, so unless you're here to blow me, why don'cha go an' fuck off somewhere.">>\
''$john.name storms off.''
<</if>>\
<<case 5>> /* Reflecting on New Self */\
<<greet-John>>\
<<nm $player "Heya. So, um, $john.name. How are you adjusting to your new, um...">>\
<<nm $john "My new 'me'?">>\
''$john.name's smile is beaming as she bounces her large breasts in her hands.''
<<nm $john "I LOVE it! I don't think I've ever been happier in my life! People are so much nicer to me, I don't have to worry about impressing anyone anymore, and...">>\
''She leans in close.''
<<nm $john "I get all the cock and pussy I want! All day every day whenever I'm feeling horny! I mean, that's like, all the time, but oh my god its AWESOME!">>\
<<nm $player "Haha, well, I'm happy you're happy. Anyway, I've got some work to...">>\
<<nm $john "Aw, well you be sure to visit me sometime, okay?">>\
''With that you go your separate ways.''
<<case 6>> /* Fun with Penny */\
<<greet-John>>\
<<nm $player "...$john.name.">>\
<<nm $john "Oho, look who it is! Hey there <<sissy>>, wanna go somewhere so's you can gag on my cock again?">>\
<<nm $player "I-I, no-">>\
<<nm $john "I think you'd like it, 'specially since it's covered in your cutie lab partner, hahaha!">>\
''You look down to avoid eye contact.''
<<nm $john "Man, she's turnin' into a real cumslut, too! All she ever does beg me for it, y'know? Bitch can't get enough! I might have to start introducing her to some of my friends!">>\
<<nm $player "Friends? W-what do-">>\
<<nm $john "Hahaha, man, imagine it! That nerdy bitch gettin' passed around from one cock to another 'til she's fuckin' bulgin' when cum. Ha, maybe we'll make a game outta' it, first guy to get the slut pregnant gets to keep her! HAHAHA!!!">>\
''Your fists begin to clench.''
<<nm $john "Aww, what, you mad? Don't worry, when I'm don't with that used up cunt I'll be sure to introduce you to my friends, too! Hahaha, later!">>\
''$john.name walks off, leaving you angry and humiliated.''
<<dom $player -1>>
<<case 7>> /* Fun with You */\
<<greet-John>>\
<<nm $player "$john.name...">>\
<<nm $john "So <<faggot>>, been thinkin' about ya'! Hehehe...">>\
<<nm $player "What's that supposed to mean?">>\
<<nm $john "Aw, don't be like that, tryin' t'give you a fuckin' compliment, y'know? That pretty little slut mouth o' yours is startin' to get really good at suckin' my fat cock. Wouldn't mind the service a little more often, know what I mean?">>\
''You look down at the floor.''
<<nm $john "Aw, don't be sad, I know we don't have time right now. Be sure to visit me though, I've been savin' up a big one for ya'!">>\
''$john.name laughs as he walks off.''
<<dom $player -1>>
<<case 8>> /* Improving */\
<<greet-John>>\
<<nm $player "Hey $john.name, what's up?">>\
''$john.name's expression is a little depressing.''
<<nm $john "I just, I mean... Look, I was a real asshole to you when you first started, y'know? Like, I know I was really bad...">>\
<<nm $player "Ha, I mean, you weren't that... bad...">>\
<<nm $john "No, I was. Anyway, I just wanted to apologize. Still bugs me, y'know? You're a pretty cool <<guy>>, and I'd like it if we could try to be, like, friends, or whatever.">>\
''You give $john.name a reassuring smile.''
<<nm $player "Hey, it's all good. Let's grab a beer sometime, yeah?">>\
<<nm $john "Yeah! Sounds good!">>\
<<case 9>> /* New Numb */\
<<greet-John>>\
<<nm $player "Hey $john.name, doing all right?">>\
<<nm $john "Huh? Oh... y-yeah. Hey, you an' nerd girl figure anything out with my ah... problem?">>\
''You hold back a smile.''
<<nm $player "Me and... $penny.name... are looking into it. We'll have something figured out soon enough.">>\
''$john.name tries to look relieved, but you can tell he's struggling. The constant pressure against his permanent erection means he's always on the verge of toppling over.''
<<nm $john "Cool... cool... Well I'll see'ya 'round...">>\
<<nm $player "Yep, see ya!">>\
<<case 10>> /* Playing Nice */\
<<greet-John>>\
<<nm $player "Woah, ha, heya $john.name. Kinda startled me there.">>\
''$john.name laughs, patting you on the shoulder.''
<<nm $player "So, how're things?">>\
<<nm $john "Ah, y'know, pretty good. Actually, really good, if'm bein' honest. I dunno, been in a better mood lately, people even been nice t'me an' shit, y'know? Actually kinda don't hate bein' here lately!">>\
<<nm $player "Really? Well, hell, that's great man!">>\
''The two of you chat for a bit, laughing at $john.name's exaggerated hand motions and high energy.''
<<nm $john "Shit, even $tasha.name! I didn't think that girl'd gimme the time o' day, but now she's even, like, smilin' around me an' shit!">>\
<<nm $player "That's awesome, she seems a little happier, too.">>\
<<nm $john "Fuckin' eh! Ha, aight <<buddy>>, I'll see'ya 'round!">>
''You and $john.name wrap up your conversation and head your separate ways.''
<<case 11>> /* Thank you for Being a Friend */\
<<greet-John>>\
<<nm $player "Heya $john.name.">>\
''$john.name seems to be in good spirits today.''
<<nm $john "Things been good?">>\
<<nm $player "Yeah, can't complain too much. You?">>\
''$john.name shrugs, a relaxed smile on his face.''
<<nm $john "Heyyyy... I hope this doesn't sound too weird or whatever but... Uh...">>\
<<nm $player "What's up man?">>\
<<nm $john "I, ahh, just wanted to like, say thanks or whatever, y'know, for stickin' with me an' shit... I know I was a bit of an asshole to you before...">>\
''He's blushing as he tries to keep his composure.''
<<nm $player "Hey, no problem! I knew you weren't the total shithead you let on to be! Just needed some better influences, haha!">>\
<<nm $john "'sat all? Hunh, well lemme know if you have anyone in mind!">>\
<<nm $player "Oh fuck off!">>\
''You and $john.name wrap up your conversation and head your separate ways.''
<<case 12>> /* People Being Nice */\
<<greet-John>>\
<<nm $player "How ya' doing, $john.name?">>\
''$john.name has a goofy grin today.''
<<nm $john "Y'know, this whole thing what with people likin' bein' around me an' shit's pretty fuckin' cool!">>\
<<nm $player "You mean, you're happier when people don't despise you?">>\
''He snaps his fingers.''
<<nm $john "Yeah that one! Heh, just this mornin', I waved to save dude in the lobby an' insteada' flippin' me off, he actually waved back!">>\
<<nm $player "Holy shit! Are you okay?">>\
<<nm $john "Yeah I survived... Oh man, an' did you know girls're a lot cuter when they don't always look like they're tryin' to not throw up in their mouths when you're talkin' to them? It's like a whole new fuckin' world!">>\
''You try not to laugh at $john.name's childlike excitement.''
<<nm $player "You're not about to go all Disney princess on me, are you?">>\
<<nm $john "Huh? Fuck does that mean?">>\
''You and $john.name wrap up your conversation and head your separate ways.''
<<case 13>> /* Drinking Again */\
<<greet-John>>\
<<nm $player "Ha, heya $john.name.">>\
''$john.name looks happy today.''
<<nm $john "Man, y'know I had a time the other night! Thanks for takin' me out.">>\
<<nm $player "Hey, thanks for paying for the drinks!">>\
''You and $john.name share a good laugh.''
<<if flag($john,"Kissed")>>\
<<nm $john "Heh, u-um, you know, things gotta little crazy huh? What with the, uhhh...">>\
<<nm $player "The kiss?">>\
''$john.name looks embarrassed.''
<<nm $john "Yeah, that... We ever gonna talk about that?">>\
<<nm $player "Maybe... But not right now!">>\
<<nm $john "R-right...">>\
<<else>>\
<<nm $john "Man, I don't remember much... I wasn't too much of a dumbass was I?">>\
<<nm $player "I mean, no more so than usual.">>\
''$john.name thinks about it for a second, unable to decide whether or not to be offended.''
<<nm $player "There was this whole thing about enlisting an army of feminist cats, though...">>\
<<nm $john "I, uh... Huh?">>\
<</if>>\
''You and $john.name wrap up your conversation and head your separate ways.''
<<case 14>> /* What's Up With Tasha? */\
<<if $john.isFemale>>\
<<nm $john "Oh, heya sexy!">>\
<<nm $player "Hey ?john, you look like you got something on your mind today.">>\
''?john leans back in her chair, making sure you have a clear view of her large chest.''
<<nm $john "Mmmm, just thinkin'... Say, is it just me, or has ?tasha been acting a little different?">>\
<<nm $player "Not that I've noticed, why?">>\
''She stares past you, really reaching for a thought she can't quite find.''
<<artB $john "dosed,2">>\
<<nm $john "Just, something about her... something... familiar?">>\
''You're not sure how to respond.''
<<nm $john "Oh well! What were we talking about?">>\
<<else>>\
<<nm $john "'Sup ?mc!">>\
<<nm $player "Hey ?john, you look like you got something on your mind today.">>\
''?john leans back in his chair, scratching his chest.''
<<nm $john "I dunno... ?tasha seem weird to you lately? Seems weird to me...">>\
<<nm $player "Not that I've noticed, why?">>\
''?jHe stares past you, really reaching for a thought ?jhe can't quite find.''
<<nm $john "I dunno man... just some weird shit happens 'round this place sometimes... 'specially since you moved in!">>\
''You're not sure how to respond.''
<<nm $john "Oh well! What were we talking about?">>\
<</if>>\
''You and ?john make some small talk before heading your separate ways.''
<<case 15>> /* Love the New Tasha! */\
<<if $john.isFemale>>\
<<nm $john "Tee-hee, heya ?mc!">>\
<<nm $player "Hey ?john">>\
''?john leans forward, allowing her ample cleavage to spill out of her shirt.''
<<nm $john "So... ?tasha...">>\
<<nm $player "What about her?">>\
<<nm $john "Whaddaya mean \"what about her\"? She's a sexy fucking bunny girl!!! Mmm, I wonder if she'd wear the outfit while she railed me...">>\
''?john has started drooling, completely spacing out from the conversation you were having.''
<<nm $player "I'm sure she probably would..." "That won't be a problem, half the outfit doesn't actually come off!">>\
<<else>>\
<<nm $player "Hey ?john.">>\
<<nm $john "YOOOO!!!">>\
<<Thought "He's excited...">>\
''?john leans back in his chair, putting his hands behind his head and resting on them.''
<<nm $john "Hehehe... you see ?tasha lately?">>\
<<nm $player "You mean the whole-">>\
<<nm $john "Playboy bunny thing, yeah! So she was walking by my office earlier, clickin' them sexy ass heels, an' I pull my cock out, right?">>\
<<nm $player "As you do...">>\
<<nm $john "Yeah! But instead of ignoring me like usual, she just fuckin' drops to her knees and sucks me off right there under my desk!">>\
''You start to wonder if giving ?tasha the MCS-X was a mistake.''
<<nm $player "Right under your desk, huh?">>\
<<nm $john "Yip! Swallowed every last drop, haha! Always knew she was a cum-starved slut, glad I finally get to have fun with that!">>\
<<nm $player "It's... always a pleasure talking with you, ?john.">>\
<<nm $john "For sure!">>\
<</if>>\
''You and ?john make some small talk before heading your separate ways.''
<<default>>\
<<greet-John>>\
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Work" "passTime()">>\<<set $julia.convo[$ConversationID].seen to true>>\
<<if $julia.isBimbo>>\
<<pic $julia>>\
<<art $julia>>\
<<else>>\
<<pic $julia "bimbo1">>\
<<art $julia "aroused,2">>\
<</if>>\
<<switch $ConversationID>>\
<<case 1>>\ /* Default */
<<if $julia.isBimbo>>\
<<nm $julia "Hey $player.name!">>\
<<nm $player "Oh, hi $julia.name. I'm doing okay, you?">>\
''$julia.name smiles brightly.''
<<nm $julia "I'm doing great! Just had a whole bunch of patients to, um, tee-hee, take care of.">>\
<<nm $player "Oh, ha, keeping busy then? It, um, looks like you still have some of one of your patients right...">>\
''$julia.name licks her lips.''
<<nm $julia "Mmm, hehe! I get so many more visitors these days, it's hard to keep up! I'll manage, though!">>\
''You give each other a friendly nod and go back to work.''
<<else>>\
<<nm $julia "<<Mr>> $player.surname, how are you doing?">>\
<<nm $player "Oh, hi $julia.name. I'm doing okay, you?">>\
''$julia.name smiles uninterestedly.''
<<nm $julia "Fine, fine, never an end to the work around this place.">>\
<<nm $player "Staying busy tending to patients?">>\
''$julia.name scoffs.''
<<nm $julia "Clinic work isn't work at all, it's the constant reports and inventory tasks that eat all my time. Anyway, I really must get back to it...">>\
''You give each other a friendly nod and go back to work.''
<</if>>\
<<case 2>>\ /* Default */
<<if $julia.isBimbo>>\
<<nm $player "Hey $julia.name.">>\
<<nm $julia "$player.name! Need something?">>\
<<nm $player "Huh? Oh, no, just trying to be friendly. So, uh... seems like you've been taking care of a lot more patients lately?">>\
''She begins to smile widely.''
<<nm $julia "Hehe, yeah, lot's of people need me to, mmm, care for them. Sometime I take care of lot's of people at once, and sometimes I have special patients who need my... undivided attention.">>\
<<nm $player "Hard work?">>\
<<nm $julia "Tee-hee, it can be 'hard', but I can take it!">>\
''The two of you continue chatting for a bit before going your separate ways.''
<<else>>\
<<nm $player "Hey $julia.name.">>\
<<nm $julia "<<Mr>> $player.surname. Something I can do for you?">>\
<<nm $player "Huh? Oh, no, just trying to be friendly. So, uh... Do you generally have to take care of many patients here?">>\
''She raises an eyebrow.''
<<nm $julia "Well, that is what they hired me for... That said, we're what you would call a fairly low-traffic branch of The Company. As such, I'm typically not tending to more than one or two girls at a time.">>\
<<nm $player "Hard work?">>\
<<nm $julia "No, at least not for me. I was a doctor for some time before I started working here, so it's not like I wasn't prepared.">>\
''The two of you continue chatting for a bit before going your separate ways.''
<</if>>\
<<case 3>>\ /* Thinking of Tory */
<<if $julia.isBimbo>>\
<<nm $player "Did you hear about that meeting?">>\
<<nm $julia "You mean with $tory.name? Of course I did!">>\
<<nm $player "You and $tory.name knew each other?">>\
''$julia.name starts drooling.''
<<nm $julia "Sooo lucky... All those... cocks! She much get to fuck and suck and jerk off so many cocks!!!">>\
''$julia.name slides her hand down her skirt as she falls deeper into her fantasy.''
<<else>>\
<<nm $player "Did you hear about that meeting?">>\
<<nm $julia "You mean the incident with $tory.name? Of course I did.">>\
<<nm $player "You and $tory.name knew each other?">>\
''$julia.name smirks.''
<<nm $julia "Something like that. I always found the woman quite despicable, to be honest. If you ask me, all she did at that meeting was expose her true nature.">>\
''$julia.name almost seems happy as she speaks, trying to hide her smile.''
<</if>>\
<<case 4>>\ /* Thinking of Chanel */
<<if $julia.isBimbo>>\
<<nm $julia "I like $john.name a lot better than $john.oldName.">>\
<<nm $player "Really? Why's that?">>\
''$julia.name starts drooling.''
<<nm $julia "I mean, $john.oldName was okay, even though I never got to feel his cock, but $john.name is SOOOO sexy! Sometimes we'll meet up in the bathroom and make out for, like, EVER.">>\
<<nm $player "O-oh, is that so?">>\
<<nm $julia "Mmmm, yeahhhh... I wanna do more stuff with her, too!">>\
''$julia.name runs off to go find $john.name.''
<<else>>\
<<nm $julia "Tell me, is $john.name truly $john.oldName?">>\
<<nm $player "Yep, one hundred percent.">>\
''$julia.name appears lost in thought.''
<<nm $julia "And he... //she// asked you for this?">>\
<<nm $player "Y-yeah, I mean, it happened over a period of time. I was just as surprised as anyone. I gotta say, though, she seems a lot happier as $john.name.">>\
<<nm $julia "Hmm... Yes, I suppose...">>\
''$julia.name stares into space for a bit before you both go your separate ways.''
<</if>>\
<<case 5>>\ /* The New Julia */
<<nm $player "So, how are you, um, feeling? I mean, since the, uh...">>\
<<nm $julia "Oh my god! Thanks so much for caring, you really are the best, y'know? I told Sophie I was, like, really really sorry for what I did, and she said I could keep working as a nurse as long as I, tee-hee, took care of certain 'needs' people have.">>\
''$julia.name seems especially bubbly.''
<<nm $player "Yeah, I've noticed you've been, um, busy. What about... What about your husband and daughter?">>\
<<nm $julia "Oh, Sean could never make me cum so who cares about him. I get lots and lots and lots of big cocks all day here! It's the best! Oh, and $katie.name's pussy was GREAT! I shoulda' started eating her out years ago! She must be getting lots and lots of big cocks, too... lucky...">>\
''Her hand slides down beneath her skirt as she begins to ignore you.''
<<nm $player "I see... Well, take care then.">>\
<<case 6>>\ /* Birth Control PSA */
<<if $julia.isBimbo>>\
<<nm $julia "Hey $player.name!">>\
<<nm $player "Oh, hey $julia.name. How's it going?">>\
''$julia.name giggles.''
<<nm $julia "Good! I have lots and lots of patients to take care of, so I've been super busy. Oh hey, did I ever tell you I sell birth control from my office?">>\
<<nm $player "Maybe?">>\
<<nm $julia "Yeah! It's just a little shot, works for boys and girls and makes it so you can't make babies anymore! You should really try it sometime, y'know?">>\
<<nm $player "Sure, sounds good!">>\
<<nm $julia "Yay!">>\
<<else>>\
<<nm $julia "Hello $player.name.">>\
<<nm $player "Oh, hey $julia.name. How's it going?">>\
''$julia.name sighs lightly.''
<<nm $julia "Oh, business as usual. Hey, have I mentioned to you that I provide a special birth control supplement from my office?">>\
<<nm $player "Maybe?">>\
<<nm $julia "Hm, well, anyway... It's just a simple injection. For men it's effectively a temporary chemical vasectomy. For women it functions like any other birth control pill, only much faster and consistently. If you're ever in need of it, feel free to reach out.">>\
<<nm $player "Sure, sounds good!">>\
<</if>>\
<<case 7>> /* Nice John */\
<<if $julia.isBimbo>>\
<<nm $julia "Tee-hee, $john.name's been super nice lately!">>\
<<nm $player "You noticed, too, huh?">>\
''$julia.name smiles widely while lifting her breasts over her arms.''
<<nm $julia "Yeah! Makes me wanna fuck him even more than I used to!">>\
<<nm $player "You want to fuck $john.name?">>\
''She shrugs.''
<<nm $julia "I wanna fuck everyone! But, I always thought it'd be fun to fool around with $john.name in particular.">>\
<<nm $player "Hunh.">>\
''You and $julia.name talk for a bit before going your separate ways.''
<<else>>\
<<nm $julia "I've noticed $john.name's been much more, how do I put it...">>\
<<nm $player "He's cleaned up his act? Got his shit together? Isn't horrible anymore?">>\
''$julia.name laughs.''
<<nm $julia "Ha, yes, that works. It's nice though, I certainly enjoy his company more now.">>\
<<nm $player "You and $john.name have worked together for a while, huh?">>\
''She shrugs.''
<<nm $julia "I guess, not really... but it does feel like it sometimes. He's always had a bit of a chip on his shoulder, it's nice to see him more relaxed.">>\
''You and $julia.name talk for a bit before going your separate ways.''
<</if>>\
<<case 8>> /* I Want to Taste It! */\
<<if $julia.isBimbo>>\
<<nm $julia "Ah, ?mc! How nice of you to drop by. Anything I can, mmm, help you with today?">>\
<<nm $player "Hey ?julia! Nah, just checking in.">>\
''?julia looks disappointed, slumping back into her chair and gently biting her lower lip.''
<<nm $julia "Hmph, you're no fun... Maybe I'll go have a little taste of ?tasha's new toy, hehehe!">>\
<<nm $player "Wait, her...">>\
''?julia makes a "V" over her mouth with her fingers and sticks her tongue out.''
<<nm $julia "C'mon, I'm the resident doctor, and your little girlfriend had some new anatomy she needed, mmm, help with. Of course, she ran off before I could have any \"realy\" fun...">>\
<<nm $player "Oh, I see. Well, maybe next time?">>\
<<nm $julia "I can only hope! Now, how about you, ?mc? Have any needs that I could help you fulfill? Hehehe!">>\
''You hurry out of ?julia's office.''
<<else>>\
<<nm $julia "Ah, ?mc. Something you need help with?">>\
<<nm $player "Hey ?julia! Nah, just checking in.">>\
''?julia looks annoyed, trying to figure out how to tell you to leave without being "too" rude about it.''
<<nm $julia "I... see. Well, everything's fine here. I thought you'd be stopping by to see how ?tasha's checkup went.">>\
<<nm $player "Wait, checkup?">>\
''?julia rolls her eyes.''
<<nm $julia "Her new vagina? I assumed you knew, and if you didn't, well I'm sure you two have a lot to talk about...">>\
<<nm $player "No, I'm aware... Anything I should about?">>\
<<nm $julia "Aside from the fact that she somehow magic'd it into existence? Nope, it's a perfectly healthy, perfectly normal, <<if $tasha.isPregnant>>and perfectly impregnated <</if>>piece of female hardware.">>\
<<nm $player "Well, that's good... to...">>\
''?julia has returned to her work, clearly ignoring you on purpose so you'll leave sooner. Not wanting to bother her longer, you do just that.''
<</if>>\
<<case 9>> /* Tasha is a Lot... */\
<<nm $player "Hey ?julia!">>\
<<if $julia.isBimbo>>\
<<nm $julia "Mmm, hey lucky <<boy>>!">>\
<<nm $player "Oh, why am I lucky?">>\
''?julia rests her chin on her fingers and gives you a knowing smirk.''
<<nm $julia "Why? Oh, I dunno, maybe because you get to have the cutest bunny girl in the world whenever and wherever you want?">>\
<<nm $player "?tasha? To be fair, I think anyone can have her whenever they want at this point...">>\
''?julia laughs, shaking her head.''
<<nm $julia "Maybe, I know I plan on having a taste as often as I can get one! Still, it's obvious she likes you the most.">>\
<<nm $player "You think?">>\
<<nm $julia "Oh sweetie, I //know//. Now then, on to more important matters...">>\
''?julia leans further forward, giving you an intense look.''
<<if hasPenis()>>\
<<nm $julia "Can I suck your cock for you?">>\
<<else>>\
<<nm $julia "Can I eat your pussy for you?">>\
<</if>>\
''You roll your eyes. You and ?julia talk for a bit before going your separate ways.''
<<else>>\
<<nm $julia "?mc... So, what's going on with ?tasha?">>\
<<nm $player "Oh, um, I'm not sure, really...">>\
''?julia gives you an unsatisfied expression.''
<<nm $julia "Mhm... Anyway, her new energy is a lot to handle, ?sophie thinks so as well. Maybe you should leash her, I'm sure ?tasha would quite like that.">>\
<<nm $player "U-um, yeah.">>\
''She's about to go back to what she was doing before quickly turning back to you.''
<<nm $julia "One more thing.">>\
<<nm $player "Hm?">>\
<<nm $julia "Please remind your rabbit that, at least when it comes to me...">>\
''?julia glances over at a scalpel left on her desk.''
<<nm $julia "\"No\"... means no.">>\
<<nm $player "I'll be sure to remind her.">>\
''?julia returns to her work and you quickly exit her office.''
<</if>>\
<<default>>\
''You and $julia.name talk for a bit before going your separate ways.''
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Work" "passTime()">>\<<set $kagney.convo[$ConversationID].seen to true>>\
<<pic $kagney>>\
<<art $kagney>>\
<<switch $ConversationID>>\
<<case 1>>\ /* Default */
<<nm $kagney "Hm? Oh, heya $player.name!">>\
''$kagney.name gives you a wide smile.''
<<nm $player "Heya $kagney.name! So, how's life at the front desk?">>\
''She giggles.''
<<nm $kagney "Oh, y'know, same ol'. At least today's been pretty quiet. What's the boss got ya' workin' on today, hm?">>\
<<nm $player "Now, now... That's classified!">>\
''$kagney.name rolls her eyes and laughs.''
<<nm $kagney "Oh, I see, I see! Okay <<Formal>> Super Spy, well you have a good one, okay?">>\
<<nm $player "Haha, yeah, you too!">>\
''The two of you continue chatting for a bit before going your separate ways.''
<<case 2>>\ /* Overworked */
<<if $kagney.isBimbo>>\
<<nm $kagney "@@.bf;Mmm, better now that you're here baby...@@">>\
<<pic $kagney "kiss-player">>\
''$kagney.name pulls you in for a tight kiss.''
<<else>>\
<<nm $kagney "Hm? Oh, hey $player.name. It's all good.">>\
''$kagney.name leans back in her chair, clearly exacerbated.''
<</if>>\
<<nm $player "You sure? You seem a little stressed.">>\
<<if $kagney.isBimbo>>\
<<nm $kagney "@@.bf;Tee-hee, probably just a little undersexed today. Think you could help with that?">>\
<<else>>\
<<nm $kagney "Do I? I probably just need to re-caffenate... Later... After I get through these files...">>\
<</if>>\
''You can tell she's feeling overwhelmed.''
<<nm $player "Ever thought about talking to $sophie.name about maybe getting some help up here? I mean, I see there are clearly two workstations...">>\
<<nm $kagney "Ehhhh... I don't think $sophie.name likes me very much. I try to stay out of her way as best I can. A-anyway, I've got to get through a few more things this morning before I can take a break...">>\
''$kagney.name forces a smile as she goes back to her mountain of tasks, trying her best to assure you she's just fine.''
<<Thought "$kagney.name's definitely overworked... @@Maybe I should talk to $sophie.name about getting her some help...@@">>\
<<AddConvo $sophie 9>>\
<<case 3>>\ /* Looking For Help */
<<nm $kagney "Oh, heya $player.name!">>\
<<nm $player "Hey $kagney.name. Just wanted to let you know that I talked to $sophie.name and it looks like we're going to try to find you some help at the front desk!">>\
''$kagney.name looks shocked, nearly choking up before responding.''
<<nm $kagney "R-really? You did that for me? And she said yes?">>\
<<nm $player "Mhm. She said tha-">>\
''You get cut off as $kagney.name throws her arms around you, burying her face in your shoulder.''
<<nm $kagney "You didn't have to do that! Thank you so much for caring, $player.name!">>\
<<nm $player "S-sure, no problem. Still haven't found anyone yet, though, so...">>\
<<nm $kagney "Still, thank you. It means a lot that you'd even think to ask for me.">>\
''You give $kagney.name a reassuring smile.''
<<nm $player "Hehe, of course!">>\
<<RemoveConvo $kagney 3>>\
<<RemoveConvo $kagney 2>>\
<<case 4>> /* Is it True? */\
''?kagney looks up at you and her eyes go wide.''
<<nm $kagney "Is it true? Is it really true?">>\
<<nm $player "Woah! H-hey, ?kagney!">>\
''She ignores you.''
<<nm $kagney "Uh-huh, so is it!?">>\
<<nm $player "Okay, is \"what\" true?">>\
''?kagney rolls her eyes, only getting more agitated and excited.''
<<nm $kagney "Grrr... Does ?tasha \"really\" have, y'know, a pussy?">>\
''She whispers the last part, as if it's a secret.''
<<nm $player "A pussy? Why wouldn't she have one?">>\
<<nm $kagney "Oh just stop, you think I don't know things? Forget it, I'll just go ask her myself!">>\
''?kagney stomps away towards ?tasha's office.''
<<nm $player "Pretty sure ?tasha's in a meeting, but... okay bye!">>\
<<case 5>> /* OMG Tasha! */\
<<nm $player "Hey ?kagney! How ar-">>\
''?kagney lunges over the desk, grabbing you by your <<top>> and pulling you in close.''
<<nm $kagney "What happened to ?tasha!">>\
<<nm $player "I-I-I u-um, what do-">>\
<<nm $kagney "Don't fuck with me ?mc! She's... she's... she's...">>\
<<Thought "Here it comes...">>\
<<nm $kagney "She's fucking ADORABLE AND I WANT HER!!!">>\
''The entire lobby goes silent as all eyes fall on ?kagney for a moment, before quickly going back about their business. You pull back as ?kagney loosens her grip on your clothes.''
<<nm $player "R-right, no, I don't know what happened, but she seems pretty happy. Also, if you \"want her\", I'm sure she'd be more than happy to give herself to you at this point." "So that's it...">>\
''?kagney starts blushing, putting her hands on her face.''
<<nm $kagney "Oooh, you think so? You really think so!?">>\
<<nm $player "I really... really think so, yeah.">>\
<<nm $kagney "MmmmmeeeEEEEEEE!!! I'mma go see what she's up to real qu-">>\
<<pic $sophie>>\
<<art $sophie "angry,2">>\
<<nm $sophie "?kagney! I need you to make sure these get to where they need to go.">>\
''?sophie, appearing out of nowhere, drops a stack of envelopes in front of ?kagney.''
<<nm $kagney "Y-yes, ma'am!">>\
''?kagney quickly scurries off, leaving you alone with ?sophie.''
<<nm $sophie "This is exactly what I was worried about... ?mc, don't you have something else you could be doing as well?">>\
<<nm $player "Y-yes!">>\
''You take ?kagney's lead and head off.''
<<default>>\
''You and $kagney.name talk for a bit before going your separate ways.''
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Work" "passTime()">>\<<set $lauren.convo[$ConversationID].seen to true>>\
<<pic $lauren>>\
<<switch $ConversationID>>\
<<case 1>>\ /* Default */
<<nm $lauren "Oh, hi there $player.name! Looking good today!">>\
''$lauren.name casually rubs your arm as she greets you.''
<<nm $player "Um, thanks? You too... So, how are you liking it here? Ha, that feels weird, not being the new <<guy>> anymore.">>\
''She giggles.''
<<nm $lauren "I love it! It's so much more laid back than at HQ. Everyone's always rushing around trying to get things done, it's super stressful! But here, I can finally breathe, y'know?">>\
<<nm $player "I can imagine. Things can get stressful here as well, but I never really feel like it's too much to handle.">>\
''$lauren.name smiles wide.''
<<nm $lauren "Right! Well, maybe we can talk more about it over lunch some time, huh? Oh, and I still wanna see that lab of yours!">>\
<<nm $player "Ha, yeah, sure. I'll definitely try to visit you more as well.">>\
''The two of you continue chatting for a bit before going your separate ways.''
<<case 2>>\ /* Default */
<<nm $lauren "Hey you!">>\
<<nm $player "Hey $lauren.name, how's it going?">>\
''She puts her hands up as she looks around the area.''
<<nm $lauren "Oh, you know, still getting used to the place. Say, I've been wanting to talk to you about $tory.name! Man, you should have seen her when they brought her in, all gagged and tied down to a cart. Totally leaving a trail behind her if you know what I mean.">>\
<<nm $player "Oh wow. Yeah, I haven't heard much about what happened to her after the incident last month.">>\
''$lauren.name steps in closer.''
<<nm $lauren "But you were there, right!? Right? Actually, I heard you were the one that did it to her, is that true!?">>\
''You look around the room, caught off guard by $lauren.name's question.''
<<nm $player "Um, y-yeah, that was one of my serums. I may have taken it a little too far, though.">>\
<<nm $lauren "Oh man that's so COOL! And no, $tory.name totally deserved it. Total fucking cunt, y'know? Still, that's super impressive, I'd really love to see that in action, y'know? Hehe, I think I might be falling for you!">>\
''$lauren.name blows you a small kiss.''
<<nm $player "U-um...">>\
<<nm $lauren "Tee-hee!">>\
''She giggles as she goes back to what she was doing.''
<<case 3>> /* On Julia */
<<nm $lauren "Say... Isn't $julia.name supposed to be the resident medical officer here?">>\
<<nm $player "Hm? Well... it's complicated. She can still treat medical issues if you need something but, she kind of has a one track mind nowadays.">>\
''$lauren.name looks down, cupping her large breasts in her hands.''
<<nm $lauren "Oh? Yeah, I went down to introduce myself and she insisted on giving me a mandatory breast exam. I knew something was up when she got naked and started sucking my neck as she 'examined' my breasts...">>\
''You laugh a little louder than you meant to.''
<<nm $player "That's what tipped you off, huh?">>\
<<nm $lauren "Well, that and the 12 inch dildo she insisted on using to give me a vaginal exam shortly after... It was a very long exam...">>\
''As you visualize the scene $lauren.name is describing, you notice your <<pSize>> has begun to stir...''
<<nm $lauren "Anyways, I have another exam scheduled with $julia.name next week. She's super thorough, y'know?">>\
<<nm $player "Hehe, uh, yeah... Well good luck with that!">>\
''The two of you continue chatting for a bit before going your separate ways.''
<<default>>\
''You and $lauren.name talk for a bit before going your separate ways.''
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Work" "passTime()">>\<<set $mom.convo[$ConversationID].seen to true>>\
<<switch $ConversationID>>\
<<case 1>> /* Base 1 */\
<<nm $player "Hey $mom.name!">>\
<<pic $mom>>\
<<art $mom>>\
<<nm $mom "Hey sweetie. Man, things have been a lot more lively since you moved back in.">>\
<<nm $player "Oh? Is that a bad thing?">>\
''Your <<mother>> smiles brightly.''
<<nm $mom "No, not at all! Between you and me, your <<sister>> was a bit mopey since you left. Coming back has really brightened her up, even though she'd never admit it.">>\
<<nm $player "Haha, no... no she wouldn't. Well I'm glad to be home. I missed you guys.">>\
''Your <<mom>> throws her arms around you and gives you a kiss on the cheek.''
<<nm $mom "We missed you, too! And, you know, having another income around here is pretty nice, too!">>\
''The two of you talked a while longer before going your separate ways.''
<<case 2>> /* Base 2 */\
<<pic $mom>>\
<<art $mom>>\
<<nm $mom "Have I told you how proud I am of you?">>\
<<nm $player "Pretty frequently, yeah, it's a pretty '$mom.name' thing to say.">>\
''She hits you on the shoulder.''
<<nm $mom "No, I mean it! You've always been so smart, and now you've landed this fancy job? You've even inspired your <<sister>> to take her schooling more seriously! You're doing great, I just want to make sure you know that.">>\
<<nm $player "Well... Thanks, $mom.name. I really appreciate that.">>\
''Your <<mom>> throws her arms around you and gives you a kiss on the cheek.''
<<nm $mom "Love you babe!">>\
<<nm $player "Love you too, $mom.name.">>\
''The two of you talked a while longer before going your separate ways.''
<<case 3>> /* Coffee */\
<<nm $player "Hey $mom.name!">>\
<<pic $mom>>\
<<art $mom>>\
<<nm $mom "Hey sweetie.">>\
<<nm $player "Thanks for bringing that coffee up earlier. Really helped me get going.">>\
''Your <<mother>> smiles warmly.''
<<nm $mom "Oh don't worry about it honey. I know your <<sister>> and I tend to burn through it pretty quickly so I just wanted to make sure you didn't miss out...">>\
<<nm $player "Thanks $mom.name, nice of you to think that!">>\
''Your <<mother>> lingers in a light daze for a moment before snapping back.''
<<nm $mom "Y-yeah sweetie. Of course!">>\
''The two of you talked a while longer before going your separate ways.''
<<case 4>> /* Horny */\
<<nm $player "Hey $mom.name!">>\
<<pic $mom>>\
<<nm $mom "Oh, h-hey sweetie. So, um... How is it being back home?">>\
<<nm $player "It's actually been really nice, spending time with you and <<sis>> again. Campus was always a little hectic.">>\
''Your <<mother>> seems nervous around you, her hands fidgeting somewhat as she avoids direct eye contact.''
<<nm $mom "Right... Well we're glad to have you around sweetie.">>\
''Your <<mom>> blushes deeply as she reaches out and rubs your arm.''
<<nm $player "Thanks, $mom.name.">>\
''The two of you talked a while longer before going your separate ways.''
<<case 5>> /* Touch */\
<<nm $player "Hey $mom.name, how are you?">>\
<<pic $mom>>\
<<nm $mom "O-oh, hey honey. I'm doing fine...">>\
<<nm $player "Good, good... You've just seemed a little, I don't know, stressed lately. Everything okay?">>\
''Your <<mother>> can't quite keep still, and you can't help but notice her rubbing her legs together.''
<<nm $mom "Y-yes, sweetie, I... Everything's great! Well, I'm gonna go check on... ohh... something...">>\
<<nm $player "Alright then, just wanted to check on you.">>\
''You walk up to your <<mother>>, surprising her as you wrap your arms around her.''
<<nm $mom "O-OH! N-nooo... $player.name....">>\
''Her body goes almost limp, and a new strong odor fills the air. It's clear she had an unintentional orgasm from your touch.''
<<nm $player "Okay, well I'll see ya' then.">>\
''She falls to the floor as you walk off.''
<<lust $mom 1>>
<<case 6>> /* Kiss */\
<<pic $mom>>\
<<nm $mom "Hey sweetie.">>\
<<nm $player "Hey $mom.name, how are things?">>\
''She approaches closer.''
<<nm $mom "Um, good, I think. I was just thinking about you, and me...">>\
<<nm $player "What do you mean?">>\
<<nm $mom "Well, I just mean we've started getting, you know, closer, physically, and I wanted to make sure you were okay with everything...">>\
''You wrap your arms around her, the touch triggering an intense reaction. Her scent immediately fills the air.''
<<nm $player "Of course I'm okay with it, I mean it's just a little affection, right?">>\
<<nm $mom "A-ah...">>\
<<pic $mom "kiss-player">>\
''She trembles in orgasm as you hold your embrace. After a few moments, you let her go, watching as her legs give out from under her.''
<<nm $player "Well, I've got to get going. Glad we had this chat!">>\
<<nm $mom "Y-yeah...">>\
<<love $mom>>
<<lust $mom>>
<<case 7>> /* Futa */\
<<if dose($mom,"sex")>>\
<<nm $player "Hey, so... How are you adapting to your, um...">>\
<<pic $mom>>\
<<nm $mom "My cock? Mmmm, hehehe! You know I hated it at first, but now, the more I get to use it, it's SO fun!">>\
''She pulls down her shorts, exposing an incredibly erect, massive cock. Thick precum drips from the end of it.''
<<nm $mom "Hey, don't suppose you're in the mood to play, huh?">>\
<<nm $player "Haha, as much as I'd love to, I'm a little busy right now...">>\
''You back up towards the exit.''
<<nm $mom "Awwww... well, you owe me later!">>\
<<nm $player "S-sure thing, $mom.name.">>\
''You leave her alone as she continues stroking her cock.''
<<else>>\
<<nm $player "Hey, so... How are you adapting to your, um...">>\
<<pic $mom>>\
<<nm $mom "This THING hanging between my legs? Oh... I guess... I guess I'm getting used to it, but... Any progress in getting it off?">>\
<<nm $player "Well, you just rub it a bit an-">>\
<<nm $mom "YOU KNOW WHAT I MEAN! Don't be a smartass...">>\
''You can't help but laugh.''
<<nm $player "Heh, sorry $mom.name, we're working on it...">>\
<<nm $mom "Well work faster! As nice as it is to be able to stand up while I pee, I just don't know if I can live like this for much longer!">>\
''You leave her be as you go your separate ways.''
<</if>>\
<<case 8>> /* Comfortable Clothing */\
<<nm $player "Hey $mom.name!">>\
<<pic $mom "ava-lingerie">>\
<<nm $mom "Hey baby! Mmmm, it's so nice being home, isn't it?">>\
<<nm $player "Hm?">>\
''$mom.name runs her hands up and down her body, emphasizing her breasts as she takes a deep breath through her nose.''
<<nm $mom "I just love being able to slip out of those stuffy clothes and into something more comfortable, you know? I mean, since we're family it shouldn't matter if we show a little more skin around the house, right?">>\
''Her chest heaves upwards as she takes another deep, deliberate breath.''
<<nm $player "Y-yeah, it's fine by me!">>\
<<nm $mom "Good! You know, you should let loose a little, too! Hehe, maybe we should do away with the clothes altogether, what do you think?">>\
''She pokes at you while tugging on one of her straps.''
<<nm $player "Haha, I, uh, I don't know how $sister.name would feel about that!">>\
<<nm $mom "Oh you let me worry about your <<sister>>! Plus, if we were all naked all the time there'd hardly be any laundry to do anymore!">>\
''The two of you talk a while longer before going your separate ways.''
<<case 9>> /* Tight Family */\
<<nm $player "Hey $mom.name!">>\
<<pic $mom "ava-lingerie">>\
<<nm $mom "It's been so nice getting to, mmm, connect with you and $sister.name more lately.">>\
<<nm $player "Yeah, you've been a little, um...">>\
<<nm $mom "Clingy? Maybe, but I am your <<mother>> afterall. It's perfectly natural!">>\
''You share a laugh with $mom.realName.''
<<nm $player "Maybe, but I think it's freaking $sister.name out a little bit.">>\
<<nm $mom "Oh she'll come around. Hey! Maybe we could all have a sleepover in my room! Hehe, we could cuddle up under the covers and watch a movie or something. Mmm, our bodies close together, keeping us warm...">>\
''$mom.realName starts to go flush, breathing heavily as she gets lost in her new fantasy.''
<<nm $mom "Ahem, well, ah... So anyway...">>\
''The two of you talk a while longer before going your separate ways.''
<<case 10>> /* Mom is Happy */\
<<nm $player "Hey $mom.name!">>\
<<pic $mom "ava-nekkid">>\
<<nm $mom "Mmmm, o-ooohhhh... Hey hun, what are you up to?">>\
''Your <<mother>>, having lost any sense of shame, gasps and moans as she plunges two fingers in and out of her dripping pussy right in front of you. By this point, you've more or less gotten used to the sight... never mind the fact that you're directly responsible for it.''
<<nm $player "Oh, not much. You look like you've been having a good time, though.">>\
''She drives her fingers in deeper, sending her over the edge and into another orgasm.''
<<pic $mom "orgasm">>\
<<nm $mom "A-AAHHH!! MMMmmm, oooohhh... haha, mmmm, okay... Sorry, yeah, I've been feeling fantastic! Just the thought of, mmm, ravishing you and your little <<sister>> just gets me so... so HOT!">>\
''Her eyes glaze over as her fingers start exploring again.''
<<nm $mom "Oh my, excuse me! Hehe, mama might need to go, ahh, cool off for a little while...">>\
<<horny 10>>
''The two of you talk a while longer before going your separate ways.''
<<case 11>> /* New Dad? */\
<<pic $mom>>\
<<nm $mom "Hey sweetie!">>\
<<nm $player "Hey $mom.name, how's it going?">>\
''She smiles, rubbing her hands along her arms.''
<<nm $mom "It's been going pretty great, actually! Um, I was wondering... How would you feel if I were to, ahh... bring a man home?">>\
<<nm $player "Ah, you wanna replace dad. I see.">>\
''Her eyes go wide as she flails about trying to explain herself.''
<<nm $mom "N-no no no! I-I'm not trying to... You're full of crap, aren't you?">>\
<<nm $player "Pretty much. $mom.name, that's great! You should totally put yourself out there and bring home our new daddy, hahaha!">>\
''$mom.realName thinks for a moment.''
<<nm $mom "Well, your <<mom>>'s been playing a pretty wide field, you know... I just might bring home another mommy!">>\
''The two of you talk a while longer before going your separate ways.''
<<case 12>> /* Lots of Fun */\
<<pic $mom>>\
<<nm $mom "Hey sweetie!">>\
<<nm $player "Hey $mom.name! How's the, uh, nightlife been treating you?">>\
''She starts beaming.''
<<nm $mom "It's been amazing! Having you helping me organize meetings has been so nice, I'm getting to know some great people! Oh, and getting paid for this? I should have been doing this years ago!">>\
<<nm $player "Hahaha, oh yeah? I seemed a little apprehensive at first. No problems now?">>\
''She shakes her head.''
<<nm $mom "No, well... Maybe only that mama's not getting enough customers. You could be doing a much better job as a manager, you know that?">>\
''You can't help but start laughing at the absurdity of this conversation, and $mom.realName is quick to follow. After a few moments, the two of you collect yourselves and go separate ways.''
<<case 13>> /* Ava Loves Master */\
<<pic $mom>>\
<<nm $mom "Hello <<Master>>!">>\
<<nm $player "Oh, hey $mom.name. You seem to be in a pretty good mood today.">>\
''She does a cute little spin in response, as though your comment on her mood were some sort of praise.''
<<if $sister.isPornstar>>\
<<nm $mom "I'm just so happy to be serving <<Master>>! Honestly, nothing could possibly bring me more joy! Plus, that... special connect we share, <<Master>>...">>\
<<else>>\
<<nm $mom "I'm just so happy to be serving you and $sister.name! Honestly, nothing could possibly bring me more joy! Plus, that... special connect we share, <<Master>>...">>\
<</if>>\
''Your <<mother>> runs a finger along your crotch.''
<<nm $player "Ha, yeah, if it really makes you this happy then I'm definitely happy for you as well.">>\
<<nm $mom "Oh <<Master>>!">>\
<<pic $mom "kiss-player">>\
<<nm $mom "Hmmm, hehe!">>\
''The two of you talk a while longer before going your separate ways.''
<<case 14>> /* Bridal Plans */\
<<pic $mom>>\
<<nm $mom "Mmm, hey baby, how my little girl doing?">>\
<<if isMale()>>\
<<nm $player "$mom.name, c-come on, I'm not...">>\
<<else>>\
<<nm $player "I-I'm okay, $mom.name...">>\
<</if>>\
<<nm $mom "Wonderful! So I was thinking, we should get married!">>\
''You stare blankly at your <<mother>> as she ignores you, lost in her little fantasy.''
<<nm $player "I... Um...">>\
<<nm $mom "Oh it'll be wonderful! I'll take such good care of my slutty little wife, and I'll be sure to give you lots and lots of cock!">>\
''She starts to run her fingers along the growing bulge under her clothes.''
<<nm $mom "Mmmm, and not just mama's cock either, I'll make sure my baby gets all the cock she needs, hehehe!">>\
''You sneak away before she takes any extra notice of you.''
<<lust $mom>>
<<AddConvo $mom 15>>\
<<AddConvo $mom 16>>\
<<case 15>> /* Ava Gets Dark */\
<<pic $mom>>\
<<nm $player "H-hey, $mom.name. How's it going?">>\
''She approaches you, pushing you against a nearby wall as she runs her hand along your thigh.''
<<nm $mom "Mmmm, I've been thinking, baby... When we finally get married, and I make you my <<if hasPenis()>>sissy <</if>>slut wife, I want to make sure you know your place in our marriage.">>\
''$mom.realName starts grinding her bulge against your crotch as she moves her hand up from your thigh to your throat.''
<<nm $player "W-what do you... m-mean, $mom.name?">>\
<<nm $mom "I just think that a slutty little wife like you're going to be should be a little more... subservient to her mistress, don't you agree? All that pretty little mouth of yours is ever going to be used for is sucking cock and eating pussy, so it got me thinking... do you even need to be able to talk anymore?">>\
''You gasp in shock at your <<mother>>'s implication as she runs a finger down from your bottom lip to your collarbone.''
<<nm $mom "Wouldn't even cost too much to have those vocal chords removed, trust me, I looked into it... But then again, it does get me so hard when I hear you beg for my cock, hahaha!">>\
''She lets you go, sauntering out of the room.''
<<nm $mom "Well, think about it, okay?">>\
<<nm $player "I... O-oh... Um...">>\
''You stand there silently as your <<mother>> leaves the room.''
<<dom -3>>
<<RemoveConvo $mom 14>>\
<<case 16>> /* Ava Gets Ideas */\
<<pic $mom>>\
<<nm $mom "Oh hi sweetie! How's my little bride-to-be?">>\
<<if isMale()>>\
<<nm $player "I'm not... exactly bride material, $mom.name...">>\
<<else>>\
<<nm $player "I, uh... Maybe should talk about this whole... $mom.name?">>\
<</if>>\
''She's not listening to word coming out of your mouth, instead twirling herself around and taking you into her arms.''
<<nm $mom "Y'know I think I might have been approaching this whole marriage thing all wrong.">>\
<<nm $player "Okay, good! Yes! So why don't we-">>\
''You're quickly shushed with one of $mom.realName's fingers.''
<<nm $mom "See, mama thinks she's been awfully selfish... You're just so beautiful, baby, such an amazing <<if isMale()>>sissy <</if>>slutwife like you deserves to be shared!">>\
''You can feel her grind her increasingly bulging crotch into yours as she works herself up.''
<<nm $mom "Now I'm thinking, maybe instead of taking you as just MY bride, I can start bringing some men into the house and share you with them, too!<<if not $sister.isPornstar>> Oh and I know! I could wed you to $sister.name, too! I bet she'd just love fucking you in your beautiful wedding dress!<</if>>">>\
''She's completely lost to her fantasy now, and you take the opportunity to start to slip away.''
<<nm $mom "Mmmm, o-ooohhhh, hehehe, and maybe we can even get a nice big dog, huh? Haven't you always wanted to be a pet? Mmmmm... a-ahhhh!">>\
''You quickly leave the area while she's distracted.''
<<dom -3>>
<<RemoveConvo $mom 14>>\
<<case 17>> /* Happy Bride */\
<<pic $mom>>\
<<nm $mom "Oh sweetie, how are you doing?">>\
<<nm $player "Um, alright, I guess? How are you?">>\
''Your <<mother>> is beaming as you talk to her, not really registering the conversation at all.''
<<nm $mom "Baby, I'm so happy you agreed to be mine forever! I have so many fun things planned for our future!">>\
<<nm $player "Y-yes, mommy..." "Agreed?">>\
''You watch as her expression changes from pure joy to pure lust. She looks at you, blushing hard and practically panting...''
<<nm $mom "Mmmm, actually... we should really find some time to work on your training, hm...?">>\
<<nm $player "U-um, I...">>\
''A light ringing can be heard in the air as something tightens around your throat.''
<<nm $player "@@.ef;Y-yes, mommy, we really should...@@">>\
<<nm $mom "Such a good little girl! Ooohhhh you make mommy so happy!">>\
''The two of you talk for a little bit longer before going your separate ways.''
<<default>>\
''You and your <<mother>> hang out and talk for a bit.''
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Home" "passTime()">>\<<set $penny.convo[$ConversationID].seen to true>>\
<<pic $penny>>\
<<art $penny>>\
<<switch $ConversationID>>\
<<case 1>>\ /* Default */
<<nm $penny "Hey boss!">>\
<<nm $player "Hey $penny.name!">>\
''She smiles brightly at you.''
<<nm $player "So, I was wondering... How long have you been working here? At The Company, I mean?">>\
''$penny.name stares off to the side as she tries to collect her thoughts.''
<<nm $penny "Hmm... I only started a few weeks before you did. At the time I was mostly just doing general intern work, y'know, running boxes and files and coffee and that sort of thing. Once they finished setting up the lab area they brought me down to help set up all this equipment and told me what I'd be doing once you arrived!">>\
<<nm $player "Hunh, so I guess we're a couple of FNG's, huh?">>\
<<nm $penny "Hehe, yep!">>\
<<case 2>>\ /* Default */
<<nm $player "Heya $penny.name!">>\
<<nm $penny "Hey boss!">>\
<<nm $player "I wanted to say, you really have a knack for this kind of work. Where'd you study?">>\
''$penny.name cocks her head to the side.''
<<nm $penny "Study? You mean like, university?">>\
<<nm $player "Y-yeah, like, where'd you go to school?">>\
<<nm $penny "Umm, I didn't, actually. I don't do good around a lot of people. Small groups and open spaces are fine, but...">>\
''$penny.name's beginning to look a little anxious.''
<<nm $player "$penny.name? Are you okay? I...">>\
<<nm $penny "No no! I'm fine, hehe, sorry. I, um... My head just gets a little, y'know... Hey, I need to step out for a little bit, 'kay? We'll talk later.">>\
''$penny.name heads to the elevator to get some air before returning after a few minutes.''
<<RemoveConvo $penny 2>>\
<<AddConvo $penny 3>>\
<<case 3>>\ /* Penny's chemistry history 1 */
<<nm $player "Um, hey...">>\
<<nm $penny "Hey? What's up?">>\
<<nm $player "I just wanted to apologize for earlier. I didn't mean to upset you.">>\
''$penny.name looks slightly embarrassed.''
<<nm $penny "N-no, sorry I got a little flustered. Um... So in my sophomore year of high school I had a... I guess kind of a mental breakdown? After that, I ended up dropping out and, um, homeschooling... myself...">>\
<<nm $player "Homeschooling yourself?">>\
<<nm $penny "Hehe, yeah, it's, um... complicated... Spent the next few years locked in my room with a bunch of science books. Musta' read each one a dozen times. Then, um, some stuff happened, and, now I'm here!">>\
''There's an awkward silence.''
<<nm $player "Ah, so... Self-taught, then?">>\
<<nm $penny "Hehe, yep, pretty much.">>\
''You both quietly go back to work.''
<<case 4>>\ /* Taste of Lenny */
<<nm $penny "Ugh...">>\
<<nm $player "What's up, $penny.name?">>\
''$penny.name has a sickly look on her face.''
<<nm $penny "It's... Lenny! I can still... taste him...">>\
<<nm $player "Ah, jeez... Sorry about that...">>\
<<nm $penny "And you know he stares at me every time he sees me in the hallway? It's gross!">>\
<<nm $player "I'm really sorry, I just had to be absolutely sure it worked, y'know?">>\
''$penny.name gives you a disapproving look.''
<<nm $penny "Yeah, well, next time I'll give the injection and YOU can blow the janitor!">>\
''The two of you talk for a bit before going back to work.''
<<case 5>>\ /* Reflecting on Executive Gangbang */
<<nm $penny "Crazy meeting, huh? Wasn't really expecting things to go so far.">>\
<<nm $player "You mean with $tory.name? Ha, yeah... She just kept pushing, though...">>\
''$penny.name smiles at you.''
<<nm $penny "Hehe, no, I thought it was great. The bitch totally deserved it.">>\
<<nm $player "Ha, yeah, I guess she did...">>\
''The two of you talk for a bit before going back to work.''
<<RemoveConvo $penny 1>>\
<<case 6>>\ /* Thinking of Tory */
<<nm $penny "So... What do you think happened to $tory.name?">>\
<<nm $player "Um... no idea, really. It's unlikely she'll ever recover from the serum. She'll probably live out the rest of her life adhering to the last command issued.">>\
''You shrug casually.''
<<nm $penny "So she'll spend the rest of her life as a gibbering cumslut, then? Eesh...">>\
<<nm $player "Yeah, it's scary to think how easily I... well...">>\
''$penny.name looks up at you.''
<<nm $player "I guess I basically just destroyed someone's life. Forever.">>\
<<nm $penny "Regret it?">>\
''You stare past $penny.name, thinking about it.''
<<nm $player "I mean, I know I should... but I...">>\
<<Thought "The truth is, I don't feel anything...">>\
<<nm $penny "Well, probably best not to think about it too much.">>\
<<nm $player "Y-yeah.">>\
''You both quietly go back to work.''
<<case 7>>\ /* Reflecting on Julia */
<<nm $penny "Man... I still can't believe $julia.name...">>\
<<nm $player "Right? I mean, to be fair I barely know her, but, still...">>\
''$penny.name wrings her hands as she stares towards a wall.''
<<nm $penny "Y-yeah, me either, but every time I was around her she seemed totally normal. A little cold sometimes, sure, but still... I dunno... kind.">>\
<<nm $player "I guess... I mean, everyone here has to be a little broken in some way or another. $julia.name's no exception.">>\
<<nm $penny "Yeah...">>\
''The two of you talk for a bit before going back to work.''
<<case 8>>\ /* Had a Great Time */
<<nm $penny "Hey, I had a great time the other night.">>\
''$penny.name's smiling brightly at you.''
<<nm $player "Yeah, me too. We should definitely try to spend some more time together.">>\
<<nm $penny "That's be fun! We could watch movies, or maybe some couch co-op, or... Orrrrr...">>\
''She playfully nudges you.''
<<nm $penny "Or, y'know...">>\
<<nm $player "I don't know. What is it?">>\
<<nm $penny "Hehe, well, come over again and I'll show you!">>\
''The two of you talk for a bit before going back to work.''
<<case 9>>\ /* John Cuck 1 */
<<nm $penny "Hey slut, what's up?">>\
<<nm $player "S-slut? No, I just wanted to talk...">>\
''$penny.name brushes her hair to the side.''
<<nm $penny "Oh. Can it wait? I'm on my way to go meet $john.name in his office. I get a little antsy when I haven't had him inside me for a while. Hey, you should join us! He keeps saying how you make such a great cum bucket.">>\
''You reel back at the statement.''
<<nm $player "Um, n-no, that's okay.">>\
<<nm $penny "Suit yourself!">>\
''$penny.name skips off to go meet up with $john.name.''
<<dom $player -1>>
<<case 10>>\ /* John Cuck 2 */
<<nm $player "Hey, $penny.name.">>\
<<nm $penny "Hey you! Did you need something">>\
<<nm $player "No, just... Hey, you've got something...">>\
''$penny.name raises a hand to her face.''
<<nm $penny "Oh, hehe, I guess I missed a spot. $john.name's loads have been pretty huge lately! Gosh, I must've been walking all over the office covered in it... oooooohhhh just thinking about that's getting so fucking HORNY!">>\
<<nm $player "Oh, I-I...">>\
''$penny.name spins around and runs for the door.''
<<nm $penny "I'm gonna go see $john.name. Catch ya' later!">>\
<<dom $player -1>>
<<case 11>>\ /* Thinking of Chanel */
<<nm $penny "Boy, we really did a number on $john.oldName, huh?">>\
<<nm $player "Heh, you mean '$john.name'.">>\
''$penny.name laughs.''
<<nm $penny "Haha, yeah, $john.name. Still, I'm surprised it worked so well. We really need to figure out how to streamline the synthesis process so we can pump out more of that stuff.">>\
<<nm $player "Definitely, though, that's a problem for another day. For now, we should probably ease up on using coworkers as test subjects.">>\
''$penny.name sighs deeply.''
<<nm $penny "Fiiiiiine...">>\
<<case 12>>\ /* Making Serums 1 */
<<nm $penny "YAAAWWWWNNNN... Oh, excuse me... hm...">>\
''$penny.name stretches her arms wide before pulling them behind her back. You can't help but notice her chest heave forward as she does this.''
<<nm $player "$penny.name, you alright?">>\
<<nm $penny "Oh, hm, yeah... I've just been pulling some long nights working on making those extra serums. Then when I get home, I've got all that TV to catch up on, you know?">>\
''You suppress a laugh.''
<<nm $player "O-oh, I see. Well, those extra serums you've been making have been really helpful. I just want you to know I really appreciate it!">>\
''Her mouth opens, but no sound comes out. She's blushing almost as hard as she is smiling and before you know it her arms are wrapped around your neck.''
<<nm $penny "Thank you SO much, boss! Oh man, it just really means a lot to hear that! Oh! U-um, hehe, sorry...">>\
<<nm $player "N-no, $penny.name, it's fine, really...">>\
''$penny.name slides off you, straightening out your <<top>> before going back to smiling to herself.''
<<nm $penny "Um, o-okay, well anyway, good talk!">>\
<<case 13>>\ /* Making Serums 2 */
<<nm $penny "H-hey, ummmm...">>\
''$penny.name's rocking back and forth nervously.''
<<nm $player "What's up, $penny.name?">>\
<<nm $penny "U-um, I guess I was just wondering... S-so, you know how I've been working late to make those serums for you?">>\
''You smile and nod at her.''
<<nm $penny "I just, um, I was wondering... H-has that been, um, making you... happy?">>\
''You can't help but grin at $penny.name right now, reaching out and placing a hand on her head.''
<<nm $player "$penny.name, you've been making me SO happy. Honest!">>\
<<nm $penny "R-really? Hehe... hehehe!">>\
''$penny.name starts giggling uncontrollably as she bounces on her heels under your hand. You laugh at her excitement, not that she notices...''
<<nm $penny "Hehe, hmmm... Well, okay... I was just wondering!">>\
<<case 14>>\ /* Selling Serums */
<<nm $penny "Oh, heya boss!">>\
<<nm $player "Hey $penny.name, how's it going today?">>\
''She seems to be in a good mood today, wearing a somewhat lazy if not absolutely content smile on her face.''
<<nm $penny "Pretty good, thanks for asking! I don't mind working late, but I've had to squeeze in all my backlogged TV shows after hours and it's been, hm, a little exhausting, hehe!">>\
''You pat $penny.name on the head, eliciting a wide, happy grin.''
<<nm $penny "Hehehe, okay, okay! Um, that extra income's been helping you out, right? I make more than I can even spend right now, so, I figured you could use the extra...">>\
<<nm $player "It's been great, $penny.name, I really do appreciate it.">>\
''She's beaming now, throwing herself forward and pressing her head against your <<bSize>>.''
<<nm $penny "Mmmmm, thanks $player.name... It makes me really happy when I can make you happy...">>\
''She lingers against you for a moment as you stroke her hair before finally pulling herself away.''
<<case 15>>\ /* Testing Serums 1 */
<<nm $penny "Hm? Oh, heya boss.">>\
''$penny.name looks a little off today.''
<<nm $player "Hey $penny.name. Everything okay?">>\
<<nm $penny "Hm? Oh, yeah, just a little out of it... So, um, hey... Have I been helping you out with those serum tests?">>\
<<nm $player "You mean by you documenting your experiences with them?">>\
''$penny.name rocks back and forth on her heels in front of you.''
<<nm $penny "Um, yeah... I just... I mean I try to write down what I can remember, but it's always such a haze. I'm just worried I'm not getting you very good data.">>\
''You pat $penny.name on the head, making her smile brightly.''
<<nm $player "Oh $penny.name, you're doing great! You may not remember much of what happens, but the data you're gathering has been absolutely invaluable! Seriously, it's been a big help.">>\
<<nm $penny "Hehe, well, okay... Guess I was just worried I wasn't making you happy. I'm glad it's helping!">>\
<<case 16>>\ /* Testing Serums 2 */
<<nm $penny "...">>\
<<nm $player "Heya $penny.name!">>\
''$penny.name appears to be spacing out, not responding to you at all. You reach out to touch her on the shoulder.''
<<nm $penny "H-hm? Oh, what's up boss?">>\
<<nm $player "Are you feeling okay today?">>\
''She sways her head back and forth, considering your question.''
<<nm $penny "Oh, I'm fine... I think maybe all that serum testing is just making feel a little, you know... heh.">>\
''She floats off into space again. You mess up her hair to get her attention.''
<<nm $penny "H-hey!">>\
<<nm $player "Maybe you should, maybe, take a little break from the serum testing, huh? It's not so important that you need to be taken them all the time.">>\
<<nm $penny "Aw, but... It makes me feel good, knowing I'm helping you out.">>\
''You smile.''
<<nm $player "I'll be happy no matter what, so don't push yourself, okay?">>\
<<nm $penny "Hm... Well, okay boss. Thanks for lookin' out for me!">>\
<<case 17>>\ /* Eating Julia */
<<nm $player "Hey $penny.name!">>\
<<nm $penny "Oh, hey $player.name... Um... Can I ask you something?">>\
''$penny.name lowers her voice.''
<<if $julia.isBimbo>>\
<<nm $penny "$julia.name's been looking at me really weird lately... like... she's winking at me and licking her lips. I mean I know we totally bimbofied her but, she usually just ignores me.">>\
<<nm $player "O-oh yeah? H-huh...">>\
<<nm $penny "Yeah, it's super weird...">>\
<<else>>\
<<nm $penny "$julia.name's kinda been giving me the stink-eye lately. It's weird though, like, she gets all surprised and flustered whenever she sees me, then starts giving me these... 'looks', you know?">>\
<<nm $player "O-oh, you think she's, um, mad at you, or something? I mean, she's always been a little cold...">>\
<<nm $penny "I guess, but I always thought we got along pretty good...">>\
<</if>>\
''You give $penny.name a reassuring pat on the head which seems to comfort her.''
<<nm $player "Well, I wouldn't worry too much about it.">>\
<<nm $penny "You're right, I just wonder what might be eating her...">>\
<<nm $player "E-eating... I... Um... o-oh god... HAHAHAHAHA!!!!">>\
''She slaps you in the shoulder.''
<<nm $penny "$player.name, what the fuck! Stop laughing at me!">>\
<<case 18>>\ /* TFM Test 1 */
<<nm $penny "Hey boss, got a minute?">>\
<<nm $player "Of course I go, what's up $penny.name?">>\
''She's making a somewhat quizzical face, like she's lost in thought while also trying to talk to you.''
<<nm $penny "Um, all these serums I've been testing lately, and now the TFM-1 serum... I mean, do that think that's, like, safe?">>\
''$penny.name suddenly bursts into an apologetic explanation.''
<<nm $penny "N-n-not that it matters, hehe! I just, y'know, love making you happy so, y'know, whatever happens happens and stuff I just I...">>\
<<nm $player "$penny.name, $penny.name, it's okay! Calm down! I wouldn't want you to do anything that could put you in danger, okay? The first hand research you're conducted is fantastic, and between your notes and my supervision I'm going to make sure nothing bad happens to you, okay?">>\
''$penny.name calms down and catches her breath. She looks up at you, smiling.''
<<nm $penny "R-really? You won't let anything bad happen to me?">>\
<<nm $player "No $penny.name, I promise.">>\
''She lunges at you, wrapping her arms around your body as she buries her face in your <<bSize>>. You stroke her hair.''
<<nm $penny "Thanks boss, that makes me really happy...">>\
<<case 19>>\ /* TFM Test 2 */
<<nm $player "Heya $penny.name, how's it going?">>\
<<nm $penny "Oh hey boss! I'm good, I'm good... You?">>\
''You stand next to $penny.name who casually places her arm around your lower back.''
<<nm $penny "I'm still a little worried about how useful my data is for these serum tests. What I mean is, I just... I don't really remember anything from when I take them, y'know? Like, there's a brief moment where I just lose some time, but I don't even notice it unless I check my watch before and after testing.">>\
<<nm $player "Hm, I see what you're saying. Still, even just the notes describing what little you do remember are useful in determining what effects may be taking place. So, you haven't noticed any difference in yourself that wasn't there before?">>\
''$penny.name thinks for a moment.''
<<nm $penny "Not... really... I mean, I've been a little anxious lately, but I'm anxious a lot, so I don't know why I'd notice that now. I've also had this gnarly craving for cheese and crackers... Is that weird?">>\
''You shrug.''
<<nm $player "Eh, who's to say... We'll just keep at it and I'll continue observing from the outside while you keep taking your notes.">>\
<<nm $penny "Hehe, you got it boss!">>\
<<case 20>>\ /* Horny All the Time */
<<nm $penny "Hehe, heya boss!">>\
''$penny.name's is rocking back and forth uncomfortably.''
<<nm $player "Hey $penny.name... Um, are you okay?">>\
<<nm $penny "Me? Oh, hehe, y-yeah, just... you know...">>\
''She's giving you an awkward smile.''
<<nm $player "Um, nope! Give me a hint?">>\
<<nm $penny "You don't know? Well, fine then!">>\
<<pic $penny "flash">>\
<<nm $player "O-oh! Those are, um, nice, but I'm not sure I understand?">>\
<<nm $penny "Well, doesn't looking at my titties make you feel all, y'know, horny?">>\
''You clear your throat.''
<<nm $player "Well, y-yes...">>\
<<nm $penny "Well, making other people horny is making ME horny but it's not like I can just start jilling off any time I feel like it, right?">>\
''There's an awkward pause as $penny.name starts thinking about what she just said.''
<<if $penny.isWhore>>\
<<nm $penny "Wait a minute... Of COURSE I can! Silly me, I keep forgetting people will actually pay for me to get off!">>\
''You pat $penny.name on the head.''
<<nm $player "Yep, you're quite the businesswoman, $penny.name. Just make sure to stay safe.">>\
<<nm $penny "And to pay you 30 percent!">>\
<<nm $player "Well, yes, that too...">>\
<<else>>\
<<nm $penny "Or CAN I? Hmmmm...">>\
<<nm $player "$penny.name, I know how much you love teasing, well, everyone, but maybe we should keep the, um, extra special stuff hidden away for now, yeah?">>\
''$penny.name puts her shirt back down, taking a noticeably longer than necessary time to readjust her breasts.''
<<nm $penny "Hm, I guess you're right... At least for now!">>\
<</if>>\
<<case 21>>\ /* New Wardrobe? */
<<nm $penny "Hey boss, ummm...">>\
''$penny.name starts pulling at her shirt.''
<<nm $penny "Say, I was wondering... Do you think maybe I should start dressing, I dunno, a little sexier?">>\
<<nm $player "Sexier?">>\
<<nm $penny "Yeah, like, more revealing outfits and stuff. I just, I mean I get so turned on when everyone's looking at my body, I thought maybe dressing the part would turn more heads!">>\
<<nm $player "Well, yeah, that's true but...">>\
''$penny.name jumps up in excitement.''
<<nm $penny "Oh! I know! I could just start coming into work totally naked! I mean, why not? There's tons of girls walking around here without clothes on!">>\
''You place your hand to your forehead.''
<<nm $player "$penny.name, those are slave girls... Their clothes were taken from them...">>\
<<nm $penny "Oh, you're right... So, naked and a collar, then?">>\
<<Thought "Oh $penny.name...">>\
<<case 22>>\ /* Paid for Fun */
<<nm $penny "Heya <<pName>>!">>\
<<nm $player "Oh, hey $penny.name. How's it going today?">>\
''$penny.name looks especially bubbly today.''
<<nm $penny "It's good! I've already got a few customers lined up for after lunch, really looking forward to that!">>\
<<nm $player "Custom- Oh yeah! So you're enjoying that, huh?">>\
''She looks at you wide-eyed.''
<<nm $penny "Enjoying it!? Are you kidding! I've been SO horny recently, and now I actually get to have all the cock and pussy I want AND get paid for it? It's like a dream come true! I just don't know why I didn't think of it earlier.">>\
<<nm $player "Haha, well, that's good. Just be safe, yeah?">>\
''$penny.name shrugs casually.''
<<nm $penny "Oh it's fine. I've been seeing $julia.name every few days for those birth control injections.">>\
<<nm $player "That's not... really what I meant.">>\
''She's not really completely paying attention to you anymore...''
<<case 23>>\ /* Daddy? */
<<if $penny.pName is "<<Daddy>>">>\
<<nm $player "$penny.name, hey you!">>\
<<nm $penny "Hey <<Daddy>>!">>\
<<Thought "She's really going to keep calling me that, huh?">>\
<<nm $player "You know you could just call me $player.name, or Boss or whatever...">>\
<<nm $penny "Nah, I like <<Daddy>>, plus it's super cute to see you get all riled up over it!">>\
<<Thought "So, that's what it is...">>\
''You and $penny.name talk for a little while, catching up on things.''
<<else>>\
<<nm $player "Hey $penny.name, how's it going?">>\
<<nm $penny "Oh hey you!">>\
''$penny.name runs up and wraps her arms around you, giving you a quick kiss on the neck.''
<<nm $penny "So I was thinking, I'm making some good money as a, ahem, high class escort now, right?">>\
<<nm $player "Right?">>\
''She starts pacing.''
<<nm $penny "And I give you a cut of that money, right?">>\
<<nm $player "Right...">>\
''She stops moving before walking right up close to you.''
<<nm $penny "So, you're basically kinda like my <<daddy>> now!">>\
<<nm $player "Oh god... N-no, $penny.name, and you really don't 'need' to keep giving me a cut of your profits, you know?">>\
''$penny.name starts giggling.''
<<nm $penny "Oh come on! It'll be fun! That's it, I'm gonna start calling you <<Daddy>> from now on!">>\
''You bury your head in your hands for a moment before quietly patting $penny.name on the shoulder...''
<<set $penny.pName to "<<Daddy>>">>\
<</if>>\
<<case 24>>\ /* Looking Good */
<<nm $penny "Oh, hey you!">>\
<<nm $player "Hi $penny.name!">>\
''$penny.name approaches you seductively, running her fingers along your collarbone.''
<<nm $penny "Mmm, have I mentioned how <<if isMale() and not isSissy()>>handsome<<else>>cute<</if>> you've been looking lately?">>\
<<nm $player "O-oh, you think so?">>\
<<nm $penny "Oh yeah! To be honest, I mean, any girl would be lucky to have you as their <<man>>...">>\
''She moves in closer, pressing herself against you <<bSize>>.''
<<nm $player "H-hey there...">>\
<<nm $penny "Mmmm, take me, right here! Come on, let's fuck!">>\
<<nm $player "W-what!">>\
''$penny.name smiles widely for a moment before barrelling over laughing.''
<<nm $penny "Oh... Oh man, you should, hahahaha, you should see your face right now! Ahhhh...">>\
<<nm $player "Uh huh, okay... Jesus...">>\
''She's fallen over, still laughing hysterically. You can't help but laugh with her for a while before rolling your eyes and heading off.''
<<case 25>>\ /* New Look */
<<nm $penny "Hey sexy!">>\
<<nm $player "Heya $penny.name. How are you doing?">>\
''$penny.name stretches her arms behind her back, moaning through a lazy, satisfied smile. Her breasts heave forward under her top, and she makes sure you notice.''
<<if $penny.isDom>>\
<<nm $penny "So, how are you liking my new look?">>\
<<nm $player "It's, um, quite stunning!">>\
''She cups her breasts in her hands, pushing them together to emphasize her cleavage even more.''
<<nm $penny "Hehe, thanks! It's sure getting a lot of attention!">>\
''You pat $penny.name on the head, and in spite of all her newfound sexual liberation, she still gives an adorable response to the praise.''
<<nm $player "So, what are you gonna do with all this new... 'Power'?">>\
<<nm $penny "Hmm, I dunno yet...">>\
''$penny.name reaches up, grabbing you from the back of your neck and pulling you in close.''
<<nm $penny "You have any... ideas?">>\
<<nm $player "U-um, hehe, I-I'm sure I could come up with something...">>\
''A quick kiss on the nose is all you get before $penny.name pushes you back.''
<<nm $penny "Hehe, well, that'll certainly give us something to discuss later!">>\
<<else>>\
<<nm $penny "Soooooo... hmm... I've been thinking about changing up my style. I've always dressed kinda cutesy, y'know? I think I need to up my game a little. A new wardrobe to go with the new confidence. What do you think?">>\
<<nm $player "A new look, huh? Have anything in mind?">>\
<<nm $penny "Hmmm...">>\
''She starts rocking back and forth as she usually does when she's thinking, then leans forward and starts tugging on her collar, giving you a clear view of her chest.''
<<nm $penny "Well, I want something that shows off more of my, hehe, assets, y'know? Something that says I don't give a fuck... But I love to fuck!">>\
<<nm $player "Hahaha, well, sounds like you have a pretty good idea of what you're looking for, huh?">>\
<<nm $penny "Mmm, you bet!">>\
<</if>>\
<<case 26>>\ /* Explore Each Other */
<<nm $penny "Hello lover.">>\
<<nm $player "Oh, heya $penny.name. You're looking nice today.">>\
''She runs a finger along her chest, tracing her cleavage.''
<<nm $penny "You think so? Hm, I've been thinking... We spend an awful lot of time together, yeah?">>\
<<nm $player "Um, yeah?">>\
''$penny.name walks up to you, placing her hands on your <<bSize>>, just below your collar, smiling brightly and looking straight into your eyes. You're actually a little taken aback...''
<<nm $player "$penny.name...?">>\
<<nm $penny "Well, surely we could get to know each other a little better, right? A little more, mmm, intimately... I bet you've got some secret, hehe, interests that you'd love to share with me? I know I do...">>\
<<nm $player "U-um...">>\
''She leans in close, as though to kiss you. Instead, you feel only the sharp sting of her teeth in your bottom lip. It's just enough to draw a drop of blood.''
<<nm $player "Ah!">>\
<<nm $penny "Tee-hee, oh I'm just playing... Well, we're definitely going to have spend some more time, hm, exploring each other... hehehe!">>\
<<case 27>>\ /* Fun With Diana */
<<if $diana.isGone>>\
<<nm $player "Hey $penny.name.">>\
<<nm $penny "Oh, hey you.">>\
''$penny.name seems a little down. Still, she walks over to you, casually sliding her arms around your waist and nestling her head into your <<bSize>>.''
<<nm $player "Aw, you okay?">>\
<<nm $penny "Oh, I'm fine... I was just thinking about $diana.name... I miss her!">>\
''You pat $penny.name on the head.''
<<nm $player "Yeah, I miss her too...">>\
<<nm $penny "Just, like, the way she was, y'know? Man... I bet the three of us could have had so much fun together!">>
''$penny.name steps back from you, smiling to herself.''
<<nm $player "Fun, huh?">>\
<<nm $penny "Yeah! $diana.name was the best, you know! Say, how do you feel about getting spit-roasted? Just curious.">>\
<<nm $player "I-I, um...">>\
<<else>>\
<<nm $penny "Oh hey you!">>\
<<nm $player "Hey $penny.name, what's going on?">>\
''$penny.name walks up to you, casually sliding her arms around your waist.''
<<nm $penny "Did you know... $diana.name and I have been talking about you? Seems she's got quite the interest in you...">>\
''You swallow hard.''
<<nm $player "O-oh yeah?">>\
<<if $diana.encounter > 0>>\
<<nm $penny "Mhmm, and she tells me the two of you have already had some fun together...">>\
<<nm $player "I-I...">>\
''$penny.name presses her finger to your lips to shush you.''
<<else>>\
<<nm $penny "That's right... You know she tells me she wouldn't mind taking you for a spin, if you catch my drift!">>\
<<nm $player "Is that so...">>\
<</if>>\
<<nm $penny "Hehe, so, $diana.name and I have been having a little fun on the side! It's been quite an enlightening experience, you know? More importantly, we've been thinking that maybe we could have even more fun if you could join us from time to time!">>\
''$penny.name steps back from you, waiting for a response.''
<<nm $player "That, um, sounds like it could be a bit dangerous, haha!">>\
<<nm $penny "Dangerous? Oh come on, we totally use safe words and stuff! So, how do you feel about being made airtight?">>\
<<nm $player "U-um...">>\
<</if>>\
<<case 28>>\ /* Be My Pet? */
<<nm $penny "Hey, there you are!">>\
<<nm $player "Here I am! Looking for me?">>\
<<nm $penny "Sure was! I was just having the coolest daydream!">>\
''$penny.name hops over to you and starts... examining you.''
<<nm $player "Looking for anything in particular?">>\
<<nm $penny "Hmmm, mhmm, mhmm... Hmmmm...">>\
''She starts lifting your arms, poking at your sides and stomach, finally firmly grabbing your crotch.''
<<nm $player "H-hey! Wha-">>\
<<nm $penny "Mhm, yep, just as I hoped! You'll do very nicely! So, are you interested?">>\
<<nm $player "Interested? In what? You just came over here and started poking at me!">>\
''$penny.name starts fishing around in her purse before finally revealing a large dog callar.''
<<nm $penny "Oh, well, my apartment doesn't allow pets, see? So I had this great idea that maybe you'd like to be my live-in puppy <<boy>>! Isn't that great? So? So?">>\
''She starts pushing the collar at you, clearly far too excited for her own good.''
<<nm $player "H-hey, come on now! Wait just a minute!">>\
<<case 29>>\ /* New Lesbian */
<<nm $penny "Oh, <<pName>>, there you are!">>\
<<nm $player "Hey $penny.name, didn't know you were looking for me. What's up?">>\
''$penny.name stretches back with a smug expression.''
<<nm $penny "Remember that girl in the bathroom? The one we tried out my super special serum on?">>\
<<nm $player "I'm not sure how much I'm willing to commit to 'we' in that statement, but, yeah... Why?">>\
''She starts laughing to herself...''
<<nm $penny "I saw her in the hallway the other day and she... hoo-boy! She looked desperate! I asked her if she wanted some relief and she told me to fuck right off!">>\
<<nm $player "I mean, I can't blame her...">>\
<<nm $penny "Hehe, right! So, I lifted my skirt and wafted off some of my scent. Bitch went NUTS! I had her down on me for a solid hour before finally letting her go. Of course I made her thank me for it... Oh you know what the best part is? I found out she's married!">>\
''You bury your head in your hand, trying not to laugh.''
<<nm $penny "To a pastor!">>\
''And that's it, before you know it you've fallen on your ass laughing at an embarrassing volume.''
<<nm $player "You're... you're fuckin' evil, you know?">>\
<<nm $penny "Oh I know!">>\
<<nm $player "Well, oh man... Help me up- Well in any case, it's good to know we have a serum like that. What all did it take to make it?">>\
''$penny.name goes pale.''
<<nm $penny "U-um, hehe, it's ah... It's probably best we don't make any more of that stuff for a while...">>\
<<nm $player "...">>\
<<nm $penny "...">>\
<<RemoveConvo $penny 29>>\
<<case 30>> /* What's Up with Tasha? */\
<<nm $penny "Oh, heya boss!">>\
<<nm $player "Hey ?penny, what's up?">>\
''?penny tilts her head to the side.''
<<nm $penny "Whaddaya mean?">>\
<<nm $player "You looked a little lost in thought. Something on your mind?">>\
''She shrugs.''
<<nm $penny "Something's going on with ?tasha. My lady senses are tingling like crazy!">>\
<<nm $player "Your... Okay, so what's going on with ?tasha?">>\
''?penny stands up straight and looks you in the eye.''
<<nm $penny "I. Don't. Know.">>\
<<nm $player "Well, that's not very helpful.">>\
''As you stare at each other, ?penny's face slowly turns red.''
<<nm $penny "I-I mean, I know she's been acting weird, but I don't know what's going on!">>\
<<nm $player "Well, if you don't know, I don't know. I'll keep an eye on her, though.">>\
<<nm $penny "Hehe, you're a poet and didn't realize!">>\
<<nm $player "...">>\
<<nm $penny "...Yep, good talk. This was productive!">>\
<<case 31>> /* Tasha's So Hawt! */\
<<nm $player "Heya ?penny!">>\
<<nm $penny "Hey ?mc! Hehehe, did you see ?tasha?">>\
<<nm $player "What do you mean? Oh, the whole, bunny thing.">>\
<<nm $penny "Yeah! She's so cute!">>\
''You shrug, prompting ?penny to leap up from her seat and slam her hands on the desk.''
<<nm $penny "Don't you shrug! Bunnygirls are the absolute PINNACLE of our culture! The ears, the latex, the fishnets, the latex, the fishnets, the...">>\
<<nm $player "Okay, okay, I get it. ?penny, you're stuck in a loop!">>\
''She snaps back to reality and sits down.''
<<nm $penny "Good, I'm glad you understand. Now then, how to get her to fuck me...">>\
<<nm $player "In her state? Pretty sure you just need to be near her and it'll happen.">>\
''A mischievous expression shoots across her face.''
<<nm $penny "Good to know! Good. To. Know...">>\
''You and $penny.name talk for a bit before going your separate ways.''
<<case 32>> /* Rodent Life */\
<<nm $player "Hey ?penny!">>\
''?penny jumps a little in her seat, composes herself, and smiles.''
<<nm $penny "?mc! You came to see me!">>\
<<nm $player "Haha, yeah I just wanted to check on you. How are the, uh...">>\
''You motion to your head, referencing the large mouse ears poking out from under her hair.''
<<nm $penny "Hm? Oh! Hehe, I'm doing pretty well actually, definitely getting used to the whole squeaky thing.">>\
<<nm $player "Yeah? How's adjusting been?">>\
''She leans her chin on her finger and thinks a moment.''
<<nm $penny "Well, keeping snacks in the house has been this side of impossible... Oh! I don't need coffee to function anymore! Yeah, now I'm just naturally spazzy and anxious all the time without the need for caffene!">>\
''You both share a laugh.''
<<nm $penny "Actually I am a lot more anxious than I used to be, but not in a stressful way? It's hard to explain, just this sense that I can't stop or something bad will happen. Despite my totally adorable floppy ears, my hearing still sucks. Also, my tail seems to have become a slightly erogenous zone...">>\
<<nm $player "Well that's interesting!">>\
<<nm $penny "Yeah I thought you might think so, hahaha!">>\
''You and $penny.name talk for a bit before going your separate ways.''
<<default>>\
''You and $penny.name talk for a bit before going your separate ways.''
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Work" "passTime()">>\<<set $sister.convo[$ConversationID].seen to true>>\
<<pic $sister>>\
<<if isEvening()>>\
<<art $sister "default,0,nightie">>\
<<else>>\
<<art $sister>>\
<</if>>\
<<switch $ConversationID>>\
<<case 1>> /* Talk about School */\
<<nm $player "So, how's school been going? You're still enrolled at the university, yeah?">>\
<<nm $sister "Yep! Everything's going pretty well, and I've got all my generals under control except... maybe science.">>\
<<nm $player "Science? What'd you take?">>\
''$sister.name looks almost embarrassed.''
<<nm $sister "Well I decided to take chemistry, actually. I mean since you're so good at it I figured it must run in the family, right? I'm really kinda struggling with it, though.">>\
<<nm $player "Is that so? You know you could ask for help...">>\
<<nm $sister "Yeah, I know... But you've been really busy with your new job and I've been pretty busy, too...">>\
''You smile at your <<sister>>.''
<<nm $player "You're right, things have been a little crazy. Well, if you ever manage to find the time and want some help, you just let me know, okay?">>\
<<nm $sister "Thanks, <<bro>>. I will.">>\
''The two of you talked a while longer before going your separate ways.''
<<case 2>> /* Talk about School */\
<<nm $player "So, any improvements in your science class?">>\
<<nm $sister "Yeah, actually! I wanted to thank you again for helping me earlier. I didn't really get it at first, but when it came time to actually apply what we went over, it made a lot more sense.">>\
''You pat $sister.name on the head. She acts annoyed and brushes you away, but you can see her smiling.''
<<nm $player "That's usually how it works. Just studying abstract ideas is one thing, but getting hands on and seeing why things work the way they do is another thing entirely.">>\
<<nm $sister "Yep.">>\
''The two of you talk about college chemistry for a while before you both return to doing your own thing.''
<<RemoveConvo $sister 2>>\
<<AddConvo $sister 3>>\
<<case 3>> /* Talk about School */\
<<nm $player "Y'know I've really only ever asked you about your general science course... What are you actually trying to major in?">>\
<<nm $sister "Hm? Well... I'm pretty much going to college just for the sake of going to college, I'm not really all that interested in anything, but I still needed to pick a major so people would think I'm actually doing something with my life so I went with-">>\
<<nm $player "Psychology?">>\
<<nm $sister "Damn right!">>\
''You roll your eyes.''
<<nm $sister "Actually, I've been taking some human interest courses. A little anthropology and a couple womens' rights classes. Some of it's pretty interesting.">>\
<<nm $player "My <<sister>>, the feminazi...">>\
<<nm $sister "Oh fuck off...">>\
<<nm $player "Haha, nah it's cool. Learning about people is always interesting. I'm glad you found something you're into.">>\
''The two of you continue your conversation for a little bit before wrapping things up.''
<<RemoveConvo $sister 3>>
<<AddConvo $sister 4>>
<<case 4>> /* Talk about School */\
<<nm $player "Hey <<sis>>, how's school going?">>\
<<nm $sister "Um... good... Classes are fine.">>\
''She seems distracted.''
<<nm $player "Oh... yeah?">>\
<<nm $sister "Hey... When you were attending, was your chemistry lab on the west end of the campus? In the Hendrick's Building?">>\
<<nm $player "What? No, not even close. I haven't really been on campus since last year, so I guess they moved it.">>\
<<nm $sister "Yeah, that's what I heard. It used to be right off the quad, right? Near the administration building?">>\
<<nm $player "Yep. Why the sudden interest?">>\
''$sister.name looks a little shaken, or at least unsure of herself.''
<<nm $sister "Wellllll.... Okay, don't look at me weird or anything, but your name came up when I was talking to some of the girls in my anthropology class.">>\
<<nm $player "My name?">>\
<<nm $sister "I mean, you were mentioned. One of the girls used to be friends with another girl, the one that went crazy last year or whatever? They just mentioned how she was your lab partner when they found I was your <<sister>>. The staff told the students she suffered a mental break or something, or would reprimand students for bringing it up. Some students say she was seen running from the lab at dusk, and later found sucking the dean's dick and refused to let go!<br><br>I mean it's practically become some kind of ghost story.">>\
<<Thought "Holy shit!">>\
<<nm $player "Wow... that's... Wow. Yeah, no, she was my lab partner but I have no idea what happened that night. I wonder if that's why they moved the lab...">>\
<<nm $sister "They didn't just move it, they actually demo'd the old building! That just makes it all the creepier...">>\
''The two of you talked a while longer before going your separate ways.''
<<Thought "I shouldn't be surprised people are still talking about it, but, wow...">>\
<<case 5>> /* John appears at school */\
<<nm $player "So, <<sis>>, how are your human studies classes going? Anything, um, new or interesting?">>\
''$sister.name thinks for a moment.''
<<nm $sister "I don't know if I'd say 'new or interesting' but... Well this dude recently joined our class. Seemed like a total meathead, we all thought he was just there to try to pick up women. The weird thing is, he's TOTALLY into the course material. No one really knows what to make of it, so, we're all just kinda rolling with it.">>\
<<nm $player "Yeah? Hunh, that's funny... Maybe he's just legitimately interested?">>\
<<nm $sister "Yeah maybe, I dunno. He seems pretty harmless. Maybe he's gay?">>\
<<Thought "Well... not yet anyway...">>\
<<nm $player "Maybe, maybe not. Well keep me up to speed, might end up making for an interesting story.">>
''The two of you talk for a bit before wrapping up and going back to what you were doing.''
<<case 6>> /* John's servicing girls at school */\
<<nm $sister "So you remember that new guy I was telling you about?">>\
<<nm $player "The one attending your feminism class?">>\
<<nm $sister "Yeah, well anyway he's started acting even stranger. He went on this huge spiel how 'women are so superior' and 'how badly he wishes he were one'. I mean, I guess it's nice that he thinks so highly of women, but he's taking it to a weird level...">>\
<<nm $player "That does sound a little excessive... What do you think of him?">>\
<<nm $sister "I'm not, like, worried or thing. He still seems pretty harmless... although...">>\
<<nm $player "Hm?">>\
<<nm $sister "I guess after class, some of the girls have been pulling him into a nearby restroom where he spends the night eating them all out. I was skeptical until I walked in and saw it for myself... They told me to take a number, haha...">>\
''You can't help but laugh, imagining $john.name putting himself in that situaiton.''
<<nm $player "You, uh... Ever take him up on the offer?">>\
<<nm $sister "Ha, nah... Though I've heard from the girls that he's the best oral they've ever gotten. Maybe someday I'll give him a go...">>\
''The two of you talk for a bit before wrapping up and going back to what you were doing.''
<<case 7>> /* John's being dosed */\
<<nm $player "Still seeing that guy around school?">>\
<<nm $sister "No, actually. He just stopped showing up one day. I guess one of the girls had his number and he told her he hasn't been feeling well and has been at home resting at night.">>\
<<nm $player "Hunh, well hopefully he's okay.">>\
<<nm $sister "Eh, never really got to know him. A lot of the girls in the class, even the professor, seem pretty concerned though. I guess they wanted to go check on him, but no one knows where he lives.">>\
''The two of you talk for a bit before wrapping up and going back to what you were doing.''
<<case 8>> /* Chanel arrives at school */\
<<nm $player "So, how's school been?">>\
<<nm $sister "Good, I guess. We got a weird one in the feminism class though.">>\
<<nm $player "Yeah?">>\
<<nm $sister "Yeah, some chick. She was practically gushing over how happy she was to be part of this class. It was weird. It's also a little hard to take her seriously when she's trying to get with anything that moves! She's barely been on campus for a few days and she already has a reputation...">>\
''Yep, that sounds like our $john.name...''
<<nm $player "Well, at least things are staying interesting.">>\
<<nm $sister "Haha, yeah, that's true. Besides that, though, things are more or less back to normal.">>\
''The two of you talk for a bit before wrapping up and going back to what you were doing.''
<<case 9>> /* Ava Talk 1 */\
<<nm $sister "So how do you like being back home?">>\
<<nm $player "It's nice. I miss the freedom and privacy but it's nice having you and $mom.name around, too.">>\
<<nm $sister "Yeah, sometimes I wonder how $mom.name keeps it together so well after...">>\
<<nm $player "After dad? I know what you mean. To be honest, I don't remember it very clearly. I must have been, what, 5 or 6? You were too young to really understand what was going on, but I remember crying for weeks... $mom.name never stopped smiling though.">>\
<<nm $sister "I just remember everyone being sad, so I was sad, too. I don't even remember what he looks like. Did you ever, y'know, ask her about it? About why he left?">>\
<<nm $player "No... I didn't want to risk making her sad. I figured if it was something she wanted to talk to us about then she would have by now.">>\
<<nm $sister "I guess you're right. Hopefully we're enough for her then!">>\
<<nm $player "Haha, I hope so, too.">>\
''The two of you talk for a bit before wrapping up and going back to what you were doing.''
<<RemoveConvo $sister 9>>\
<<AddConvo $sister 10>>\
<<case 10>> /* Ava Talk 2 */\
''Your <<sister>> seems lost in thought.''
<<nm $player "Still worried about $mom.name?">>\
<<nm $sister "Hm? Nah... Our talk the other day just had me thinking about stuff is all.">>\
<<nm $player "Dad?">>\
<<nm $sister "I guess... I mean, there's really no reason for me to think about him considering I don't remember a thing about him. Sometimes I think about talking to $mom.name about it.">>\
<<nm $player "Well... I'm not gonna tell you not to. I've always been afraid of it causing problems at home but really I have no basis for that. I guess I'm just afraid.">>\
''$sister.name leans into you and you put an arm around her.''
<<nm $sister "Anyone who'd leave $mom.name and us probably isn't worth thinking about anyway...">>\
<<nm $player "You're probably right...">>\
''The two of you talk for a bit before wrapping up and going back to what you were doing.''
<<case 11>> /* Ava's Bringing you COFFEE!? */\
''Your <<sister>> seems to be glaring at you.''
<<nm $sister "So... What's your secret?">>\
<<Thought "Oh fuck...">>\
<<nm $player "My what now? I don't have a secret. What makes you th-">>\
<<nm $sister "Oh don't you fuckin' jerk me around! What the fuck did you do to get $mom.name to start bringing you coffee in the morning? I mean, Jesus, I can't even get her to throw bread in the toaster for me on most days and you're getting fucking ROOM SERVICE!? It's not fair!">>\
<<Thought "Oh... Fuck I almost had a heart attack!">>\
<<nm $player "You... really want to know? I mean, I didn't want to tell you this, really, but, here it is.">>\
''$sister.name leans in.''
<<nm $player "The truth is, and I only know this because she told me, the truth is... $mom.name just loves me more than she loves you, <<sis>>.">>\
<<nm $sister "Oh fuck you!">>\
''The two of you go back and forth with each other playfully for a bit before wrapping up and going back to what you were doing.''
<<case 12>> /* Sister Notices $mom.name is Stressed */\
<<nm $sister "Hey...">>\
<<nm $player "Hm?">>\
<<nm $sister "Have you noticed $mom.name acting a little... strange lately?">>\
<<nm $player "Strange how?">>\
''Your <<sister>> sways back and forth like she's trying to find the right words.''
<<nm $sister "I dunno... Like, she seems super tense, especially whenever I see her around you. Did something happen between you two?">>\
<<nm $player "Between me and $mom.name? No, nothing I can think of.">>\
<<nm $sister "Huh... Maybe she's just pent up...">>\
<<nm $player "Pent up? How do you mean?">>\
<<nm $sister "Oh come on, <<bro>>, do I need to spell it out for you? When's the last time you've seen $mom.name bring a man home, hm? She's still a woman, y'know? She still has 'needs'. Maybe she just needs to rub a couple out and she'll feel better!">>\
<<nm $player "For fuck's sake...">>\
''The two of you talk for a bit before wrapping up and going back to what you were doing.''
<<RemoveConvo $sister 12>>\
<<AddConvo $sister 13>>\
<<case 13>> /* Teasing Sister */\
<<nm $sister "Hey <<bro>>.">>\
<<nm $player "Hey <<sis>>. Still thinking about $mom.name jilling off?">>\
''Your <<sister>> almost chokes laughing.''
<<nm $sister "Oh shut up, I didn't say I was 'thinking about it', just one girl looking out for another.<<if not isMale()>> You should know how it is!<</if>>">>\
<<nm $player "Hahaha, yeah, yeah... I've noticed though, she has been a little on edge lately, not sure why.">>\
<<nm $sister "I'm tellin' ya'! Being all pent up like that can seriously mess with your ability to function properly!">>\
<<nm $player "You keep saying that... So, would you like to go make the recommendation or shall I?">>\
''$sister.name throws a pillow at you.''
<<nm $sister "Why are we talking about this again? You're the one that brought it up!">>\
<<nm $player "Only because I know how worried you are about $mom.name's masturbation habits!">>\
''The two of you go back and forth with each other playfully for a bit before wrapping up and going back to what you were doing.''
<<case 14>> /* Sharing a Kiss with Sis */\
<<nm $sister "...">>\
<<nm $player "...?">>\
<<nm $sister "...">>\
''$sister.name is looking at you like she has something to say, but can't quite work up the courage to say it.''
<<nm $player "This, uh... This is a nice conversation we're... having?">>\
<<nm $sister "I saw you kissing $mom.name.">>\
<<nm $player "It's normal to kiss your family.">>\
<<nm $sister "No no no... I saw you 'kissing' $mom.name. You were practically... no... You two WERE making out!">>\
<<nm $player "Well, I mean... $mom.name and I were talking the other day about how lucky we all are to have each other, and that how a little more familial affection would be, y'know, good for us.">>\
<<nm $sister "If you'd been at it for another five minutes, you'd probably have ended up fucking each other...">>\
<<nm $player "No, no... It's nothing like that. Actually, it was $mom.name's idea that we should try to be closer.">>\
<<nm $sister "Really? ...$mom.name said that, to you? She hasn't talked to me about anything like that...">>\
<<nm $player "Oh? She's mentioned it to me before, how she wishes you and her could be closer. Not only that, but you and me, as well.">>\
<<nm $sister "Y-you and me?">>\
<<Thought "Slow down, $player.name, remember she's not under the effects of any serums right now...">>\
<<nm $player "Oh yeah, and honestly I was thinking the same thing. We're constantly so busy with work and school and life, and knowing that we have something... someone to comfort us at home. It's just really nice, y'know?">>\
''Your <<sister>>'s blushing, looking uneasy and nervous.''
<<nm $player "I mean, really, it's been a lot of fun when we do all those 'other' things together, right? What's wrong with an innocent little kiss?">>\
<<nm $sister "I... guess that's... right... You, uh... You wanna kiss... me?">>\
''You lean in.''
<<pic $sister "kiss-player">>\
<<act $sister "kiss,player">>\
<<nm $player "See...? That was nice, right?">>\
<<nm $sister "Y-yeah...">>\
''The two of you talk for a bit before wrapping up and going back to what you were doing.''
<<lust $sister 1>>
<<case 15>> /* Frustrated with Mom's Masturbating */\
''You notice your <<sister>>'s looking a little frazzled today.''
<<nm $player "Hey <<sis>>, everything okay?">>\
<<nm $sister "Okay? Oh my god have you SEEN $mom.name lately? It's like every time I walk into a room she's ramming a dildo up her snatch! I go to the kitchen for a drink and she's fucking herself at the table. I go to watch TV in the living room and she's fucking herself on the couch... How have you not noticed!?">>\
<<nm $player "Oh, I've noticed... It just doesn't bother me.">>\
''Your <<sister>>'s stunned.''
<<nm $sister "Doesn't... Bother you?">>\
''You shrug.''
<<nm $player "No. I mean, you like letting me see you naked, right? And, you know, all the other fun things we've been doing. And you know I like seeing you naked. Naturally I'd like seeing $mom.name naked doing those sorts of things, too.">>\
<<nm $sister "O-oh... I, uh...">>\
<<pic $sister "kiss-player">>\
<<nm $player "C'mon, <<sis>>, you think $mom.name's super hot too, don't you?">>\
<<nm $sister "...yeah...">>\
''$sister.name's in a daze.''
<<nm $player "Don't you like seeing her body on display for you all day? I mean, really, how considerate of her is that? She knows you like looking, $sister.name, and she likes you seeing her, too!">>\
<<nm $sister "...likes me...">>\
<<nm $player "That's right! She even told me she'd like to start seeing 'more' of you around the house, $sister.name. I bet she'd like seeing you like how I get to see you. What do you think about that, <<sis>>?">>\
<<nm $sister "Yeah... that could be fun...">>\
''You pull your <<sister>> close and the two of you make out on her bed for what feels like hours. Your hands and fingers explore each others bodies freely until touching turns to rubbing, then to groping and grabbing. Before things are able to escalate further, you break off, leaving your <<sister>> exhausted and desperate on her bed...''
<<lust $sister 1>>
<<set newDose($sister,"nakedHouse")>>\
<<case 16>> /* Catch you Watching Mom in Shower */\
''Your <<sister>> is eyeing you with a sly smile on her face.''
<<nm $player "Y-yes?">>\
<<nm $sister "Oh, nothing.">>\
<<nm $player "O...kay then...">>\
<<nm $sister "I totally saw you peekin' on $mom.name in the shower!">>\
''She practically pounces on you.''
<<nm $player "Oh... You did, huh?">>\
<<nm $sister "I mean, hey, who can blame you, right? You're a young, virile <<man>>, you have needs, and hey, $mom.name's like, super hot, right?">>\
<<nm $player "I'm not comfortable with where this is going...">>\
<<nm $sister "Hey, don't look at me. I wasn't the one perving on our mother while she was taking a shower.">>\
<<nm $player "I can't... really tell what's going on here.">>\
<<nm $sister "We're talking about how you, our mother's <<son>>, was caught by me, your <<sister>>, getting off to our mother's wet, naked body in the shower.">>\
<<nm $player "Oh. Well, good.">>\
<<nm $sister "Good? That's it?">>\
<<nm $player "Yep. Good.">>\
<<nm $sister "What the fuck am I supposed to do with 'good'? Fuck you! This is stupid!">>\
<<nm $player "Good.">>\
''Your <<sister>> screams in frustration and stomps out of the room.''
<<Thought "She's too easy...">>\
<<case 17>> /* Tease you About Mom in Shower */\
<<nm $sister "I saw you perving on $mom.name again, <<bro>>.">>\
<<nm $player "Oh...">>\
<<nm $sister "Not only that, I totally saw you with your hand down your pants, too! I bet if you didn't get interrupted you'd have gotten off right then and there!">>\
<<nm $player "I, uh... Well, fuck, so what? I mean you've been flashing me every chance you get, and $mom.name's, well, '$mom.name'... What do you expect?">>\
<<nm $sister "Relax, sheesh... I don't care who or what you get off to. I'm also not gonna stop teasing you either!">>\
<<nm $player "Yeah, yeah...">>\
''The two of you talk for a bit before wrapping up and going back to what you were doing.''
<<case 18>> /* Sis Puts on a Show */\
<<nm $sister "Hey...">>\
<<nm $player "Hm?">>\
<<nm $sister "I know I've been giving you a hard time about catching you checking out $mom.name...">>\
<<nm $player "Yeah, it's fine.">>\
<<nm $sister "I know, it's just, I was thinking. If you, uh, want to see that kinda thing...">>\
<<pic $sister "spread">>\
<<nm $sister "You could always just peek in on me, y'know?">>\
''$sister.name begins rubbing herself in front of you. It's not the first time you've seen her masturbate, but it's the first time she's been so forward about wanting you to see it. She maintains eye-contact with you while she picks up momentum. What started as light rubbing quickly escalates to full on finger fucking until she finally climaxes, leaving a small pool between her knees.''
<<nm $sister "S-see? M-much easier than s-sneaking around...">>\
''Watching your <<sister>> has gotten you very excited. ''\
<<if isSissy()>>\
''Your <<pSize>> twitches<<if isChastity()>>, bound within its cage<</if>>. Pre-cum dribbles out of the tip, down your thigh.''
<<elseif hasPenis()>>\
''Your <<pSize>> strains against your <<if isChastity()>>chastity cage, preventing it from reaching full size<<else>><<UnderwearOrPants>>, forming a very visible bulge<</if>>.''
<<else>>\
''You've become <<if isBimbo()>>sopping wet, and your <<if isWearingUnderwear()>><<underwear>><<else>>thighs<</if>> are drenched. You're breathing heavy, panting even, trying not to let your hand wander beneath your <<bottom>><<else>>dripping wet, forming a pool beneath your <<UnderwearOrPants>><</if>>.''
<</if>>\
<<nm $player "Y-yeah, <<sis>>, sure... I'll make sure to do that...">>\
''You quietly leave your <<sister>>'s room while she rests on her bed.''
<<lust $sister 1>>
<<horny 10>>
<<case 19>> /* Talk About Movies */\
<<nm $player "So, seen any good movies lately?">>\
<<nm $sister "Hm? Yeah, I guess... I finally got around to watching those John Wick movies and that kinda got me watching all those 'gun-fu' flicks. Just re-watched The Matrix last night, actually.">>\
<<nm $player "Oh nice! If you're into that sort of thing you should watch Equilibrium. It kinda got lost in the shuffle when it came out but it's a lot of fun.">>\
<<nm $sister "Sounds good, you should watch it with me!">>\
<<nm $player "What, now?">>\
''$sister.name's already looking for the movie online.''
<<nm $sister "Yep! Right now!">>\
<<pic $events "movie-action2">>\
<<Thought "Hunh, it's actually better than I remember. I'd recommend Wanted to her but then I think I'd be trapped in a movie marathon all night so... maybe later.">>\
<<nm $sister "That was good, thanks for hanging out with me <<bro>>!">>\
<<nm $player "Yeah <<sis>>, any time.">>\
<<nm $sister "Y'know you should really take me to the theater more often. It's your duty to treat your little <<sister>>, right?">>\
<<nm $player "Haha, right, sure...">>\
''The two of you talk a while longer before going your separate ways.''
<<AddHomeEvent 23>>\
<<case 20>> /* Had Fun at Theater */\
<<nm $sister "Hey, I had a lot of fun at the movies the other day! We should really go more often, y'know?">>\
<<nm $player "Well, that wouldn't be a problem except you make me pay for everything...">>\
<<nm $sister "Yeah, but, I'm totally worth it, right?">>\
''You glare at your <<sister>>.''
<<nm $sister "Ooh, so scary!">>\
<<nm $player "Whatever. Yeah, it was fun though. Was there something in particular you were wanting to see?">>\
<<nm $sister "Um, some of the previews looked good, but none of those are out yet... I'll for sure let you know, though!">>\
<<nm $player "I'm sure you will...">>\
''The two of you talk a while longer before going your separate ways.''
<<case 21>> /* Talk About Porn */\
<<nm $sister "Hey... so...">>\
<<nm $player "Hm?">>\
<<nm $sister "It's been nice, being able to share some of my movies with you.">>\
<<nm $player "Yeah, I had a lot of fun. Interesting the first thing you showed me was incest porn, though.">>\
''$sister.name is blushing hard.''
<<nm $sister "Y-yeah, well, you know all that stuff is fake, right? A-actually it's pretty annoying that studios have just been slapping 'step-brother' and 'step-sister' and whatever labels on vanilla porn just to make it sound more exotic or whatever. Still, I'm into the idea of the taboo, makes it, you know, hotter...">>\
<<nm $player "Just the idea of it, huh?">>\
<<nm $sister "Mhmm...">>\
''Your <<sister>>'s clearly embarrassed, but the way she's fidgeting with her thighs makes you think it's a little more than just that.''
<<nm $player "I'm only teasing, I liked the video, too. Let's watch more when we get the chance, yeah?">>\
<<nm $sister "Yeah!">>\
''The two of you talk a while longer before going your separate ways.''
<<RemoveConvo $sister 21>>\
<<AddConvo $sister 22>>\
<<case 22>> /* Watch Porn with Sis */\
<<nm $sister "So hey, I've been showing you what I'm into, I think it's time you show me yours!">>\
<<nm $player "Huh? My... what exactly?">>\
<<nm $sister "I wanna see the porn you've been using to get off to!">>\
<<nm $player "Do I... Do I have to?">>\
''$sister.name opens her laptop and puts it in your lap.''
<<nm $sister "Yes.">>\
<<nm $player "...Fine.">>\
''You take the laptop and pull up the last video you remember watching and turn the screen towards your <<sister>>.''
<<switch $player.gender>>\
<<case "Male">>\
<<pic $events "porn-straight">>\
<<nm $sister "This, huh? Well, nothing wrong with that. Sometimes all you need is to see some hard dick pounding some wet pussy!">>\
<<nm $player "My, you're practically a poet!">>\
<<nm $sister "Ellie-quwent, ain't I?">>\
<<case "Female">>\
<<pic $events "porn-lesbian">>\
<<nm $sister "Ah, lesbian porn, huh? Honestly I think it's a little boring without penetration, but I really like the rougher stuff.">>\
<<nm $player "Um, yeah, I've been watching a lot of the strapon stuff as well.">>\
<<nm $sister "Oh nice, we should maybe, um, watch some of that later?">>\
<<nm $player "Heh, sure, <<sis>>.">>\
<<case "Trans">>\
<<pic $events "porn-trans">>\
<<nm $sister "Oh, so this is what you've been into, huh?">>\
<<nm $player "Um, yeah, well, you know...">>\
<<nm $sister "No, I like it! She's really cute, and that cock...">>\
<<case "Sissy">>\
<<pic $events "porn-sissy">>\
<<nm $sister "Hm? Hunh... This is pretty kinky, <<bro>>.">>\
<<nm $player "Um, yeah, well...">>\
<<nm $sister "Really kinda... hot though! I gotta ask, which one are you?">>\
<<nm $player "...">>\
<<case "Shemale">>\
<<pic $events "porn-ts">>\
<<nm $sister "Transgirls, huh? That's cool, I'm not into it all the time but I'll usually go through a phase now and then.">>\
<<nm $player "Yeah, I really like it. Offers a little of everything, and it's especially good when the girls are attractive.">>\
<<nm $sister "I know what you mean, but that's funny when you say it out loud. Still, best of both worlds!">>\
<<case "Bimbo">>\
<<pic $events "porn-bimbo">>\
<<nm $sister "Hunh, yeah, I get it. The more natural looking girls are good, but sometimes when you're watching porn what you want is just PORN! Blonde bimbos with big fake, well, everything!">>\
<<nm $player "What can I say? I have simple tastes.">>\
<<default>>\
<<pic $events "porn-straight">>\
<<nm $sister "This, huh? Well, nothing wrong with that. Sometimes all you need is to see some hard dick pounding some wet pussy!">>\
<<nm $player "My, you're practically a poet!">>\
<<nm $sister "Ellie-quwent, ain't I?">>\
<</switch>>\
''You and $sister.name watch a few more videos before deciding to call it.''
<<Thought "Damn, now I'm kinda horny...">>\
<<horny 10>>
<<case 23>> /* On Having Sex */\
<<nm $player "Hey <<sis>>, how's it going?">>\
<<nm $sister "Hehe, hey <<brother>>!">>\
<<pic $sister "kiss-player">>\
<<nm $player "Someone's in a good mood.">>\
''$sister.name runs her hand across her breasts.''
<<nm $sister "Oh, I've just been having such a great time with you lately. Y'know, after we bumped things up a notch?">>\
''She rushes over and slides her hand down your <<UnderwearOrPants>>, grabbing your <<pDSize>> while leaning in for another kiss.''
<<nm $player "Ha, me too. You're... okay with all this though?">>\
<<nm $sister "Well why wouldn't I be? You're the one who said it's just sex. Not like we're planning a wedding or anything.">>\
<<if $sister.pregnantBy is "you">>\
''You raise an eyebrow.''
<<nm $player "Maybe not married, no, but I did put that baby inside you...">>\
''$sister.name's face turns red as she rubs her stomach.''
<<nm $sister "Hehe, hmmm... I'm sure everything'll turn out just fine, y'know?">>\
<<else>>\
''You rub the back of your neck.''
<<nm $player "Right, just sex...">>\
<<nm $sister "Everything okay?">>\
<<nm $player "Hm? Oh, ha, yeah no I'm great. Just thinking about what a crazy year it's been...">>\
<</if>>\
''$sister.name smiles brightly at you before pulling you in for one last kiss before you go your separate ways.''
<<pic $sister "kiss-player">>\
<<case 24>> /* Mom's Crazy */\
<<nm $sister "H-hey, <<bro>>.">>\
<<nm $player "Hey $sister.name, you okay?">>\
<<if dose($sister,"sex")>>\
''Your <<sister>> looks a little flushed.''
<<nm $sister "Yeah... Seeing $mom.name prance around naked all day just has me SOOOO fucking horny, you know? Like, holy fuck!">>\
<<nm $player "Hahaha, so that's the problem...">>\
''She starts cupping her tiny breasts.''
<<nm $sister "Y-yeah, it's just...">>\
<<else>>\
''Your <<sister>> looks a little uneasy.''
<<nm $sister "$mom.name's just been acting kinda crazy lately, y'know?">>\
<<nm $player "Crazy? Oh, you mean the whole... not wearing any clothes thing, huh?">>\
''She nods.''
<<nm $player "Well, I mean, it's clearly making her happy. Plus, I mean, it's not like we haven't seen $mom.name naked plenty of times growing up, right?">>\
<<nm $sister "I guess... it's just...">>\
<</if>>\
''$sister.name stamps her foot and looks directly at you.''
<<if bSize($L)>>\
<<nm $sister "I've already gotta deal with YOUR huge knockers and now I have to see $mom.name flappin' hers around, too!? It's not fair!">>\
<<else>>\
<<nm $sister "I just don't see why $mom.name has to flaunt those huge melons of hers when all I got were... THESE!">>\
<</if>>\
''You both share a hearty laugh, though you may have been laughing just a little louder than her... The two of you talked a while longer before going your separate ways.''
<<case 25>> /* Thoughts on Mom */\
<<nm $sister "Hey, <<bro>>.">>\
<<nm $player "Hey $sister.name, how ya' holding up?">>\
<<if dose($sister,"sex")>>\
''$sister.name smiles, happily shrugging her shoulders.''
<<nm $sister "$mom.name's really been going at it lately! I'll walk in on her in the morning just fucking herself with whatever dick-shaped produce we have lying around!">>\
<<nm $player "Haha, yeah tell me about it! She's really been... Wait what? I just made myself a salad last night!">>\
''Your <<sister>> starts laughing at you... loudly.''
<<nm $sister "Hahahaha! Oh, that's great... Well just wait, at this rate we'll both be tossing $mom.name's salad soon! Ooh, or maybe she could toss mine...">>\
<<nm $player "Y'all need Jesus...">>\
''You both share a hearty laugh, though you may have been laughing just a little louder than her... The two of you talked a while longer before going your separate ways.''
<<else>>\
''Your <<sister>> looks exhausted.''
<<nm $sister "It is just all DAY with this woman!">>\
<<nm $player "Haha, $mom.name's, um, selfcare habits getting to you?">>\
''She rolls her eyes.''
<<nm $sister "It's bad enough she stopped wearing clothes, but now I've gotta sit and watch her ram whatever she find up her vag? She even made me finger her to orgasm in the living room the other day!">>\
''Your ears perk up.''
<<nm $player "She made you, huh?">>\
<<nm $sister "I-I mean, m-maybe she didn't 'make me', make me, b-but...">>\
''You apologize for teasing $sister.name, then proceed to tease her relentlessly. The two of you talked a while longer before going your separate ways.''
<</if>>\
<<case 26>> /* Is Mom Okay? */\
<<nm $sister "Hey, <<bro>>.">>\
<<nm $player "Hey $sister.name, how's it going?">>\
''She gives you a shrug.''
<<nm $sister "I'm fine... Have you noticed $mom.name, though?">>\
<<nm $player "Hm? What do you mean?">>\
<<nm $sister "Well, she's been coming and going at odd hours for starters, dressed awfully sexy like... and when she gets home she looks totally exhausted!">>\
''You can't help but chuckle as $sister.name makes a whole ordeal out of her observations.''
<<nm $player "Haha, okay, well, maybe she's started dating again. Would that really be so bad?">>\
<<nm $sister "Ah... I mean... No, I guess not... I just hope she's taking care of herself is all.">>\
''You pat your little <<sister>> on the head.''
<<nm $player "I'm sure she is.">>\
''The two of you talked a while longer before going your separate ways.''
<<case 27>> /* Pimping out Mom!? */\
<<nm $sister "Hey <<bro>>.">>\
<<nm $player "Oh, hey $sister.name.">>\
<<if dose($sister,"sex")>>\
''$sister.name snuggles up to your chest, brushing her hair against your neck.''
<<nm $sister "So... been pimpin' out $mom.name, huh?">>\
<<nm $player "Don't look at me, it was totally her idea.">>\
''She starts laughing as she nuzzles closer into your <<bSize>>.''
<<nm $sister "I can actually totally see that! Mmm, well, hey, as long as she's having fun, right?">>\
<<else>>\
''$sister.name gives you a stern side-eye.''
<<nm $sister "Be honest, <<brother>>, are you whoring out our <<mother>>?">>\
<<nm $player "H-hey now, hold on, this was all her idea! I-I just-">>\
''She holds up one hand while wrapping the other around her face.''
<<nm $sister "Are you fucking kidding me... What the actual shit is happening to this household!?">>\
<<nm $player "I mean... it's better than her hooking up with just whatever random guys happen to look at her, right?">>\
''After a moment of silence, your <<sister>> leans back against the wall behind her, looking at you with a softened expression.''
<<nm $sister "Whatever... she's an adult, as long as she's happy then I'm happy for her... I guess...">>\
<</if>>\
''The two of you talked a while longer before going your separate ways.''
<<case 28>> /* So Tired */\
<<nm $sister "$player.name... What's up...">>\
<<nm $player "Um, hey <<sis>>?">>\
''$sister.name barely looks conscious.''
<<nm $player "You uh... You okay?">>\
<<nm $sister "Hm? Oh, yeah, I'm fiiiine... $mom.name's just been a little... um... needy...">>\
<<nm $player "$mom.name huh? Doesn't she have enough people keeping her company?">>\
''Your <<sister>> starts laughing.''
<<nm $sister "Yeah but you agree to ONE little orgy and apparently that means you signed up for all of them! I think some dude stumbled out of $mom.name's room last night and fucked me while I was sleeping!">>\
<<nm $player "Oof.">>\
<<nm $sister "Yeah OOF!">>\
''The two of you talked a while longer before going your separate ways.''
<<case 29>> /* Mom's a Maid */\
<<nm $sister "Oh, heya <<bro>>!">>\
<<nm $player "Hey <<sis>>. How's it going?">>\
''She shrugs contently.''
<<nm $sister "Pretty good, I mean, I hardly have to do anything at home anymore what with $mom.name being my new personal sex maid and all.">>\
''You both share a laugh.''
<<nm $player "Yeah so what do you think of that?">>\
<<nm $sister "I mean it was super weird at first, but, like, I dunno, I'm kinda super into now! Not gonna lie, always sorta had a bit of a maid fetish, so...">>\
<<nm $player "I'm sure the sex helps.">>\
<<nm $sister "The sex helps.">>\
''The two of you talked a while longer before going your separate ways.''
<<case 30>> /* Bride to Be */\
<<nm $sister "Heya!">>\
<<nm $player "Oh, h-hey <<sis>>.">>\
''She steps in close, poking a finger into your <<bSize>>.''
<<nm $sister "Hehe, have you noticed how happy $mom.name's been lately? I have, she keeps going on about how you're gonna be her little girl bride or something...">>\
''You start to blush.''
<<if isMale()>>\
<<nm $sister "I gotta say, never figured you for, ah, wife material, hahaha!">>\
<<else>>\
<<nm $sister "Hahaha, gotta say, not who I was expecting you to end up with!">>\
<</if>>\
''You lower your head while your <<sister>> teases you about your situation. You're a little surprised when she stops, instead draping her arms over your shoulders and nibbling on your neck.''
<<nm $player "Mmmm, $sister.name...">>\
<<nm $sister "Honestly, I think it's kinda cute, and it makes me happy to see $mom.name so happy... So whatever you're doing, keep it up, 'kay?">>\
''Hesitating, you agree. If only to humor your <<sister>>. The two of you talk for a little longer before finally going your separate ways.''
<<case 31>> /* You Married Mom? */\
<<nm $sister "Hey... <<bro>>? New Mom? The fuck do I call you now?">>\
<<nm $player "That's... I...">>\
''$sister.name is doing everything she can not to fall over laughing. Her expression is disgust, amusement, and arousal all in one, and it seems she doesn't quite know what to do with herself.''
<<nm $sister "Seriously, how the fuck did this event happen!?">>\
<<nm $player "I didn't really have much of a choice in the matter! I mean one minute I'm standing out in this field in the middle of the night, a-and then... and...">>\
''A gentle ringing sound plays in the air, and your speech fades off. You start to reach for your neck...''
<<nm $sister "And then... Wait, did you always have that collar thing?">>\
<<nm $player "@@.ef;Have... what? A-anyway, now I'm mommy's little slavewife, so... I guess that's that.@@">>\
''$sister.name gives you a face.''
<<nm $sister "That's that, huh? Well... I guess as long as you're happy. It's still hella weird though!">>\
<<nm $player "Y-yeah, maybe, but $mom.name sure is happy.">>\
''The two of you talk a little longer before going your separate ways.''
<<case 31>> /* Wrong Room */\
<<nm $sister "Hey <<bro>>...">>\
<<nm $player "Hey <<sis>>, what's wrong?">>\
''$sister.name yawns and stretches loudly.''
<<nm $sister "$mom.name had 'guests' over all night again, didn't get any sleep...">>\
<<nm $player "$mom.name being loud again, huh?">>\
<<nm $sister "Loud? Sure, but the real problem was that some asshole drunkenly stumbled into MY room looking for some action!">>\
''She starts waving her arms at you.''
<<nm $player "Oof.">>\
<<nm $sister "Yeah, 'Oof'! I'm laying in bed in my panties and I have to jump up and kick him out before he got any ideas!">>\
''You look in the direction of $sister.name's door.''
<<nm $player "Y'know we could probably get a better lock on that door...">>\
<<nm $sister "You'd better do something! If that shit happens again I'm telling them you're room's unlocked!">>\
<<Thought "Eesh...">>\
''The two of you talk a little longer before going your separate ways.''
<<default>>\
''You and $sister.name hang out and talk for a bit.''
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Home" "passTime()">>\<<set $sophie.convo[$ConversationID].seen to true>>\
<<pic $sophie>>\
<<art $sophie>>\
<<switch $ConversationID>>\
<<case 1>>\ /* Default */
<<nm $sophie "Ah, hello <<Mr>> $player.surname. How are you liking your employment so far?">>\
<<nm $player "Oh, hey $sophie.name. Yeah, I think I'm getting pretty comfortable here. $penny.name's been a huge help in the lab and serum development is coming along nicely.">>\
''$sophie.name smiles approvingly.''
<<nm $sophie "Excellent, I'm glad to hear it. We'll need to catch up some time, right now I've got some things to attend to.">>\
<<nm $player "Sure thing, see'ya $sophie.name.">>\
''The two of you go your separate ways.''
<<case 2>>\ /* Default */
<<nm $sophie "<<Mr>> $player.surname, nice to see you.">>\
<<nm $player "Heya $sophie.name. Just making the rounds?">>\
<<nm $sophie "Something like that, just need to get out of my office from time to time. Get some air.">>\
''You laugh a little.''
<<nm $player "Yeah, being underground all day can get a little... stuffy.">>\
<<nm $sophie "Indeed it can. Every once in a while I'll visit a small steakhouse a few miles from here on an... extended lunch break. Perhaps I'll have to take you sometime.">>\
<<nm $player "That sounds like fun.">>\
''The two of you talk for a bit before returning to work.''
<<case 3>>\ /* Thinking of Tory */
<<nm $sophie "I must say, that was quite a show you put on with $tory.name at the meeting.">>\
<<nm $player "Y-yeah, I guess things got a little out of hand.">>\
<<nm $sophie "Perhaps... You could have always taken a less extreme approach to prove your point.">>\
''$sophie.name's gaze is locked on you, and you're not sure how to react.''
<<nm $sophie "Still, there's no denying your point was made. News of this will surely reach headquarters, and after that...">>\
<<nm $player "After that, what?">>\
''$sophie.name pauses.''
<<nm $sophie "After that, well... We'll see.">>\
''The two of you talk for a bit before returning to work.''
<<RemoveConvo $sophie 1>>\
<<case 4>>\ /* Thinking of Julia */
<<nm $player "Hey $sophie.name, how are you doing?">>\
<<nm $sophie "Hm, that's an interesting question... One of our most respectable employees was just revealed as a psychopath turned bumbling bimbo and now $lisa.name is poking her nose in my office...">>\
<<nm $player "So... not great then.">>\
''$sophie.name gives a reassuring smile.''
<<nm $sophie "Not great, but things could be much worse. You've been making waves, <<Mr>> $player.surname, in the short time you've been here. You've surely drawn attention, and... Well honestly I don't know what to expect now.">>\
<<nm $player "Are you worried?">>\
<<nm $sophie "Ha, we should all be worried in this line of work.">>\
''The two of you talk for a bit before returning to work.''
<<case 5>>\ /* Thinking of Chanel */
<<nm $sophie "<<Mr>> $player.surname, have a moment?">>\
<<nm $player "Hey $sophie.name, sure, what's up?">>\
<<nm $sophie "I was just thinking about... $john.name lately. Did you notice the way $john.oldName was acting leading up to his sudden transformation? I did. You know I worked with $john.oldName for just over three years and in all that time I found him nothing short of deplorable...">>\
<<nm $player "Wow, I didn't know he-">>\
<<nm $sophie "And then, seemingly out of nowhere, he starts acting respectful, remorseful, polite... pleasant... The first time I heard him say 'Good morning Ms. Dee, how are you today?' I nearly had a heart attack!">>\
<<nm $player "That's real-">>\
<<nm $sophie "And then! He suddenly decides he'd prefer to live out the rest of his life as a submissive //slut//. Transform his body and willingly become a cock-hungry whore. Isn't that strange?">>\
''There's a lingering silence... $sophie.name leans in close.''
<<nm $sophie "I quite like $john.name, much moreso than $john.oldName. Once this new serum of yours is perfected I expect the results to be very lucrative. That said, please refrain from such radical experimenting on my employees in the future. Do we understand each other?">>\
''You nod.''
<<nm $sophie "Excellent! I'd love to find time to talk more on this in the future. For now, I have work to attend to. Have a nice day, <<Mr>> $player.surname.">>\
''$sophie.name heads off.''
<<case 6>>\ /* Enjoying our Time Together */
<<nm $sophie "Ah, $player.sophieName. How are you?">>\
<<nm $player "I'm doing okay, and you?">>\
''$sophie.name blushes slightly.''
<<nm $sophie "I-I'm good... Um, I was just thinking, that I wanted to say...">>\
<<nm $player "$sophie.name?">>\
<<nm $sophie "I've just... I mean, I've been enjoying the time we've been spending together outside the office... greatly... That's all.">>\
<<Thought "She's so damn cute trying to keep it together right now...">>\
<<nm $sophie "A-anyway, if you wanted to spend more time together, outside the office, I just want you to know that I would be okay with that. Okay?">>\
<<nm $player "Sure thing, $sophie.name, you got it.">>\
''She gives you a quick nod before wrapping up the conversation.''
<<case 7>>\ /* Enjoying Sneaking Around */
<<nm $player "Heya $sophie.name.">>\
<<nm $sophie "O-oh! $player.sophieName... H-how are you?">>\
''Her legs are shifting and her face is turning red.''
<<nm $player "I'm okay, you look a little flushed though. Feeling okay?">>\
<<nm $sophie "Y-yes, I'm fine, I just-">>\
''You lean in close, allowing your chest to touch $sophie.name's as you whisper into her ear.''
<<nm $player "Well, if you ever need help with anything, just let me know and I can stop by your office, okay?">>\
<<nm $sophie "Haaa... haaa... o-okay...">>\
''You're close enough to catch the smell of $sophie.name's feminine scent rising up from her skirt. You run a hand down her quivering back on your way out.''
<<case 8>>\ /* Enjoying your Mouth */
<<nm $sophie "Ah, $player.sophieName. Nice to see you.">>\
<<nm $player "Yeah, you too. Everything going good today?">>\
''$sophie.name runs a finger along her left breast as she eyes you up and down.''
<<nm $sophie "Good enough, though I have to admit, I could use a little... pick me up.">>\
<<nm $player "Y-you mean... right now?">>\
''She smiles deviously at you.''
<<nm $sophie "Sadly I'm a little busy right now, but perhaps later I'll have you tend to my needs... I expect you'll look forward to it. Anyway, I'm off now. I look forward to putting that tongue of yours to work later.">>\
''With that she walks off, the sound of her heels clicking along the floor vanishing in the distance.''
<<case 9>>\ /* Help for Kagney */
<<if $sophie.isLover>>\
<<nm $sophie "$player.name! What brings you to see me today?">>\
<<elseif $sophie.isDom>>\
<<nm $sophie "Mmm, $player.sophieName... What can I do for you today?">>\
<<elseif $sophie.isSub>>\
<<nm $sophie "Mmm, $player.sophieName... Some way I can be of service to you today?">>\
<<else>>\
<<nm $sophie "Ah, $player.sophieName, please come in.">>\
<</if>>\
<<nm $player "Hi $sophie.name, actually, I was hoping to talk to you about $kagney.name.">>\
''$sophie.name raises an eyebrow, taking a deep breath.''
<<nm $sophie "$kagney.name? What has she done now?">>\
<<nm $player "Huh? Oh, no, she hasn't done anything. I've just been noticing that she's been a little buried under her work lately. What with everything going on lately, her workload seems to have increased pretty drastically...">>\
''Your boss leans back, taking what you said under consideration.''
<<if $kagney.isBimbo>>\
<<nm $sophie "Are you sure she's not just too busy fucking anything that moves to focus on her job?">>\
<<nm $player "I-I, um..." "Shit!">>\
''$sophie.name can't fight back the amused smile on her face.''
<<nm $sophie "Ha, so it was you... You really need to stop turning all my employees into braindead cumsluts...">>\
''She motions for you to calm down.''
<</if>>\
<<nm $sophie "The truth is, finding some help for the front desk is something that I'd tasked $diana.name with before last month's... spectacle. With everything she's dealing with on top of playing catch up, I doubt she'd get around to it anytime soon.">>\
''$sophie.name stands up and moves over to you, placing one hand on your shoulder.''
<<nm $sophie "I'll tell you what, if you can find me a suitable person to fill that position, I'll hire them on the spot for you. Consider it a professional recognition of everything you've done for our office.">>\
<<nm $player "You mean it? That's great! Thanks $sophie.name, I'll find someone and let you know!">>\
<<nm $sophie "I'm sure you'll do just fine. Was there anything else?">>\
''You stand up from your seat and shake $sophie.name's hand.''
<<nm $player "No, that's all I wanted to talk to you about. Thanks again!">>\
<<if $sophie.isLover>>\
''$sophie.name blushes as you take her hand.''
<<nm $sophie "Y-yes, of course. Good luck then!">>\
<<elseif $sophie.isDom>>\
''$sophie.name tightens her grip on your hand.''
<<nm $sophie "I'm expecting you to come through on this, $player.sophieName.">>\
<<elseif $sophie.isSub>>\
''$sophie.name lowers her head slightly as she takes your hand.''
<<nm $sophie "I'm sure you'll do great, $player.name.">>\
<<else>>\
''$sophie.name returns your handshake.''
<<nm $sophie "Good luck, $player.sophieName. Let me know when you have someone.">>\
<</if>>\
<<RemoveConvo $sophie 9>>\
<<AddConvo $kagney 3>>\
<<case 10>>\ /* Stalking My Driver */
<<nm $player "Hey $sophie.name, weird question, did you put extra security detail on my drivers?">>\
''$sophie.name raises an eyebrow, then leans back and thinks for a moment.''
<<nm $sophie "Sorry, there have been a lot of moving parts lately... No, I haven't issued any kind of order for that. It's possible it might have come from $lisa.name, but that's an odd request. You could check with $diana.name if she's not too busy.">>\
<<nm $player "Yeah, it did sound kinda weird...">>\
''You notice $sophie.name is glaring at you pretty intensely.''
<<nm $sophie "May I ask what brought this up?">>\
<<nm $player "O-oh, yeah, $jag.name mentioned to me that he's pretty sure he's being tailed by someone and I just wanted to see if it might be a simple misunderstanding. He's a cool guy, so, I thought I might try to help him out a little.">>\
<<nm $sophie "I see... Well, start with $diana.name. I will say it's incredibly rare for drivers to get any kind of security detail.">>\
''You wrap up your conversation with $sophie.name and go on your way.''
<<AddConvo $diana 8>>\
<<RemoveConvo $diana 6>>\
<<case 11>> /* Tasha is Happy */\
<<nm $sophie "Ah, ?mc, how are you?">>\
<<nm $player "I'm doing well, thanks. How are you?">>\
''?sophie smiles at you, then leans back in her chair.''
<<nm $sophie "Am I imagining things, or has ?tasha been in high spirits lately?">>\
<<nm $player "You think?">>\
''She shrugs.''
<<nm $sophie "Maybe I don't spend enough time with my employees to actually notice.">>\
<<nm $player "I dunno, she has seemed a little happier lately.">>\
<<nm $sophie "Hmm, maybe we should have more company activities... draw everyone a little closer together.">>\
''The thought of a bunch of human traffickers and slave traders getting together for a company picnic or bowling night has you dying inside.''
<<nm $player "Yeah, that sounds like a great idea." "Oh gods PLEASE give me this!">>\
<<nm $sophie "I'm glad you think so! I'll get together with ?diana and see what we can work out!">>\
<<nm $player "Mhm!" "HAHAHAHAHAHAHA!!!! HHHAAAAAAAAHAHAHAHAHAHAHA!!!!">>\
''You and $sophie.name talk for a bit before going your separate ways.''
<<case 12>> /* What's Going on with Tasha */\
''?sophie is sitting at her desk, an annoyed expression on her face.''
<<nm $player "Hey ?sophie, everything okay?">>\
<<nm $sophie "Hm? Oh, hello ?mc...">>\
''She leans back in her chair, rubbing her temples.''
<<nm $sophie "What... what the fuck is going on with ?tasha? Have I completely lost control of my staff?">>\
<<nm $player "You mean the bunny suit? I mean, it makes her happy...">>\
''?sophie looks at you incredulously.''
<<nm $sophie "You're telling me that you're okay with ?tasha dressing up like a fucking rabbit and running around the office?">>\
<<nm $player "I mean, it's not like she's hurting anyone, right?">>\
<<nm $sophie "That's not... the point... I-">>\
''?sophie looks like she's about to explode, but she manages to calm herself down. Then, she leans forward and puts her elbows on her desk, staring at you with a steely glare.''
<<nm $sophie "You didn't... do this... did you? Tell me you didn't experiment on ?tasha and turn her into... this!">>\
''You do your best to keep a straight face.''
<<nm $player "I did not experiment on ?tasha and turn her into this.">>\
''?sophie looks at you for a moment, then sighs.''
<<nm $sophie "Whatever... as long as she doesn't interrupt workflow...">>\
''You and $sophie.name talk for a bit before going your separate ways.''
<<case 13>> /* Please Stop */\
''?sophie sits at her desk, looking frustrated.''
<<nm $player "Hey ?sophie, everything okay?">>\
<<nm $sophie "?mc, I was just thinking about you.">>\
''You pull up a seat across from her.''
<<nm $player "Um, sure!">>\
''?sophie forces a smile at you as she shakes a few ibuprofen out of a bottle and swallows them.''
<<nm $sophie "Did you, and I'm so upset I need to ask this, but did you turn ?penny into an \"actual\" lab rat?">>\
<<nm $player "Not... exactly? Also she's a mouse!">>\
''She takes a deep breath and closes her eyes.''
<<nm $sophie "I hardly care what KIND of rodent she's becoming, ?mc, and what do you mean not exactly?">>\
<<nm $player "I... encouraged her to start running more involved tests on some of our serums. She took that to mean using her own body for said testing. I guess this was the result?">>\
''?sophie looks at you for a moment, then sighs.''
<<nm $sophie "?mc, I don't even... Is it going to progress or will she at least be able to continue working?">>\
<<nm $player "At the moment we don't see a reason to think it'll progress further. ?penny's ceased all testing and we're monitoring her regularly.">>\
''?sophie nods, then leans back in her chair.''
<<nm $sophie "I... I don't know what to say. Just... please, stop experimenting on my employees.">>\
''You and $sophie.name talk for a bit before going your separate ways.''
<<case 14>> /* Concerning Reports */\
<<nm $player "Heya ?sophie!">>\
<<nm $sophie "Ah, ?mc, nice to see you.">>\
''You pull up a chair.''
<<nm $sophie "So since you're here, I had a question for you.">>\
<<nm $player "What can I help with?">>\
<<nm $sophie "I've been hearing some really... unusual reports coming from around the office. ?tasha's apparently hearing something running around the ceiling in her office, others have reported the same. Some of ?craig's men have been talking about this bizarre monster in the basement...">>\
''She leans over the desk, looking you in the eyes.''
<<nm $sophie "Anything I should know about?">>\
<<nm $player "I think... that... maybe we've all been working underground for too long?">>\
''?sophie looks at you for a moment, then sighs.''
<<nm $sophie "I suppose that's as good an explanation as any. Just... don't...">>\
<<nm $player "I won't make any monsters in the laboratory. Promise.">>\
<<nm $sophie "Hearing you say it outloud makes me feel so much worse...">>\
''You and $sophie.name talk for a bit before going your separate ways.''
<<default>>\
''You and $sophie.name talk for a bit before going your separate ways.''
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Work" "passTime()">>\<<set $tasha.convo[$ConversationID].seen to true>>\
<<pic $tasha>>\
<<art $tasha>>\
<<switch $ConversationID>>\
<<case 1>> /* Default */\
<<nm $tasha "Hey $player.name!">>\
<<nm $player "$tasha.name, what's up!">>\
''$tasha.name smiles warmly at you.''
<<nm $tasha "So, staying busy? They've got you locked up downstairs all day, don't they?">>\
<<nm $player "Haha, it's not that bad. I've always felt more relaxed in a lab environment, so, I don't mind.">>\
<<nm $tasha "Sure, but, you should still try to come up for air a little more often, y'know?">>\
<<nm $player "Yeah, I know.">>\
''The two of you chat for a bit before going back to work.''
<<case 2>> /* Default */\
<<if $john.isMale>>\
<<nm $player "Heya $tasha.name!">>\
<<nm $tasha "Mmmmm...">>\
''$tasha.name barely acknowledges you with a drawn out moan.''
<<nm $player "Everything okay?">>\
<<nm $tasha "Yeah, just... It's $john.name.">>\
<<nm $player "Gotcha... He giving you a hard time?">>\
<<nm $tasha "He's always giving me a hard time. Usually I can just ignore it, today it's just more stress than I need to deal with. I'll be fine.">>\
<<nm $player "Alright, well if you ever want to talk...">>\
''$tasha.name smiles at you.''
<<nm $tasha "Thanks, $player.name.">>\
<<else>>\
<<nm $player "Heya $tasha.name!">>\
<<nm $tasha "Mmmmm...">>\
''$tasha.name barely acknowledges you with a drawn out moan.''
<<nm $player "Everything okay?">>\
<<nm $tasha "Yeah, just... It's $john.name.">>\
<<nm $player "Oh? I thought she's been a lot more pleasant since the change...">>\
<<nm $tasha "Well, yeah, but... I mean, her office is still right next to mine, and it's impossible to work when she's dragging one person after another into her office for... you know... I can't focus with the constant moaning!">>\
<<nm $player "I see... Well, you're welcome to come down and hide out in the lab if you ever need a quiet place to work.">>\
''$tasha.name smiles at you.''
<<nm $tasha "Thanks, $player.name.">>\
<</if>>\
<<case 3>> /* Thinking of Tory */\
<<if flag($tasha,"PlayerSlave")>>\
<<nm $tasha "Hehe, I heard about what you did to $tory.name.">>\
''You instinctively wince, unsure of where $tasha.name is about to go with this.''
<<nm $player "Did you know her?">>\
''She laughs.''
<<nm $tasha "Know her? That dumb cunt used to be my BOSS! Tee-hee, whoops, got a little excited there... Anyway, I'm glad she finally got what she deserved!">>\
<<nm $player "Heh, y-yeah...">>\
''$tasha.name gives you a menacingly innocent smile before going back about her business.''
<<else>>\
<<nm $tasha "So, is it true? About $tory.name?">>\
<<nm $player "Heard about that, huh?">>\
<<nm $tasha "The whole office has heard about it, are you kidding? Thing is, she actually used to be my boss! Before I was moved here, I worked directly under her...">>\
<<nm $player "Oh, so... she was a friend, then?">>\
''$tasha.name's eyes widen.''
<<nm $tasha "Friend? Oh FUCK no! $tory.name was literally the devil! I couldn't have been happier when she decided to relocate me... So then, that really happened? She just started... like... with those guys?">>\
<<nm $player "Yeah, pretty much. I can't really give you any more details but that's the gist of it.">>\
<<nm $tasha "Oh man, I wish I could've been there to see it...">>\
''The two of you chat for a bit before going back to work.''
<</if>>\
<<case 4>> /* Acceptance */\
<<nm $tasha "$player.name!">>\
''$tasha.name runs up and throws her arms around you.''
<<nm $player "H-hey $tasha.name! What's gotten into you?">>\
<<nm $tasha "Hm? Nothing, I'm a hugger. That okay?">>\
<<nm $player "Haha, yeah, that's okay. Guess I was just a little surprised.">>\
''$tasha.name blushes as she steps back.''
<<nm $tasha "I, uh... I was just in a good mood, I guess. I've been wanting to thank you for being so cool about, um, my little... secret.">>\
<<nm $player "Really, it's no big deal.">>\
''She looks up at you intently.''
<<nm $tasha "It is though! I just... um... thanks.">>\
<<nm $player "...Sure.">>\
''The two of you chat for a bit before going back to work.''
<<case 5>> /* Fun Together */\
<<nm $tasha "Hey!">>\
<<if isMale()>>\
<<pic $tasha "kiss-male">>\
<<else>>\
<<pic $tasha "kiss-female">>\
<</if>>\
<<nm $player "Oh, what was that for?">>\
<<nm $tasha "Do I need a reason? Hehe, I just, y'know, wanted to...">>\
''$tasha.name begins blushing hard.''
<<nm $player "Ah, well, not that I mind...">>\
<<nm $tasha "I've just been enjoying our time together. I'm glad we, um, got to meet... That sounded stupid...">>\
''You laugh and pat her on the arm. The two of you talk for a bit before going back to work.''
<<case 6>> /* Tasha's Secret's Out! */\
<<nm $player "Soooo...">>\
<<nm $tasha "W-what is it?">>\
<<nm $player "I was just thinking about... earlier. Is that something you normally do? Y'know, in your office... with the door closed?">>\
''$tasha.name turns bright red.''
<<nm $tasha "F-first of all, there's a lot worse that THAT going on around here behind closed doors. And, um, if you must know... yes... It's a stressful job and, well, girl's gotta unwind, y'know?">>\
<<nm $player "Haha, I'm not judging you. Honestly, I thought it was kinda... kinda hot.">>\
''Her cheeks burn an even deeper shade of red.''
<<nm $tasha "O-oh... w-w-well... I, um... that is, I...">>\
''$tasha.name rushes off, too flustered to complete her thought.''
<<case 7>> /* Thinking about Julia */\
<<if flag($tasha,"PlayerSlave")>>\
<<nm $tasha "Man, I still can't believe $julia.name was behind all that... Did she really try to kill you, too?">>\
<<nm $player "U-um, yeah, but, we had it under control...">>\
''$tasha.name stamps her foot, crossing her arms and looking upset.''
<<nm $tasha "What was that bitch thinking, trying to break one of my toys! I'll have to go give her a good fucking later!">>\
<<Thought "So that's all she's upset about...">>\
<<nm $tasha "Oh, I'm so mad! How am I supposed to calm down and release all this frustration now!?">>\
''With that, you slowly start to back away while she's distracted...''
<<else>>\
<<nm $tasha "I still can't believe... $julia.name... It's horrible.">>\
<<nm $player "Yeah, it's crazy to think about.">>\
<<nm $tasha "I heard she tried to kill you!?">>\
''You put your hands up, trying to calm her.''
<<nm $player "Y-yeah, but I had it under control... I mean... mostly. $penny.name and $sophie.name showed up in time and, I'm fine!">>\
<<nm $tasha "Mmm... I-I guess...">>\
''$tasha.name seems unconvinced.''
<</if>>\
<<case 8>> /* Thinking about John */\
<<nm $tasha "So that's... That's really $john.oldName...?">>\
<<nm $player "Well, she goes by $john.name now, but, yes. Yes it is.">>\
''$tasha.name's eyes widen, as she still hasn't completely adjusted to the change.''
<<nm $tasha "How? I mean... How!?">>\
<<nm $player "Well, long story short... $john.oldName offered to help $penny.name and I test a new procedure in the lab, and... $john.name!">>\
<<nm $tasha "Did he... she... know this was going to happen?">>\
<<nm $player "We made all the risks known, and to be honest I think she's a lot happier this way.">>\
''$tasha.name circles the floor with her toe.''
<<nm $tasha "I mean... I guess so...">>\
''The two of you chat for a bit before going back to work.''
<<case 9>> /* Domming John */\
<<nm $player "So, I notice the relationship between you and $john.name has... improved?">>\
<<if $john.isMale>>\
<<nm $tasha "Hehe, yeah, I never realized how passive $john.name was. He saw my cock and just knew exactly what was expected of him!">>\
<<nm $player "Wow, yeah, I'm... just as surprised!">>\
<<else>>\
<<nm $tasha "Hehe, yeah, $john.name's such a slut! As soon as she found out I had a cock she just went crazy. To be honest, it's a little exhausting...">>\
<<nm $player "Yeah, I bet.">>\
<</if>>\
''$tasha.name rocks back and forth on her heels.''
<<nm $tasha "Having $john.name tending to me is a great distraction, but you and me still need to make some more time for each other, y'know?">>\
<<nm $player "You're right, we should really work on that...">>\
''The two of you talk for a bit before heading your separate ways.''
<<case 10>> /* Nice John */\
<<nm $player "You and $john.name seem to be getting along lately.">>\
<<nm $tasha "I know, right? It's like he's suddenly a totally different person!">>\
''And and $tasha.name have a good laugh.''
<<nm $player "Yeah, we've actually been hitting it off better as well. Who knows, maybe he was just going through something.">>\
<<nm $tasha "I dunno, he REALLY struck me as an irredeemable asshole, but... yeah, who knows.">>\
''The two of you talk for a bit before heading your separate ways.''
<<case 11>> /* Our Morning Visits */\
<<nm $tasha "Hehe, hey you!">>\
<<nm $player "Hey $tasha.name, how's it going?">>\
''She leans back and thinks for a moment, a content smile on her face.''
<<nm $tasha "Pretty good, actually! I think my new morning routine might have something to do with that, hehe.">>\
<<nm $player "Your new... Oh, our coffee time. Ha, yeah, that's been really nice.">>\
<<nm $tasha "Mmm...">>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<case 12>> /* Our Time Together */\
<<nm $player "Heya $tasha.name!">>\
<<nm $tasha "$player.name!">>\
''$tasha.name jumps up to greet you.''
<<nm $tasha "Hehe! I love it when you drop by to see me!">>\
<<nm $player "Well, I feel the same way.">>\
''You and $tasha.name talk for a little while, chit-chatting about menial office going-ons.''
<<nm $player "Well, I should let you get back to work.">>\
<<nm $tasha "U-um, yeah... Hey hold on!">>\
<<pic $tasha "kiss-player">>\
''$tasha.name wraps her arms around you, pulling you in for a deep kiss. You can feel her trembling just a little bit as she tangles her tongue around yours.''
<<nm $player "Mmm...">>\
<<nm $tasha "Mmm... H-hehe, s-sorry about that...">>\
<<nm $player "Nothing to be sorry for!">>\
''She blushes a deep red.''
<<nm $tasha "W-well, good! Alright then, be sure to visit me later, ok?">>\
<<nm $player "Sure thing.">>\
<<AddConvo $tasha 13>>\
<<case 13>> /* Seeing Anyone? */\
<<nm $player "Heya $tasha.name.">>\
<<nm $tasha "H-hey $player.name!">>\
''$tasha.name fidgets a little at her desk while the two of you make light conversation. Finally, she manages to cough up whatever it is that's weighing on her mind.''
<<nm $player "$tasha.name?">>\
<<nm $tasha "S-so, um, j-just out of curiousity... D-did you happen to be, um, in a relationship with someone already? I-I know you and $penny.name are pretty close, but, I didn't, um...">>\
''You shrug.''
<<if $penny.isDating>>\
<<nm $player "Actually, yeah, $penny.name are dating. It's been kinda great, honestly.">>\
''$tasha.name does her best to hide her disappointment.''
<<nm $tasha "Ah, yeah, for sure! That makes sense, that's awesome!">>\
<<elseif $sophie.isDating>>\
<<nm $player "Actually, um... I'm kind of dating... $sophie.name.">>\
''$tasha.name nearly jumps out of her seat.''
<<nm $tasha "Are you-">>\
''She lowers her voice.''
<<nm $tasha "Are you serious? You're dating the boss!? That's insane!">>\
<<nm $player "Y-yeah, it just kind of happened..." "I may have chemically altered her brain a smidge...">>\
''$tasha.name takes a minute to process.''
<<nm $tasha "Well, okay then... Guess I can't get too worked up over not being able to compete with that...">>\
<<else>>\
<<nm $player "Well, no, can't say I've really taken the time... Totally single!">>\
''$tasha.name unintentionally perks up.''
<<nm $tasha "Oh really? That's... so interesting!">>\
<<nm $player "Y-yeah?">>\
<<nm $tasha "Mmmmhm!">>\
<</if>>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<case 14>> /* Anatomy of a Cock */\
<<nm $player "Heya $tasha.name!">>\
''$tasha.name seems completely lost in thought, smiling to herself and ignoring you completely.''
<<nm $player "...$tasha.name?">>\
<<nm $tasha "O-oh! God, when did you get here $player.name?">>\
<<nm $player "I've, um, been here...">>\
''She looks around the room for a moment before leaning back in her chair, her large breasts heaving under a heavy breath.''
<<nm $tasha "S-sorry, I was, um... mmm... Sorry!">>\
<<nm $player "Hahaha, jeez, what's up with you today?">>\
''$tasha.name blushes deeply.''
<<nm $tasha "I was just thinking... a-about... how great, um... I've been thinking about giving head a lot, lately, okay!?">>\
''You almost fall over, opting to take a seat instead.''
<<nm $player "Yeah?">>\
<<nm $tasha "Y-yeah, specifically, mmm... Like the feeling of a soft c-cock getting hard in your mouth, almost gagging when it slides over your tongue and down your throat... The pulsing... twitching... Haaaa...">>\
''$tasha.name slides a hand under her skirt, running a finger along her huge erection now visible beneath the fabric.''
<<nm $tasha "Crap! Sorry, I did it again! I haven't been able to think straight all day!">>\
<<if hasWorkingPenis()>>\
<<nm $player "Hahaha! Hey it's okay. Actually, hearing you talk like that has me a little worked up... Maybe we should find some time to-">>\
<<nm $tasha "YES! I-I mean, um, s-sure, we could maybe hook up l-later... I guess">>\
<<else>>\
<<nm $player "Hahaha! Hey, it's all good... Though hearing you talk like that definitely has me a little worked up now...">>\
<</if>>\
<<horny 10>>
''You and $tasha.name talk for a bit before going your separate ways.''
<<case 15>> /* Working Relationship */\
<<nm $player "Hey $tasha.name, how're you doing?">>\
''She takes a minute to respond, seemingly lost in thought.''
<<nm $tasha "Hm? Oh, nothing, why? Wait... what was your question?">>\
''You laugh a little before pulling up a seat across from her.''
<<nm $player "Haha, I just asked how you were doing. Something on your mind?">>\
<<nm $tasha "Hm, I guess so... Hey, what are your thoughts on interoffice romances?">>\
<<nm $player "I mean... Normally they can be a little complicated, but in a work environment where you can't pass a single empty room without catching people fucking like rabbits, it doesn't really seem like that big of a deal...">>\
''$tasha.name giggles at your response, leaning back and drifting off into thought again.''
<<nm $tasha "Hmmm... Yeah, that's true...">>\
<<nm $player "Is there... someone in particular you have your eye on?">>\
<<nm $tasha "Tee-hee! Well, actually, there's this <<guy>>... <<He>>'s super smart and nice and always comes to visit me. I think I might just have a little crush, y'know?">>\
''You stare into space, thinking about who she might be talking about.''
<<nm $player "Well, whoever it is sure is lucky to have someone like you crushing on them!">>\
<<nm $tasha "Eh... eheh... y-yeah...">>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<case 16>> /* Your Place? */\
<<nm $player "Hey ?tasha, how's it going?">>\
''?tasha smiles brightly when you get her attention.''
<<nm $tasha "I'm doing great! Hehe, how are you?">>\
<<nm $player "Good, good...">>\
''The two of you make small talk for a little while before ?tasha looks at you with as if she has something important to say.''
<<if flag($tasha,"BeenToHouse")>>\
<<nm $tasha "So, when are you gonna invite me over again?">>\
<<nm $player "Hm? Well, I mean...">>\
''?tasha starts prodding you teasingly.''
<<nm $tasha "Well, if you're gonna be coming over to my place then it's only fair I get to come over to your place. Besides, I'd love to see $mom.realName and $sister.name more often.">>\
<<nm $player "Well, guess we'll just have to work something out, huh?">>\
<<nm $tasha "Hmm... You better.">>\
<<else>>\
<<nm $tasha "So... When're you gonna invite me over?">>\
<<nm $player "Hm? Well, I mean...">>\
''?tasha starts prodding you teasingly.''
<<nm $tasha "Well, if you're gonna be coming over to my place then it's only fair I get to come over to your place. Besides, you live with your mom and sister, right? I wanna meet them!">>\
<<nm $player "Well, guess we'll just have to work something out, huh?">>\
<<nm $tasha "Hmph... You better.">>\
<</if>>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<case 17>> /* Your Family */\
<<nm $tasha "Heya ?mc!">>\
<<nm $player "Hey ?tasha! What do you have going on?">>\
''?tasha leans back in her chair. You're not sure whether or not she's deliberately drawing attention to her breasts when she takes this position and breaths deeply, but your attention is definitely drawn regardless.''
<<nm $tasha "Not much, I was just thinking... $sister.name and $mom.realName are so nice, you're really lucky to have them.">>\
<<nm $player "You think so?">>\
''She closes her eyes, seemingly losing herself to her thoughts.''
<<nm $tasha "My family... I guess, I wasn't as lucky as you are. Hehe, I'd have given anything to have a mom like yours<<if $mom.isBlood>>, even if she is just your stepmom<</if>>.">>\
<<if fucking($mom)>>\
<<nm $player "Hm, yeah... she has been pretty great..." "If she only knew...">>\
<<else>>\
<<nm $player "Hm, yeah... she has been pretty great...">>\
<</if>>\
''?tasha quickly snaps herself out of her funk, turning her attention back onto you and forcing a smile.''
<<nm $tasha "But that's okay! Hehe, maybe I'll just pretend your mom's my mom when I'm feeling down.">>\
<<nm $player "Hey, you're welcome to do that any time you need to!">>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<case 18>> /* Take Me Away */\
<<nm $player "?tasha?">>\
<<nm $tasha "Oh, hey ?mc. Sorry, just a little lost in thought.">>\
''You walk over to ?tasha and rub her shoulders. She places a hand on your hand before looking up at you with a loving smile.''
<<nm $player "You alright?">>\
<<nm $tasha "Oh, yeah, I'm fine. Being with you has just had me thinking... Wouldn't it be nice to just, I dunno, get away?">>\
''You sit next to ?tasha.''
<<nm $player "Like a trip?">>\
''She laughs, slapping you on the thigh.''
<<nm $tasha "No, not like a trip. Like... forever. Y'know, just leave all this behind and get away. It could just be you and me, living our life together.">>\
<<nm $player "That would be really nice. Really.">>\
<<pic $tasha "kiss-player">>\
''?tasha leans over, kissing you deeply.''
<<nm $tasha "Wouldn't it though? I know it's not possible, but I can't help but fantasize, you know?">>\
<<nm $player "Trust me, I know.">>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<case 19>> /* How Exciting! */\
<<nm $player "Heya ?tasha.">>\
<<nm $tasha "Tee-hee! Hey ?mc!">>\
''?tasha seems to be in very good spirits today.''
<<nm $player "What's got you in such a good mood?">>\
''She rocks back and forth in her chair, teasingly, before drawing attention to the bulge beneath her skirt.''
<<nm $tasha "Ever since you gave me the courage to, u-um, let my naughty side out in the office I've just been having so much fun!">>\
<<nm $player "I-I see!">>\
''?tasha runs her finger along her visible shaft. A small dark sport starts to form at the tip.''
<<nm $tasha "It's really... thrilling...">>\
''After a moment she manages to regain her composure, allowing the two of you to have a normal conversation for the next few minutes for going your separate ways.''
<<horny 10>>
<<AddConvo $tasha 20>>\
<<case 20>> /* It's Okay if it's You */\
<<nm $player "Hey ?tasha! Still enjoying your, um, morning activities?">>\
<<nm $tasha "Tee-hee! Y-yeah, it's been a real blast!">>\
<<nm $player "Have you... gotten caught yet?">>\
''?tasha leans back in her chair, her large breasts heaving as she breathes.''
<<nm $tasha "Mmmmm... No, there've been a couple close calls, but, I don't think anyone knows. Well, except you, of course.">>\
<<nm $player "Right, of course.">>\
<<nm $tasha "Actually...">>\
''She thinks for a moment.''
<<nm $player "Hm?">>\
<<nm $tasha "I, um, wouldn't mind getting caught... if... I knew it was you watching me, ?mc.">>\
''?tasha looks at you with a lustful desperation in her eye.''
<<nm $player "Oh... OH! I see. Well, maybe I'll have to swing by more often.">>\
<<nm $tasha "Hehe! I wouldn't mind that one bit! I'll be sure to put on a good show for you...">>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<lust $tasha>>
<<horny 10>>
<<case 21>> /* Strange Fantasies */\
<<nm $player "Hey ?tasha!">>\
<<nm $tasha "Hmm... O-oh! Hi ?mc!">>\
''You seem to have startled her.''
<<nm $player "Everything okay?">>\
<<nm $tasha "Yeah, sorry, just a little lost in thought.">>\
''She's blushing.''
<<nm $player "Anything interesting?">>\
<<nm $tasha "W-well... I've been thinking lately...">>\
''?tasha motions for you to come closer, as if to share a secret with you.''
<<nm $tasha "Yesterday, I came SO HARD! I was at PetCo and-">>\
<<nm $player "PetCo?">>\
<<nm $tasha "I like looking at the kittens! Anyway, I saw this leather leash and collar and thought... oooohhhh man... imagine having someone on the other end of that while I railed them! We could even do it in front of all their friends... OH! Or family! The thought made me so horny I had to run home and take care of things like five times!">>\
''She starts to lose herself in the fantasy again, and her penis is clearly erect beneath her skirt.''
<<nm $player "I always forget how kinky you can be...">>\
<<nm $tasha "Kinky? I just thought it sounded like fun... Mmm, I need to jerk off again now!">>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<horny 10>>
<<case 22>> /* So This Place... */\
<<nm $player "Hey ?tasha!">>\
<<nm $tasha "Oh, hey ?mc. Um, question for you...">>\
''You take a seat in front of ?tasha's desk.''
<<nm $player "What's up?">>\
<<nm $tasha "S-so... Apparently there's this place near here called, um, Club Pearl. H-have you heard of it?">>\
''You think for a moment.''
<<if visited("ClubPearl")>>\
<<nm $player "Yeah, actually, I've been there before.">>\
<<nm $tasha "Oh really!? Well, I've been thinking I'd like to go.">>\
<<else>>\
<<nm $player "No, don't think I've heard of it.">>\
<<nm $tasha "Oh, well...">>\
<</if>>\
''?tasha takes a second to browse on her computer.''
<<nm $tasha "So it's like a... s-sex club, I-I guess, but it's mostly for girls like me. Y-you know, packing a little extra? Hehe...">>\
<<nm $player "Ah.">>\
<<nm $tasha "People pay good money to watch transgirls have sex with their partners on stage or in viewing rooms. I thought it could be fun if maybe, u-um, you and I went together? J-just to watch! I dunno...">>\
<<nm $player "That could be interesting, for sure.">>\
''?tasha's eyes light up.''
<<nm $tasha "O-okay! I'll look into it more and let you know!">>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<case 23>> /* So Much Fun! */
''?tasha waves as she approaches you.''
<<nm $tasha "So, how'd your club visit go? You looked like you were having fun.">>\
<<nm $player "It was fucking great! I haven't been railed like that in... Okay, it hasn't been that long since I've been railed like that, but still, it was great!">>\
<<nm $tasha "Thought so! I'll be honest, I was considering rushing out and then coming back with some popcorn so I could watch you get pounded, but I decided not to. Honestly, watching you get used by a bunch of people just makes me so, so hard... I pretty much can't look away!">>\
<<nm $player "Dammit, now I want popcorn. But not as much as I want to go back there...">>\
<<nm $tasha "Some shitty club popcorn, or getting all your holes filled, hmmm... yeah, I can see why you'd want the second thing more.">>\
<<nm $player "Oh, me getting fucked aside, how was the club for you?">>\
<<nm $tasha "It was good, though you were the real star of my night. I think you already knew that.">>\
''You both talk about your club experience for a little while longer, ?tasha makes a few more jokes about you getting pounded, and you both have a good time.''
<<nm $tasha "We need to go back there again sometime...">>\
<<nm $player "I can hardly wait for it! Well, I need to get back to work, so see you later.">>\
<<nm $tasha "See you!">>\
''?tasha gives you a flirty wink as you leave.''
<<case 24>> /* Weird Dreams */\
''?tasha seems distracted as you approach, her hand thoughtlessly rubbing herself under her skirt.''
<<nm $player "?tasha?">>\
<<nm $tasha "O-oh! H-hey, ?mc, I didn't hear you come in...">>\
''You sit across from her as she tries to slide her hand out from under her skirt without you noticing. She leans back in her chair, rubbing her tired eyes.''
<<nm $player "You okay?">>\
<<nm $tasha "Yeah, no, I'm fine, just not sleeping well I guess. I've been having the weirdest dreams.">>\
<<nm $player "Yeah, I know something about weird dreams...">>\
''?tasha leans forward, lacing her finger resting her chin on them.''
<<nm $tasha "Say, ?mc... You like me, right?">>\
''You nearly fall out of your chair.''
<<nm $player "I'd say that's an understatement... What's going on?">>\
''She takes a deep breath.''
<<nm $tasha "I just... I don't know... I know you like \"me\", but like, what about \"all\" of me?">>\
<<nm $player "I'm still not really sure what we're talking about here. We've been, well, super intimate with each other and I clearly like everything about you.">>\
<<nm $tasha "E-even, my downstairs big girl?">>\
''You give ?tasha a blank stare.''
<<nm $player "I'm... going to need you to never call it that again, but, yeah, even that. Do... you have a problem with it? I guess, I'm not really in a position to assume anything.">>\
<<nm $tasha "Y'know, when I had the opportunity to, um, look like this, instead of how I used to, I wasn't sure I wanted to give it up. I mean, it's awfully impressive! Tee-hee!">>\
''You both share a laugh as ?tasha rubs her chest and makes an prideful expression.''
<<nm $tasha "But, I dunno, I-I wonder...">>\
<<pic $tasha "kiss-player">>\
<<act $tasha "kiss,player">>\
''You stand up, lean over ?tasha's desk, and kiss her lovingly.''
<<nm $player "Look, I'm beyond happy with you, and I wouldn't change a thing. You, though? If you're not happy then you should change that, and if you are happy, then just keep being happy! God damnit!">>\
<<nm $tasha "Hahaha, h-hehe... ha, t-thanks, ?mc. That helps a lot. H-hey, um... I love you, like, a lot I think...">>\
''You kiss her on the head.''
<<nm $player "I love you, too, ?tasha.">>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<love $tasha>>
<<RemoveConvo $tasha 24>>\
<<SetFlag $tasha "HadDreamTalk">>\
<<run setDailyCD("TashaSayaDream",2)>>\
<<case 25>> /* New Gear */\
''You walk into ?tasha's office where she's more than happy to see you.''
<<nm $tasha "?mc!">>\
<<nm $player "Hey you! How are you doing?">>\
''She smiles brightly.''
<<nm $tasha "Tee-hee! I assume you mean... y'know...">>\
<<nm $player "...">>\
<<nm $tasha "...">>\
''There's an awkward pause.''
<<nm $tasha "My new vagina!?">>\
<<nm $player "RIGHT! Right, of course... Yeah, how's that been?">>\
''?tasha rolls her eyes.''
<<nm $tasha "I'm still getting used to it, for sure, but, it feels, I don't know... right.">>\
<<nm $player "Well that's great to hear! You, ah... wanna try it out again here?">>\
''She gives you a playful push on the shoulder.''
<<nm $tasha "Oh get outta here, you!">>\
<<case 26>> /* Love Being the Office Bunny! */\
<<nm $tasha "?mc!">>\
<<nm $player "?tasha!">>\
''?tasha smiles brightly, bouncing a little in her chair, causing her large breasts to jiggle in her bunny girl outfit. Her ears twitch and fold as she calms down and leans forward.''
<<nm $tasha "So, what can ?tasha do for ya'? I'm available for, tee-hee, anything!">>\
''She licks her lips sensually.''
<<nm $player "Oh, I just wanted to drop by and see how things were going with the whole, uh...">>\
''You point at her ears.''
<<nm $tasha "Hm? Oh! Tee-hee, yeah, this is awesome! The ears and tail are so CUTE! Plus, they give me the perfect excuse to dress up!">>\
<<nm $player "Ah. Anyone giving you trouble for it?">>\
<<nm $tasha "Fuck 'em!">>\
''Your eyes go wide as you fail to suppress laughter.''
<<nm $player "That's a great way to look at things!">>\
<<nm $tasha "Tee-hee, I know, right!? I just fuck them, or let them fuck me, and then everyone's happy!">>\
<<nm $player "...Oh.">>\
''You and $tasha.name talk for a bit before going your separate ways.''
<<case 27>> /* Strange Noise */\
<<nm $player "Hey ?tasha!">>\
<<nm $tasha "Oh! H-hey ?mc, sorry, I was lost in thought...">>\
''You pull up a seat across from her.''
<<nm $player "Everything okay?">>\
''Her attention seems to be drawn to the ceiling. You look, but don't see anything unusual.''
<<nm $tasha "I keep... hearing this weird noise... Like there's something moving around up there...">>\
<<nm $player "That's creepy.">>\
''She snaps her eyes back on you.''
<<nm $tasha "Mhm and not just that though! Sometimes when I'm sitting in here, and it's really quiet, it feels like I'm being watched!">>\
<<nm $player "I mean, in this place? You probably are...">>\
''?tasha rolls her eyes.''
<<nm $tasha "Obviously, but I mean like with actual eyes, you know? Like there's a difference between having a hidden camera in your office-">>\
''She looks past you for a moment, then flips off a wall mounted lamp near the door.''
<<nm $tasha "-versus someone actually like, sitting in the closet and watching you, you know?">>\
<<nm $player "And you feel like there's actually someone here.">>\
''She nods. The two of you sit in silence for a few moments, just watching the ceiling, listening for any unusual sounds. After a little while, you both decide to get back to work.''
<<nm $player "Well keep me posted?">>\
<<nm $tasha "Yeah... Yeah! Yeah, I will, definitely!">>\
<<default>>\
''You and $tasha.name talk for a bit before going your separate ways.''
<</switch>>\
<<unset $ConversationID>>\
<<btnLink "Continue - <<t1>>" "Work" "passTime()">>\<<widget "greet-John">>
<<if not $john.hasGreeted>>
<<set $john.hasGreeted to true>>
<<if gender("female","trans") and bSize($L) and dressed("slutty")>>
<<if flag($player,"preferredOutfit-john")>>
<<nm "john-mean" "Damn, sexy! Every time I see you I get rock hard, hahaha! Don't suppose you wanna help me with that, 'uh?">>
<<nm "john-nice" "Oh man, $player.name! Y'gotta stop lookin' that way around here, y'know? Gettin' me all worked up down there, haha!">>
<<nm "john-girl" "Mmmmm, y'know I just can't get enough of seeing those big ol' tiddies of yours bouncin' around in those sexy outfits... Wanna have some fun? Tee-hee!">>
<br><<love $john 1>><br>
<<else>>
<<SetFlag $player "preferredOutfit-john" true>>
<<nm "john-mean" "Oh SHIT! Damn babe, the tits, the clothes... You got me all kinds o' worked up now! Wanna come over an' help me with that? Hahahaha!">>
<<nm "john-nice" "Woah! When'd you start look so damn hot, $player.name? Maaaaan, gonna be hard to stay focused now!">>
<<nm "john-girl" "Mmmmm, y'know I just can't get enough of seeing those big ol' tiddies of yours bouncin' around in those sexy outfits... Wanna have some fun? Tee-hee!">>
<br><<love $john 1>><br>
<</if>>
<<else>>
<<SetFlag $player "preferredOutfit-john" false>>
<<if gender("female","trans") and recallGender($john,"male")>>
<<set rGender($john)>>
<<nm "john-mean" "Hunh, weird seein' you lookin' all girly... Still got your cock under there?">>
<<nm "john-nice" "Man, still getting used to you bein' a girl an' all, $player.name... Not a complaint or nothin', just sayin'.">>
<<nm "john-girl" "Hehe, y'know I really like this new you, sexy!">>
<br><<love $john 1>><br>
<<elseif breastsAreBigger($john)>>
<<set rBreasts($john)>>
<<if gender("male")>>
<<nm "john-mean" "Hahahaha! What the fuck, $player.name, are those tits growing on your chest!? HAHAHAHA!">>
<<nm "john-nice" "What the fuck? $player.name, are those... Are you growing tits!?">>
<<nm "john-girl" "Mmm, $player.name, are you trying to grow big titties like I have? I dunno...">>
<br><<love $john -1>><br>
<<else>>
<<nm "john-mean" "Hey hey! Nice tits, babe! This guy definitely approves!">>
<<nm "john-nice" "Oh wow! Your, um... Ha, you're rack looks great!">>
<<nm "john-girl" "Ohhhh wow, $player.name! Are your titties getting bigger? I love 'em!">>
<br><<love $john 1>><br>
<</if>>
<<elseif breastsAreSmaller($john)>>
<<set rBreasts($john)>>
<<if gender("male")>>
<<if hasBreasts()>>
<<nm "john-mean" "Uh oh! Looks like those weirdo bitch tits o' yours are shrinkin'! Hahaha!">>
<<nm "john-nice" "Oh, your chest looks like it's getting, um, better? Still kinda' weird...">>
<<nm "john-girl" "$player.name, are your titties shrinking? Hmm...">>
<br><<love $john -1>><br>
<<else>>
<<nm "john-mean" "Finally stopped tryin' to grow tits, 'uh? Haha, oh man, you're a fuckin' weirdo dude!">>
<<nm "john-nice" "Oh hey, looks like your, uh, chest is back to normal, dude!">>
<<nm "john-girl" "Mmmm, oh good, you've got a MAN'S chest again! Wanna let me touch it? Tee-hee!">>
<br><<love $john 1>><br>
<</if>>
<<else>>
<<nm "john-mean" "Aw, what? Your tits're gettin' smaller! Pfft, whadda fuckin' waste...">>
<<nm "john-nice" "Hey, your rack is shrinkin', huh? Hm, that's too bad.">>
<<nm "john-girl" "Oh no! Your titties are shrinking!">>
<br><<love $john -1>><br>
<</if>>
<<elseif not dressed("slutty") and recallOutfit($john,"slutty")>>
<<set rOutfit($john)>>
<<if gender("sissy")>>
<<nm "john-mean" "Aw, no more slutty outfits? Now what good are you as a sissy slut, 'uh?">>
<<nm "john-nice" "Back to normal clothes, 'eh? Gotta say, missed the old getup.">>
<<nm "john-girl" "Awww, wearing boring clothes again? But you were so cute!">>
<br><<love $john -1>><br>
<<elseif gender("male")>>
<<if not dressed("girly")>>
<<nm "john-mean" "Not dressin' like a weirdo anymore, 'uh? Man, whadda freak, haha!">>
<<nm "john-nice" "Haha, man, gotta say it's nice to see you not wearin' those weird outfits anymore.">>
<<nm "john-girl" "Dressing like a man again, huh? That's much better!">>
<br><<love $john 1>><br>
<<else>>
<<nm "john-mean" "Not dressin' like a weirdo anymore, 'uh? Still dressin' like a bitch, though, haha!">>
<<nm "john-nice" "Haha, man, gotta say it's nice to see you not wearin' those weird outfits anymore. Still dressin' up like a girl, though, huh?">>
<<nm "john-girl" "Back to wearing regular old girl clothes, huh? Hehe, I can get into that!">>
<</if>>
<<else>>
<<nm "john-mean" "The fuck, babe? Why'd y'lose that sexy outfit? Ah well, I can still find time to fuck ya', hahaha!">>
<<nm "john-nice" "Hm, not wearin' those hot outfits no more? That's too bad...">>
<<nm "john-girl" "Aw, sweetie! You used to look so HOT! You should go back to your old style!">>
<br><<love $john -1>><br>
<</if>>
<<elseif dressed("slutty") and not recallOutfit($john,"slutty")>>
<<set rOutfit($john)>>
<<if gender("sissy")>>
<<nm "john-mean" "'Ey, look't you! I ain't normally into 'lil boys but I'd make an exception for you!">>
<<nm "john-nice" "Oh wow, look't you! I'm not normally into dudes, but, damn $player.name!">>
<<nm "john-girl" "Mmmm, look at you all dressed up for a fuckin'! Y'know, I've got some fun toys around here if you're into that sorta thing!">>
<br><<love $john 1>><br>
<<elseif gender("male")>>
<<nm "john-mean" "Holy shit, bro! What the fuck are you wearing!? HAHAHA!">>
<<nm "john-nice" "Fuckin' what? $player.name, that outfit... it's a little freaky, man!">>
<<nm "john-girl" "That's, um, hm... Don't you think those clothes would like better on, say, me?">>
<br><<love $john -1>><br>
<<else>>
<<nm "john-mean" "DAMN GIRL! That is one sexy li'l number you're wearin' today! Wanna come show me up close? Hahaha!">>
<<nm "john-nice" "Oh fuck! I, er... That's a real nice outfit, $player.name! I'm really, y'know, likin' it on you.">>
<<nm "john-girl" "Mmmm, I love that outfit on you $player.name! Just look at you! I'd ruin my panties if I were wearing any, tee-hee!">>
<br><<love $john 1>><br>
<</if>>
<<else>>
<<nm "john-mean" "'Sup <<if isMale()>>dipshit<<else>>babe<</if>>!">>
<<nm "john-nice" "Oh, 'sup $player.name.">>
<<nm "john-girl" "Tee-hee, heya sexy!">>
<</if>>
<</if>>
<<else>>
<<nm "john-mean" "'Sup <<if isMale()>>dipshit<<else>>babe<</if>>!">>
<<nm "john-nice" "Oh, 'sup $player.name.">>
<<nm "john-girl" "Tee-hee, heya sexy!">>
<</if>>
<</widget>><<widget "escortGetClient">>
/* Check for custom values */
<<if $args[0]>>
<<set _cGender to $args[0]>>
<<else>>
<<set _cGender to ["male","female","ts"].random()>>
<</if>>
<<if $args[1]>>
<<set _cPerson to $args[1]>>
<<else>>
<<set _cPerson to ["nice","mean","dom","shy"].random()>>
<</if>>
/* Initialize and Create New Client Object */
<<set $client to {}>>
<<run createClient(_cGender,_cPerson)>>
<<if setup.imgEscorting>>
<<set $client.img to setup.imgEscorting>>
<</if>>
<</widget>>
<<widget "escortSetClient">>
/* Use client gender to set pronouns and descriptors */
<<if $client.gender is "male">>
<<set
_man to "man",
_Man to "Man",
_guy to "guy",
_Guy to "Guy",
_he to "he",
_He to "He",
_his to "his",
_His to "His",
_him to "him",
_Him to "Him",
_hiss to "his",
_Hiss to "His",
_cock to "cock",
$client.portrait to "Client_male_dom",
$client.name to getName("male")
>>
<<elseif $client.gender is "ts">>
<<set
_man to "transwoman",
_Man to "Transwoman",
_guy to "chick",
_Guy to "Chick",
_he to "she",
_He to "She",
_his to "her",
_His to "Her",
_him to "her",
_Him to "Her",
_hiss to "hers",
_Hiss to "Hers",
_cock to "cock",
$client.name to getName("female")
>>
<<else>>
<<set
_man to "woman",
_Man to "Woman",
_guy to "chick",
_Guy to "Chick",
_he to "she",
_He to "She",
_his to "her",
_His to "Her",
_him to "her",
_Him to "Her",
_hiss to "hers",
_Hiss to "Hers",
_cock to "strapon",
$client.name to getName("female")
>>
<</if>>
/* Nice */
<<set $client.desc[0] to [
"_he sounded pretty nice",
"O-oh! Yes, um, please come in!",
"Yeah you too! Um, please come in!",
"Oh, right, yeah that's me! Please come inside...",
"U-um, you're... $player.name? Come on inside...",
"Um... Wait you're... $player.name? Right, uh, yeah, come on in.",
"Oh, you think so? Hm, thanks! Um, did you maybe want to get a little more comfortable?"
]>>
/* Mean */
<<set $client.desc[1] to [
"_he sounded a little rough",
"Yeah that's me. Let's take it to the bed already.",
"Right, sure. Get inside.",
"Mhm, let's get inside.",
"You're the... You're $player.name? Let's get inside.",
"Jesus fuck will you get inside already!",
"Sure, sure. You ready?"
]>>
/* Dom */
<<set $client.desc[2] to [
"_he sounded a bit intense",
"Mmm, very good. Let's take this inside, shall we?",
"Ah, you as well! Shall we?",
"Right, yes... Shall we?",
"Hmm... Yes, that's me. Let's maybe take this inside?",
"You seem... new. Let's move this inside, hm?",
"Yes, thank you. Ready to get started?"
]>>
/* Shy */
<<set $client.desc[3] to [
"_he sounded kind of anxious",
"O-oh my, hehe, y-yes thank you!",
"Y-yes, you u-um, look great!",
"Oh, h-hi! Um, maybe let's go i-inside?",
"U-um, yes, that's me! C-can we maybe, um, get inside?",
"O-oh, um, m-maybe we shouldn't stand out here...",
"Oh, t-thanks, hehe. Um, should we, um..."
]>>
<</widget>>
<<widget "escortDesc">>
<<set _d to $args[0]>>
<<switch $client.personality>>
<<case "nice">>
<<set _msg to $client.desc[0][_d]>>
<<case "mean">>
<<set _msg to $client.desc[1][_d]>>
<<case "dom">>
<<set _msg to $client.desc[2][_d]>>
<<case "shy">>
<<set _msg to $client.desc[3][_d]>>
<</switch>>
_msg
<</widget>>
<<widget "clientComment">>
<<switch $client.personality>>
<<case "nice">>
<<set _dlg to $args[0]>>
<<case "mean">>
<<set _dlg to $args[1]>>
<<case "dom">>
<<set _dlg to $args[2]>>
<<case "shy">>
<<set _dlg to $args[3]>>
<</switch>>
<<nm $client "_dlg">>
<</widget>>
<<widget "escortPayMod">>
<<switch skill($player,$client.wantedStart)>>
<<case "expert">>
<<set $client.basePay += 2>>
<<case "great">>
<<set $client.basePay += 1>>
<<case "good">>
<<set $client.basePay += 0>>
<<case "okay">>
<<set $client.basePay += 0>>
<<case "new">>
<<set $client.basePay -= 1>>
<</switch>>
<<switch skill($player,$client.wantedAction)>>
<<case "expert">>
<<set $client.basePay += 2>>
<<case "great">>
<<set $client.basePay += 1>>
<<case "good">>
<<set $client.basePay += 0>>
<<case "okay">>
<<set $client.basePay += 0>>
<<case "new">>
<<set $client.basePay -= 1>>
<</switch>>
<<switch skill($player,$client.wantedFinish)>>
<<case "expert">>
<<set $client.basePay += 2>>
<<case "great">>
<<set $client.basePay += 1>>
<<case "good">>
<<set $client.basePay += 0>>
<<case "okay">>
<<set $client.basePay += 0>>
<<case "new">>
<<set $client.basePay -= 1>>
<</switch>>
<<if $client.basePay < 1>>
<<set $client.basePay to 1>>
<</if>>
<<set $client.basePay to ($client.basePay * 5) + 100>>
<<if skill($player,"escorting",$EXPERT)>>
<<set $client.basePay to Math.floor($client.basePay *= 2) + 200>>
<<elseif skill($player,"escorting",$GREAT)>>
<<set $client.basePay to Math.floor($client.basePay *= 1.5) + 100>>
<<elseif skill($player,"escorting",$GOOD)>>
<<set $client.basePay to Math.floor($client.basePay *= 1.25) + 50>>
<<elseif skill($player,"escorting",$OKAY)>>
<<set $client.basePay to Math.floor($client.basePay *= 1) + 20>>
<<else>>
<<set $client.basePay to Math.floor($client.basePay *= 0.75) + 10>>
<</if>>
<</widget>><<nobr>>\
<<set _cDesc to ["polite","somewhat rude","intelligent","nervous"]>>
<<set _cGDesc to ["male","female","trans"]>>
<<set _cGVal to ["male","female","ts"]>>
<<set _cPVal to ["nice","mean","dom","shy"]>>
<<set _g1 to random(0,2), _p1 to random(0,3)>>
<<set _g2 to random(0,2), _p2 to random(0,3)>>
<<set _g3 to random(0,2), _p3 to random(0,3)>>
<</nobr>>\
<<if $c is "continue">>\
<<loc_Night>>\
<<if flag($diana,"Workplan")>>\
''You pull out your phone and see what options $diana.name's lined up for you.''
<<else>>\
''You pull out your phone and look for potential options.''
<</if>>\
<<else>>\
<<loc_Room>>\
<<if flag($diana,"Workplan")>>\
''You pull up your browser and see what options $diana.name's lined up for you.''
<<else>>\
''You pull up your browser and look for potential options.''
<</if>>\
<</if>>\
<<nm $player "Let's see...">>\
''There are only a few listings that catch your eye. Of course, there's always the option of just responding to one at random and see where the night takes you...''
@@.btnUI;<<button "Respond to a <<print _cDesc[_p1]>> sounding <<print _cGDesc[_g1]>> client's posting" "Escort-Scene">>
<<set _cG to _cGVal[_g1], _cP to _cPVal[_p1]>>
<<set $player.escortCounter -= 1>>
<<escortGetClient _cG _cP>>
<</button>>@@\
@@.btnUI;<<button "Respond to a <<print _cDesc[_p2]>> sounding <<print _cGDesc[_g2]>> client's posting" "Escort-Scene">>
<<set _cG to _cGVal[_g2], _cP to _cPVal[_p2]>>
<<set $player.escortCounter -= 1>>
<<escortGetClient _cG _cP>>
<</button>>@@\
@@.btnUI;<<button "Respond to a <<print _cDesc[_p3]>> sounding <<print _cGDesc[_g3]>> client's posting" "Escort-Scene">>
<<set _cG to _cGVal[_g3], _cP to _cPVal[_p3]>>
<<set $player.escortCounter -= 1>>
<<escortGetClient _cG _cP>>
<</button>>@@
@@.btnUI;<<button "Just pick a random posting" "Escort-Scene">>
<<set $player.escortCounter -= 1>>
<<escortGetClient>>
<</button>>@@
<<if $c is "continue">>\
<<btnLink "Change your mind and go home for the night" "Room" "setTime('night')">>
<<else>>\
<<btnLink "Change your mind" "Room">>
<</if>>\<<loc_Hotel>>\
<<escortSetClient>>\
<<set $player.escortCounter -= 1>>\
''You walk out to the arranged location to meet your client. You remember <<escortDesc 0>> over the phone<<if $client.gender is "ts">>, and made sure to identify herself as a transwoman to avoid any surprises<</if>>. Taking a deep breath, you force your best smile before knocking on the hotel room door. After a moment, the door opens. ''\
<<switch $client.personality>>\
<<case "nice">>\
''A relaxed looking _man stands in the doorway.''
<<case "mean">>\
''An angry looking _man stands in the doorway.''
<<case "dom">>\
''An intimidating looking _man stands in the doorway.''
<<case "shy">>\
''A nervous looking _man stands in the doorway.''
<</switch>>\
<<pic $client $client.pic>>\
<<clientComment
"Hm? Hello?"
"Yeah, what is it?"
"Yes, hello?"
"H-hello?"
>>\
<<if skill($player,"escorting",$EXPERT)>>\
<<nm $player "Hey you! Mmm, gonna invite me in?">>\
''You throw your arms around the _man at the door.''
<<nm $client "<<escortDesc 1>>">>\
<<elseif skill($player,"escorting",$GREAT)>>\
<<nm $player "Oh hey there! $client.name, right? It's great to meet you!">>\
''You lean in for a hug, pressing yourself up close.''
<<nm $client "<<escortDesc 2>>">>\
<<elseif skill($player,"escorting",$GOOD)>>\
<<nm $player "O-oh heya! You're, um, $client.name, right?">>\
''You reach at and shake the _man's hand.''
<<nm $client "<<escortDesc 3>>">>\
<<elseif skill($player,"escorting",$OKAY)>>\
<<nm $player "Hey, um, hello. I, um... Can I come in?">>\
''The _man in the doorway looks at you curiously.''
<<nm $client "<<escortDesc 4>>">>\
<<else>>\
<<nm $player "H-hi, are you, um, $client.name?">>\
''The _man in the doorway looks a little confused and mildly annoyed.''
<<nm $client "<<escortDesc 5>>">>\
<</if>>\
<<if flag($diana,"Workplan")>>\
''As you walk inside, closing the door behind you, you take a good look around the room. $diana.name took care of all the payments from clients through The Company, so you don't need to worry about any envelopes or giftbags.''
<<else>>\
''You walk inside, closing the door behind you. As you walk inside and take the room in, you make it a point to discreetly check the small envelope on the dresser with your name on it.''
<</if>>\
<<skillComment $player "escorting"
"Hey, this is a great room!"
"Wow, this is a pretty nice room."
"Um, this is a nice room."
"U-um... Nice room, hehe..."
"This is a, u-um, nice room."
>>\
<<nm $client "<<escortDesc 6>>">>\
<<if skill($player,"escorting",$EXPERT)>>\
<<nm $player "Way ahead of you baby!">>\
''You're already stripping out of your outfit, putting on a little show for your client before settling into the bed.''
<<elseif skill($player,"escorting",$GREAT)>>\
<<nm $player "Mmm, you read my mind!">>\
''You pull your client over to the bed and start undressing.''
<<else>>\
<<nm $player "O-oh, right!">>\
''You start pulling your clothing off, trying to make sure you're smiling as you do.''
<</if>>\
<<if $client.gender is "male">>\
<<pic $player "kiss-male">>\
<<else>>\
<<pic $player "kiss-female">>\
<</if>>\
''The two of you make out on the bed for some time before you pull back.''
<<switch $client.wantedStart>>\
<<case "suckCock.give">>\
<<clientComment
"Hey, why don't you get to work down here, huh?"
"Mmm, alright, time to get me nice an' lubed up, hehe!"
"Alright, time to put that mouth to work sweetie."
"H-hey, um, c-could you maybe, ahhhh..."
>>\
''Your client reaches down and starts lightly stroking _his cock, signalling for you to come down and greet it.''
<<prefComment $player "suckCock.give"
"Hehe, I was hoping you'd ask!"
"Mmmm, yeah I can take care of that for you. Just lay back..."
"Mmm, sure thing baby..."
"Oh! Sure, mmm..."
"Y-yeah, okay..."
>>\
''You lean in and take the _man's cock into your mouth.''
<<if $client.gender is "male">>\
<<pic $player "suck-male">>\
<<else>>\
<<pic $player "suck-ts">>\
<</if>>\
<<switch $client.personality>>\
<<case "nice">>\
<<skillComment $client "suckCock.give"
"O-ohhh fuck... That feels amazing!"
"O-oh wow, mmm, that's great!"
"Mmmm, that feels good..."
"A-ah, hehe, y-yeah that's good..."
"Ouch! H-hey, easy now..."
>>\
<<case "mean">>\
<<skillComment $client "suckCock.give"
"Oh wow! You really know how to suck a dick!"
"Hey, not bad. Not bad!"
"Hm, you're not half bad!"
"Hm, not the best hummer I've had, but don't stop!"
"Jeez, I can't believe I'm paying for this..."
>>\
<<case "dom">>\
<<skillComment $client "suckCock.give"
"O-oh my! Very good, mmm, don't stop!"
"Oohhh, you're quite talented!"
"Mmm, that's nice, you're not half bad..."
"Hm, definitely some room for improvement..."
"This is rather dissappointing..."
>>\
<<case "shy">>\
<<skillComment $client "suckCock.give"
"M-mmm... mmmma-ahhh!"
"T-that's... mmm... really good!"
"Wow, you're r-really good!"
"Hmm... mmmm... h-hehe, mmm..."
"Mmmm... O-ouch! S-sorry, um..."
>>\
<</switch>>\
''You pull your head up for a moment.''
<<case "suckCock.get">>\
<<clientComment
"Mmm, actually I think you could some attention..."
"I'm gonna have some fun, you'd better not pop early on me!"
"Mmm, time to test your endurance..."
"H-hey, um, actually I was wondering if I could try, um, y'know..."
>>\
''You notice _he's eyeing your <<StraponOrCock size>>.''
<<prefComment $player "suckCock.get"
"Oh hell yeah! Hehe, here you go!"
"Hehe, you got it babe. Eat up!"
"Yeah? Mmm, sure thing babe, here you go..."
"Oh! Sure, mmm..."
"You mean you want to...? O-oh, yeah, here..."
>>\
''Your client slides down and meets your hardening penis, running their tongue along it before finally pulling it into their mouth.''
<<if $client.gender is "male">>\
<<pic $player "sucked-by-male">>\
<<else>>\
<<pic $player "sucked-by-female">>\
<</if>>\
<<prefComment $player "suckCock.get"
"Oh fuuuuuck! Mmmm, you're amazing, that's so good!"
"Mmmm, yeah that's it! Oh that feels great!"
"Mmm, yeah, there you go... mmm..."
"Y-yeah, that feels good, hehe..."
"Y-yeah, that's, um, good, hehe..."
>>\
''After a little while of this, you run a finger along your client's cheek to get _his attention.''
<<case "eatPussy.give">>\
<<clientComment
"Hey, why don't you get to work down here, huh?"
"Mmm, alright, time to get me nice an' lubed up, hehe!"
"Alright, time to put that mouth to work sweetie."
"H-hey, um, c-could you maybe, ahhhh..."
>>\
''Your client reaches down and starts lightly rubbing _his pussy, signalling for you to come down and greet it.''
<<prefComment $player "eatPussy.give"
"Hehe, I was hoping you'd ask!"
"Mmmm, yeah I can take care of that for you. Just lay back..."
"Mmm, sure thing baby..."
"Oh! Sure, mmm..."
"Y-yeah, okay..."
>>\
''You lean in and start sliding your tongue along your client's wet slit.''
<<pic $player "eat-pussy">>\
<<switch $client.personality>>\
<<case "nice">>\
<<skillComment $client "eatPussy.give"
"O-ohhh fuck... That feels amazing!"
"O-oh wow, mmm, that's great!"
"Mmmm, that feels good..."
"A-ah, hehe, y-yeah that's good..."
"Ouch! H-hey, easy now..."
>>\
<<case "mean">>\
<<skillComment $client "eatPussy.give"
"Not bad slut! You really know how to eat a cunt!"
"Hey, not bad. Not bad!"
"Hm, you're not half bad!"
"Ugh, you need more practice... Just keep licking, slut!"
"Jeez, I can't believe I'm paying for this..."
>>\
<<case "dom">>\
<<skillComment $client "eatPussy.give"
"O-oh my! Very good, mmm, don't stop!"
"Oohhh, you're quite talented!"
"Mmm, that's nice, you're not half bad..."
"Hm, definitely some room for improvement..."
"This is rather dissappointing..."
>>\
<<case "shy">>\
<<skillComment $client "eatPussy.give"
"M-mmm... mmmma-ahhh!"
"T-that's... mmm... really good!"
"Wow, you're r-really good!"
"Hmm... mmmm... h-hehe, mmm..."
"Mmmm... O-ouch! S-sorry, um..."
>>\
<</switch>>\
''You pull your head up for a moment.''
<<case "eatPussy.get">>\
<<clientComment
"Mmm, actually I think you could some attention..."
"I'm gonna have some fun, you'd better not squirt in my face!"
"Mmm, time to test your endurance..."
"H-hey, um, actually I was wondering if I could try, um, y'know..."
>>\
''You notice _him looking down at your <<vDSize>> and licking _his lips.''
<<prefComment $player "eatPussy.get"
"Oh hell yeah! Hehe, here you go!"
"Hehe, you got it babe. Eat up!"
"Yeah? Mmm, sure thing babe, here you go..."
"Oh! Sure, mmm..."
"You mean you want to...? O-oh, yeah, here..."
>>\
<<if frontPlugged()>>\
''Your client slides down and meets your <<vSize>>, pulling out your <<accf>> and burying their face in your twat.''
<<else>>\
''Your client slides down and meets your <<vSize>>, running their tongue up and down your slit before really going to town on you.''
<</if>>\
<<if $client.gender is "male">>\
<<pic $player "eaten-by-male">>\
<<else>>\
<<pic $player "eaten-by-female">>\
<</if>>\
<<prefComment $player "eatPussy.get"
"Oh fuuuuuck! Mmmm, you're amazing, that's so good!"
"Mmmm, yeah that's it! Oh that feels great!"
"Mmm, yeah, there you go... mmm..."
"Y-yeah, that feels good, hehe..."
"Y-yeah, that's, um, good, hehe..."
>>\
''After a little while of this, you run a finger along your client's cheek to get _his attention.''
<<case "rimjob.give">>\
<<clientComment
"Hey, how do you feel about eating ass, hm?"
"Mmm, alright, now get down here and eat my ass, hehe!"
"Alright, time to put that mouth to work sweetie. This hole, here..."
"H-hey, um, c-could you maybe, ahhhh..."
>>\
''You notice your client drawing your attention to _his now spread open asshole.''
<<switch $client.personality>>\
<<case "nice" "dom">>\
<<prefComment $player "rimjob.give"
"Oh wow, I didn't think you'd be into that! Hehe, just lay back and enjoy!"
"Mmmm, yeah I can take care of that for you. Just lay back..."
"I don't have a lot of experience, but I don't mind, hehe!"
"Oh! Sure, mmm..."
"Y-yeah, okay..."
>>\
''You slide down and push your client's legs up, lowering your head to their asshole.''
<<Thought
"At least they keep clean..."
"Thank god _he keeps clean down here..."
>>\
<<case "mean">>\
<<nm $player "Huh? H-hold on a-">>\
''You're shoved down between the _man's legs as _he pulls _his cheeks apart.''
<<nm $client "Hehehe! Come on now, don't be shy!">>\
<<prefComment $player "rimjob.give"
"Mmm, sure thing baby! You just relax and enjoy..."
"Hehe, you got it babe!"
"O-okay, hehe, you just lay back now..."
"O-okay, sure... mmm..."
"..."
>>\
''You lower your head to the _man's asshole.''
<<Thought
"Oh god... it stinks!"
"When's the last time _he's washed down here?"
"Mmm, not as bad as I thought it would be down here..."
>>\
<<case "shy">>\
<<prefComment $player "rimjob.give"
"Ohhh, sure thing sweetie! Hehe, just lay back and enjoy!"
"Mmmm, yeah babe, you're gonna love this..."
"I don't have a lot of experience, but I don't mind, hehe!"
"Oh! Sure, mmm..."
"Y-yeah, okay..."
>>\
''You slide down and push your client's legs up, lowering your head to their asshole.''
<<Thought
"_He's so clean back here!"
"Oh my god, _his little asshole's so cute!"
>>\
<</switch>>\
<<if $client.gender is "male">>\
<<pic $player "rim-male">>\
<<elseif $client.gender is "ts">>\
<<pic $player "rim-ts">>\
<<else>>\
<<pic $player "rim-female">>\
<</if>>\
<<switch $client.personality>>\
<<case "nice">>\
<<skillComment $client "rimjob.give"
"O-ohhh fuck... That feels amazing!"
"O-oh wow, mmm, that's great!"
"Mmmm, that feels good..."
"A-ah, hehe, y-yeah that's good..."
"Ouch! H-hey, easy now..."
>>\
<<case "mean">>\
<<skillComment $client "rimjob.give"
"Not bad slut! You really know how to eat ass!"
"Hey, not bad. Not bad!"
"Hm, you're not half bad!"
"Ugh, you need more practice... Just keep licking, slut!"
"Jeez, I can't believe I'm paying for this..."
>>\
<<case "dom">>\
<<skillComment $client "rimjob.give"
"O-oh my! Very good, mmm, don't stop!"
"Oohhh, you're quite talented!"
"Mmm, that's nice, you're not half bad..."
"Hm, definitely some room for improvement..."
"This is rather dissappointing..."
>>\
<<case "shy">>\
<<skillComment $client "rimjob.give"
"M-mmm... mmmma-ahhh!"
"T-that's... mmm... really good!"
"Wow, you're r-really good!"
"Hmm... mmmm... h-hehe, mmm..."
"Mmmm... O-ouch! S-sorry, um..."
>>\
<</switch>>\
''You pull your head up for a moment.''
<<case "titfuck.give">>\
<<clientComment
"Hey, since you're so well equipped, how about a titfuck?"
"Mmm, alright, why don't you slide my hard cock up between those titties of yours!"
"Mmm, since you've got what it takes, why don't you work my cock between your breasts, hm?"
"H-hey, um, could you rub m-my, um... Rub me between you're, um..."
>>\
''Your client leans back, allowing their large cock to stand upright. You smile as you rub it gently with your hand.''
<<prefComment $player "titfuck.give"
"Hehe, I was hoping you'd ask!"
"Mmmm, yeah I can take care of that for you. Just lay back..."
"Mmm, sure thing baby..."
"Oh! Sure, mmm..."
"Y-yeah, okay..."
>>\
''You lube up the _man's cock with a quick sloppy blowjob before wrapping your <<bSize>> around it.''
<<pic $player "titfuck-give">>\
<<switch $client.personality>>\
<<case "nice">>\
<<skillComment $client "titfuck.give"
"O-ohhh fuck... That feels amazing!"
"O-oh wow, mmm, that's great!"
"Mmmm, that feels good..."
"A-ah, hehe, y-yeah that's good..."
"Ouch! H-hey, easy now..."
>>\
<<case "mean">>\
<<skillComment $client "titfuck.give"
"Oh wow! You really know how to work those titties!"
"Hey, not bad. Not bad!"
"Hm, you're not half bad!"
"Hm, not the best titfuck I've had, but don't stop!"
"Jeez, I can't believe I'm paying for this..."
>>\
<<case "dom">>\
<<skillComment $client "titfuck.give"
"O-oh my! Very good, mmm, don't stop!"
"Oohhh, you're quite talented!"
"Mmm, that's nice, you're not half bad..."
"Hm, definitely some room for improvement..."
"This is rather dissappointing..."
>>\
<<case "shy">>\
<<skillComment $client "titfuck.give"
"M-mmm... mmmma-ahhh!"
"T-that's... mmm... really good!"
"Wow, you're r-really good!"
"Hmm... mmmm... h-hehe, mmm..."
"Mmmm... O-ouch! S-sorry, um..."
>>\
<</switch>>\
''You slow your pace and look up at your client.''
<<default>>\
<<err "Invalid wantedStart: $client.wantedStart">>\
<</switch>>\
<<skillComment $player "escorting"
"Mmm, alright baby, what do you want to do with me?"
"Mmm, so, what'd you really want to happen tonight?"
"Hehe, so, is this really all you wanted?"
"S-so, was this really, um, all you wanted tonight?"
"U-um, is this good for you? Was there, um, more you wanted to try?"
>>\
<<switch $client.wantedAction>>\
<<case "analFuck.get">>\
<<set _hole to "ass">>\
<<if $client.gender is "female">>\
<<nm $client "Hold that thought...">>\
''You watch as _he slides off the bed and pulls something out of _his purse.''
<<Thought "A... strapon?">>\
''The _man quickly fastens the large strapon harness around _his waist, then turns around to face you excitedly.''
<<if isSissy()>>\
<<clientComment
"Hehe, what can I say? I just love fucking little sissies!"
"Heh, nothing I love more than fucking little sissy sluts like you!"
"Oh come on, this is clearly the sort of thing you live for, right?"
"Hehe, I h-hope you don't mind!"
>>\
<<else>>\
<<clientComment
"Hehe, I hope you don't that I brought this!"
"Heh, what, did you expect soft and sexy lesbian love making? C'mon, stick that ass out for me!"
"Now that I'm all warmed up, I wanted to see how well you took it up the ass!"
"A-actually, I was hoping I could try putting it in your, um, ass?"
>>\
<</if>>\
<<else>>\
<<switch $client.wantedStart>>\
<<case "suckCock.give" "rimjob.give">>\
''_He pulls away from your mouth and starts stroking _his hard cock.''
<<case "suckCock.get">>\
''_He lifts his mouth off your <<StraponOrCock size>> and starts stroking his own cock.''
<<case "titfuck.give">>\
''_He slides his wet cock out from between your large tits and starts stroking it.''
<</switch>>\
<<clientComment
"Well, I was hoping I could fill up that cute ass of your now!"
"I think it's about time I get to fuck that sweet ass of yours!"
"Now that I'm all warmed up, I wanted to see how well you took it up the ass!"
"A-actually, I was hoping I could try putting it in your, um, ass?"
>>\
<</if>>\
<<if analPlugged()>>\
''You turn around and bend over, sliding the <<accb>> out from its hole and giving your client a clear view of your <<aSize>>.''
<<else>>\
''You turn around and bend over, giving your client a clear view of your <<aSize>>.''
<</if>>\
<<prefComment $player "analFuck.get"
"God I thought you'd never ask! Come and get it!"
"Oh fuck yeah baby, come and take me!"
"Hehe, you got it babe!"
"Y-yeah, just try to be gentle, okay?"
"S-sure, um, just go slow, okay?"
>>\
<<if $client.gender is "male">>\
<<pic $player "ass-fucked-by-male">>\
<<elseif $client.gender is "female">>\
<<pic $player "ass-fucked-by-female">>\
<<else>>\
<<pic $player "ass-fucked-by-ts">>\
<</if>>\
<<if $client.gender is "female">>\
<<anal "your client's thick strapon">>
<<else>>\
<<anal "your client's thick cock">>
<</if>>\
<<nm $player "O-OH! Mmmm, haaaa!">>\
<<switch $client.personality>>\
<<case "nice">>\
<<CommentAss $client
"Wow, your asshole sure didn't have any trouble taking me in, huh?"
"Hunh, feels like your asshole's pretty experienced, huh?"
"Mmm, your ass feels great! Just enough give..."
"Oooh, wow you're tight! This is great!"
"Man, you're so tight! I might need some more lube..."
>>\
<<case "mean">>\
<<CommentAss $client
"Damn babe, your asshole must see a ton of action, right?"
"Ha, wow, you didn't have ANY trouble taking me in. Haha, you must be some slut!"
"Mmm, I knew you'd have a killer asshole!"
"Wow, didn't think someone like you'd still be this tight!"
"Jesus fucking... Feels like you're gonna pinch my <<if $client.gender is 'female'>>strapon in half<<else>>cock off<</if>>! Better take my time breaking you in..."
>>\
<<case "dom">>\
<<CommentAss $client
"You're quite pliable back here... I'll need to bring some insertables if I book you again..."
"Hm, you sure can take it!"
"Hm, your asshole feels quite nice, I have to admit!"
"My, aren't you the tight one..."
"Wow, looks like I'm gonna have to work harder to loosen you up back here!"
>>\
<<case "shy">>\
<<CommentAss $client
"O-oh wow, it didn't have any trouble going in, huh?"
"Hehe, your asshole just swallowed my up pretty easy, h-huh?"
"S-so good... this feels amazing!"
"It's so tight, wow! S-sorry, it just feels r-really good..."
"U-um, s-sorry, did I hurt you? Y-you're just so tight back here!"
>>\
<</switch>>\
''You continue getting fucked from behind like this for some time until your client suddenly starts picking up the pace...''
<<skillComment $client "analFuck.get"
"This feels too fucking good... I-I think I'm about to..."
"This feels incredible... I think I'm going to..."
"Alright... I think I'm gonna..."
"I-I think I'm finally about to..."
"Sorry it took so long... I'm about to..."
>>\
<<case "analFuck.give">>\
<<switch $client.wantedStart>>\
<<case "suckCock.give" "eatPussy.give" "rimjob.give">>\
''_He pulls away from your mouth and leans over the bed near you.''
<<case "suckCock.get">>\
''_He lifts his mouth off your <<StraponOrCock size>> and leans over the bed near you.''
<<case "titfuck.give">>\
''_He pulls _his cock out from between your <<bSize>> and leans over the bed near you.''
<</switch>>\
<<if $client.gender is "male">>\
<<clientComment
"Actually, I was kind of hoping you'd do me! Just, not too rough, okay?"
"Ha, you're fuckin' ME tonight, and you'd better not cum before I do!"
"Even I like to bottom sometimes. Well? Come over and show me what you can do."
"A-actually, um, I was wondering if I could try, maybe, getting f-fucked?"
>>\
<<else>>\
<<clientComment
"Mmm, bring that hard cock of yours over here and give my ass a good fucking!"
"I wanna feel that cock of yours in my ass tonight, and you'd better not fuckin' cum before I do!"
"I think I'd like to feel you in my ass tonight. Up to it?"
"A-actually, um, I was wondering if I could try, maybe, trying a-anal?"
>>\
<</if>>\
''You climb up behind the _man, slipping on a condom and lining your <<StraponOrCock>> up with _his asshole.''
<<prefComment $player "analFuck.give"
"There's nothing I'd love more than to fuck that sweet ass of yours!"
"Oh fuck yeah baby, get ready for me!"
"Hehe, you got it babe!"
"Y-yeah, I'll try to be careful..."
"S-sure, um, just bear with me, okay? I don't do this often..."
>>\
<<nm $player "O-OH! Mmmm, haaaa!">>\
<<if hasStrapon()>>\
<<nm $client "Ooohhh, that's a great toy you've got there...">>\
<<else>>\
<<CommentPenis $client
"HOLY SH... I-it's bigger than I... expected!"
"Ooof, mmm, w-wow that's really filling me up!"
"Mmm, your cock feels great! Just the right size..."
"Oooh, that fits in nicely!"
"Are you in already? Hm..."
>>\
<</if>>\
<<if $client.gender is "male">>\
<<pic $player "fuck-male">>\
<<elseif $client.gender is "female">>\
<<pic $action "player-assfuck-female-doggy">>\
<<else>>\
<<pic $player "fuck-ts">>\
<</if>>\
''You start picking up the pace, sliding your <<StraponOrCock size>> in and out of your client's asshole.''
<<Thought
"Man, this _guy's really tight!"
"Wow, it just slid right in!"
"Mmm, this hole feels great..."
>>\
<<switch $client.personality>>\
<<case "nice">>\
<<skillComment $client "analFuck.give"
"Ooooh wow... mmmm... You really know to work that <<pDSize>> of yours!"
"Mmmm, you really know how to fuck!"
"Haa... mmm... this feels great!"
"Mmm, mmmm... You could go a little harder if you want..."
"Mmmm, a-ah! Careful back there!"
>>\
<<case "mean">>\
<<skillComment $client "analFuck.give"
"Ooooh wow... mmmm... You're not... half bad!"
"Damn, you can really fuck..."
"Oooh, yeah, keep it up and don't you dare cum yet!"
"Jeez, are you even doing anything back there?"
"God, you really suck at this! Just keep going..."
>>\
<<case "dom">>\
<<skillComment $client "analFuck.give"
"W-wow! You're... really impressive..."
"Haa, haha, you definitely know what you're doing!"
"Mmm, not bad... keep it up..."
"Hmm, try to move your hips a bit more... there you go..."
"A-ah, um, hm... try to be a little more careful back there..."
>>\
<<case "shy">>\
<<skillComment $client "analFuck.give"
"T-this feels incredible... Wow! Don't stop... d-don't stop!"
"O-oh my g-god! This feels a-amazing!"
"Mmm... haaa... s-so good..."
"Mmm, m-mmm... haaa... ohhh..."
"O-ouch! U-um, try to be maybe a little m-more careful?"
>>\
<</switch>>\
''You continue fucking your client from behind like this for some time until _he starts to twitch and grind against your <<StraponOrCock size>>.''
<<skillComment $client "analFuck.give"
"This feels too fucking good... I-I think I'm about to..."
"This feels incredible... I think I'm going to..."
"Alright... I think I'm gonna..."
"I-I think I'm finally about to..."
"Sorry it took so long... I'm about to..."
>>\
<<case "pussyFuck.get">>\
<<set _hole to "pussy">>\
<<if $client.gender is "female">>\
<<nm $client "Hold that thought...">>\
''You watch as _he slides off the bed and pulls something out of _his purse.''
<<Thought "A... strapon?">>\
''The _man quickly fastens the large strapon harness around _his waist, then turns around to face you excitedly.''
<<clientComment
"Hehe, I hope you don't that I brought this!"
"Heh, what, did you expect soft and sexy lesbian love making? C'mon, stick that ass up for me so I can rail that little cunt of yours!"
"Now that I'm all warmed up, I wanted to see how well you took it from behind!"
"A-actually, I was hoping I could try um, doing you?"
>>\
<<else>>\
<<switch $client.wantedStart>>\
<<case "suckCock.give" "rimjob.give">>\
''_He pulls away from your mouth and starts stroking _his hard cock.''
<<case "suckCock.get">>\
''_He lifts his mouth off your <<StraponOrCock size>> and starts stroking his own cock.''
<<case "titfuck.give">>\
''_He slides his wet cock out from between your large tits and starts stroking it.''
<</switch>>\
<<clientComment
"Well, I was hoping I could fill up that cute pussy of your now!"
"I think it's about time I get to fuck that sweet pussy of yours!"
"Now that I'm all warmed up, I wanted to see how you felt from the inside!"
"A-actually, I was hoping I could try putting it in?"
>>\
<</if>>\
<<if skill($player,"escorting",$OKAY)>>\
''Smiling, you slide off the bed and pull a condom out of your bag, pulling it over your client's cock before giving the tip a little kiss. ''\
<</if>>\
<<if frontPlugged()>>\
''You turn around and bend over, sliding the <<accf>> out from your <<vSize>> and giving your client a clear view of your dripping twat.''
<<else>>\
''You turn around and bend over, giving your client a clear view of your <<vSize>>.''
<</if>>\
<<prefComment $player "pussyFuck.get"
"God I thought you'd never ask! Come and get it!"
"Oh fuck yeah baby, come and take me!"
"Hehe, you got it babe!"
"Y-yeah, just try to be gentle, okay?"
"S-sure, um, just go slow, okay?"
>>\
<<if $client.gender is "male">>\
<<pic $player "fucked-by-male">>\
<<elseif $client.gender is "female">>\
<<pic $player "fucked-by-female">>\
<<else>>\
<<pic $player "fucked-by-ts">>\
<</if>>\
<<if $client.gender is "female">>\
<<vaginal "your client's thick strapon">>
<<else>>\
<<vaginal "your client's thick cock">>
<</if>>\
<<nm $player "O-OH! Mmmm, haaaa!">>\
<<switch $client.personality>>\
<<case "nice">>\
<<CommentPussy $client
"Wow, you sure didn't have any trouble taking me in, huh?"
"Hunh, feels like you're pretty, um, experienced, huh?"
"Mmm, your pussy feels great! Just enough give..."
"Oooh, wow you're tight! This is great!"
"Man, you're so tight! I might need some more lube..."
>>\
<<case "mean">>\
<<CommentPussy $client
"Damn babe, your cunt must see a ton of action, right?"
"Ha, wow, you didn't have ANY trouble taking me in. Haha, you must be some slut!"
"Mmm, I knew you'd have a killer pussy!"
"Wow, didn't think someone like you'd still be this tight!"
"Jesus fucking... Feels like you're gonna pinch my <<if $client.gender is 'female'>>strapon in half<<else>>cock off<</if>>! Better take my time breaking you in..."
>>\
<<case "dom">>\
<<CommentPussy $client
"You're quite open back here... I'll need to bring some insertables if I book you again..."
"Hm, you sure can take it!"
"Hm, your pussy feels quite nice, I have to admit!"
"My, aren't you the tight one..."
"Wow, looks like I'm gonna have to work harder to loosen you up back here!"
>>\
<<case "shy">>\
<<CommentPussy $client
"O-oh wow, it didn't have any trouble going in, huh?"
"Hehe, you just swallowed my up pretty easy, h-huh?"
"S-so good... this feels amazing!"
"It's so tight, wow! S-sorry, it just feels r-really good..."
"U-um, s-sorry, did I hurt you? Y-you're just so tight back here!"
>>\
<</switch>>\
''You continue getting fucked from behind like this for some time until your client suddenly starts picking up the pace...''
<<skillComment $client "pussyFuck.get"
"This feels too fucking good... I-I think I'm about to..."
"This feels incredible... I think I'm going to..."
"Alright... I think I'm gonna..."
"I-I think I'm finally about to..."
"Sorry it took so long... I'm about to..."
>>\
<<case "pussyFuck.give">>\
<<switch $client.wantedStart>>\
<<case "suckCock.give" "eatPussy.give" "rimjob.give">>\
''_He pulls away from your mouth and leans over the bed near you.''
<<case "eatPussy.get">>\
''_He lifts his mouth off your <<vSize>> and leans over the bed near you.''
<</switch>>\
<<clientComment
"Mmm, bring that hard cock of yours over here and give my pussy a good fucking!"
"I wanna feel that cock of yours inside me tonight, and you'd better not fuckin' cum before I do!"
"I think I'd like to feel you in me tonight. Up to it?"
"A-actually, um, I was wondering if I could try, maybe, trying you inside me?"
>>\
''You climb up behind the _man, slipping on a condom and lining your <<StraponOrCock>> up with _his dripping pussy.''
<<prefComment $player "pussyFuck.give"
"There's nothing I'd love more than to fuck that warm pussy of yours!"
"Oh fuck yeah baby, get ready for me!"
"Hehe, you got it babe!"
"Y-yeah, I'll try to be careful..."
"S-sure, um, just bear with me, okay? I don't do this often..."
>>\
<<nm $player "O-OH! Mmmm, haaaa!">>\
<<if hasStrapon()>>\
<<nm $client "Ooohhh, that's a great toy you've got there...">>\
<<else>>\
<<CommentPenis $client
"HOLY SH... I-it's bigger than I... expected!"
"Ooof, mmm, w-wow that's really filling me up!"
"Mmm, your cock feels great! Just the right size..."
"Oooh, that fits in nicely!"
"Are you in already? Hm..."
>>\
<</if>>\
<<pic $player "fuck-female">>\
''You start picking up the pace, sliding your <<StraponOrCock size>> in and out of your client's dripping twat.''
<<Thought
"Man, this _guy's really tight!"
"Wow, it just slid right in!"
"Mmm, this hole feels great..."
>>\
<<switch $client.personality>>\
<<case "nice">>\
<<skillComment $client "pussyFuck.give"
"Ooooh wow... mmmm... You really know to work that <<pDSize>> of yours!"
"Mmmm, you really know how to fuck!"
"Haa... mmm... this feels great!"
"Mmm, mmmm... You could go a little harder if you want..."
"Mmmm, a-ah! Careful back there!"
>>\
<<case "mean">>\
<<skillComment $client "pussyFuck.give"
"Ooooh wow... mmmm... You're not... half bad!"
"Damn, you can really fuck..."
"Oooh, yeah, keep it up and don't you dare cum yet!"
"Jeez, are you even doing anything back there?"
"God, you really suck at this! Just keep going..."
>>\
<<case "dom">>\
<<skillComment $client "pussyFuck.give"
"W-wow! You're... really impressive..."
"Haa, haha, you definitely know what you're doing!"
"Mmm, not bad... keep it up..."
"Hmm, try to move your hips a bit more... there you go..."
"A-ah, um, hm... try to be a little more careful back there..."
>>\
<<case "shy">>\
<<skillComment $client "pussyFuck.give"
"T-this feels incredible... Wow! Don't stop... d-don't stop!"
"O-oh my g-god! This feels a-amazing!"
"Mmm... haaa... s-so good..."
"Mmm, m-mmm... haaa... ohhh..."
"O-ouch! U-um, try to be maybe a little m-more careful?"
>>\
<</switch>>\
''You continue fucking your client from behind like this for some time until _he starts to twitch and grind against your <<StraponOrCock size>>.''
<<skillComment $client "pussyFuck.give"
"This feels too fucking good... I-I think I'm about to..."
"This feels incredible... I think I'm going to..."
"Alright... I think I'm gonna..."
"I-I think I'm finally about to..."
"Sorry it took so long... I'm about to..."
>>\
<<case "suckCock.give">>\
<<switch $client.wantedStart>>\
<<case "suckCock.give">>\
''_He guides his cock back into your mouth.''
<<clientComment
"Mmm, keep going, okay?"
"You just get back to sucking me off for now..."
"Hey now, I don't remember telling you to stop..."
"C-could you keep going? You feel really good!"
>>\
<<case "rimjob.give">>\
''_He pulls away from your mouth and starts stroking _his hard cock over your face.''
<<clientComment
"I think I'd like you to finish me off with your mouth."
"Let's see just how good you are with your mouth babe!"
"I think I'd like to see how good your oral skills are now..."
"I-I was wondering if you could finish me with, um, your mouth, actually..."
>>\
<<case "suckCock.get">>\
''_He lifts his mouth off your <<StraponOrCock size>> and starts stroking his own cock.''
<<clientComment
"I think I'd like you to finish me off with your mouth."
"Let's see just how good you are with your mouth babe!"
"I think I'd like to see how good your oral skills are now..."
"I-I was wondering if you could finish me with, um, your mouth, actually..."
>>\
<<case "titfuck.give">>\
''_He slides his wet cock out from between your large tits and starts stroking it.''
<<clientComment
"I think I'd like you to finish me off with your mouth."
"Let's see just how good you are with your mouth babe!"
"I think I'd like to see how good your oral skills are now..."
"I-I was wondering if you could finish me with, um, your mouth, actually..."
>>\
<</switch>>\
<<prefComment $player "suckCock.give"
"Mmmm, hell yeah babe!"
"Hehe, I got no problem with that!"
"Heh, you got it baby..."
"Yeah..."
"O-okay..."
>>\
<<if $client.wantedStart is "suckCock.give">>\
''You take the _man's cock back into your mouth.''
<<else>>\
''You lean in and take the _man's cock into your mouth.''
<</if>>\
<<if $client.gender is "male">>\
<<pic $player "suck-male">>\
<<else>>\
<<pic $player "suck-ts">>\
<</if>>\
<<switch $client.personality>>\
<<case "nice">>\
<<skillComment $client "suckCock.give"
"Yeah, there we go! Mmm..."
"Damn you're good..."
"Mmmm, yeah..."
"M-mm, there, yeah..."
"T-try to ease up a bit... there you go..."
>>\
<<case "mean">>\
<<skillComment $client "suckCock.give"
"Fuck yeah! You're gonna have me cumming in no time with that mouth of yours!"
"Yeah baby, keep it up!"
"Mmm, yeah, just like that..."
"Eesh, I should book you again just to fuck your mouth for a couple hours straight until you get the hang of this..."
"Ugh, keep sucking slut! Let's just hurry and get this over with..."
>>\
<<case "dom">>\
<<skillComment $client "suckCock.give"
"Incredible! D-don't stop now!"
"Very good... Keep working it..."
"Yes, that's it... Keep sucking..."
"Keep at it, we're nearly there..."
"You know the worse you are at this, the longer I'm going to make you do it, right?"
>>\
<<case "shy">>\
<<skillComment $client "suckCock.give"
"O-oh man, your mouth feels a-amazing..."
"Y-you're so... so good..."
"T-this feels incredible... mmm..."
"T-that's good, hehe... mmm..."
"H-hey, maybe not so hard... k-keep going though..."
>>\
<</switch>>\
''You continue bobbing up and down on your client's thick cock until you start to feel _him quiver and twitch.''
<<skillComment $client "suckCock.give"
"This feels too fucking good... I-I think I'm about to..."
"This feels incredible... I think I'm going to..."
"Alright... I think I'm gonna..."
"I-I think I'm finally about to..."
"Sorry it took so long... I'm about to..."
>>\
<<case "suckCock.get">>\
<<switch $client.wantedStart>>\
<<case "suckCock.get">>\
''_He lifts his mouth off your <<StraponOrCock size>> for a moment, still stroking it idly.''
<<clientComment
"I think I'd like to finish you off just like this if you don't mind!"
"Heh, I totally get off on this. Let's keep going!"
"I think I'd like to see just how long you can hold out..."
"I-I was wondering if I could finish you with, um, my mouth, actually..."
>>\
<<default>>\
''_He slides down to meet your hard <<pDSize>>.''
<<clientComment
"I think I'd like to finish you off with my if you don't mind!"
"Heh, I totally get off on makin' pepole pop with my mouth!"
"I think I'd like to see just how long you can hold out..."
"I-I was wondering if I could finish you with, um, my mouth, actually..."
>>\
<</switch>>\
''_He quickly goes to work on your <<StraponOrCock size>>.''
<<prefComment $player "suckCock.get"
"Oh wow, you're really spoiling me tonight! Hehe, well you go right ahead!"
"Mmm, that's totally fine by me babe! I'll just lay back and enjoy..."
"Hehe, well if that's what you really want..."
"Really? Well, go ahead, heh."
"Y-you're sure? Well, okay..."
>>\
<<if $client.gender is "male">>\
<<pic $player "sucked-by-male">>\
<<else>>\
<<pic $player "sucked-by-female">>\
<</if>>\
''Your client bobs up and down on your <<StraponOrCock size>>, faster and faster until you start to feel your testicles well up and your penis begins to twitch and jerk.''
<<prefComment $player "suckCock.get"
"F-fuck! Y-you're too good at this! I'm gonna... I'm gonna cum!"
"O-oh god, you're really good! I think... I think I'm about to cum!"
"Mmmm, that's good... t-that's... o-oh!"
"T-there it is, mmm, I'm getting close... I think I'm gonna..."
"A-ah, yeah... gonna cum..."
>>\
<<case "eatPussy.give">>\
<<switch $client.wantedStart>>\
<<case "eatPussy.give">>\
''_He guides your face back down onto _his pussy.''
<<clientComment
"Mmm, keep going, okay?"
"You just get back to eating me out for now..."
"Hey now, I don't remember telling you to stop..."
"C-could you keep going? You feel really good!"
>>\
<<default>>\
''_He pulls away from you and starts rubbing _his dripping pussy in front of your face.''
<<clientComment
"I think I'd like you to finish me off with your mouth."
"Let's see just how good you are with your mouth babe!"
"I think I'd like to see how good your oral skills are now..."
"I-I was wondering if you could finish me with, um, your mouth, actually..."
>>\
<</switch>>\
<<prefComment $player "eatPussy.give"
"Mmmm, hell yeah babe!"
"Hehe, I got no problem with that!"
"Heh, you got it baby..."
"Yeah..."
"O-okay..."
>>\
<<if $client.wantedStart is "eatPussy.give">>\
''You go back to lapping away at your client's pussy.''
<<else>>\
''You lean in and bury your tongue in the _man's pussy.''
<</if>>\
<<pic $player "eat-pussy">>\
<<switch $client.personality>>\
<<case "nice">>\
<<skillComment $client "eatPussy.give"
"Yeah, there we go! Mmm..."
"Damn you're good..."
"Mmmm, yeah..."
"M-mm, there, yeah..."
"T-try to ease up a bit... there you go..."
>>\
<<case "mean">>\
<<skillComment $client "eatPussy.give"
"Fuck yeah! You're gonna have me cumming in no time with that mouth of yours!"
"Yeah baby, keep it up!"
"Mmm, yeah, just like that..."
"Eesh, I should book you again just to eat my cunt for a couple hours straight until you get the hang of this..."
"Ugh, keep licking slut! Let's just hurry and get this over with..."
>>\
<<case "dom">>\
<<skillComment $client "eatPussy.give"
"Incredible! D-don't stop now!"
"Very good... Keep working it..."
"Yes, that's it... Keep sucking..."
"Keep at it, we're nearly there..."
"You know the worse you are at this, the longer I'm going to make you do it, right?"
>>\
<<case "shy">>\
<<skillComment $client "eatPussy.give"
"O-oh man, your mouth feels a-amazing..."
"Y-you're so... so good..."
"T-this feels incredible... mmm..."
"T-that's good, hehe... mmm..."
"H-hey, maybe not so hard... k-keep going though..."
>>\
<</switch>>\
''You continue sliding your tongue up and down on your client's slit until you start to feel _him quivering and twitching.''
<<skillComment $client "eatPussy.give"
"This feels too fucking good... I-I think I'm about to..."
"This feels incredible... I think I'm going to..."
"Alright... I think I'm gonna..."
"I-I think I'm finally about to..."
"Sorry it took so long... I'm about to..."
>>\
<<case "eatPussy.get">>\
<<switch $client.wantedStart>>\
<<case "suckCock.get">>\
''_He lifts his mouth off your glistening pussy for a moment, still rubbing it idly.''
<<clientComment
"I think I'd like to finish you off just like this if you don't mind!"
"Heh, I totally get off on this. Let's keep going!"
"I think I'd like to see just how long you can hold out..."
"I-I was wondering if I could finish you with, um, my mouth, actually..."
>>\
<<default>>\
''_He slides down to meet your wet <<vDSize>>.''
<<clientComment
"I think I'd like to finish you off with my if you don't mind!"
"Heh, I totally get off on makin' chicks squirt with my mouth!"
"I think I'd like to see just how long you can hold out..."
"I-I was wondering if I could finish you with, um, my mouth, actually..."
>>\
<</switch>>\
''_He quickly goes to work on your moistening slit.''
<<prefComment $player "eatPussy.get"
"Oh wow, you're really spoiling me tonight! Hehe, well you go right ahead!"
"Mmm, that's totally fine by me babe! I'll just lay back and enjoy..."
"Hehe, well if that's what you really want..."
"Really? Well, go ahead, heh."
"Y-you're sure? Well, okay..."
>>\
<<if $client.gender is "male">>\
<<pic $player "eaten-by-male">>\
<<else>>\
<<pic $player "eaten-by-female">>\
<</if>>\
''Your client licks up and down your <<vSize>>, faster and faster until you start to feel a warmth building inside you.''
<<prefComment $player "eatPussy.get"
"F-fuck! Y-you're too good at this! I'm gonna... I'm gonna cum!"
"O-oh god, you're really good! I think... I think I'm about to cum!"
"Mmmm, that's good... t-that's... o-oh!"
"T-there it is, mmm, I'm getting close... I think I'm gonna..."
"A-ah, yeah... gonna cum..."
>>\
<<case "titfuck.give">>\
<<switch $client.wantedStart>>\
<<case "titfuck.give">>\
''_He starts sliding his cock between your breasts, getting you to continue on your own.''
<<clientComment
"Mmm, keep going, okay?"
"You just rubbing my cock between those tits of yours for now..."
"Hey now, I don't remember telling you to stop..."
"C-could you keep going? You feel really good!"
>>\
<<case "rimjob.give" "suckCock.give">>\
''_He pulls away from your mouth and presses his wet cock between your breasts.''
<<clientComment
"I think I'd like you to finish me off with your tits."
"Let's see just how good you are with big ol' titties of yours!"
"I think I'd like to see how good you can work a cock between your tits now..."
"I-I was wondering if you could finish me with, um, your b-breasts, actually..."
>>\
<</switch>>\
<<prefComment $player "titfuck.give"
"Mmmm, hell yeah babe!"
"Hehe, I got no problem with that!"
"Heh, you got it baby..."
"Yeah..."
"O-okay..."
>>\
''You bob the tip of _his cock as you start rubbing the length of _his shaft with your soft breasts.''
<<pic $player "titfuck-give">>\
<<switch $client.personality>>\
<<case "nice">>\
<<skillComment $client "titfuck.give"
"Yeah, there we go! Mmm..."
"Damn you're good..."
"Mmmm, yeah..."
"M-mm, there, yeah..."
"T-try to ease up a bit... there you go..."
>>\
<<case "mean">>\
<<skillComment $client "titfuck.give"
"Fuck yeah! You're gonna have me cumming in no time with those tits!"
"Yeah baby, keep it up!"
"Mmm, yeah, just like that..."
"Eesh, I should book you again just to put your tits to work for a couple hours straight until you get the hang of this..."
"Ugh, keep going slut! Let's just hurry and get this over with..."
>>\
<<case "dom">>\
<<skillComment $client "titfuck.give"
"Incredible! D-don't stop now!"
"Very good... Keep working it..."
"Yes, that's it... Keep rubbing..."
"Keep at it, we're nearly there..."
"You know the worse you are at this, the longer I'm going to make you do it, right?"
>>\
<<case "shy">>\
<<skillComment $client "titfuck.give"
"O-oh man, your boobs feels a-amazing..."
"Y-you're so... so good..."
"T-this feels incredible... mmm..."
"T-that's good, hehe... mmm..."
"H-hey, maybe not so hard... k-keep going though..."
>>\
<</switch>>\
''You continue sliding your client's cock between your breasts until you start to feel _him quivering and twitching.''
<<skillComment $client "titfuck.give"
"This feels too fucking good... I-I think I'm about to..."
"This feels incredible... I think I'm going to..."
"Alright... I think I'm gonna..."
"I-I think I'm finally about to..."
"Sorry it took so long... I'm about to..."
>>\
<<default>>\
<<err "Invalid wantedAction: $client.wantedAction">>\
<</switch>>\
<<switch $client.wantedFinish>>\
<<case "creampie.get">>\
<<if $client.wantedAction is "analFuck.get">>\
<<pic $player "creampie-anal">>\
''You moan and spasm as $client.name's hot load fills your <<aSize>>, the feeling of warm cum rushing through your bowels.''
<<clientComment
"Haaa... haa... oh man... that was great..."
"Heh, you like the way I feel inside you? Haha, man, you really are some slut."
"Ahhh, mmm, there we go... mmm..."
"A-ah, ahhh... t-that was great..."
>>\
<<prefComment $player "creampie.get"
"Hehe, fuuuuuck I love the way that feels... so good..."
"Oh man, your cum feels amazing in my ass babe..."
"Heh, that feels nice..."
"Y-yeah, that was great..."
"Mmmm, hehe..."
>>\
<<else>>\
<<pic $player "creampie">>\
<<if skill($player,"escorting",$OKAY)>>\
''You feel the condom expanding inside you as it fills with $client.name's hot cum.''
<<elseif chance(25)>>\
''You feel the condom expanding inside you as it fills with $client.name's hot cum.''
<<Thought "Oh fuck, I need to remember to check for that next time!">>\
<<else>>\
''You feel $client.name's hot cum filling your pussy.''
<<if $player.isPregnant>>\
<<Thought "I really need to remember use condoms for this shit...">>\
<<else>>\
<<Thought "Oh shit! Fuck I can't believe I forgot to slip a condom on _him!">>\
<<preg $player "One of your clients">>
<</if>>\
<</if>>\
<<clientComment
"Haaa... haa... oh man... that was great..."
"Heh, you like the way I feel inside you? Haha, man, you really are some slut."
"Ahhh, mmm, there we go... mmm..."
"A-ah, ahhh... t-that was great..."
>>\
<<prefComment $player "creampie.get"
"Hehe, fuuuuuck I love the way that feels... so good..."
"Oh man, you felt amazing inside me babe..."
"Heh, that feels nice..."
"Y-yeah, that was great..."
"Mmmm, hehe..."
>>\
<</if>>\
''You lay next to your client, cuddling up against _him.''
<<case "creampie.give">>\
<<if $client.wantedAction is "analFuck.give">>\
<<if $client.gender is "female">>\
<<pic $client "creampie-female-anal">>\
<<else>>\
<<pic $client "creampie-male">>\
<</if>>\
''Your warm cum fills $client.name's asshole as the two of you climax together on the bed.''
<<else>>\
<<pic $client "creampie-female">>\
''Your warm cum fills $client.name's pussy as the two of you climax together on the bed.''
<</if>>\
<<clientComment
"Ooohhh... that feels great!"
"Ahhh, that's the stuff..."
"Mmm, not bad... not bad..."
"S-so good... that feels really good..."
>>\
''You lay next to your client, using your hand to finish _him off.''
<<horny 0>>
<<case "cumEat.get">>\
<<if $client.gender is "female">>\
<<pic $client "squirt">>\
''$client.name moans wildly as _he releases a torrent of thick squirt into your mouth.''
<<else>>\
<<if $client.wantedAction is "titfuck.give">>\
<<nm $client "S-swallow it!">>\
''Your head is pushed down onto the _man's twitching cock just in time to receive _his hot load.''
<</if>>\
<<pic $player "cum-in-mouth">>\
''$client.name holds your head firmly in place as _he releases rope after rope of thick cum into your mouth.''
<</if>>\
<<prefComment $player "cumEat.get"
"Mmmm...|Mmm, _his cum tastes amazing!"
"Mmmm...|_His cum tastes great!"
"Mmmm...|This isn't too bad..."
"M-mmm...|Ugh, so gross!"
"M-mm! <<cough>> <<cough>>;I think... I might throw up!"
>>\
<<switch $client.personality>>\
<<case "nice">>\
<<skillComment $client "cumEat.get"
"Wow, you managed to swallow it all like it was nothing!"
"Not bad, most people choke on that much!"
"Hehe, was that a bit too much?"
"Sorry, I should have warned you first."
"Oh, shit, are you okay? I'll get some water..."
>>\
<<case "mean">>\
<<skillComment $client "cumEat.get"
"Damn, you must really love to swallow!"
"Hey not bad, you actually swallowed the whole thing!"
"Haha, sorry babe, guess I shoulda' warned ya'!"
"Hahaha, couldn't quite take my load, huh?"
"Haha, oh man, it's actually kinda turning me on watching you choke on it!"
>>\
<<case "dom">>\
<<skillComment $client "cumEat.get"
"Wow, you didn't even struggle to swallow it all!"
"Hm, very impressive! Most people can't handle my loads."
"Aw, was that a bit too much?"
"Hm, looks like you could use a bit more... training."
"Hm, couldn't even handle that, huh? Dissappointing..."
>>\
<<case "shy">>\
<<skillComment $client "cumEat.get"
"O-oh wow! You're amazing!"
"H-hehe, wow, that was great!"
"O-oh no, I should have said something..."
"Amazing... O-oh, are you okay?"
"O-oh no, sorry, are you all right?"
>>\
<</switch>>\
''You lay next to your client, cuddling up against _him.''
<<case "cumEat.give">>\
<<if hasPussy()>>\
<<pic $player "squirt">>\
''You hold your client's head in place as thick juices gush from your quivering pussy down _his throat.''
<<else>>\
<<if $client.gender is "male">>\
<<pic $client "oral-creampie-male">>\
<<else>>\
<<pic $client "oral-creampie-female">>\
<</if>>\
''You hold your client's head in place as rope after rope of thick cum shoots down _his throat.''
<</if>>\
<<nm $player "H-holy fuck! Oooohhh!!">>\
<<nm $client "HNGHPH!! MPH!!!">>\
''You quickly remember to release _him, relieved to see a satisfied if not somewhat glassy expression on _his face.''
<<clientComment
"Not... Not bad, hehe. You taste great!"
"Damn... You can really cum, eh?"
"That was... better than expected. Well done."
"W-wow, so much... there was so much!"
>>\
''You lay next to your client, using your hand to finish _him off.''
<<horny 0>>
<<case "cumBody.get">>\
<<if $client.wantedAction is "analFuck.give" or $client.wantedAction is "pussyFuck.give">>\
<<if $client.gender is "female">>\
<<pic $client "squirt">>\
''As $client.name rams _his _cock into your _hole, you can feel your legs start to tremble as warm juices spray the backs of your thighs and calves.''
<<else>>\
<<pic $player "cum-on-back">>\
''$client.name pulls _his _cock out of your _hole and holds you in place as _he sprays _his load across your back.''
<</if>>\
<<prefComment $player "cumBody.get"
"Ooohhh fuuuuck! That feels great baby!"
"Mmmm, it's so nice and warm..."
"Mmm, that feels nice..."
"H-heh, wow, that's a lot!|Did _he really have to cum on my back?"
"Mmm, hmhmhm!|Ugh, it's so gross!"
>>\
<<else>>\
<<if $client.gender is "female">>\
<<pic $client "squirt">>\
''$client.name pulls your head away from _his twitching pussy just in time to unleash a wave of thick squirt across your face, finding its way into your mouth and nose and down the entire front of your body.''
<<else>>\
<<pic $player "cum-on-face">>\
''$client.name pulls _his _cock out of your mouth just in time for a huge load of thick cum to spray across your face.''
<</if>>\
<<prefComment $player "cumBody.get"
"Ooohhh fuuuuck! That feels great baby!"
"Mmmm, it's so nice and warm..."
"Mmm, that feels nice..."
"H-heh, wow, that's a lot!|Did _he really have to cum on my face?"
"Mmm, hmhmhm!|Ugh, it's so gross!"
>>\
<</if>>\
<<clientComment
"Ooohhhh, that was great! Hehe, you look so hot down there!"
"Mmm, haha, you look hella sexy covered in my cum, slut!"
"Mmm, not bad dear... not bad at all..."
"U-um, I'm sorry, let me go find a towel..."
>>\
''You lay next to your client, cuddling up against _him.''
<<case "cumBody.give">>\
<<if $client.wantedAction is "analFuck.give" or $client.wantedAction is "pussyFuck.give">>\
''You quickly pull your <<StraponOrCock size>> out of your client, spraying your load across their back.''
<<if $client.gender is "female">>\
<<pic $client "cum-on-back-female">>\
<<else>>\
<<pic $client "cum-on-back-male">>\
<</if>>\
<<else>>\
''You quickly pull your <<StraponOrCock size>> out of your client's mouth, spraying your load across their mouth and face.''
<<if $client.gender is "male">>\
<<pic $client "oral-creampie-male">>\
<<else>>\
<<pic $client "oral-creampie-female">>\
<</if>>\
<</if>>\
<<clientComment
"Mmmm, yeeeaaahhhh, that feels awesome!"
"Ahh, that's it, that's the spot!"
"Mmm, so warm... very nice..."
"O-oh, it's s-so warm..."
>>\
''You lay next to your client, using your hand to finish _him off.''
<<horny 0>>
<<default>>\
<<err "Invalid wantedFinish: $client.wantedFinish">>\
<</switch>>\
<<if skill($player,"escorting",$EXPERT)>>\
<<nm $client "Mmm, that was great...">>\
<<nm $player "Yeah it was baby, you were awesome... Well, it looks like it's just about that time. How about a quick shower before I go, huh?">>\
''You lean in to kiss the _man and pull _him over to the shower where you drop down to your knees and get _him off one last time before actually cleaning up. After getting dressed, you give $client.name a big hug goodbye and head for the door.''
<<pic $client $client.pic>>\
<<clientComment
"I had an absolutely amazing time. Thank you so much!"
"Gotta say, didn't think you'd be this much fun!"
"You provided an excellent experience, I had a great time."
"U-um, I had a really, really good time. T-thank you so much!"
>>\
<<elseif skill($player,"escorting",$GREAT)>>\
<<nm $client "Mmm, that was great...">>\
<<nm $player "Yeah it was baby, you were awesome... Well, it looks like it's just about that time. How about a quick shower before I go, huh?">>\
''You lean in to kiss the _man and pull _him over to the shower for a quick make out session before actually cleaning each of you off. After getting dressed, you give $client.name a big hug goodbye and head for the door.''
<<pic $client $client.pic>>\
<<clientComment
"I had a wonderful time. Thank you so much!"
"You're a pretty great lay, just might call you again some time!"
"You provided a great experience, I had a good time."
"U-um, I had a really good time. T-thank you so much!"
>>\
<<elseif skill($player,"escorting",$GOOD)>>\
<<nm $client "Mmm, that was nice...">>\
<<nm $player "Hehe, you were awesome... Hey, mind if I take a quick shower before I go?">>\
''_He motions over to the bathroom. You give _him a quick kiss before putting on a little show and hopping in the shower to rinse the sweat and cum off your body. After getting dressed, you give $client.name a big hug goodbye and head for the door.''
<<pic $client $client.pic>>\
<<clientComment
"I had a fun time. Thank you so much!"
"Yeah yeah, maybe I'll call ya' again some time!"
"You provided a decent experience, thank you."
"U-um, I had a nice time with you. T-thank you!"
>>\
<<elseif skill($player,"escorting",$OKAY)>>\
<<nm $client "Mmm...">>\
<<nm $player "Hehe, that was fun... Hey, mind if I take a quick shower before I go?">>\
''_He motions over to the bathroom. You hop out of bed and into the shower to rinse the sweat and cum off your body. After getting dressed, you give $client.name a big hug goodbye and head for the door.''
<<pic $client $client.pic>>\
<<clientComment
"Alright, well, thanks a ton! I had a good time."
"Right, I'll see ya' around, maybe."
"Well, it was nice meeting you."
"U-um, I had a nice time with you."
>>\
<<else>>\
<<nm $client "...">>\
<<nm $player "Well, that was fun, right? Um, I think it's about that time...">>\
''You roll out of bed and start fishing around for your clothes. After getting dressed, you give $client.name a big hug goodbye and head for the door.''
<<pic $client $client.pic>>\
<<clientComment
"Well it was nice meeting you!"
"Well, bye."
"Your service could use some improvement... Maybe you just need some personal training, hm?"
"U-um, thanks for meeting me tonight..."
>>\
<</if>>\
''You turn off the alley, walking a few blocks down the well-lit street before taking a minute to sit down on a sidewalk bench.''
<<escortPayMod>>\
<<trackAction $client.wantedStart>>\
<<trackAction $client.wantedAction>>\
<<trackAction $client.wantedFinish>>\
<<trackAction "escorting">>\
<<trackAction "escorting">>\
<<switch $client.gender>>\
<<case "male">>
<<trackAction "sex.Men">>\
<<case "female">>
<<trackAction "sex.Women">>\
<<case "ts">>
<<trackAction "sex.Trans">>\
<</switch>>\
<<if flag($diana,"Workplan")>>\
<<nm $player "I don't really know how well that went... guess I'll find out come pay day...">>\
<<set $PrMoney += $client.basePay>>\
<<else>>\
<<nm $player "Let's see, looks like I earned $$$client.basePay from $client.name...">>\
<<set $Money += $client.basePay>>\
<</if>>\
<<unset $client>>\
<<if flag($saya,"Dream5") and not flag($player,"EscortCoin")>>\
''As you start to stand up, you feel cold metal under your hand.''
<<nm $player "Hm? Somebody drop something?">>\
''Looking down, you find a large coin next to where you were sitting. There's a ram's head on one side. You pocket it and head home.''
<<nm $player "Hm, another one of ?saya's coins...">>\
@@.gain;You found a Ram Coin!@@
<<set $player.ram++>>\
<<SetFlag $player "EscortCoin">>\
<</if>>\
<<if $player.escortCounter > 0>>\
''Taking a deep breath, you realize you still have the energy to see another client. Of course, your own bed sounds pretty appealing right now as well.''
<<btnLink "Find another client" "Escort-GetClient" "$c to 'continue'">>\
<</if>>\
<<btnLink "Return home and go to bed" "Room-GotoBed">><<widget "bSize">>\
<<silently>>\
<<set _bSize to $player.breastTier>>
<<set _out to $bSize[_bSize]>>
<</silently>>\
@@.ef;_out@@\
<</widget>>
<<widget "pSize">>\
<<silently>>\
<<if $player.penisSize is 0 or not hasPenis()>>
<<set _out to "<<vSize>>">>
<<else>>
<<set _pSize to $player.penisTier>>
<<set _out to $pSize[_pSize]>>
<</if>>
<</silently>>\
@@.ef;_out@@\
<</widget>>
<<widget "pDSize">>\
<<silently>>\
<<if $args[0]>>
<<if $args[0].penisSize is 0 or not $args[0].hasPenis>>
<<set _out to "<<vDSize>>">>
<<else>>
<<set _pDSize to $args[0].penisTier>>
<<set _out to $pSize[_pDSize]>>
<</if>>
<<else>>
<<if $player.penisSize is 0 or not hasPenis()>>
<<set _out to "<<vDSize>>">>
<<else>>
<<set _pDSize to $player.penisTier>>
<<set _out to $pSize[_pDSize]>>
<</if>>
<</if>>
<</silently>>\
@@.ef;_out@@\
<</widget>>
<<widget "vSize">>\
<<silently>>\
<<if not hasPussy()>>
<<set _out to "<<aSize>>">>
<<else>>
<<set _vSize to $player.pussyTier>>
<<set _out to $vSize[_vSize]>>
<</if>>
<</silently>>\
@@.ef;_out@@\
<</widget>>
<<widget "vDSize">>\
<<silently>>\
<<if $args[0]>>
<<if not $args[0].hasPussy>>
<<set _out to "<<aDSize>>">>
<<else>>
<<set _vDSize to $args[0].pussyTier>>
<<set _out to $vSize[_vDSize]>>
<</if>>
<<else>>
<<if not hasPussy()>>
<<set _out to "<<aDSize>>">>
<<else>>
<<set _vDSize to $player.pussyTier>>
<<set _out to $vSize[_vDSize]>>
<</if>>
<</if>>
<</silently>>\
@@.ef;_out@@\
<</widget>>
<<widget "aSize">>\
<<silently>>\
<<if $args[0]>>
<<set _aSize to $args[0].assTier>>
<<else>>
<<set _aSize to $player.assTier>>
<</if>>
<<set _out to $aSize[_aSize]>>
<</silently>>\
@@.ef;_out@@\
<</widget>>
<<widget "aDSize">>\
<<silently>>\
<<if $args[0]>>
<<set _aDSize to $args[0].assTier>>
<<else>>
<<set _aDSize to $player.assTier>>
<</if>>
<<set _out to $aDSize[_aDSize]>>
<</silently>>\
@@.ef;_out@@\
<</widget>>
<<widget "PussyOrCock">>\
<<silently>>\
<<set _actor to $player>>
<<if $args[1]>>
_actor = $args[1]
<</if>>
<<if hasPussy()>>
<<if $args[0]>>
<<set _vSize to _actor.pussyTier>>
<<set _out to $vSize[_vSize]>>
<<else>>
<<set _out to "pussy">>
<</if>>
<<else>>
<<if $args[0]>>
<<set _pSize to _actor.penisTier>>
<<set _out to $pSize[_pSize]>>
<<else>>
<<set _out to "cock">>
<</if>>
<</if>>
<</silently>>\
@@.ef;_out@@\
<</widget>>
<<widget "AssOrPussy">>\
<<silently>>\
<<set _actor to $player>>
<<if $args[1]>>
_actor = $args[1]
<</if>>
<<if hasPussy()>>
<<if $args[0]>>
<<set _vSize to _actor.pussyTier>>
<<set _out to $vSize[_vSize]>>
<<else>>
<<set _out to "pussy">>
<</if>>
<<else>>
<<if $args[0]>>
<<set _aSize to _actor.assTier>>
<<set _out to $aSize[_aSize]>>
<<else>>
<<set _out to "ass">>
<</if>>
<</if>>
<</silently>>\
@@.ef;_out@@\
<</widget>><<if $ArtDemo>>
<<if $Version is "1">>
<<set
$serum[2].unlocked to false, $serum[2].qty to 0,
$serum[3].unlocked to false, $serum[3].qty to 0
>>
<</if>>
<</if>><<widget "btnLink">>
<<if $args[0]>>
<<if not isString($args[0])>>
@@.btnUI;<<button $args[0]>>
<<silently>>
<<if $args.length > 1>>
<<for _i = 1; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<<else>>
@@.btnUI;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnChoice">>
<<if $args[0]>>
<<if not isString($args[0])>>
@@.btnChoice;<<button $args[0]>>
<<silently>>
<<if $args.length > 1>>
<<for _i = 1; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<<else>>
@@.btnChoice;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnSub">>
<<if $args[0]>>
<<if $player.isSub>>
<<set $args[0] to "@@.sf;Submissive@@ - " + $args[0]>>
@@.btnChoiceSissy;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnSissy">>
<<if $args[0]>>
<<if isSissy()>>
<<set $args[0] to "@@.sf;Sissy@@ - " + $args[0]>>
@@.btnChoiceSissy;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnDom">>
<<if $args[0]>>
<<if $player.isDom>>
<<set $args[0] to "@@.df;Dominant@@ - " + $args[0]>>
@@.btnChoiceDom;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<<elseif (not isSissy() and not $player.isVerySub) and chance(15)>>\
<<set $args[0] to "@@.df;Opportunity!@@ - " + $args[0]>>
@@.btnChoiceDom;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnBimbo">>
<<if $args[0]>>
<<if isBimbo()>>
<<set $args[0] to "@@.xxx;Bimbo@@ - " + $args[0]>>
@@.btnChoiceSissy;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnTooHorny">>
<<if $args[0]>>
<<if $player.horny >= 90 or isBimbo()>>
<<set $args[0] to "@@.xxx;Too Aroused!@@ - " + $args[0]>>
@@.btnChoiceSissy;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<<else>>
@@.btnChoice;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnNotHorny">>
<<if $args[0]>>
<<if $player.horny < 90 and not isBimbo()>>
@@.btnChoice;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnTooSub">>
<<if $args[0]>>
<<if $player.isVerySub or isSissy()>>
<<set $args[0] to "@@.sf;Submissive@@ - " + $args[0]>>
@@.btnChoiceSissy;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<<else>>
@@.btnChoice;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnNotSub">>
<<if $args[0]>>
<<if not $player.isSub and not isSissy()>>
@@.btnChoice;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnTakeover">>
<<if $args[0]>>
<<set $args[0] to "@@.xxx;Takeover!@@ - " + $args[0]>>
@@.btnUI;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<<if $sex>>
<<set $sex.takeover to true>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</widget>>
<<widget "btnBar">>
<<if $args[0]>>
<<if not isString($args[0])>>
@@.btnUIScale;<<button $args[0]>>
<<silently>>
<<if $args.length > 1>>
<<for _i = 1; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<<else>>
@@.btnUIScale;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>>
<<widget "btnBack">>
<<if $args[0]>>
<<set _linkText to $args[0]>>
<<else>>
<<set _linkText to "Back">>
<</if>>
@@.btnUI;<<button "_linkText">>
<<script>>
Engine.backward();
<</script>>
<</button>>@@
<</widget>>
<<widget "btnReturn">>
<<if $args[0]>>
<<set _linkText to $args[0]>>
<<else>>
<<set _linkText to "Return">>
<</if>>
@@.btnUI;<<button "_linkText" `previous()`>><</button>>@@
<</widget>>
<<widget "btnDisable">>
<<if $args[0]>>
@@.btnDisable;<<button $args[0]>><</button>>@@
<</if>>
<</widget>><<widget "UpdateCharacters">>
<<if $args[0] is $julia>>
<<if $julia.isBimbo>>
<<set $julia.mood to "horny">>
<<else>>
<<set $julia.mood to "mean">>
<</if>>
<</if>>
<<if $args[0] is $tasha>>
<<UpdateTasha>>
<</if>>
<<if $args[0] is $penny>>
<<if not $penny.act.includes("analFuck.give")>>
<<if $penny.isDom or flag($penny,"SeeStrapon")>>
<<set $penny.act.push("analFuck.give")>>
<<set $penny.act.push("analPlay.give")>>
<<set $penny.act.push("suckCock.get")>>
<</if>>
<</if>>
<<if $penny.pName isnot $player.name>>
<<if $penny.pName isnot "<<Daddy>>">>
<<set $penny.pName to $player.name>>
<</if>>
<</if>>
<<else>>
<<if $args[0].pName>>
<<if $args[0].pName isnot $player.name>>
<<set $args[0].pName to $player.name>>
<</if>>
<</if>>
<</if>>
<<if $mom.isBlood>>
<<set $mom.name to "Mom">>
<<else>>
<<set $mom.name to $mom.realName>>
<</if>>
<<if $args[0].newNotes>>
<<set $NewNotes to true>>
<<else>>
<<set $args[0].newNotes to false>>
<</if>>
<<if $args[0].love < 0>>
<<set $args[0].love to 0>>
<</if>>
<<if $args[0].love > 100>>
<<set $args[0].love to 100>>
<</if>>
<<if $args[0].lust < 0>>
<<set $args[0].lust to 0>>
<</if>>
<<if $args[0].lust > 100>>
<<set $args[0].lust to 100>>
<</if>>
<<if $args[0].dom > 100>>
<<set $args[0].dom to 100>>
<</if>>
<<if $args[0].dom < 0>>
<<set $args[0].dom to 0>>
<</if>>
<<if $args[0].convoCD < 0>>
<<set $args[0].convoCD to 0>>
<</if>>
<</widget>>
<<widget "RememberOutfit">>
<<set $args[0].rOutfit to getPrimaryOutfit()>>
<</widget>>
<<widget "moodPlayer">>
<<if $args[0] is $player>>
<<if $player.isVerySubmissive and isBimbo()>>
- @@.sf;Submissive@@ @@.ef;Bimbo@@
<<elseif isBimbo()>>
- @@.ef;Bimbo@@
<<elseif $player.isVerySubmissive>>
- @@.sf;Submissive@@
<<else>>
<</if>>
<</if>>
<</widget>>
<<widget "lust">>
/* Assign actor to _actor */
<<set _actor to $args[0]>>
/* Define daily and max values if not defined */
<<if not _actor.lustToday>>
<<set _actor.lustToday to 0>>
<</if>>
<<set _actor.lustMax to $MaxDailyLust>>
/* Create a modifier to bypass milestones if John is Male and the selected actor */
<<if _actor is $john and $john.isMale>>
<<set _skipMilestone to true>>
<</if>>
<<if _actor is $kagney or _actor is $elsa>>
<<set _skipMilestone to true>>
<</if>>
<<if _actor is $veruca or _actor is $ash or _actor is $siri or _actor is $lexi>>
<<set _skipMilestone to true>>
<</if>>
/* If args2 is flagged as "or" (OverRide) or args1 is negative, use the args1 value instead of 1 */
<<if $args[2] is "or" or $args[1] < 0>>
<<set _c to $args[1]>>
<<else>>
<<set _c to $LustIncreaseRate>>
<</if>>
/* If _c (value of Change) is positive, increase the actor's Corruption */
<<if _c > 0 and _actor.lust >= 100>>
• @@.gain;_actor.name's corruption has reached its maximum level
<<set _actor.lust to 100>>
<<elseif _c > 0 and _actor.lustToday < _actor.lustMax>>
<<set _actor.lust += _c>>
<<set _actor.lustToday += _c>>
<<if not _actor.lustNext>>
<<set _actor.lustNext to 20>>
<</if>>
<<if _actor.lust >= _actor.lustNext and _actor.lustNext < 101 and not _skipMilestone>>
<<set _id to _actor.id>>
<<set _shop to setup[_id].shop>>
<<if _actor.lustNext is 20>>
<<set _item to setup[_id].lustUnlocks[0]>>
<<set _actor.lustNext to 40>>
<<elseif _actor.lustNext is 40>>
<<set _item to setup[_id].lustUnlocks[1]>>
<<set _actor.lustNext to 60>>
<<if _shop is "wolf">>
• @@.gain;You've found a Wolf Coin!@@<br>
<<set $player.wolf++>>
<<elseif _shop is "ram">>
• @@.gain;You've found a Ram Coin!@@<br>
<<set $player.ram++>>
<<elseif _shop is "hart">>
• @@.gain;You've found a Hart Coin!@@<br>
<<set $player.hart++>>
<</if>>
<<elseif _actor.lustNext is 60>>
<<set _item to setup[_id].lustUnlocks[2]>>
<<set _actor.lustNext to 80>>
<<elseif _actor.lustNext is 80>>
<<set _item to setup[_id].lustUnlocks[3]>>
<<set _actor.lustNext to 101>>
<</if>>
<<set $Coinshop[_shop].pushUnique(_item)>>
<<set $NewCoinItem to true>>
<<set $UnlockCoinShop to true>>
• @@.xxx;_actor.name's Corruption has meaningfully increased!!!@@
<<elseif _actor.lust >= _actor.lustNext and _actor.lustNext < 101 and _skipMilestone>>
<<set _id to _actor.id>>
<<set _shop to setup[_id].shop>>
<<if _actor.lustNext is 20>>
<<set _actor.lustNext to 40>>
<<elseif _actor.lustNext is 40>>
<<set _actor.lustNext to 60>>
<<if _shop is "wolf">>
• @@.xxx;You've found a Wolf Coin!@@<br>
<<set $player.wolf++>>
<<elseif _shop is "ram">>
• @@.xxx;You've found a Ram Coin!@@<br>
<<set $player.ram++>>
<<elseif _shop is "hart">>
• @@.xxx;You've found a Hart Coin!@@<br>
<<set $player.hart++>>
<</if>>
<<elseif _actor.lustNext is 60>>
<<set _actor.lustNext to 80>>
<<elseif _actor.lustNext is 80>>
<<set _actor.lustNext to 101>>
<</if>>
• @@.xxx;_actor.name's Corruption has meaningfully increased!!!@@
<<else>>
• @@.xxx;_actor.name's Corruption has increased!@@
<</if>>
<<elseif _actor.lustToday >= _actor.lustMax>>
• @@.data;_actor.name can no longer gain corruption today.@@
<<else>>
<<set $args[0].lust += _c>>
• @@.loss;The corruption in _actor.name subsides.@@
<</if>>
<</widget>>
<<widget "love">>
/* Assign actor to _actor */
<<set _actor to $args[0]>>
/* Define daily and max values if not defined */
<<if not _actor.loveToday>>
<<set _actor.loveToday to 0>>
<</if>>
<<set _actor.loveMax to $MaxDailyLove>>
/* Create a modifier to bypass milestones if John is Male and the selected actor */
<<if _actor is $john and $john.isMale>>
<<set _skipMilestone to true>>
<</if>>
<<if _actor is $kagney or _actor is $elsa>>
<<set _skipMilestone to true>>
<</if>>
/* If args2 is flagged as "or" (OverRide) or args1 is negative, use the args1 value instead of 1 */
<<if $args[2] is "or" or $args[1] < 0>>
<<set _c to $args[1]>>
<<else>>
<<set _c to $LoveIncreaseRate>>
<</if>>
/* If _c (value of Change) is positive, increase the actor's Affection */
<<if _c > 0 and _actor.love >= 100>>
• @@.gain;_actor.name's affection has reached its maximum level@@
<<set _actor.love to 100>>
<<elseif _c > 0 and _actor.loveToday < _actor.loveMax>>
<<set _actor.love += _c>>
<<set _actor.loveToday += _c>>
<<if not _actor.loveNext>>
<<set _actor.loveNext to 20>>
<</if>>
<<if _actor.love >= _actor.loveNext and _actor.loveNext < 101 and not _skipMilestone>>
<<set _id to _actor.id>>
<<set _shop to setup[_id].shop>>
<<if _actor.loveNext is 20>>
<<set _item to setup[_id].loveUnlocks[0]>>
<<set _actor.loveNext to 40>>
<<elseif _actor.loveNext is 40>>
<<set _item to setup[_id].loveUnlocks[1]>>
<<set _actor.loveNext to 60>>
<<if _shop is "wolf">>
• @@.gain;You've found a Wolf Coin!@@<br>
<<set $player.wolf++>>
<<elseif _shop is "ram">>
• @@.gain;You've found a Ram Coin!@@<br>
<<set $player.ram++>>
<<elseif _shop is "hart">>
• @@.gain;You've found a Hart Coin!@@<br>
<<set $player.hart++>>
<</if>>
<<elseif _actor.loveNext is 60>>
<<set _item to setup[_id].loveUnlocks[2]>>
<<set _actor.loveNext to 80>>
<<elseif _actor.loveNext is 80>>
<<set _item to setup[_id].loveUnlocks[3]>>
<<set _actor.loveNext to 101>>
<</if>>
<<set $Coinshop[_shop].pushUnique(_item)>>
<<set $NewCoinItem to true>>
<<set $UnlockCoinShop to true>>
• @@.gain;_actor.name's Affection has meaningfully increased!!!@@
<<elseif _actor.love >= _actor.loveNext and _actor.loveNext < 101 and _skipMilestone>>
<<set _id to _actor.id>>
<<set _shop to setup[_id].shop>>
<<if _actor.loveNext is 20>>
<<set _actor.loveNext to 40>>
<<elseif _actor.loveNext is 40>>
<<set _actor.loveNext to 60>>
<<if _shop is "wolf">>
• @@.gain;You've found a Wolf Coin!@@<br>
<<set $player.wolf++>>
<<elseif _shop is "ram">>
• @@.gain;You've found a Ram Coin!@@<br>
<<set $player.ram++>>
<<elseif _shop is "hart">>
• @@.gain;You've found a Hart Coin!@@<br>
<<set $player.hart++>>
<</if>>
<<elseif _actor.loveNext is 60>>
<<set _actor.loveNext to 80>>
<<elseif _actor.loveNext is 80>>
<<set _actor.loveNext to 101>>
<</if>>
• @@.gain;_actor.name's Affection has meaningfully increased!!!@@
<<else>>
• @@.gain;_actor.name's Affection has increased!@@
<</if>>
<<elseif _actor.loveToday >= _actor.loveMax>>
• @@.data;_actor.name can no longer gain affection today.@@
<<else>>
<<set _actor.love += _c>>
• @@.loss;_actor.name's Affection has declined.@@
<</if>>
<</widget>>
<<widget "GiveTashaPussy">>
/*
Calling this widget will change Tasha's anatomy to having a pussy instead of a cock, remove applicable events, and make any additional changes to the game to accommodate the change.
*/
<<set $tasha.hasPussy to true, $tasha.hasPenis to false>>
<<set $tasha.isTrans to false, $tasha.isFemale to true>>
/* Call the general update widget to keep persistent changes */
<<UpdateTasha>>
<</widget>>
<<widget "UpdateTasha">>
/*
This widget is meant to be called regularly, ensuring that certain gameplay states are always in effect if Tasha has had her anatomy changed
*/
<<if $tasha.isGone>>
<<set $tasha.isDating to false>>
<<set $DomJohnLock to true>>
<</if>>
<<if $tasha.hasPussy>>
/* Variable updates */
<<set $DomJohnLock to true>>
/* Event updates */
<<RemoveWorkEvent 12 50>>
/* Image updates */
<<if setup.imgTashaPussy>>
<<set $tasha.img to setup.imgTashaPussy>>
<<else>>
<<set $tasha.img to setup.imgTashaPussyDefault>>
<</if>>
<</if>>
<</widget>><<widget "UnderwearOrPants">>\
<<silently>>\
<<if isWearingUnderwear()>>
<<set _out to "<<underwear>>">>
<<else>>
<<set _out to "<<bottom>>">>
<</if>>
<</silently>>\
_out\
<</widget>>
<<widget "StraponOrCock">>\
<<silently>>\
<<if hasPenis()>>
<<if $args[0]>>
<<set _out to "<<pSize>>">>
<<else>>
<<set _out to "cock">>
<</if>>
<<else>>
<<set _out to "strapon">>
<</if>>
<</silently>>\
_out\
<</widget>>
<<widget "Outfit">>\
<<silently>>\
<<set _out to $Outfits[$player.outfit].name>>
<</silently>>\
_out\
<</widget>>
<<widget "Hat">>\
<<silently>>\
<<set _out to $Hats[$player.hat].name>>
<</silently>>\
_out\
<</widget>>
<<widget "Top">>\
<<silently>>\
<<set _out to $Outfits[$player.outfit].top>>
<</silently>>\
_out\
<</widget>>
<<widget "top">>\
<<silently>>\
<<set _out to $Outfits[$player.outfit].top.toLowerCase()>>
<</silently>>\
_out\
<</widget>>
<<widget "Bottom">>\
<<silently>>\
<<set _out to $Outfits[$player.outfit].bottom>>
<</silently>>\
_out\
<</widget>>
<<widget "bottom">>\
<<silently>>\
<<set _out to ($Outfits[$player.outfit].bottom).toLowerCase()>>
<</silently>>\
_out\
<</widget>>
<<widget "Underwear">>\
<<silently>>\
<<set _out to $Underwear[$player.underwear].name>>
<</silently>>\
_out\
<</widget>>
<<widget "underwear">>\
<<silently>>\
<<set _out to $Underwear[$player.underwear].name.toLowerCase()>>
<</silently>>\
_out\
<</widget>>
<<widget "Bra">>\
<<silently>>\
<<set _out to $Bra[$player.bra].name>>
<</silently>>\
_out\
<</widget>>
<<widget "bra">>\
<<silently>>\
<<set _out to $Bra[$player.bra].name.toLowerCase()>>
<</silently>>\
_out\
<</widget>>
<<widget "Socks">>\
<<silently>>\
<<set _out to $Outfits[$player.outfit].socks>>
<</silently>>\
_out\
<</widget>>
<<widget "socks">>\
<<silently>>\
<<set _out to $Outfits[$player.outfit].socks.toLowerCase()>>
<</silently>>\
_out\
<</widget>>
<<widget "Shoes">>\
<<silently>>\
<<set _out to $Outfits[$player.outfit].shoes>>
<</silently>>\
_out\
<</widget>>
<<widget "shoes">>\
<<silently>>\
<<set _out to $Outfits[$player.outfit].shoes.toLowerCase()>>
<</silently>>\
_out\
<</widget>>
<<widget "Accf">>\
<<silently>>\
<<set _out to $Accf[$player.accf].name>>
<</silently>>\
_out\
<</widget>>
<<widget "accf">>\
<<silently>>\
<<set _out to $Accf[$player.accf].name.toLowerCase()>>\
<</silently>>\
_out\
<</widget>>
<<widget "Accb">>\
<<silently>>\
<<set _out to $Accb[$player.accb].name>>\
<</silently>>\
_out\
<</widget>>
<<widget "accb">>\
<<silently>>\
<<set _out to $Accb[$player.accb].name.toLowerCase()>>\
<</silently>>\
_out\
<</widget>>
<<widget "AddOutfit">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Outfits[_o]>>
<<set _outfit to $Outfits[_o]>>
<<set $player.outfits.pushUnique(_outfit.id)>>
<<if $args[1]>><<set $player.outfit to _outfit.id>><</if>>
<</if>>
<</silently>>\
@@.gain;_outfit.name has been added to your inventory!@@
<</widget>>
<<widget "RemoveOutfit">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Outfits[_o]>>
<<set _outfit to $Outfits[_o]>>
<<set $player.outfits.delete(_outfit.id)>>
<<set $player.outfit to "none">>
<</if>>
<</silently>>\
@@.loss;_outfit.name has been removed from your inventory!@@
<</widget>>
<<widget "AddHat">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Hats[_o]>>
<<set _outfit to $Hats[_o]>>
<<set $player.hats.pushUnique(_outfit.id)>>
<<if $args[1]>><<set $player.hat to _outfit.id>><</if>>
<</if>>
<</silently>>\
@@.gain;_outfit.name has been added to your inventory!@@
<</widget>>
<<widget "RemoveHat">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Hats[_o]>>
<<set _outfit to $Hats[_o]>>
<<set $player.hats.delete(_outfit.id)>>
<<set $player.hat to "none">>
<</if>>
<</silently>>\
@@.loss;_outfit.name has been removed from your inventory!@@
<</widget>>
<<widget "AddUnderwear">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Underwear[_o]>>
<<set _outfit to $Underwear[_o]>>
<<set $player.underwears.pushUnique(_outfit.id)>>
<<if $args[1]>><<set $player.underwear to _outfit.id>><</if>>
<</if>>
<</silently>>\
@@.gain;_outfit.name has been added to your inventory!@@
<</widget>>
<<widget "RemoveUnderwear">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Underwear[_o]>>
<<set _outfit to $Underwear[_o]>>
<<set $player.underwears.delete(_outfit.id)>>
<<set $player.outfit to "none">>
<</if>>
<</silently>>\
@@.loss;_outfit.name has been removed from your inventory!@@
<</widget>>
<<widget "AddBra">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Bra[_o]>>
<<set _outfit to $Bra[_o]>>
<<set $player.bras.pushUnique(_outfit.id)>>
<<if $args[1]>><<set $player.bra to _outfit.id>><</if>>
<</if>>
<</silently>>\
@@.gain;_outfit.name has been added to your inventory!@@
<</widget>>
<<widget "RemoveBra">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Bra[_o]>>
<<set _outfit to $Bra[_o]>>
<<set $player.bras.delete(_outfit.id)>>
<<set $player.outfit to "none">>
<</if>>
<</silently>>\
@@.loss;_outfit.name has been removed from your inventory!@@
<</widget>>
<<widget "AddAccf">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Accf[_o]>>
<<set _outfit to $Accf[_o]>>
<<set $player.accfs.pushUnique(_outfit.id)>>
<<if $args[1]>><<set $player.accf to _outfit.id>><</if>>
<</if>>
<</silently>>\
@@.gain;_outfit.name has been added to your inventory!@@
<</widget>>
<<widget "RemoveAccf">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Accf[_o]>>
<<set _outfit to $Accf[_o]>>
<<set $player.accfs.delete(_outfit.id)>>
<<set $player.accf to "none">>
<</if>>
<</silently>>\
@@.loss;_outfit.name has been removed from your inventory!@@
<</widget>>
<<widget "AddAccb">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Accb[_o]>>
<<set _outfit to $Accb[_o]>>
<<set $player.accbs.pushUnique(_outfit.id)>>
<<if $args[1]>><<set $player.accb to _outfit.id>><</if>>
<</if>>
<</silently>>\
@@.gain;_outfit.name has been added to your inventory!@@
<</widget>>
<<widget "RemoveAccb">>\
<<silently>>\
<<unset _o, _outfit>>
<<set _o to $args[0]>>
<<if $Accb[_o]>>
<<set _outfit to $Accb[_o]>>
<<set $player.accbs.delete(_outfit.id)>>
<<set $player.accb to "none">>
<</if>>
<</silently>>\
@@.loss;_outfit.name has been removed from your inventory!@@
<</widget>>
<<widget "AddChastity">>\
@@.xxx;$args[0].name has put a $Accf["chastity"].name on your <<pSize>>.@@
<<set $player.accf to "chastity">>\
<<set $player.accfs.pushUnique("chastity")>>\
<<set $player.isChastityBy to $args[0].id>>\
<</widget>>
<<widget "RemoveChastity">>\
<<if $args[0]>>\
@@.xxx;$args[0].name has removed your <<accf>>.@@
<<else>>\
@@.data;Your <<accf>> has been removed.@@
<</if>>\
<<set $player.accf to "none">>\
<<set $player.isChastityBy to "">>\
<</widget>>
<<widget "AddAnalToy">>\
@@.xxx;$args[1].name slides your <<accb>> back into your <<aSize>>.@@
<</widget>>
<<widget "RemoveAnalToy">>\
<<if analPlugged()>>\
<<if $args[0]>>\
@@.xxx;$args[0].name pulls the <<accb>> out of your <<aSize>>.@@
<<else>>\
@@.xxx;You pull the <<accb>> out of your <<aSize>>.@@
<</if>>\
<</if>>\
<</widget>>
<<widget "AddFrontToy">>\
@@.xxx;$args[1].name slides your <<accf>> back into your <<vSize>>.@@
<</widget>>
<<widget "RemoveFrontToy">>\
<<if frontPlugged()>>\
<<if $args[0]>>\
@@.xxx;$args[0].name pulls the <<accf>> out of your <<vSize>>.@@
<<else>>\
@@.xxx;You pull the <<accf>> out of your <<vSize>>.@@
<</if>>\
<</if>>\
<</widget>><<widget "CommentPenis">>
<<if $args[0]>>
<<set _actor to $args[0], _msg to "">>
<<if pTier() is 5>>
<<if $args[1]>>
<<set _msg to $args[1]>>
<</if>>
<<elseif pTier() is 4>>
<<if $args[2]>>
<<set _msg to $args[2]>>
<<else>>
<<set _msg to $args[1]>>
<</if>>
<<elseif pTier() is 3>>
<<if $args[3]>>
<<set _msg to $args[3]>>
<<else>>
<<set _msg to $args[2]>>
<</if>>
<<elseif pTier() is 2>>
<<if $args[4]>>
<<set _msg to $args[4]>>
<<else>>
<<set _msg to $args[3]>>
<</if>>
<<elseif pTier() is 1>>
<<if $args[5]>>
<<set _msg to $args[5]>>
<<else>>
<<set _msg to $args[4]>>
<</if>>
<<else>>
<<set _msg to "Invalid PSize Comment">>
<</if>>
<<if _msg.contains("|")>>
<<set _mt to _msg.split("|")>>
<<nm _actor _mt[0] _mt[1]>>
<<else>>
<<nm _actor _msg>>
<</if>>
<</if>>
<</widget>>
<<widget "CommentPussy">>
<<if $args[0]>>
<<set _actor to $args[0], _msg to "">>
<<if vTier() is 5>>
<<if $args[1]>>
<<set _msg to $args[1]>>
<</if>>
<<elseif vTier() is 4>>
<<if $args[2]>>
<<set _msg to $args[2]>>
<<else>>
<<set _msg to $args[1]>>
<</if>>
<<elseif vTier() is 3>>
<<if $args[3]>>
<<set _msg to $args[3]>>
<<else>>
<<set _msg to $args[2]>>
<</if>>
<<elseif vTier() is 2>>
<<if $args[4]>>
<<set _msg to $args[4]>>
<<else>>
<<set _msg to $args[3]>>
<</if>>
<<elseif vTier() <= 1 and hasPussy()>>
<<if $args[5]>>
<<set _msg to $args[5]>>
<<else>>
<<set _msg to $args[4]>>
<</if>>
<<else>>
<<set _msg to "Invalid VSize Comment">>
<</if>>
<<if _msg.contains("|")>>
<<set _mt to _msg.split("|")>>
<<nm _actor _mt[0] _mt[1]>>
<<else>>
<<nm _actor _msg>>
<</if>>
<</if>>
<</widget>>
<<widget "CommentAss">>
<<if $args[0]>>
<<set _actor to $args[0], _msg to "">>
<<if $args[6]>>
<<set _portrait to $args[7]>>
<</if>>
<<if aTier() is 5>>
<<if $args[1]>>
<<set _msg to $args[1]>>
<</if>>
<<elseif aTier() is 4>>
<<if $args[2]>>
<<set _msg to $args[2]>>
<<else>>
<<set _msg to $args[1]>>
<</if>>
<<elseif aTier() is 3>>
<<if $args[3]>>
<<set _msg to $args[3]>>
<<else>>
<<set _msg to $args[2]>>
<</if>>
<<elseif aTier() is 2>>
<<if $args[4]>>
<<set _msg to $args[4]>>
<<else>>
<<set _msg to $args[3]>>
<</if>>
<<elseif aTier() <= 1>>
<<if $args[5]>>
<<set _msg to $args[5]>>
<<else>>
<<set _msg to $args[4]>>
<</if>>
<<else>>
<<set _msg to "Invalid ASize Comment">>
<</if>>
<<if _msg.contains("|")>>
<<set _mt to _msg.split("|")>>
<<nm _actor _mt[0] _mt[1]>>
<<else>>
<<if isString(_actor)>>
<<nmc _actor _msg>>
<<else>>
<<nm _actor _msg>>
<</if>>
<</if>>
<</if>>
<</widget>>
<<widget "CommentBreasts">>
<<if $args[0]>>
<<set _actor to $args[0], _msg to "">>
<<if bTier() is 5>>
<<if $args[1]>>
<<set _msg to $args[1]>>
<</if>>
<<elseif bTier() is 4>>
<<if $args[2]>>
<<set _msg to $args[2]>>
<<else>>
<<set _msg to $args[1]>>
<</if>>
<<elseif bTier() is 3>>
<<if $args[3]>>
<<set _msg to $args[3]>>
<<else>>
<<set _msg to $args[2]>>
<</if>>
<<elseif bTier() is 2>>
<<if $args[4]>>
<<set _msg to $args[4]>>
<<else>>
<<set _msg to $args[3]>>
<</if>>
<<elseif bTier() is 1>>
<<if $args[5]>>
<<set _msg to $args[5]>>
<<else>>
<<set _msg to $args[4]>>
<</if>>
<<else>>
<<set _msg to "Invalid BSize Comment">>
<</if>>
<<if _msg.contains("|")>>
<<set _mt to _msg.split("|")>>
<<nm _actor _mt[0] _mt[1]>>
<<else>>
<<nm _actor _msg>>
<</if>>
<</if>>
<</widget>>
<<widget "prefComment">>
<<if $args[1]>>
<<set _actor to $args[0], _pref to $args[1]>>
<<if pref(_actor,_pref,$LOVE)>><<set _msg to $args[2]>>
<<elseif pref(_actor,_pref,$LIKE)>><<set _msg to $args[3]>>
<<elseif pref(_actor,_pref,$NEUTRAL)>><<set _msg to $args[4]>>
<<elseif pref(_actor,_pref,$DISLIKE)>><<set _msg to $args[5]>>
<<elseif pref(_actor,_pref,$HATE)>><<set _msg to $args[6]>>
<<else>><<set _msg to "Invalid preference comment">><</if>>
<<if _msg.contains("|")>>
<<set _mt to _msg.split("|")>>
<<nm _actor _mt[0] _mt[1]>>
<<else>>
<<nm _actor _msg>>
<</if>>
<</if>>
<</widget>>
<<widget "skillComment">>
<<if $args[1]>>
<<set _actor to $args[0], _skill to $args[1], _portrait to "Unknown">>
<<if $args[7]>>
<<set _portrait to $args[7]>>
<</if>>
<<if skill($player,_skill,$EXPERT)>><<set _msg to $args[2]>>
<<elseif skill($player,_skill,$GREAT)>><<set _msg to $args[3]>>
<<elseif skill($player,_skill,$GOOD)>><<set _msg to $args[4]>>
<<elseif skill($player,_skill,$OKAY)>><<set _msg to $args[5]>>
<<elseif skill($player,_skill,$NEW)>><<set _msg to $args[6]>>
<<else>><<set _msg to "Invalid skill comment">><</if>>
<<if _msg.contains("|")>>
<<set _mt to _msg.split("|")>>
<<nm _actor _mt[0] _mt[1]>>
<<else>>
<<if isString(_actor)>>
<<nmc _actor _msg>>
<<else>>
<<nm _actor _msg>>
<</if>>
<</if>>
<</if>>
<</widget>>
<<widget "prefThought">>
<<if $args[0]>>
<<set _pref to $args[0]>>
<<if pref($player,_pref,$LOVE)>><<set _msg to $args[1]>>
<<elseif pref($player,_pref,$LIKE)>><<set _msg to $args[2]>>
<<elseif pref($player,_pref,$NEUTRAL)>><<set _msg to $args[3]>>
<<elseif pref($player,_pref,$DISLIKE)>><<set _msg to $args[4]>>
<<elseif pref($player,_pref,$HATE)>><<set _msg to $args[5]>>
<<else>><<set _msg to "Invalid preference thought">><</if>>
<<Thought _msg>>
<</if>>
<</widget>>
<<widget "CommentChastity">>
/*
<<CommentChastity $actor
"$actor has never seen $player in chastity;[Thoughts]"
"$actor has already seen $player in chastity;[Thoughts]"
OPTIONAL: "$actor is the one who put $player in chastity;[Thoughts]"
>>\
*/
<<if $args[0]>>
<<set _actor to $args[0], _msg to "">>
<<if $player.isChastityBy is _actor.id and $args[3]>>
<<set _msg to $args[3]>>
<<set _actor.seenChastity to true>>
<<elseif not _actor.seenChastity>>
<<if $args[1]>>
<<set _msg to $args[1]>>
<<set _actor.seenChastity to true>>
<</if>>
<<elseif _actor.seenChastity>>
<<if $args[2]>>
<<set _msg to $args[2]>>
<<else>>
<<set _msg to $args[1]>>
<</if>>
<<else>>
<<set _msg to "Invalid Chastity Comment">>
<</if>>
<<if _msg.contains("|")>>
<<set _mt to _msg.split("|")>>
<<nm _actor _mt[0] _mt[1]>>
<<else>>
<<nm _actor _msg>>
<</if>>
<</if>>
<</widget>>
<<widget "doseComment">>
<<set _actor to $args[0]>>
<<set _msg to $args[1]>>
<<for _i = 2; _i < $args.length; _i++>>
<<if $args[_i]>>
<<set _mt to $args[_i].split(":")>>
<<set _dose to _mt[0]>>
<<if dose(_actor,_dose)>>
<<set _msg to _mt[1]>>
<</if>>
<</if>>
<</for>>
<<if _msg.contains("|")>>
<<set _mg to _msg.split("|")>>
<<nm _actor _mg[0] _mg[1]>>
<<else>>
<<nm _actor _msg>>
<</if>>
<</widget>><<widget "DefineDB">>
/* Character Databases */
<<if setup.imgPitSlaves>>
<<set $img to {img: setup.imgPitSlaves}>>
<<else>>
<<set $img to {img: setup.imgPitSlavesDefault}>>
<</if>>
/* Clothing Databases */
<<if setup.clOutfits>>
<<set $Outfits to setup.clOutfits>>
<<else>>
<<set $Outfits to setup.clOutfitsDefault>>
<</if>>
<<if setup.clHats>>
<<set $Hats to setup.clHats>>
<<else>>
<<set $Hats to setup.clHatsDefault>>
<</if>>
<<if setup.clUnderwear>>
<<set $Underwear to setup.clUnderwear>>
<<else>>
<<set $Underwear to setup.clUnderwearDefault>>
<</if>>
<<if setup.clBra>>
<<set $Bra to setup.clBra>>
<<else>>
<<set $Bra to setup.clBraDefault>>
<</if>>
<<if setup.clAccf>>
<<set $Accf to setup.clAccf>>
<<else>>
<<set $Accf to setup.clAccfDefault>>
<</if>>
<<if setup.clAccb>>
<<set $Accb to setup.clAccb>>
<<else>>
<<set $Accb to setup.clAccbDefault>>
<</if>>
<</widget>><<widget "react">>\
<<if $args[2]>>\
<<set _Sname to $args[2].name>>\
<</if>>\
<<switch $args[0]>>\
<<case $player>>\
<<switch $args[1]>>\
<<case "get-fucked-by-strapon">>\
<<if isBimbo()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.ef;Ohhhh YES!!! Mmmmm, your cock feels SOOOO GOOOOD!@@">>\
<<case 2>>\
<<nm $player "@@.ef;A-ah! OH! FUCK! F-FUCK ME! _Sname! Fuck me... Harder!@@">>\
<<case 3>>\
<<nm $player "@@.ef;Yes! Yes! Mmmm, _Sname, make your little lesbian fuck slut!@@">>\
<</switch>>\
<<elseif isSissy()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.sf;A-ah, oh... Y-you're being a little rough, b-but... mmmm...@@">>\
<<case 2>>\
<<nm $player "@@.sf;M-my... ooohhh... Y-your fucking m-my asspussy s-so hard! Ahhhhh...@@">>\
<<case 3>>\
<<nm $player "@@.sf;Oh! T-too deep!! _Sname, p-please! It's- O-OOHHH!!!! C-cumming... I'm...@@">>\
<</switch>>\
<<elseif isFemale() or isTrans()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "Mmmmm, _Sname... Y-your amazing! Ahhhh...">>\
<<case 2>>\
<<nm $player "O-oh, yes! Keep it up! You feel fantastic! I-I'm going to... ohhhhh...">>\
<<case 3>>\
<<nm $player "_Sname! O-oh! YES! Keep going! Don't even think about stopping!!! O-OHH!!!">>\
<</switch>>\
<<elseif isMale()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "A-ah, oh... Y-you're being a little rough, _Sname... But... mmmm...">>\
<<case 2>>\
<<nm $player "This, haaaa, fuck... I could actually get used to this... Ooohhh, mmm...">>\
<<case 3>>\
<<nm $player "Hngh, ah! T-too deep!! _Sname, geez! It's- O-OOHHH!!!! Shit, I think I might...">>\
<</switch>>\
<</if>>\
<<case "eat-chanel-pussy">>\
<<if isBimbo()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "Mmmmm... Mph! MMPH!" "@@.ef;Mmmm, tee-hee! I can taste it!@@">>\
<<case 2>>\
<<nm $player "Mph? MPH! MMMMPH!" "@@.ef;Mmmm, yesssss! I can taste the cum! I want more!@@">>\
<<case 3>>\
<<nm $player "Mmmm, mmmph. Mph! Mph!" "@@.ef;Tee-hee, _Sname's such a slut! I want to be just as slutty as she is!@@">>\
<</switch>>\
<<elseif isSissy()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "Mmmmm... Mph! MMPH!" "@@.sf;W-what? I-I'm eating...@@">>\
<<case 2>>\
<<nm $player "Mph? MPH! MMMMPH!" "@@.sf;O-oh god... I can't believe she's making me e-eat other m-men's...@@">>\
<<case 3>>\
<<nm $player "Mmmm, mmmph. Mph! Mph!" "@@.sf;W-what? Why is she... why can't I s-stop... mmm...@@">>\
<</switch>>\
<<elseif isFemale() or isTrans()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "Mph? MMPH!" "Wait, what!? God, what a fucking slut...">>\
<<case 2>>\
<<nm $player "Mph? MPH! MMMMPH!" "Is that what I'm tasting? Jesus Christ, _Sname's such a fucking slut...">>\
<<case 3>>\
<<nm $player "Mmmm, mmmph. Mph! Mph!" "Oh for fuck's sake... I should have known.">>\
<</switch>>\
<<elseif isMale()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "Mph? MMPH!" "Wait, what!? O-oh god...">>\
<<case 2>>\
<<nm $player "Mph? MPH! MMMMPH!" "Is that what I'm tasting? Jesus Christ, _Sname! Not cool!">>\
<<case 3>>\
<<nm $player "Mmmm, mmmph. Mph! Mph!" "Oh for fuck's sake... Ugh, I should have known.">>\
<</switch>>\
<</if>>\
<<case "cum-from-strapon-fucked">>\
<<if isBimbo()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.ef;HA! Ooohhhh GOD! That was amazing! _Sname, your cock was... incredible...@@">>\
<<case 2>>\
<<nm $player "@@.ef;Ooohh... Fuck, you're so good with your strapon, _Sname! I need... MORE!@@">>\
<<case 3>>\
<<nm $player "@@.ef;Tee-hee, that was great! I could do that all day!@@">>\
<</switch>>\
<<elseif isSissy()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.sf;Y-you made me, ahhhh... c-come from m-my asspussy...@@">>\
<<case 2>>\
<<nm $player "@@.sf;O-OHH!!! Fuuu... s-so good... You feel so g-good in my ass...@@">>\
<<case 3>>\
<<nm $player "@@.sf;Ahhh!!! Oh god! S-so much... I c-came so much from you f-fucking my s-sissy asspussy, _Sname...@@">>\
<</switch>>\
<<else>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "Ooohh, you're... awfully good at this...">>\
<<case 2>>\
<<nm $player "O-oh my... you've... had a lot of p-practice, huh? Ooohhh...">>\
<<case 3>>\
<<nm $player "S-so goooood... mmmmm... _Sname, k-keep going... I think I'm gonna...">>\
<</switch>>\
<</if>>\
<<case "get-blowjob-from-chanel">>\
<<if isBimbo()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.ef;HA! Ooohhhh baby... You're super good at sucking cock! I-I think I'm gonna...@@">>\
<<case 2>>\
<<nm $player "@@.ef;Oh, _Sname! You're super good at sucking my cock! Keep going! More! MORE! I-I'M GONNA... OOOHHH!!!@@">>\
<<case 3>>\
<<nm $player "@@.ef;S-soooo good... mmmmm, tee-hee! We should do this together sometime, if ya' know what I mean! Ooohhh, I think I'm about to...@@">>\
<</switch>>\
<<else>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "Ooohh, you're... awfully good at this...">>\
<<case 2>>\
<<nm $player "O-oh my... you've... had a lot of p-practice, huh? Ooohhh...">>\
<<case 3>>\
<<nm $player "S-so goooood... mmmmm... _Sname, k-keep going... I think I'm gonna...">>\
<</switch>>\
<</if>>\
<<case "get-pussy-eaten-from-chanel">>\
<<if isBimbo()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.ef;HA! Ooohhhh baby... You're super good at eating pussy! I-I think I'm gonna...@@">>\
<<case 2>>\
<<nm $player "@@.ef;Oh, _Sname! You're super good at eating my cunt! Keep going! More! MORE! I-I'M GONNA... OOOHHH!!!@@">>\
<<case 3>>\
<<nm $player "@@.ef;S-soooo good... mmmmm, tee-hee! We should do this together sometime, if ya' know what I mean! Ooohhh, I think I'm about to...@@">>\
<</switch>>\
<<else>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "Ooohh, you're... awfully good at this...">>\
<<case 2>>\
<<nm $player "O-oh my... you've... had a lot of p-practice, huh? Ooohhh...">>\
<<case 3>>\
<<nm $player "S-so goooood... mmmmm... _Sname, k-keep going... I think I'm gonna...">>\
<</switch>>\
<</if>>\
<<case "fuck-chanel">>\
<<if isBimbo()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.ef;HA! Ooohhhh your cunt feels soooo good! I think I'm gonna... o-ohhh!!@@">>\
<<case 2>>\
<<nm $player "@@.ef;Oh, _Sname! You're SO tight! M-my body can't stop moving, it's so good... A-AH!! I-I'M GONNA... OOOHHH!!!@@">>\
<<case 3>>\
<<nm $player "@@.ef;S-soooo good... mmmmm, tee-hee! M-maybe next time you can f-fuck me instead, hehe! Ooohhh, I think I'm about to...@@">>\
<</switch>>\
<<else>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "Ooohh, you're... awfully t-tight... Oh god! I think I'm gonna...">>\
<<case 2>>\
<<nm $player "O-oh my... you... haaa, you feel so good! Ooohhh, I think I'm about to...">>\
<<case 3>>\
<<nm $player "S-so goooood... mmmmm... _Sname, k-keep it up... I think I'm gonna...">>\
<</switch>>\
<</if>>\
<<case "about-to-get-fucked-by-tasha-and-chanel">>\
<<if isBimbo()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.ef;Hehe, yay!@@">>\
<<case 2>>\
<<nm $player "@@.ef;Tee-hee, this is gonna be fun!@@">>\
<<case 3>>\
<<nm $player "@@.ef;Oooohhhh! I can't wait!@@">>\
<</switch>>\
<<elseif isSissy()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.sf;Y-you're gonna...@@">>\
<<case 2>>\
<<nm $player "@@.sf;W-wait, what are you gonna...@@">>\
<<case 3>>\
<<nm $player "@@.sf;What? B-but I thought...@@">>\
<</switch>>\
<<else>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "Yep. Wait... What!?">>\
<<case 2>>\
<<nm $player "H-hold on a sec you two...">>\
<<case 3>>\
<<nm $player "Right! No, wait, what!?">>\
<</switch>>\
<</if>>\
<<case "about-to-suck-tasha">>\
<<if isBimbo()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.ef;Hehe, mmmm, okay!@@">>\
<<case 2>>\
<<nm $player "@@.ef;Tee-hee, this is gonna be fun!@@">>\
<<case 3>>\
<<nm $player "@@.ef;Oooohhhh! I can't wait!@@">>\
<</switch>>\
<<elseif isSissy()>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "@@.sf;Y-your... cock...@@">>\
<<case 2>>\
<<nm $player "@@.sf;I-It's... so big...@@">>\
<<case 3>>\
<<nm $player "@@.sf;I-I'm gonna suck... that?@@">>\
<</switch>>\
<<else>>\
<<set _react to random(1,3)>>\
<<switch _react>>\
<<case 1>>\
<<nm $player "I-I...">>\
<<case 2>>\
<<nm $player "H-hold on a sec...">>\
<<case 3>>\
<<nm $player "W-wait, what!?">>\
<</switch>>\
<</if>>\
<</switch>>\
<<case $john>>\
<<switch $args[1]>>\
<<case "see-your-penis-to-suck">>\
<<if hasPenis()>>\
<<set _react to random(1,2)>>\
<<switch _react>>\
<<case 1>>\
<<nm $john "Oooohhh, so big! Hehehe! You just sit back now...">>\
<<case 2>>\
<<nm $john "Oh my, look at that big tasty cock! Hehe, you just sit back and let me work!">>\
<</switch>>\
<<else>>\
<<set _react to random(1,2)>>\
<<switch _react>>\
<<case 1>>\
<<nm $john "Mmmm, hehehe... You wear this all the time? Fine by me, I'll suck just like a real one!">>\
<<case 2>>\
<<nm $john "Oh my, look at that big tasty cock! Hehe, I don't care if it's real or not, you just sit back and let me work!">>\
<</switch>>\
<</if>>\
<<case "see-pussy">>\
<<if isFemale()>>\
<<set _react to random(1,2)>>\
<<switch _react>>\
<<case 1>>\
<<nm $john "Mmmm, hehehe... You're all wet! Bet we could get you even wetter, hehe...">>\
<<case 2>>\
<<nm $john "Oh my, look at that tasty cunt! Hehe, you just sit back and let me work!">>\
<</switch>>\
<<else>>\
<<set _react to random(1,2)>>\
<<switch _react>>\
<<case 1>>\
<<nm $john "Mmmm, hehehe... You're SOAKING wet! Still, I bet we could get you even wetter, hehe...">>\
<<case 2>>\
<<nm $john "Oh my, look at that wonderful gushing pussy of yours! Hehe, you just sit back and let me work!">>\
<</switch>>\
<</if>>\
<</switch>>\
<</switch>>\
<</widget>><<widget "CallHomeEvent">>
<<set $EventCD += 1>>
<<if $args[0]>>
<<set _ev to $args[0]>>
<<else>>
<<set $HomeEvents.shuffle()>>
<<for _i = 0; _i < $HomeEvents.length; _i++>>
<<set _eventName to "HomeEvent-" + $HomeEvents[_i]>>
<<if not visited(_eventName)>>
<<set _ev to $HomeEvents[_i]>>
<<break>>
<<else>>
<<set _ev to $HomeEvents.random()>>
<</if>>
<</for>>
<</if>>
<<set _evName to "HomeEvent-" + _ev>>
<<set $HomeEvents.delete(_ev)>>
<<set $HomeEventsCD.pushUnique([_ev,3])>>
<<include _evName>>
<</widget>>
<<widget "AddHomeEvent">>
<<set _ev to $args[0]>>
<<if not eventActive('home',_ev)>>
<<set $HomeEvents.pushUnique(_ev)>>
<</if>>
<</widget>>
<<widget "RemoveHomeEvent">>
<<set _tDel to []>>
<<for _ev = 0; _ev < $args.length; _ev++>>
<<set _target to $args[_ev]>>
<<set $HomeEvents.delete(_target)>>
<<for _cd = 0; _cd < $HomeEventsCD.length; _cd++>>
<<if $HomeEventsCD[_cd][0] is _target>>
<<set _tDel.pushUnique(_cd)>>
<</if>>
<</for>>
<</for>>
<<if _tDel.length > 0>>
<<set $HomeEventsCD.deleteAt(_tDel)>>
<</if>>
<</widget>>
<<widget "CallWorkEvent">>
<<set $EventCD += 1>>
<<if $args[0]>>
<<set _ev to $args[0]>>
<<else>>
<<set $WorkEvents.shuffle()>>
<<for _i = 0; _i < $WorkEvents.length; _i++>>
<<set _eventName to "WorkEvent-" + $WorkEvents[_i]>>
<<if not visited(_eventName)>>
<<set _ev to $WorkEvents[_i]>>
<<break>>
<<else>>
<<set _ev to $WorkEvents.random()>>
<</if>>
<</for>>
<</if>>
<<set _evName to "WorkEvent-" + _ev>>
<<set $WorkEvents.delete(_ev)>>
<<set $WorkEventsCD.pushUnique([_ev,3])>>
<<include _evName>>
<</widget>>
<<widget "AddWorkEvent">>
<<set _ev to $args[0]>>
<<if not eventActive('work',_ev)>>
<<set $WorkEvents.pushUnique(_ev)>>
<<set $WorkEventsUnlocked.pushUnique(_ev)>>
<</if>>
<</widget>>
<<widget "ResumeWorkEvent">>
<<set _ev to $args[0]>>
<<if not eventActive('work',_ev)>>
<<if $WorkEventsUnlocked.includes(_ev)>>
<<set $WorkEvents.pushUnique(_ev)>>
<</if>>
<</if>>
<</widget>>
<<widget "RemoveWorkEvent">>
<<set _tDel to []>>
<<for _ev = 0; _ev < $args.length; _ev++>>
<<set _target to $args[_ev]>>
<<set $WorkEvents.delete(_target)>>
<<for _cd = 0; _cd < $WorkEventsCD.length; _cd++>>
<<if $WorkEventsCD[_cd][0] is _target>>
<<set _tDel.pushUnique(_cd)>>
<</if>>
<</for>>
<</for>>
<<if _tDel.length > 0>>
<<set $WorkEventsCD.deleteAt(_tDel)>>
<</if>>
<</widget>>
<<widget "CallDreamEvent">>
<<if $args[0]>>
<<set _ev to $args[0]>>
<<else>>
<<set _ev to $DreamEvents.random()>>
<</if>>
<<if not _ev>>
<<set _ev to 0>>
<<else>>
<<set $DreamEvents.delete(_ev)>>
<<set $DreamEventsCD.pushUnique([_ev,3])>>
<</if>>
<<set _evName to "DreamEvent-" + _ev>>
<<include _evName>>
<</widget>>
<<widget "AddDreamEvent">>
<<set _ev to $args[0]>>
<<if not eventActive('dream',_ev)>>
<<set $DreamEvents.pushUnique(_ev)>>
<</if>>
<</widget>>
<<widget "RemoveDreamEvent">>
<<set _tDel to []>>
<<for _ev = 0; _ev < $args.length; _ev++>>
<<set _target to $args[_ev]>>
<<set $DreamEvents.delete(_target)>>
<<for _cd = 0; _cd < $DreamEventsCD.length; _cd++>>
<<if $DreamEventsCD[_cd][0] is _target>>
<<set _tDel.pushUnique(_cd)>>
<</if>>
<</for>>
<</for>>
<<if _tDel.length > 0>>
<<set $DreamEventsCD.deleteAt(_tDel)>>
<</if>>
<</widget>>
<<widget "CallNightEvent">>
<<if $args[0]>>
<<set _ev to $args[0]>>
<<else>>
<<set _ev to $NightEvents.random()>>
<</if>>
<<set _evName to "NightEvent-" + _ev>>
<<set $NightEvents.delete(_ev)>>
<<set $NightEventsCD.pushUnique([_ev,3])>>
<<if $NightEvents.length is 0>>
<<set $NightEvents.pushUnique(0)>>
<</if>>
<<include _evName>>
<</widget>>
<<widget "AddNightEvent">>
<<set _ev to $args[0]>>
<<if not eventActive('night',_ev)>>
<<set $NightEvents.pushUnique(_ev)>>
<</if>>
<</widget>>
<<widget "RemoveNightEvent">>
<<set _tDel to []>>
<<for _ev = 0; _ev < $args.length; _ev++>>
<<set _target to $args[_ev]>>
<<set $NightEvents.delete(_target)>>
<<for _cd = 0; _cd < $NightEventsCD.length; _cd++>>
<<if $NightEventsCD[_cd][0] is _target>>
<<set _tDel.pushUnique(_cd)>>
<</if>>
<</for>>
<</for>>
<<if _tDel.length > 0>>
<<set $NightEventsCD.deleteAt(_tDel)>>
<</if>>
<</widget>>
<<widget "AddConvo">>
<<set _id to $args[1]>>
<<if $args[0].convo[_id]>>
<<if not $args[0].convo[_id].enabled>>
<<set $args[0].convo[_id].enabled to true>>
<</if>>
<</if>>
<</widget>>
<<widget "RemoveConvo">>
<<for _ev = 1; _ev < $args.length; _ev++>>
<<set _id to $args[_ev]>>
<<if $args[0].convo[_id].enabled>>
<<set $args[0].convo[_id].enabled to false>>
<</if>>
<</for>>
<</widget>>
<<widget "AddNote">>
<<GetTimeInfo>>
<<set _target to $args[0]>>
<<set _d = $time.calendarDay>>
<<set _m = $time.month>>
<<set _t = $time.time>>
<<set _wd = $time.day>>
<<set _msg = _m + " " + _d + " - " + _wd + ", " + _t + " - " + $args[1]>>
<<set _target.notes.pushUnique(_msg)>>
<<set _target.newNotes to true>>
<</widget>><<widget "EventsCheck">>
<<if timeIsAfter(20170919) and not $serum[2].unlocked and $Chapter > 1>>
<<set $serum[2].unlocked to true>>
<</if>>
<<if $serum[3].unlocked and not $serum[2].unlocked>>
<<set $serum[2].unlocked to true>>
<</if>>
<<if $FreePlay>>
<<if loveTier($mom) >= 3 and loveTier($sister) >= 3>>
<<SetFlag $player "ElsaFreePlay">>
<</if>>
<</if>>
<<if $john.isFemale>>
<<AddWorkEvent 70>>
<</if>>
<<if flag($tasha,"GenderReveal")>>
<<RemoveWorkEvent 55>>
<</if>>
<<if $mom.hasPenis>>
<<if dose($mom,"fuckshack")>>
<<AddHomeEvent 14>>
<</if>>
<<if dose($mom,"break")>>
<<AddHomeEvent 32>>
<</if>>
<</if>>
<<if dose($sister,"oral")>>
<<AddHomeEvent 51>>
<</if>>
<<if dose($sister,"porn")>>
<<AddHomeEvent 50>>
<</if>>
<<if dose($sister,"sexHouse") and not dose($mom,"threesome")>>
<<if dose($mom,"break") or dose($mom,"fuckshack")>>
<<set newDose($mom,"threesome")>>
<</if>>
<</if>>
<<if flag($sister,"WatchWebcam") and not visited("LivingRoom-Movie-SisterFriend") and dose($sister,"sex") and not dose($sister,"mcsx")>>
<<run setDailyCD("SisterFriendMovie",0)>>
<</if>>
<<if $sister.isPornstar or $sister.isDog>>
<<RemoveHomeEvent 8 12 13 31 46>>
<</if>>
<<if dose($sister,"mcsx")>>
<<run removeDailyCD("SisterFriendMovie",0)>>
<</if>>
<<if $mom.control.mcsx>>
<<RemoveNightEvent 5>>
<</if>>
<<if $penny.lust >= 50 and ($player.isSub or isFemale() or isTrans())>>
<<AddWorkEvent 11>>
<</if>>
<<if $john.cPenny > 0>>
<<RemoveWorkEvent 63>>
<<else>>
<<if $penny.isSlut or $penny.isObedient>>
<<AddWorkEvent 63>>
<</if>>
<</if>>
<<if timeIsAfter(20170919) and not flag($penny,"StartTentacle")>>
<<AddWorkEvent 69>>
<</if>>
<<if dose($tasha,"sex")>>
<<AddWorkEvent 76>>
<</if>>
<<if flag($tasha,"BeenToHouse")>>
<<AddConvo $tasha 17>>
<</if>>
<<if $tasha.isBunny>>
<<if hasWorkingPenis() or hasPussy()>>
<<AddWorkEvent 59>>
<<else>>
<<RemoveWorkEvent 59>>
<</if>>
<</if>>
<<if $tasha.hasPussy>>
<<RemoveWorkEvent 30>>
<</if>>
<<if $sophie.doseD >= 4>>
<<AddWorkEvent 24>>
<<elseif $sophie.doseD < 4>>
<<RemoveWorkEvent 24>>
<</if>>
<<if $kagney.isBimbo and hasWorkingPenis()>>
<<AddWorkEvent 41>>
<<else>>
<<RemoveWorkEvent 41>>
<</if>>
<<if flag($elsa,"Company") and dose($mom,"hunt")>>
<<AddWorkEvent 42>>
<</if>>
<<if $diana.convo[7].enabled and $Money >= 500000>>
<<set $diana.convo[7].seen to true>>
<</if>>
<<if not hasWorkingPenis()>>
<<RemoveWorkEvent 36>>
<<elseif visited("Story-CH4-CheckOnDiana")>>
<<AddWorkEvent 36>>
<</if>>
<<if dose($mom,"coffee")>>
<<AddHomeEvent 48>>
<</if>>
<<if fucking($mom)>>
<<AddHomeEvent 49>>
<</if>>
<<if fucking($mom) and fucking($sister) and not $sister.isGone>>
<<AddHomeEvent 38>>
<<else>>
<<RemoveHomeEvent 38>>
<</if>>
<<if $mom.isMaid and fucking($sister) and not $sister.isGone>>
<<AddHomeEvent 39>>
<<else>>
<<RemoveHomeEvent 39>>
<</if>>
<<if $mom.isSlut>>
<<if $penny.isDom>>
<<AddWorkEvent 44>>
<<RemoveWorkEvent 43>>
<<else>>
<<RemoveWorkEvent 44>>
<<AddWorkEvent 43>>
<</if>>
<<if $julia.isBimbo>>
<<AddWorkEvent 45>>
<</if>>
<</if>>
<<if $BrokenHome>>
<<RemoveHomeEvent 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 26 29 30 32 47>>
<<RemoveHomeEvent 15 16 17 18 19 20 21 22 23 25 27 28 31 46>>
<</if>>
<<if $tasha.isGone>>
<<RemoveWorkEvent 12 14 15 16 30 40 46 47 48 49 50 51 52 53 54 55 56 57 58 59 76>>
<<run removeDailyCD("TashaClub",0)>>
<</if>>
<<if $diana.isGone>>
<<RemoveWorkEvent 60 61 62 64 65 66 67 68 69 70 71 72 73 74 75 76>>
<<else>>
<<ResumeWorkEvent 60>>
<<ResumeWorkEvent 61>>
<<ResumeWorkEvent 62>>
<<ResumeWorkEvent 63>>
<<ResumeWorkEvent 64>>
<<ResumeWorkEvent 65>>
<<ResumeWorkEvent 66>>
<<ResumeWorkEvent 67>>
<<ResumeWorkEvent 68>>
<<ResumeWorkEvent 69>>
<<ResumeWorkEvent 70>>
<<ResumeWorkEvent 71>>
<<ResumeWorkEvent 72>>
<<ResumeWorkEvent 73>>
<<ResumeWorkEvent 74>>
<<ResumeWorkEvent 75>>
<<ResumeWorkEvent 76>>
<</if>>
<</widget>><<widget "SetFlag">>
<<if $args[2] === false>><<set _state to false>><<else>><<set _state to true>><</if>>
<<set _actor to $args[0], _flag to $args[1]>>
<<run setFlag(_actor, _flag, _state)>>
<</widget>>
/* Flag DB:
Story
endJohn - CH2, choose John's bad end
endTasha - CH2, choose Tasha's bad end
endSophie - CH2, choose Sophie's bad end
Saya
IsGone - Saya will no longer appear to you
EscortTutorial - Saya has given the tutorial on escorting
Player
PreferredOutfit-John - Wearing John's preferred outfit
LockSub - Player Dominance locked at 0
Mom
livingRoomMasturbate - Caught mom secretly rubbing herself in livingroom
SissyBoi - Mindbreak Mom turned son into sissy
RuinClothes - Caught mom ruining your boy clothes in the morning
Sister
livingRoomOral - Had oral sex with Dakota in living room
Penny
AfterLabAccident - Penny's 1st personal event triggered "After Lab Accident"
Diana
TellStory - Diana initiated Company History event. Req: controlled to divulge information
SkipStory - Stopped listening to Diana's story
FullStory - Agreed to listed to final part of her story
StartJohn - Initiate Diana's corruption path with John
Workplan - Started Diana's work plan on Dom John route
FinishedTraining - Finished Diana's training regimine
Tasha
GenderReveal - Tasha has revealed her gender to you in morning sales office scene
PlayerSlave - You are now Tasha's slave on DomJohn route
ThreatenFamily - Tasha threatens your family in Tasha-DJ5-Sybian-Refuse
ClubPearl - Tasha has taken you to Club Pearl
SybianNight - Tasha has put you on the sybian for a night
RecordsFuck - Tasha fucks you in Diana's office
John
Beer-Talk-1 - Talking to MC in hallway over beers before bathroom scene
initiateTashaCorruption - Dom Route allowed to move on to Tasha
BimboPlayer - John has permanently made MC a bimbo
HelpInLab - John has helped make TFM-1 in lab
SeeBathroomOral - You've seen John giving oral in bathroom after dose
CallChanel - Can call Chanel from phone
SeeDollUse - Have seen John getting used with numb penis in his office
CleanedLab - John's texted you that he started cleaning your lab in the morning
TashaTS - John knows Tasha is a TS
Chris
Reunion - First meeting with Chris after getting back into town
Stressed - Second meeting with Chris after getting back into town, where he's stressed out
Drunk - Third meeting with Chris after getting back into town, where he makes a drunk pass at you
*/
/* Cooldown DC
John
JohnHomeISS - When you can call John over again for bedroom ISS
*/<<widget "InitializeFreePlay">>
<<set $UnlockPit to true>>
<<run createSlave(getSlaveName("female").toLowerCase(),"random","female")>>
<<set $tory.name to "Tory">>
<<SetFlag $player "tutorial">>
<<SetFlag $player "startWork">>
<<SetFlag $player "meetCompany">>
<<SetFlag $player "startNotes">>
<<SetFlag $player "startWork">>
<<SetFlag $player "sophieOffice">>
<<SetFlag $player "absorbSerum">>
<<SetFlag $player "mirrorUnlock">>
<<SetFlag $player "callPenny">>
<<SetFlag $player "callDiana">>
<<SetFlag $penny "arcStart">>
<<set $player.met.sophie to true>>
<<set $player.met.mom to true>>
<<set $player.met.sister to true>>
<<set $player.met.diana to true>>
<<set $player.met.john to true>>
<<set $player.met.tasha to true>>
<<set $player.met.julia to true>>
<<set $player.met.penny to true>>
<<set $player.met.chris to true>>
<<set $player.met.drivers to true>>
<<set $player.met.lauren to true>>
<<set $player.met.lisa to true>>
<<set $player.met.kagney to true>>
<<meet $sophie>>
<<meet $mom>>
<<meet $sister>>
<<meet $diana>>
<<meet $john>>
<<meet $tasha>>
<<meet $julia>>
<<meet $penny>>
<<meet $kagney>>
<<meet $chris>>
<<meet $mick>>
<<meet $jag>>
<<meet $lauren>>
<<meet $lisa>>
<<AddWorkEvent 3>>
<<AddWorkEvent 4>>
<<set $serum[1].unlocked to true>>
<<set $serum[10].unlocked to true>>
<<set $serum[11].unlocked to true>>
<<set $serum[12].unlocked to true>>
<<set $serum[13].unlocked to true>>
<<set $serum[14].unlocked to true>>
<<set $EventsEnabled to true>>
<<AddConvo $penny 4>>
<<AddConvo $penny 5>>
<<AddConvo $sophie 3>>
<<AddConvo $john 3>>
<<AddConvo $tasha 3>>
<<AddConvo $penny 7>>
<<AddConvo $diana 4>>
<<AddConvo $tasha 7>>
<<AddConvo $john 4>>
<<AddConvo $sophie 4>>
<<set $InitializeFreePlay to true>>
<</widget>><<widget "SetPronouns">>
<<if $args[0] is "male">>
<<set $pbud="buddy">>
<<set $pBud="Buddy">>
<<set $pgender="male">>
<<set $pGender="Male">>
<<set $pman="man">>
<<set $pMan="Man">>
<<set $pmen="men">>
<<set $pMen="Men">>
<<set $phe = "he">>
<<set $pHe = "He">>
<<set $phis = "his">>
<<set $pHis = "His">>
<<set $phiss = "his">>
<<set $pHiss = "His">>
<<set $phim = "him">>
<<set $pHim = "Him">>
<<set $pMr = "Mr.">>
<<set $psir = "sir">>
<<set $pSir = "Sir">>
<<set $pguy = "guy">>
<<set $pGuy = "Guy">>
<<set $pboy = "boy">>
<<set $pBoy = "Boy">>
<<set $pbrotherbase = "brother">>
<<if $sister.isBlood>><<set $pbro = "bro">><<else>><<set $pbro = $player.name>><</if>>
<<if $sister.isBlood>><<set $pBro = "Bro">><<else>><<set $pBro = $player.name>><</if>>
<<if $sister.isBlood>><<set $pbrother = "brother">><<else>><<set $pbrother = "stepbrother">><</if>>
<<if $sister.isBlood>><<set $pBrother = "Brother">><<else>><<set $pBrother = $player.name>><</if>>
<<if $mom.isBlood>><<set $pson = "son">><<else>><<set $pson = "stepson">><</if>>
<<if $mom.isBlood>><<set $pSon = "Son">><<else>><<set $pSon = $player.name>><</if>>
<<set $pHard = "Hard">>
<<set $phard = "hard">>
<<set $pMaster = "Master">>
<<set $pmaster = "master">>
<<set $pHandsome = "Handsome">>
<<set $phandsome = "handsome">>
<<else>>
<<set $pbud="babe">>
<<set $pBud="Babe">>
<<set $pgender="female">>
<<set $pGender="Female">>
<<set $pman="woman">>
<<set $pMan="Woman">>
<<set $pmen="women">>
<<set $pMen="Women">>
<<set $phe = "she">>
<<set $pHe = "She">>
<<set $phis = "her">>
<<set $pHis = "Her">>
<<set $phiss = "hers">>
<<set $pHiss = "Hers">>
<<set $phim = "her">>
<<set $pHim = "Her">>
<<set $pMr = "Ms.">>
<<set $psir = "ma'am">>
<<set $pSir = "Ma'am">>
<<set $pguy = "girl">>
<<set $pGuy = "Girl">>
<<set $pboy = "girl">>
<<set $pBoy = "Girl">>
<<set $pbrotherbase = "Sister">>
<<if $sister.isBlood>><<set $pbro = "sis">><<else>><<set $pbro = $player.name>><</if>>
<<if $sister.isBlood>><<set $pBro = "Sis">><<else>><<set $pBro = $player.name>><</if>>
<<if $sister.isBlood>><<set $pbrother = "sister">><<else>><<set $pbrother = "stepsister">><</if>>
<<if $sister.isBlood>><<set $pBrother = "Sister">><<else>><<set $pBrother = $player.name>><</if>>
<<if $mom.isBlood>><<set $pson = "daughter">><<else>><<set $pson = "stepdaughter">><</if>>
<<if $mom.isBlood>><<set $pSon = "Daughter">><<else>><<set $pSon = $player.name>><</if>>
<<set $pHard = "Wet">>
<<set $phard = "wet">>
<<set $pMaster = "Mistress">>
<<set $pmaster = "mistress">>
<<set $pHandsome = "Pretty">>
<<set $phandsome = "pretty">>
<</if>>
<</widget>>
<<widget "GenderCheck">>
<<if not flag($player,"absorbSerum")>>
<<set $player.tfSissy to 0>>
<<set $player.tfBimbo to 0>>
<</if>>
<<set $bSize = [
"flat chest",
"tiny breasts",
"small breasts",
"medium sized breasts",
"large breasts",
"massive breasts"
]>>
<<if $player.isSissy or isTrans()>>
<<set $pSize = [
"none",
"tiny clitty",
"small cock",
"cock",
"large she-cock",
"huge she-cock"
]>>
<<else>>
<<set $pSize = [
"none",
"tiny cock",
"small cock",
"cock",
"large cock",
"huge cock"
]>>
<</if>>
<<if $player.isSissy or isTrans()>>
<<set $pDSize = [
"none",
"tiny clitty",
"little cock",
"cock",
"big she-cock",
"huge she-cock"
]>>
<<else>>
<<set $pDSize = [
"none",
"tiny cock",
"little cock",
"cock",
"big cock",
"huge cock"
]>>
<</if>>
<<set $vSize = ["virgin pussy","tight pussy","pussy","loose pussy","stretched-out pussy","gaping pussy"]>>
<<set $vDSize = ["virgin pussy","tight pussy","pussy","eager pussy","soaking wet pussy","soaking wet, gaping pussy"]>>
<<set $aSize = ["virgin asshole","tight asshole","asshole","loose asshole","stretched-out asshole","gaping asshole"]>>
<<set $aDSize = ["virgin asshole","tight asshole","asshole","eager asshole","stretched, gaping asshole","worn out, gaping asshole"]>>
<<if $player.breastSize >= $XL>>
<<set $player.bSize to "Massive">>
<<set $player.breastTier to 5>>
<<elseif $player.breastSize >= $L>>
<<set $player.bSize to "Large">>
<<set $player.breastTier to 4>>
<<elseif $player.breastSize >= $M>>
<<set $player.bSize to "Medium">>
<<set $player.breastTier to 3>>
<<elseif $player.breastSize >= $S>>
<<set $player.bSize to "Small">>
<<set $player.breastTier to 2>>
<<elseif $player.breastSize >= $XS>>
<<set $player.bSize to "Tiny">>
<<set $player.breastTier to 1>>
<<elseif $player.breastSize is 0>>
<<set $player.bSize to "Flat">>
<<set $player.breastTier to 0>>
<</if>>
<<if $player.penisSize >= $XL>>
<<set $player.pSize to "Huge">>
<<set $player.penisTier to 5>>
<<elseif $player.penisSize >= $L>>
<<set $player.pSize to "Large">>
<<set $player.penisTier to 4>>
<<elseif $player.penisSize >= $M>>
<<set $player.pSize to "Medium">>
<<set $player.penisTier to 3>>
<<elseif $player.penisSize >= $S>>
<<set $player.pSize to "Small">>
<<set $player.penisTier to 2>>
<<elseif $player.penisSize >= $XS>>
<<set $player.pSize to "Tiny">>
<<set $player.penisTier to 1>>
<<elseif $player.penisSize is 0 or not hasPenis()>>
<<set $player.pSize to "None">>
<<set $player.penisTier to 0>>
<</if>>
<<if $player.pussySize >= $XL>>
<<set $player.vSize to "Gaping">>
<<set $player.pussyTier to 5>>
<<elseif $player.pussySize >= $L>>
<<set $player.vSize to "Stretched">>
<<set $player.pussyTier to 4>>
<<elseif $player.pussySize >= $M>>
<<set $player.vSize to "Loose">>
<<set $player.pussyTier to 3>>
<<elseif $player.pussySize >= $S>>
<<set $player.vSize to "Average">>
<<set $player.pussyTier to 2>>
<<elseif $player.pussySize >= $XS>>
<<set $player.vSize to "Tight">>
<<set $player.pussyTier to 1>>
<<elseif $player.pussySize is 0>>
<<if isFemale()>>
<<set $player.vSize to "Virgin">>
<<else>>
<<set $player.vSize to "None">>
<</if>>
<<set $player.pussyTier to 0>>
<</if>>
<<if $player.assSize >= $XL>>
<<set $player.aSize to "Gaping">>
<<set $player.assTier to 5>>
<<elseif $player.assSize >= $L>>
<<set $player.aSize to "Stretched">>
<<set $player.assTier to 4>>
<<elseif $player.assSize >= $M>>
<<set $player.aSize to "Loose">>
<<set $player.assTier to 3>>
<<elseif $player.assSize >= $S>>
<<set $player.aSize to "Average">>
<<set $player.assTier to 2>>
<<elseif $player.assSize >= $XS>>
<<set $player.aSize to "Tight">>
<<set $player.assTier to 1>>
<<elseif $player.assSize is 0>>
<<set $player.aSize to "Virgin">>
<<set $player.assTier to 0>>
<</if>>
<<if isBimbo()>>
<<set $player.hairMax to 6>>
<<else>>
<<set $player.hairMax to 5>>
<</if>>
<<if $player.hairLength < 0>>
<<set $player.hairLength to 0>>
<<elseif $player.hairLength > $player.hairMax>>
<<set $player.hairLength to $player.hairMax>>
<</if>>
<<set $player.hLength to $HAIRLENGTH[$player.hairLength]>>
<<set $player.hDesc to $HAIRDESC[$player.hairLength]>>
<<if isSissy() and isBimbo()>>
<<set $player.gender2 to "Sissy">>
<<set $player.gender3 to "Bimbo">>
<<elseif isSissy()>>
<<set $player.gender2 to "Sissy">>
<<set $player.gender3 to "">>
<<elseif isBimbo()>>
<<set $player.gender2 to "Bimbo">>
<<set $player.gender3 to "">>
<<else>>
<<set $player.gender2 to "">>
<<set $player.gender3 to "">>
<</if>>
<</widget>>
<<widget "pName">>$PNAME<</widget>>
<<widget "male">>$pgender<</widget>>
<<widget "Male">>$pGender<</widget>>
<<widget "buddy">>$pbud<</widget>>
<<widget "Buddy">>$pBud<</widget>>
<<widget "man">>$pman<</widget>>
<<widget "Man">>$pMan<</widget>>
<<widget "men">>$pmen<</widget>>
<<widget "Men">>$pMen<</widget>>
<<widget "he">>$phe<</widget>>
<<widget "He">>$pHe<</widget>>
<<widget "his">>$phis<</widget>>
<<widget "His">>$pHis<</widget>>
<<widget "hiss">>$phiss<</widget>>
<<widget "Hiss">>$pHiss<</widget>>
<<widget "him">>$phim<</widget>>
<<widget "Him">>$pHim<</widget>>
<<widget "Mr">>$pMr<</widget>>
<<widget "sir">>$psir<</widget>>
<<widget "Sir">>$pSir<</widget>>
<<widget "guy">>$pguy<</widget>>
<<widget "Guy">>$pGuy<</widget>>
<<widget "boy">>$pboy<</widget>>
<<widget "Boy">>$pBoy<</widget>>
<<widget "bro">>$pbro<</widget>>
<<widget "Bro">>$pBro<</widget>>
<<widget "bigbro">><<if not $sister.isBlood>>$player.name<<else>>big $pbro<</if>><</widget>>
<<widget "BigBro">><<if not $sister.isBlood>>$player.name<<else>>Big $pBro<</if>><</widget>>
<<widget "brother">>$pbrother<</widget>>
<<widget "Brother">>$pBrother<</widget>>
<<widget "bigbrother">>big $pbrotherbase<</widget>>
<<widget "BigBrother">>Big $pbrotherbase<</widget>>
<<widget "son">>$pson<</widget>>
<<widget "Son">>$pSon<</widget>>
<<widget "master">>$pmaster<</widget>>
<<widget "Master">>$pMaster<</widget>>
<<widget "handsome">>$phandsome<</widget>>
<<widget "Handsome">>$pHandsome<</widget>>
<<widget "hard">><<if hasPenis()>>hard<<else>>wet<</if>><</widget>>
<<widget "Hard">><<if hasPenis()>>Hard<<else>>Wet<</if>><</widget>>
<<widget "faggot">><<if isMale()>>faggot<<else>>slut<</if>><</widget>>
<<widget "Faggot">><<if isMale()>>Faggot<<else>>Slut<</if>><</widget>>
<<widget "sissy">><<if isMale()>>sissy<<else>>cunt<</if>><</widget>>
<<widget "Sissy">><<if isMale()>>Sissy<<else>>Cunt<</if>><</widget>>
<<widget "formal">><<mr>> $player.surname<</widget>>
<<widget "Formal">><<Mr>> $player.surname<</widget>>
<<widget "daddy">><<if $player.baseGender is "male">>daddy<<else>>mommy<</if>><</widget>>
<<widget "Daddy">><<if $player.baseGender is "male">>Daddy<<else>>Mommy<</if>><</widget>>
<<widget "anal">>
<<set _sSize to 5>>
<<if $player.assSize is 0>>
<<run modAss(_sSize)>>
@@.xxx;Your anal virginity is taken by $args[0]!@@
<<else>>
<<if $args[1]>>
<<if $args[1] > $player.assSize>>
<<run modAss(_sSize)>>
@@.xxx;You can feel your <<aSize>> expanding as you're penetrated by $args[0]!@@
<<else>>
@@.xxx;Your <<aSize>> easily accommodates as you're penetrated by $args[0]!@@
<</if>>
<<else>>
<<run modAss(_sSize)>>
@@.xxx;You can feel your <<aSize>> expanding as you're penetrated by $args[0]!@@
<</if>>
<</if>>
<</widget>>
<<widget "vaginal">>
<<set _sSize to 5>>
<<if $player.pussySize is 0>>
<<run modPussy(_sSize)>>
@@.xxx;Your virginity is taken by $args[0]!@@
<<else>>
<<if $args[1]>>
<<if $args[1] > $player.pussySize>>
<<run modPussy(_sSize)>>
@@.xxx;You can feel your <<vSize>> expanding as you're penetrated by $args[0]!@@
<<else>>
@@.xxx;Your <<vSize>> easily accommodates as you're penetrated by $args[0]!@@
<</if>>
<<else>>
<<run modPussy(_sSize)>>
@@.xxx;You can feel your <<vSize>> expanding as you're penetrated by $args[0]!@@
<</if>>
<</if>>
<</widget>>
<<widget "ResetGenderReactions">>
<<set $HomeReaction to true>>
<<set $WorkReaction to true>>
<</widget>>
<<widget "tfm">>
<<switch $args[0]>>
<<case "sub">>
• @@.tf;You feel more submissive...@@
<<set $player.dom -= 1>>
<<case "dom">>
• @@.tf;You feel more dominant...@@
<<set $player.dom += 1>>
<<case "fem">>
• @@.tf;You feel more feminine...@@
<<if $player.identity is "female">>
<<set $player.genderv += 2>>
<<else>>
<<set $player.genderv += 1>>
<</if>>
<<case "mas">>
• @@.tf;You feel more masculine...@@
<<if $player.identity is "male">>
<<set $player.genderv -= 2>>
<<else>>
<<set $player.genderv -= 1>>
<</if>>
<<if hasStrapon()>>
<<set $player.genderv -= 2>>
<<else>>
<<set $player.genderv -= 1>>
<</if>>
<</switch>>
<</widget>>
<<widget "TooHorny">>
<<if isBimbo()>>
@@.xxx;As a hopeless, horny bimbo, you couldn't imagine the idea of not giving in to your urges...@@
<br><br>
<<elseif $player.horny >= 90>>
@@.xxx;You know this may not be the smartest thing to do right now, but you're just too fucking horny to think straight! Ultimately, you have no choice but to submit to your urges...@@
<br><br>
<</if>>
<</widget>>
<<widget "Mother">><<if $mom.isBlood>>Mother<<else>>Stepmother<</if>><</widget>>
<<widget "mother">><<if $mom.isBlood>>mother<<else>>stepmother<</if>><</widget>>
<<widget "Mom">><<if $mom.isBlood>>Mom<<else>>Stepmom<</if>><</widget>>
<<widget "mom">><<if $mom.isBlood>>mom<<else>>stepmom<</if>><</widget>>
<<widget "M-mom">><<if $mom.isBlood>>M-mom<<else>>$mom.name<</if>><</widget>>
<<widget "m-mom">><<if $mom.isBlood>>m-mom<<else>>$mom.name<</if>><</widget>>
<<widget "Mama">><<if $mom.isBlood>>Mama<<else>>Mama<</if>><</widget>>
<<widget "mama">><<if $mom.isBlood>>mama<<else>>mama<</if>><</widget>>
<<widget "Mommy">><<if $mom.isBlood>>Mommy<<else>>Mommy<</if>><</widget>>
<<widget "mommy">><<if $mom.isBlood>>mommy<<else>>mommy<</if>><</widget>>
<<widget "Sister">><<if $sister.isBlood>>Sister<<else>>Stepsister<</if>><</widget>>
<<widget "sister">><<if $sister.isBlood>>sister<<else>>stepsister<</if>><</widget>>
<<widget "littlesister">><<if $sister.isBlood>>little sister<<else>>stepsister<</if>><</widget>>
<<widget "Sis">><<if $sister.isBlood>>Sis<<else>>$sister.name<</if>><</widget>>
<<widget "sis">><<if $sister.isBlood>>sis<<else>>$sister.name<</if>><</widget>>
<<widget "S-sis">><<if $sister.isBlood>>S-sis<<else>>$sister.name<</if>><</widget>>
<<widget "s-sis">><<if $sister.isBlood>>s-sis<<else>>$sister.name<</if>><</widget>>
<<widget "Daughter">><<if $mom.isBlood isnot $sister.isBlood>>Girl<<else>>Daughter<</if>><</widget>>
<<widget "daughter">><<if $mom.isBlood isnot $sister.isBlood>>girl<<else>>daughter<</if>><</widget>>
<<widget "Children">><<if $mom.isBlood>>Children<<else>>Kids<</if>><</widget>>
<<widget "children">><<if $mom.isBlood>>children<<else>>kids<</if>><</widget>>
<<widget "Child">><<if $mom.isBlood>>Child<<else>>Kid<</if>><</widget>>
<<widget "child">><<if $mom.isBlood>>child<<else>>kid<</if>><</widget>><<widget "pic">>
<<if $ShowImages and not $UseArt>>
/* Notes
If there is no second argument (or the argument is "") then the image will
default to default.
• Use player to reflect male/female/ts from $player.baseGender.
Example - Given player is male:
<<pic $penny "kiss-player">>
...will display...
kiss-male.gif
<<pic $action "GEN-fuck-female">>
...will display...
male-fuck-female.gif
*/
/* Initialize temp variable */
<<ReturnImages _args[0]>>
<<set _Char = $img>>
<<unset _Img, _ShowImg>>
/* Confirm img property of object before proceeding */
<<if _Char.img>>
/* Parse $args[1] for image name */
<<if $args[1]>>
<<if $args[0] is $thepit>>
<<set _Img to $args[1]>>
<<run elog(`Image is from The Pit`)>>
<<run elog(`Image to load: ` + _Img)>>
<<elseif $args[1].length > 0>>
<<set _Img to $args[1]>>
<<if $player.baseGender is "male">>
<<set _Img to _Img.replace("player","male")>>
<<elseif $player.baseGender is "female">>
<<set _Img to _Img.replace("player","female")>>
<<else>>
<<set _Img to _Img.replace("player","ts")>>
<</if>>
/*
<<if $tasha.hasPussy>>
<<set _Img to _Img.replace("tasha","female")>>
<<else>>
<<set _Img to _Img.replace("tasha","ts")>>
<</if>>
*/
<<else>>
<<set _Img to "default">>
<</if>>
<<else>>
<<set _Img to "default">>
<</if>>
/* Check for Default image modifications */
<<if _Img is "default">>
<<if $args[0].default>>
<<set _Img to $args[0].default>>
<</if>>
<<elseif _Img is "spread">>
<<if $args[0] is $penny and $penny.isDom>>
<<set _Img = "spread-dom">>
<</if>>
<</if>>
/* Confirm image validity and display if valid */
<<if _Char.img[_Img]>>
/* Apply image path if imgPath property is present in img.js file */
<<if _Char.img.imgPath>>
<<set _ShowImg to _Char.img.imgPath>>
<<else>>
<<set _ShowImg to "">>
<</if>>
/* Apply custom settings for slave images */
<<if $args[0] is $thepit>>
<<if $BuyingSlave>>
<<set _gen to $pitSlaves[$PitDailySlaveName].gen>>
<<set _age to $pitSlaves[$PitDailySlaveName].age.toLowerCase()>>
<<set _index to $pitSlaves[$PitDailySlaveName].imgIndex>>
<<elseif $aSlave>>
<<set _gen to $pitSlaves[$aSlave].gen>>
<<set _age to $pitSlaves[$aSlave].age.toLowerCase()>>
<<set _index to $pitSlaves[$aSlave].imgIndex>>
<<elseif $slave>>
<<set _gen to $slave.gen>>
<<set _age to $slave.age.toLowerCase()>>
<<set _index to $slave.imgIndex>>
<<elseif $roomSlave>>
<<set _gen to $roomSlave.gen>>
<<set _age to $roomSlave.age.toLowerCase()>>
<<set _index to $roomSlave.imgIndex>>
<</if>>
<<set _age to _age.replace("young adult","adult")>>
<<if _Img isnot "lauren" and _Img isnot "elsa" and _Img isnot "sarina">>
<<set _ShowImg += _gen + "/" + _age + "/">>
<</if>>
<</if>>
/* Randomize image if allowed */
<<if $args[0] is $thepit>>
<<run elog(`Loading image from ThePit`)>>
<<run elog(`Attempting to load file starting with ` + _ShowImg)>>
<<run elog(`Image Index = ` + _index)>>
<<set _ShowImg += _Char.img[_Img][_index]>>
<<elseif _Char.img.allowRandom>>
<<set _ShowImg += _Char.img[_Img].random()>>
<<else>>
<<set _ShowImg += _Char.img[_Img][0]>>
<</if>>
<<if $DebugImages>>
@@Loading... _Img as _ShowImg@@<br>
<</if>>
/* Finally display image or video based on file extension */
<<if _ShowImg.contains(".mp4") or _ShowImg.contains(".webm")>>
<<showVideo _ShowImg>>
<<else>>
@@.pic;[img[_ShowImg]]@@
<</if>>
<<else>>
@@Failed to load _Img@@<br>
<</if>>
<</if>>
<</if>>
<</widget>>
<<widget "pic-Profile">>
/* Set Background and check for mood */
<<set _bg to "pics/actors/player/body/bg.png">>
<<set _mood to $args[1]>>
/* Check for accessory positions */
<<set _ears to "add/none.png", _collar to "add/none.png", _tail to "add/none.png">>
<<if $args[0].hasTail>>
<<set _tail to $args[0].actorPath + "add/tail.png">>
<</if>>
<<if $args[0].headPos1.includes(_mood)>>
<<if $args[0].hasEars>>
<<set _ears to $args[0].actorPath + "add/ears_1.png">>
<</if>>
<<if $args[0].hasCollar>>
<<set _collar to $args[0].actorPath + "add/collar_1.png">>
<</if>>
<<elseif $args[0].headPos2.includes(_mood)>>
<<if $args[0].hasEars>>
<<set _ears to $args[0].actorPath + "add/ears_2.png">>
<</if>>
<<if $args[0].hasCollar>>
<<set _collar to $args[0].actorPath + "add/collar_2.png">>
<</if>>
<<elseif $args[0].headPos3.includes(_mood)>>
<<if $args[0].hasEars>>
<<set _ears to $args[0].actorPath + "add/ears_3.png">>
<</if>>
<<if $args[0].hasCollar>>
<<set _collar to $args[0].actorPath + "add/collar_3.png">>
<</if>>
<</if>>
/* Set Layers */
<<set _body to $args[0].actorPath + "body/" + $args[0].outfit + ".png">>
<<set _head to $args[0].actorPath + "head/" + _mood + ".png">>
/* Draw Layers */
<div id="charThumb">
<<= '<img class="pa1" src="' + _bg + '">'>>
<<= '<img class="npc" src="' + _body + '">'>>
<<= '<img class="npc" src="' + _head + '">'>>
<<= '<img class="npc" src="' + _tail + '">'>>
<<= '<img class="npc" src="' + _collar + '">'>>
<<= '<img class="npc" src="' + _ears + '">'>>
</div>
<</widget>>
/* Generic image display widget used for basic, generic needs */
<<widget "img">>
<<if $ShowImages and not $UseArt>>
/* Sets the base path to _p */
<<set _p = $args[0]>>
/* check for additional pathing before defining the image */
<<if $args[1]>>
<<set _a = $args[1]>>
<<set _img = "pics/" + _p + "/" + _a>>
<<if $args[2]>>
<<set _m = $args[2]>>
<<set _img = _img + _m + ".jpg">>
<<else>>
<<set _img = _img + ".jpg">>
<</if>>
<<else>>
<<set _img = "pics/" + _p + "/default.jpg">>
<</if>>
/* Display the image file */
@@.pic;[img[_img]]@@
<</if>>
<</widget>>
/*
Widget for artwork, meant to be used WITH the pic widget to allow for either/or
Ex:
<<pic $mom "orgasm">>\
<<art $mom "orgasm">>\
<<pic $sophie>>\
<<art $sophie "happy">>\
<<art $sophie "aroused,2">>\
<<art $sophie "default" $diana "aroused">>\
<<art $diana "aroused,2,naked">>\
Syntax:
<<art $actor1 "img,zoomLevel,outfit" $actor2 "img,zoomLevel,outfit">>\
<<art "sister\act\solo">>
*/
<<widget "art">>
<<if $UseArt>>
<<if isObject($args[0])>>
/* Sets the background image to the player's current location defined by the <<loc>> widget. Also sets starting actor count to 1 */
<<set _bg to "pics/bg/" + $player.loc + ".jpg">>
<<set _actors to 1, _zoom to 1>>
<<set _outfit1 to "default/">>
/* Set image layers for Actor 1 */
<<if $args[1]>>
<<set _layers to $args[1].split(",")>>
/* Check for solo zoom level */
<<if _layers[1]>>
<<set _zoom to Number(_layers[1])>>
<<if _zoom < 2 or isNaN(_zoom)>>
<<set _zoom to 1>>
<</if>>
<<if _zoom > 2 or isNaN(_zoom)>>
<<set _zoom to 2>>
<</if>>
<</if>>
/* Sets outfit if defined */
<<if _layers[2]>>
<<set _outfit1 to _layers[2] + "/">>
<</if>>
<<set _exp1 to _layers[0]>>
<<set _body1 to "pics/" + $args[0].id + "/bust/" + _outfit1 + _exp1 + ".png">>
<<else>>
<<set _body1 to "pics/" + $args[0].id + "/bust/" + _outfit1 + "default.png">>
<</if>>
/* Set image layers for Actor 2 if $args[3] is present */
<<if $args[2]>>
<<set _actors to 2>>
<<if $args[3]>>
<<set _layers2 to $args[3].split(",")>>
<<if _layers2[1]>>
<<set _outfit2 to _layers2[1] + "/">>
<<else>>
<<set _outfit2 to "default/">>
<</if>>
<<set _exp2 to _layers2[0]>>
<<set _body2 to "pics/" + $args[2].id + "/bust/" + _outfit2 + _exp2 + ".png">>
<<else>>
<<set _body2 to "pics/" + $args[2].id + "/bust/" + _outfit2 + "default.png">>
<</if>>
<</if>>
/* Display and format images based of mobile or desktop browser, defined by $browser.detectmob function in StoryInit */
<<if detectMobile()>>
<div id="sceneMobile">
/* Draw Background */
<<= '<img class="bg" src="' + _bg + '">'>>
<<if _actors is 1>>
/* Draw Actor1 */
<<= '<img class="a' + _zoom + 'z" src="' + _body1 + '">'>>
<<elseif _actors is 2>>
/* Draw Actor 1 */
<<= '<img class="a1" src="' + _body1 + '">'>>
/* Draw Actor 2 */
<<= '<img class="a2" src="' + _body2 + '">'>>
<</if>>
</div>
<<else>>
<div id="scene">
/* Draw Background */
<<= '<img class="bg" src="' + _bg + '">'>>
<<if _actors is 1>>
/* Draw Actor1 */
<<= '<img class="a' + _zoom + 'z" src="' + _body1 + '">'>>
<<elseif _actors is 2>>
/* Draw Actor 1 */
<<= '<img class="a1" src="' + _body1 + '">'>>
/* Draw Actor 2 */
<<= '<img class="a2" src="' + _body2 + '">'>>
<</if>>
</div>
<</if>>
<<else>>
/* If the first argument is a string */
<<set _a = $args[0]>>
<<set _img = "pics/" + _a + ".jpg">>
/* Display the image file */
@@.pic;[img[_img]]@@
<</if>>
<</if>>
<</widget>>
/*
Simplified version of the "art" widget. Accepts strings
<<npc "ClubPearlServer">>\
Displays an NPC bust over the background. Bust must be a png in the npc folder
*/
<<widget "npc">>
<<if $UseArt>>
/* Sets the background image to the player's current location defined by the <<loc>> widget. */
<<set _bg to "pics/bg/" + $player.loc + ".jpg">>
<<set _actor to $args[0]>>
<<set _zoom to 1>>
/* Set zoom level */
<<if $args[1]>>
<<set _zoom to Number(_layers[1])>>
<<if _zoom < 2 or isNaN(_zoom)>>
<<set _zoom to 1>>
<</if>>
<<if _zoom > 2 or isNaN(_zoom)>>
<<set _zoom to 2>>
<</if>>
<</if>>
<<set _body to "pics/npc/" + _actor + ".png">>
/* Display and format images based of mobile or desktop browser, defined by $browser.detectmob function in StoryInit */
<<if detectMobile()>>
<div id="sceneMobile">
/* Draw Background */
<<= '<img class="bg" src="' + _bg + '">'>>
/* Draw Actor1 */
<<= '<img class="a' + _zoom + 'z" src="' + _body + '">'>>
</div>
<<else>>
<div id="scene">
/* Draw Background */
<<= '<img class="bg" src="' + _bg + '">'>>
/* Draw Actor1 */
<<= '<img class="a' + _zoom + 'z" src="' + _body + '">'>>
</div>
<</if>>
<<print '\n'>>
<</if>>
<</widget>>
<<widget "act">>
<<if $UseArt>>
/* <<act $sister "strip,aroused" 1>> */
/* Sets the background image to the player's current location defined by the <<loc>> widget. */
<<set _bg to "pics/bg/" + $player.loc + ".jpg", _zoom to 0>>
/* Adjust for MC image behavior */
<<if $args[0] is $player>>
<<set _gen to (isMale()) ? "M" : "F">>
<<set _layers to $args[1].split(",")>>
<<if _layers[1]>>
<<set _exp to _layers[0] + "-" + _layers[1]>>
<<else>>
<<set _exp to _layers[0]>>
<</if>>
<<set _body to "pics/actors/player/act/" + _gen + "/" + _layers[0] + "/" + _exp + ".png">>
<<else>>
/* Set image layers for Actor */
<<set _layers to $args[1].split(",")>>
<<set _exp to _layers[0]>>
/* If there are multiple layers, loop through all of them to append the pathname. Otherwise, keep the default pathname as _exp */
<<if _layers.length > 1>>
<<for _l = 1; _l < _layers.length; _l++>>
<<if _layers[_l] is "player">>
<<set _pathName to (isMale()) ? "male" : "female">>
<<if _layers[0] is "doggy">>
<<if isTrans()>>
<<set _pathName to "ts">>
<</if>>
<</if>>
<<else>>
<<set _pathName to _layers[_l]>>
<</if>>
<<set _exp += "-" + _pathName>>
<</for>>
<</if>>
/* Set the image path */
<<set _body to "pics/" + $args[0].id + "/act/" + _layers[0] + "/" + _exp + ".png">>
<</if>>
/* Check for solo zoom level */
<<if $args[2]>>
<<set _zoom to Number($args[2])>>
<<if _zoom > 2 or isNaN(_zoom)>>
<<set _zoom to 2>>
<</if>>
<</if>>
/* Display and format images based of mobile or desktop browser, defined by $browser.detectmob function in StoryInit */
<<if detectMobile()>>
<div id="sceneMobile">
/* Draw Background */
<<= '<img class="bg" src="' + _bg + '">'>>
/* Draw Actor */
<<= '<img class="a' + _zoom + 'z" src="' + _body + '">'>>
</div>
<<else>>
<div id="scene">
/* Draw Background */
<<= '<img class="bg" src="' + _bg + '">'>>
/* Draw Actor */
<<= '<img class="a' + _zoom + 'z" src="' + _body + '">'>>
</div>
<</if>>
<</if>>
<</widget>>
/* Basic image widget specifically for displaying room backgrounds */
<<widget "bg">>
<<if $UseArt>>
/* Set _img to full image path */
<<set _img = "pics/room/" + $args[0] + ".png">>
/* Display the image file */
@@.picNB;[img[_img]]@@
<</if>>
<</widget>>
/*
Widgets for adding art or acts where <<pic>> widgets don't exist.
Ex.
Text line...
<<pic $player>>\
<<art $player>>\
Text line...
<<artB $player>>\
Text line...
*/
<<widget "actB">>
<<if $UseArt>>
<<act $args[0] $args[1]>>
<<print '\n'>>
<</if>>
<</widget>>
<<widget "artB">>
<<if $UseArt>>
<<if $args[3]>>
<<art $args[0] $args[1] $args[2] $args[3]>>
<<elseif $args[2]>>
<<art $args[0] $args[1] $args[2]>>
<<elseif $args[1]>>
<<art $args[0] $args[1]>>
<<else>>
<<art $args[0]>>
<</if>>
<<print '\n'>>
<</if>>
<</widget>>
<<widget "picB">>
<<if not $UseArt>>
<<if $args[1]>>
<<pic $args[0] $args[1]>>
<<else>>
<<pic $args[0]>>
<</if>>
<<print '\n'>>
<</if>>
<</widget>>
/*
<<ShowAffection $actor>>
Displays hearts based on Affection or Corruption levels, showing whichever is higher
*/
<<widget "ShowAffection">>
<<set _actor to $args[0]>>
<<set _fullScale to true
>>
<<if $args[1]>>
<<set _sep to $args[1]>>
<<else>>
<<set _sep to "">>
<</if>>
<<set _ie to "HeartEmpty">>
<<if $args[2] is "lust">>
<<set _stat to "lust">>
<<set _imgFull to "HeartCorrFull">>
<<set _imgHalf to "HeartCorrHalf">>
<<elseif $args[2] is "love">>
<<set _stat to "love">>
<<set _imgFull to "HeartFull">>
<<set _imgHalf to "HeartHalf">>
<<elseif $args[2] is "high">>
<<if _actor.love >= _actor.lust>>
<<set _stat to "love">>
<<set _imgFull to "HeartFull">>
<<set _imgHalf to "HeartHalf">>
<<else>>
<<set _stat to "lust">>
<<set _imgFull to "HeartCorrFull">>
<<set _imgHalf to "HeartCorrHalf">>
<</if>>
<</if>>
<<if _actor is $kagney or _actor is $elsa>>
<<set _fullScale to false>>
<</if>>
<<if _actor[_stat] > 99>>
_sep<img data-passage=_imgFull><img data-passage=_imgFull><img data-passage=_imgFull><<if _fullScale>><img data-passage=_imgFull><img data-passage=_imgFull><</if>>
<<elseif _actor[_stat] > 89>>
_sep<img data-passage=_imgFull><img data-passage=_imgFull><img data-passage=_imgFull><<if _fullScale>><img data-passage=_imgFull><img data-passage=_imgHalf><</if>>
<<elseif _actor[_stat] > 79>>
_sep<img data-passage=_imgFull><img data-passage=_imgFull><img data-passage=_imgFull><<if _fullScale>><img data-passage=_imgFull><img data-passage=_ie><</if>>
<<elseif _actor[_stat] > 69>>
_sep<img data-passage=_imgFull><img data-passage=_imgFull><img data-passage=_imgFull><<if _fullScale>><img data-passage=_imgHalf><img data-passage=_ie><</if>>
<<elseif _actor[_stat] > 59>>
_sep<img data-passage=_imgFull><img data-passage=_imgFull><img data-passage=_imgFull><<if _fullScale>><img data-passage=_ie><img data-passage=_ie><</if>>
<<elseif _actor[_stat] > 49>>
_sep<img data-passage=_imgFull><img data-passage=_imgFull><img data-passage=_imgHalf><<if _fullScale>><img data-passage=_ie><img data-passage=_ie><</if>>
<<elseif _actor[_stat] > 39>>
_sep<img data-passage=_imgFull><img data-passage=_imgFull><img data-passage=_ie><<if _fullScale>><img data-passage=_ie><img data-passage=_ie><</if>>
<<elseif _actor[_stat] > 29>>
_sep<img data-passage=_imgFull><img data-passage=_imgHalf><img data-passage=_ie><<if _fullScale>><img data-passage=_ie><img data-passage=_ie><</if>>
<<elseif _actor[_stat] > 19>>
_sep<img data-passage=_imgFull><img data-passage=_ie><img data-passage=_ie><<if _fullScale>><img data-passage=_ie><img data-passage=_ie><</if>>
<<elseif _actor[_stat] > 0>>
_sep<img data-passage=_imgHalf><img data-passage=_ie><img data-passage=_ie><<if _fullScale>><img data-passage=_ie><img data-passage=_ie><</if>>
<</if>>
<</widget>><<widget "GetFamilyLocation">>
<<set $locKitchen = []>>
<<set $locSisterRoom = []>>
<<set $locMomRoom = []>>
<<set $locRoom = []>>
<<set $locLivingRoom = []>>
<<if $NoWork>>
<<switch $time.time>>
<<case "Morning">>
<<set $locKitchen.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locKitchen.push("$sister.name")>>
<</if>>
<<if $ElsaVisiting>>
<<set $locKitchen.push("$elsa.name")>>
<</if>>
<<case "Late Morning">>
<<if $ElsaVisiting>>
<<if isFriday()>>
<<set $locLivingRoom.push("$elsa.name")>>
<<else>>
<<set $locLivingRoom.push("$mom.name","$elsa.name")>>
<</if>>
<<else>>
<<set $locLivingRoom.push("$mom.name")>>
<</if>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<<case "Noon">>
<<set $locMomRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<<if $ElsaVisiting>>
<<set $locLivingRoom.push("$elsa.name")>>
<</if>>
<<case "Early Afternoon">>
<<set $locMomRoom.push("$mom.name")>>
<<if $ElsaVisiting>>
<<set $locMomRoom.push("$elsa.name")>>
<</if>>
<<if not $sister.isPornstar>>
<<if flag($sister,"WatchWebcam") and cd("SisterFriendMovie")>>
<<set $locLivingRoom.push("????")>>
<<else>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<</if>>
<<case "Afternoon">>
<<if not $sister.isPornstar>>
<<if flag($sister,"WatchWebcam") and cd("SisterFriendMovie")>>
<<set $locLivingRoom.push("????")>>
<<else>>
<<if not $ElsaVisiting>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<</if>>
<</if>>
<<if $ElsaVisiting>>
<<set $locSisterRoom.push("$elsa.name")>>
<</if>>
<<case "Evening">>
<<if $ElsaVisiting>>
<<set $locLivingRoom.push("$elsa.name")>>
<</if>>
<<set $locLivingRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<<case "Night">>
<<if $TightestFamily>>
<<set $locRoom.push("$mom.name","$sister.name")>>
<<else>>
<<if not $mom.isSlut>>
<<set $locMomRoom.push("$mom.name")>>
<</if>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<</if>>
<<if $ElsaVisiting>>
<<set $locSisterRoom.push("$elsa.name")>>
<</if>>
<</switch>>
<<elseif $FreePlay>>
<<switch $time.time>>
<<case "Morning">>
<<set $locKitchen.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<if isFriday() or isSaturday() or isSunday()>>
<<set $locSisterRoom.push("$sister.name")>>
<<else>>
<<set $locKitchen.push("$sister.name")>>
<</if>>
<</if>>
<<case "Late Morning">>
<<set $locLivingRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<<case "Noon">>
<<set $locMomRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<<case "Early Afternoon">>
<<set $locMomRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<if flag($sister,"WatchWebcam") and cd("SisterFriendMovie")>>
<<set $locLivingRoom.push("????")>>
<<else>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<</if>>
<<case "Afternoon">>
<<if not $sister.isPornstar>>
<<if flag($sister,"WatchWebcam") and cd("SisterFriendMovie")>>
<<set $locLivingRoom.push("????")>>
<<else>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<</if>>
<<case "Evening">>
<<set $locLivingRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<<case "Night">>
<<if $TightestFamily>>
<<set $locRoom.push("$mom.name","$sister.name")>>
<<else>>
<<if not $mom.isSlut>>
<<set $locMomRoom.push("$mom.name")>>
<</if>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<</if>>
<</switch>>
<<else>>
<<switch $time.day>>
<<case "Monday" "Tuesday" "Wednesday" "Thursday">>
<<switch $time.time>>
<<case "Morning">>
<<set $locKitchen.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locKitchen.push("$sister.name")>>
<</if>>
<<case "Late Morning">>
<<set $locLivingRoom.push("$mom.name")>>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Evening">>
<<set $locLivingRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<<case "Night">>
<<if $TightestFamily>>
<<set $locRoom.push("$mom.name","$sister.name")>>
<<else>>
<<if not $mom.isSlut>>
<<set $locMomRoom.push("$mom.name")>>
<</if>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<</if>>
<</switch>>
<<case "Friday">>
<<switch $time.time>>
<<case "Morning">>
<<set $locKitchen.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<<case "Late Morning">>
<<set $locLivingRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<<case "Noon">>
<<if not $sister.isPornstar>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<<case "Early Afternoon">>
<<if not $sister.isPornstar>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<<case "Afternoon">>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<<case "Evening">>
<<set $locLivingRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<<case "Night">>
<<if $TightestFamily>>
<<set $locRoom.push("$mom.name","$sister.name")>>
<<else>>
<<if not $mom.isSlut>>
<<set $locMomRoom.push("$mom.name")>>
<</if>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<</if>>
<</switch>>
<<case "Saturday" "Sunday">>
<<switch $time.time>>
<<case "Morning">>
<<set $locKitchen.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<<case "Late Morning">>
<<set $locLivingRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<<case "Noon">>
<<set $locMomRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<<case "Early Afternoon">>
<<set $locMomRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<if flag($sister,"WatchWebcam") and cd("SisterFriendMovie")>>
<<set $locLivingRoom.push("????")>>
<<else>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<</if>>
<<case "Afternoon">>
<<if not $sister.isPornstar>>
<<if flag($sister,"WatchWebcam") and cd("SisterFriendMovie")>>
<<set $locLivingRoom.push("????")>>
<<else>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<</if>>
<<case "Evening">>
<<set $locLivingRoom.push("$mom.name")>>
<<if not $sister.isPornstar>>
<<set $locLivingRoom.push("$sister.name")>>
<</if>>
<<case "Night">>
<<if $TightestFamily>>
<<set $locRoom.push("$mom.name","$sister.name")>>
<<else>>
<<if not $mom.isSlut>>
<<set $locMomRoom.push("$mom.name")>>
<</if>>
<<if not $sister.isPornstar>>
<<set $locSisterRoom.push("$sister.name")>>
<</if>>
<</if>>
<</switch>>
<</switch>>
<</if>>
<</widget>>
<<widget "GetWorkLocation">>
<<set $locFrontDesk = []>>
<<set $locLab = []>>
<<set $locJohnOffice = []>>
<<set $locTashaOffice = []>>
<<set $locRecordsOffice = []>>
<<set $locMedicalOffice = []>>
<<set $locSophieOffice = []>>
<<set $locCommons = []>>
<<set $locBathroom = []>>
<<set $locCubicles = []>>
<<set $locPit = []>>
/* Static Locations */
<<if flag($elsa,"Company") and not isNight()>>
<<set $locFrontDesk.push("$elsa.name")>>
<</if>>
<<switch $time.time>>
<<case "Morning">>
<<set $locFrontDesk.push("$kagney.name")>>
<<if not $tasha.isGone>>
<<set $locTashaOffice.push("$tasha.name")>>
<</if>>
<<if dose($diana,"greet") and not $diana.isGone>>
<<set $locFrontDesk.push("$diana.name")>>
<</if>>
<<if dose($john,"labTest") and $john.isMale and dose($tasha,"masturbate") and not $tasha.isGone>>
<<set $locTashaOffice.push("$john.name")>>
<</if>>
<<set $locMedicalOffice.push("$julia.name")>>
<<case "Late Morning">>
<<set $locFrontDesk.push("$kagney.name")>>
<<set $locLab.push("$penny.name")>>
<<if not $tasha.isGone>>
<<set $locTashaOffice.push("$tasha.name")>>
<</if>>
<<if not $diana.isGone>>
<<set $locRecordsOffice.push("$diana.name")>>
<<elseif $Chapter < 4>>
<<set $locRecordsOffice.push("$lauren.name")>>
<</if>>
<<set $locMedicalOffice.push("$julia.name")>>
<<set $locSophieOffice.push("$sophie.name")>>
<<set $locBathroom.push("$john.name")>>
<<case "Noon">>
<<set $locFrontDesk.push("$kagney.name")>>
<<if $john.cPenny > 1 and not $penny.isWhore>>
<<set $locJohnOffice.push("$penny.name")>>
<<elseif dose($john,"numb")>>
<<set $locJohnOffice.push("$john.name")>>
<</if>>
<<if not $diana.isGone>>
<<set $locRecordsOffice.push("$diana.name")>>
<</if>>
<<if $julia.isBimbo or dose($john,"numb")>>
<<set $locMedicalOffice.push("$julia.name")>>
<<else>>
<<set $locCommons.push("$julia.name","$john.name")>>
<</if>>
<<set $locSophieOffice.push("$sophie.name")>>
<<set $locCommons.push("$tasha.name")>>
<<if $john.cPenny < 1 and not $penny.isWhore>>
<<set $locCommons.push("$penny.name")>>
<</if>>
<<if $Chapter is 3 and $diana.isGone>>
<<set $locCommons.push("$lauren.name")>>
<</if>>
<<if $penny.isWhore>>
<<set $locCubicles.push("$penny.name")>>
<</if>>
<<case "Early Afternoon">>
<<set $locFrontDesk.push("$kagney.name")>>
<<set $locLab.push("$penny.name")>>
<<if not $tasha.isGone>>
<<set $locTashaOffice.push("$tasha.name")>>
<</if>>
<<set $locJohnOffice.push("$john.name")>>
<<set $locSophieOffice.push("$sophie.name")>>
<<set $locMedicalOffice.push("$julia.name")>>
<<if not $diana.isGone>>
<<set $locRecordsOffice.push("$diana.name")>>
<<elseif $Chapter < 4>>\
<<set $locRecordsOffice.push("$lauren.name")>>
<</if>>
<<if $mom.isSlut>>
<<set $locCubicles.push("$mom.name")>>
<</if>>
<<case "Afternoon">>
<<set $locFrontDesk.push("$kagney.name")>>
<<set $locLab.push("$penny.name")>>
<<if not $tasha.isGone>>
<<set $locTashaOffice.push("$tasha.name")>>
<</if>>
<<set $locJohnOffice.push("$john.name")>>
<<if $diana.isGone and $Chapter < 4>>\
<<set $locRecordsOffice.push("$lauren.name")>>
<</if>>
<<set $locMedicalOffice.push("$julia.name")>>
<<set $locSophieOffice.push("$sophie.name")>>
<<if not $diana.isGone>>
<<set $locCommons.push("$diana.name")>>
<</if>>
<<if $mom.isSlut>>
<<set $locPit.push("$mom.name")>>
<</if>>
<<case "Evening">>
<<if not cd("KagneyLabSex")>>
<<set $locFrontDesk.push("$kagney.name")>>
<</if>>
<<if $diana.isGone and $Chapter < 4>>\
<<set $locRecordsOffice.push("$lauren.name")>>
<</if>>
<<if dose($john,"labHelp") and $john.isMale and not cd("KagneyLabSex")>>
<<set $locLab.push("$john.name")>>
<</if>>
<<if dose($tasha,"officeSex")>>
<<if not $tasha.isGone>>
<<set $locTashaOffice.push("$tasha.name")>>
<</if>>
<</if>>\
<<case "Night">>
<</switch>>
<</widget>>
<<widget "ShowLoc">>
<<if $args[0].length > 0>>
- @@$args[0]@@
<</if>>
<</widget>>
<<widget "loc_Landing">>
<<img "room" "Landing">>
<<set $Location = "Home - Landing">>
<<if isDark()>>
<<set $player.loc to "Landing-night">>
<<else>>
<<set $player.loc to "Landing">>
<</if>>
/*<<if not $args[0]>>
<<set _l to "bg/" + $player.loc>><<art _l>>
<</if>>*/
<<bg $player.loc>>
<</widget>>
<<widget "loc_Room">>
<<img "room" "Bedroom">>
<<set $Location = "Home - Your Room">>
<<if isDark()>>
<<set $player.loc to "Bedroom-night">>
<<else>>
<<set $player.loc to "Bedroom">>
<</if>>
<<bg $player.loc>>
<</widget>>
<<widget "loc_LivingRoom">>
<<img "room" "LivingRoom">>
<<set $Location = "Home - Living Room">>
<<if isNight()>>
<<set $player.loc to "LivingRoom-dark">>
<<elseif isDark()>>
<<set $player.loc to "LivingRoom-night">>
<<else>>
<<set $player.loc to "LivingRoom">>
<</if>>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Kitchen">>
<<img "room" "Kitchen">>
<<set $Location = "Home - Kitchen">>
<<if isDark()>>
<<set $player.loc to "Kitchen-night">>
<<else>>
<<set $player.loc to "Kitchen">>
<</if>>
<<bg $player.loc>>
<</widget>>
<<widget "loc_HomeBathroom">>
<<img "room" "Bathroom">>
<<set $Location = "Home - Bathroom">>
<<set $player.loc = "HomeBathroom">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_MomRoom">>
<<img "room" "MomRoom">>
<<set $Location = "Home - $mom.name's Room">>
<<if isDark()>>
<<set $player.loc to "MomRoom-night">>
<<else>>
<<set $player.loc to "MomRoom">>
<</if>>
<<bg $player.loc>>
<</widget>>
<<widget "loc_SisterRoom">>
<<img "room" "SisterRoom">>
<<set $Location = "Home - $sister.name's Room">>
<<if isDark()>>
<<set $player.loc to "SisterRoom-night">>
<<else>>
<<set $player.loc to "SisterRoom">>
<</if>>
<<bg $player.loc>>
<</widget>>
<<widget "loc_CompanyOutside">>
<<img "room" "CompanyOutside">>
<<set $Location = "Company - Exterior">>
<<set $player.loc to "CompanyOutside">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Lab">>
<<img "room" "Lab">>
<<set $Location = "Company - Lab">>
<<set $player.loc to "Lab">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Lift">>
<<img "room" "Lift">>
<<set $Location = "Company - Lift">>
<<set $player.loc to "Lobby">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_SophieOffice">>
<<img "room" "SophieOffice">>
<<set $Location = "Company - $sophie.name's Office">>
<<if isDark()>>
<<set $player.loc to "SophieOffice-night">>
<<else>>
<<set $player.loc to "SophieOffice">>
<</if>>
<<bg $player.loc>>
<</widget>>
<<widget "loc_LabHallway">>
<<img "room" "LabHallway">>
<<set $Location = "Company - Lab Level">>
<<set $player.loc to "Lab">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_SalesOffice">>
<<img "room" "SalesOffice">>
<<set $player.loc to "SalesOffice">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_RecordsOffice">>
<<img "room" "RecordsOffice">>
<<set $Location = "Company - Records Office">>
<<set $player.loc to "RecordsOffice">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Lobby">>
<<img "room" "OfficeHallway">>
<<set $Location = "Company - Lobby">>
<<set $player.loc to "Lobby">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Bathroom">>
<<img "room" "Bathroom">>
<<set $Location = "Company - Bathroom">>
<<set $player.loc to "HomeBathroom">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Commons">>
<<img "room" "Commons">>
<<set $Location = "Company - Common Area">>
<<set $player.loc to "Lobby">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_MedicalOffice">>
<<img "room" "Medical">>
<<set $Location = "Company - Medical Office">>
<<set $player.loc to "MedicalOffice">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Cubicles">>
<<img "room" "Cubicles">>
<<set $Location = "Company - Office Cubicles">>
<<set $player.loc to "Lobby">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_CompanyHQ">>
<<img "room" "CompanyHQ">>
<<set $Location = "Company - Headquarters">>
<<set $player.loc to "RecordsOffice">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_CompanyBar">>
<<img "room" "CompanyHQ">>
<<set $Location = "Company - Headquarters">>
<<set $player.loc to "CompanyBar">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Bar">>
<<img "room" "Bar">>
<<set $Location = "The Place">>
<</widget>>
<<widget "loc_ClubPearl">>
<<img "room" "ClubPearl">>
<<set $Location = "Club Pearl">>
<<set $player.loc to "Club">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Theater">>
<<img "room" "Theater">>
<<set $Location = "Movie Theater">>
<<set $player.loc to "Theater">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Diner">>
<<img "room" "Diner">>
<<set $Location = "Rhonda's Diner">>
<</widget>>
<<widget "loc_Cafe">>
<<img "room" "Diner">>
<<set $Location = "Fancy Cafe">>
<<set $player.loc to "Cafe">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Ramen">>
<<img "room" "Ramen">>
<<set $Location = "Japanese Restuarant">>
<<set $player.loc to "Restaurant">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_TrainingRoom">>
<<img "room" "TrainingRoom">>
<<set $Location = "Training Room">>
<<set $player.loc to "TrainingRoom">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Studio">>
<<img "room" "Studio">>
<<set $Location = "Studio">>
<</widget>>
<<widget "loc_Mall">>
<<img "room" "Mall">>
<<set $Location = "Mall - Plaza">>
<<set $player.loc to "Mall">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_MensBoutique">>
<<img "room" "MensBoutique">>
<<set $Location = "Mall - Men's Boutique">>
<<set $player.loc to "MensBoutique">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_WomensBoutique">>
<<img "room" "WomensBoutique">>
<<set $Location = "Mall - Women's Boutique">>
<<set $player.loc to "WomensBoutique">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Intimate">>
<<img "room" "Intimates">>
<<set $Location = "Mall - Intimate Apparel">>
<<set $player.loc to "Intimates">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Image">>
<<img "room" "Image">>
<<set $Location = "Mall - IMAGE">>
<<set $player.loc to "Image">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_PennyApartment">>
<<img "room" "PennyApartment">>
<<set $Location = "Penny's Apartment">>
<</widget>>
<<widget "loc_TashaApartment">>
<<img "room" "PennyApartment">>
<<set $Location = "Tasha's Apartment">>
<</widget>>
<<widget "loc_LaurenApartment">>
<<img "room" "PennyApartment">>
<<set $Location = "Lauren's Apartment">>
<</widget>>
<<widget "loc_JohnApartment">>
<<img "room" "PennyApartment">>
<<set $Location = "John's Apartment">>
<</widget>>
<<widget "loc_SophieApartment">>
<<img "room" "PennyApartment">>
<<set $Location = "Sophie's Condo">>
<</widget>>
<<widget "loc_Steakhouse">>
<<img "room" "Steakhouse">>
<<set $Location = "Rippin' Steer Steakhouse">>
<<set $player.loc to "Restaurant">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Rail">>
<<img "room" "Rail">>
<<set $Location = "Underground Rail">>
<</widget>>
<<widget "loc_HQRoom">>
<<img "room" "HQRoom">>
<<set $Location = "Company HQ Lodging Room">>
<</widget>>
<<widget "loc_HQLobby">>
<<img "room" "HQLobby">>
<<set $Location = "Company HQ Lobby">>
<</widget>>
<<widget "loc_HQLab">>
<<img "room" "HQLab">>
<<set $Location = "Company HQ Lab">>
<</widget>>
<<widget "loc_Park">>
<<img "room" "Park">>
<<set $Location = "Outside">>
<</widget>>
<<widget "loc_Outside">>
<<img "room" "Park">>
<<set $Location = "Outside">>
<</widget>>
<<widget "loc_Night">>
<<img "room" "OutsideNight">>
<<set $Location = "Outside">>
<<set $player.loc to "OutsideNight">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Dream">>
<<img "room" "Night">>
<<set $Location = "Dreaming">>
<<set $player.loc to "Night">>
<<bg $player.loc>>
<</widget>>
<<widget "loc_Hotel">>
<<img "room" "HQRoom">>
<<set $Location = "Hotel Room">>
<</widget>>
<<widget "loc_Bowling">>
<<img "room" "BowlingAlley">>
<<set $Location = "Bowling Alley">>
<</widget>>
<<widget "t1">>@@color:skyblue;►@@<</widget>>
<<widget "t2">>@@color:skyblue;►►@@<</widget>>
<<widget "s1">>@@.iconRed;♥@@<</widget>>
<<widget "s2">>@@.iconRed;♥♥@@<</widget>>
<<widget "s3">>@@.iconRed;♥♥♥@@<</widget>>
<<widget "new">>@@color:skyblue;//New!//@@<</widget>><<widget "Pro">>
<<set _pro to $args[0]>>
<<set _thumb to $args[1]>>
<<if _pro is $thepit>>
<<set _proImg to $thepit>>
<<else>>
<<set _proImg to $img>>
<</if>>
<<if _pro.isHidden is true>>
<<set _profileVersion to 1>>
<<else>>
<<set _profileVersion to 0>>
<</if>>
<<if isObject(_pro)>>
<<if $UseArt>>
<<if _pro is $player>>
<<if isMale()>>
<<set _profilePic to "pics/profile/Male.jpg">>
<<else>>
<<set _profilePic to "pics/profile/Female.jpg">>
<</if>>
<<else>>
<<set _profilePic to "pics/profile/" + $args[0].id + ".jpg">>
<</if>>
<<elseif _pro is $player>>
<<set _profilePic to _proImg.img["portrait"]>>
<<elseif _pro.portrait>>
<<if _pro.isSimple>>
<<set _profilePic to "pics/profile/" + _pro.portrait + ".jpg">>
<<elseif _pro.useNPC>>
<<set _profilePic to _proImg.img[_pro.portrait]>>
<<else>>
<<set _profilePic to _proImg.img[_pro.portrait]>>
<</if>>
<<elseif _pro.default and not _pro.noOutfit>>
<<set _port to _pro.default + "-pro">>
<<set _profilePic to _proImg.img[_port]>>
<<else>>
<<set _profilePic to "pics/profile/" + _pro.portrait + ".jpg">>
<</if>>
<<else>>
<<set _profilePic to "pics/profile/" + $args[0] + ".jpg">>
<</if>>
<<if isString(_profilePic)>>
<<set _profileImg to _profilePic>>
<<else>>
<<set _profileImg to _profilePic[_profileVersion]>>
<</if>>
<<if $ShowImages>>
<<if $ShowPlayerPortrait>>
<<if $UsePics and _pro is $player>>
<<DisplayCharacterThumb>>
<<else>>
<<if _thumb is true>>
@@.thumbSmall;[img[_profileImg]]@@
<<else>>
@@.pro;[img[_profileImg]]@@
<</if>>
<</if>>
<<else>>
<<if $args[0] isnot $player.portrait>>
<<if _thumb is true>>
@@.thumbSmall;[img[_profileImg]]@@
<<else>>
@@.pro;[img[_profileImg]]@@
<</if>>
<</if>>
<</if>>
<</if>>
<</widget>>
<<widget "Thought">>
<<set _tht to $args.random()>>
<blockquote><<= '@@.thought;\n_tht\n@@'>></blockquote>
<</widget>>
/* Dialogue widget */
<<widget "nm">>
/* Assign variables to friendly names */
<<set
_ValidMSG to true,
$Speaker to $args[0],
_msg to $args[1],
_thought to $args[2]
>>
/* Check to see if the speaker is a valid speaker */
<<CheckMSG $Speaker>>
<<ReturnImages $Speaker>>
/* If the speaker is valid, behave accordingly */
<<if _ValidMSG>>
<<if $Speaker is $player>>
/* Player-specific message functions */
<<if $player.isMute>>
<<set _thought to _msg>>
<<set _msg to "...">>
<</if>>
<<if _thought>>
/* If dialogue contains a thought bubble, display it */
<<= '@@.' + $Speaker.style + ';\n<<Pro $Speaker>>$Speaker.name <<moodPlayer $Speaker>><hr>\n<<Thought _thought>>_msg\n@@'>>
<<else>>\
<<= '@@.' + $Speaker.style + ';\n<<Pro $Speaker>>$Speaker.name <<moodPlayer $Speaker>><hr>\n_msg\n@@'>>
<</if>>\
<<elseif _thought>>
/* If dialogue contains a thought bubble, display it */
<<= '@@.' + $Speaker.style + ';\n<<Pro $Speaker>>$Speaker.name <<ShowAffection $Speaker "- " "high">><hr>\n<<Thought _thought>>_msg\n@@'>>
<<elseif $Speaker.isDog is true>>
/* If the speaker has the isDog attribute, replace their dialogue with randomized barking noises */
<<set _dogTalkR to random(1,6)>>
<<set _msg to "">>
<<for _dogTL=0; _dogTL < _dogTalkR; _dogTL++>>
<<set _msg += setup.dogTalk.random()>>
<</for>>
<<= '@@.' + $Speaker.style + ';\n<<Pro $Speaker>>$Speaker.name <<ShowAffection $Speaker "- " "high">><hr>\n_msg\n@@'>>
<<elseif $Speaker.isMouse>>
/* If the speaker has the isMouse attribute, replace their dialogue with randomized barking noises */
<<if chance(50)>>
<<set _msg to "@@*squeak*@@ " + _msg>>
<</if>>
<<if chance(50)>>
<<set _msg to _msg + " @@*squeak*@@">>
<</if>>
<<= '@@.' + $Speaker.style + ';\n<<Pro $Speaker>>$Speaker.name <<ShowAffection $Speaker "- " "high">><hr>\n_msg\n@@'>>
<<else>>
/* If there are no special parameters, display the message normally */
<<= '@@.' + $Speaker.style + ';\n<<Pro $Speaker>>$Speaker.name <<ShowAffection $Speaker "- " "high">><hr>\n_msg\n@@'>>
<</if>>
<</if>>
<<unset $Speaker>>
<</widget>>
<<widget "nmr">>
<<ReturnImages $Speaker>>
<<set _ValidMSG to true, $Speaker to $args[0]>>
<<CheckMSG $Speaker>>
<<if _ValidMSG>>
<<if $Speaker.pName>>
<<set $PNAME to $Speaker.pName>>
<</if>>
<<if $args.length > 1>>
<<set _mOut to random(1,$args.length-1)>>
<<else>>
<<set _mOut to "I AM ERROR">>
<</if>>
<<= '@@.' + $Speaker.style + ';\n<<Pro $Speaker>>$Speaker.name <<moodPlayer $Speaker>><hr>\n$args[_mOut]\n@@'>>
<</if>>
<</widget>>
<<widget "nmc">>
<<if $args[2]>>
<<set $SpeakerPortrait to $args[2]>>
<<else>>
<<set $SpeakerPortrait to "Unknown">>
<</if>>
<<set $SpeakerName to $args[0]>>
<<= '@@.men;\n<<Pro $SpeakerPortrait 1>>$SpeakerName<hr>\n$args[1]\n@@'>>
<</widget>>
<<widget "dl">>
/* Generates one dialogue if args[0] is true, otherwise another */
<<if $args[0] is true>>$args[1]<<else>>$args[2]<</if>>
<</widget>>
<<widget "CheckMSG">>
/* Player Checks */
<<if $args[0] is "BIMBO">>
<<if isBimbo()>>
<<set $Speaker to $player>>
<<else>>
<<set _ValidMSG to false>>
<</if>>
<<elseif $args[0] is "SISSY">>
<<if isSissy()>>
<<set $Speaker to $player>>
<<else>>
<<set _ValidMSG to false>>
<</if>>
<<elseif $args[0] is "DEFAULT">>
<<if not isSissy() and not isBimbo()>>
<<set $Speaker to $player>>
<<else>>
<<set _ValidMSG to false>>
<</if>>
<</if>>
/* Penny Checks */
<<if $args[0] is "penny-o">>
<<if $penny.isObedient>>
<<set $Speaker to $penny>>
<<else>>
<<set _ValidMSG to false>>
<</if>>
<<elseif $args[0] is "penny-w">>
<<if $penny.isWhore>>
<<set $Speaker to $penny>>
<<else>>
<<set _ValidMSG to false>>
<</if>>
<<elseif $args[0] is "penny-d">>
<<if $penny.isDom>>
<<set $Speaker to $penny>>
<<else>>
<<set _ValidMSG to false>>
<</if>>
<<elseif $args[0] is "penny">>
<<if not $penny.isObedient and not $penny.isWhore and not $penny.isDom>>
<<set $Speaker to $penny>>
<<else>>
<<set _ValidMSG to false>>
<</if>>
<</if>>
/* John Checks */
<<if $args[0] is "john-nice">>
<<if $john.isMale and dose($john,"nice")>>
<<set $Speaker to $john>>
<<else>>
<<set _ValidMSG to false>>
<</if>>
<<elseif $args[0] is "john-mean">>
<<if $john.isMale and not dose($john,"nice")>>
<<set $Speaker to $john>>
<<else>>
<<set _ValidMSG to false>>
<</if>>
<<elseif $args[0] is "john-girl">>
<<if $john.isFemale>>
<<set $Speaker to $john>>
<<else>>
<<set _ValidMSG to false>>
<</if>>
<</if>>
<</widget>>
<<widget "cough">>@@*COUGH*@@<</widget>><<widget "NewDay">>
<<set $DaysPlayed += 1>>
<<if not $pitSlaves>>
<<set $pitSlaves to {}>>
<</if>>
<<set $TrainingPoints to $MaxTrainingPoints>>
<<set $BoughtSlave to false>>
<<if timeIsAfter(20171108) and not $UnlockPit>>
<<set $UnlockPit to true>>
<</if>>
<<NewDailySlave>>
<<if $StaffChange is "HireLauren">>
<<set $diana.isGone to true>>
<<elseif $StaffChange is "HireDiana">>
<<set $diana.isGone to false>>
<</if>>
<<unset $StaffChange>>
<<unset $TashaOfficeSex>>
<<if $FreePlay and not $InitializeFreePlay>>
<<InitializeFreePlay>>
<</if>>
<<run newDay()>>
<<run countdownDailyCD()>>
<<run countdownActorCD()>>
<<run eventCD()>>
<<set $HomeEventsUnlocked to removeDupes($HomeEventsUnlocked)>>
<<set $WorkEventsUnlocked to removeDupes($WorkEventsUnlocked)>>
<<set $DreamEventsUnlocked to removeDupes($DreamEventsUnlocked)>>
<<set $NightEventsUnlocked to removeDupes($NightEventsUnlocked)>>
<<set $veruca.talked to false>>
<<set $ash.talked to false>>
<<set $lexi.talked to false>>
<<set $siri.talked to false>>
<<if isSunday()>>
<<set $PrefSlaveGender to ["male","female","trans"].random()>>
<</if>>
<<if $UnlockPit and not $FreePlay>>
<<set $serum[4].unlocked = true>>
<<set $serum[5].unlocked = true>>
<<set $serum[6].unlocked = true>>
<</if>>
<<unset $SkipWakeupEvent>>
<<if not $FreePlay>>\
<<if isSeptember(13)>>
<<AddWorkEvent 3>>
<<AddWorkEvent 4>>
<</if>>
<<if isOctober(14) or isOctober(15) or isOctober(16)>>
<<set $diana.isGone to true>>
<<RemoveWorkEvent 17 18>>
<</if>>
<<if isOctober(17)>>
<<AddConvo $lauren 3>>
<</if>>
<<if timeIsAfter(20171119)>>
<<set $PauseTF to true>>
<<set $NoWork to true>>
<</if>>
<<if timeIsAfter(20171125)>>
<<set $PauseTF to false>>
<<set $NoWork to false>>
<<set $ElsaVisiting to false>>
<</if>>
<<if timeIsAfter(20171101) and not seenConvo($kagney,2)>>
<<AddConvo $kagney 2>>
<</if>>
<<if timeIsAfter(20171219) and not flag($player,"HelpedJag")>>
<<SetFlag $player "JagGone">>
<<SetFlag $player "JagDead">>
<<RemoveConvo $diana 6 7 8>>
<<RemoveConvo $craig 1>>
<<RemoveConvo $sophie 10>>
<</if>>
<<if isDecember(25)>>
<<set $NoWork to true>>
<<elseif isDecember(26)>>
<<set $NoWork to false>>
<</if>>
<</if>>
<<if flag($player,"absorbSerum") and not $EventsEnabled>>
<<set $EventsEnabled to true>>
<</if>>
/* Force Ava into serum-induced outfits */
<<if dose($mom,"nude")>><<set $mom.default to "ava-nekkid">><</if>>
<<if dose($mom,"maid")>><<set $mom.default to "ava-maid",$player.coinOutfits.pushUnique("ava-maid")>><</if>>
<<if $sophie.doseF > 0>><<set $sophie.isLover to true>><</if>>
<<if $sophie.doseS > 0>><<set $sophie.isSub to true>><</if>>
<<if $sophie.doseD > 0>><<set $sophie.isDom to true>><</if>>
<<if $player.tfSissy < 0>><<set $player.tfSissy to 0>><</if>>
<<if $player.tfBimbo < 0>><<set $player.tfBimbo to 0>><</if>>
<<if isFemme()>>
<<set $player.identity to "female">>
<<set $CanTF to false>>
<<SetPronouns "female">>
<<else>>
/*<<SetPronouns $player.identity>>*/
<</if>>
<<if $player.isBride>>
<<set $player.identity to "female">>
<<SetPronouns "female">>
<<for _i = 0;_i < $player.outfits.length;_i++>>
<<set _itemID to $player.outfits[_i]>>
<<set _item to $Outfits[_itemID]>>
<<if isObject(_item)>>
<<if not _item.tags.includes("girly")>>
<<set $player.outfits.delete(_itemID)>>
<</if>>
<</if>>
<</for>>
<<for _i = 0;_i < $player.underwears.length;_i++>>
<<set _itemID to $player.underwears[_i]>>
<<set _item to $Underwear[_itemID]>>
<<if isObject(_item)>>
<<if not _item.tags.includes("girly")>>
<<set $player.underwears.delete(_itemID)>>
<</if>>
<</if>>
<</for>>
<</if>>
<<if $player.doseCD > 0>>
<<set $player.doseCD to 0>>
<</if>>
<<set $BirthControl -= 1>>
<<if $BirthControl < 0>>
<<set $BirthControl to 0>>
<</if>>
<<if $player.tfCD > 0>>
<<set $player.tfCD -= 1>>
<</if>>
<<if skill($player,"escorting",$EXPERT)>>
<<set $player.escortCounter to 3>>
<<elseif skill($player,"escorting",$GOOD)>>
<<set $player.escortCounter to 2>>
<<else>>
<<set $player.escortCounter to 1>>
<</if>>
<<if $player.hairLength < $player.hairMax and $player.hairCD is 0>>
<<set $player.hairLength += 1>>
<<set $player.hairCD to -1>>
<<set $player.hairGrow to true>>
<<elseif $player.hairLength < $player.hairMax and $player.hairCD > 0>>
<<set $player.hairCD -= 1>>
<</if>>
<<if $player.hairLength < $player.hairMax and $player.hairCD is -1>>
<<set $player.hairCD to (3 + $player.hairLength)>>
<</if>>
<<if $EventCD > 0>>
<<set $EventCD -= 1>>
<</if>>
<<if $player.dayEventCD > 0>>
<<set $player.dayEventCD -= 1>>
<</if>>
<<if $player.johnEventCD > 0>>
<<set $player.johnEventCD -= 1>>
<</if>>
<<set $chris.peDecline to false>>
<<if isMale()>>
<<set $player.daysMale++>>
<</if>>
<<if isFemale()>>
<<set $player.daysFemale++>>
<</if>>
<<if isSissy()>>
<<set $player.daysSissy++>>
<</if>>
<<if isTrans()>>
<<set $player.daysTrans++>>
<</if>>
<<if $player.isTransDom>>
<<set $player.daysShemale++>>
<</if>>
<<if isBimbo()>>
<<set $player.daysBimbo++>>
<</if>>
<<if cd("TashaFirstDate",0,true) and $tasha.isDating and not flag($player,"callTasha")>>
<<AddWorkEvent 48>>
<</if>>
<<if $tasha.breakup or $tasha.isGone>>
<<set $tasha.isDating to false>>
<<set $tasha.breakup to true>>
<</if>>
<<if $penny.breakup>>
<<set $penny.isDating to false>>
<</if>>
<<if $penny.johnEventCD > 0>><<set $penny.johnEventCD -= 1>><</if>>
<<if $penny.daysWhore >= 0>><<set $penny.daysWhore++>><</if>>
<<if $penny.tfmTimer >= 0>>
<<set $penny.tfmTimer++>>
<<switch $penny.tfmTimer>>
<<case 1>>
<<set $penny.tfmNotes.push("Day 1: I started taking a small amount of the $serum[6].name. I'm super excited to start helping $player.name more!")>>
<<set $penny.tfmNotesNew to true>>
<<case 3>>
<<set $penny.tfmNotes.push("Day 3: I was worried about taking the $serum[6].name, but so far I haven't noticed any changes. Maybe I should up the dose?")>>
<<set $penny.tfmNotesNew to true>>
<<case 6>>
<<set $penny.tfmNotes.push("Day 6: I've increased the dose but nothing's changed. I feel like I have more energy but that's about it. I just gotta keep trying!")>>
<<set $penny.tfmNotesNew to true>>
<<case 10>>
<<set $penny.tfmNotes.push("Day 10: I love being $player.name's special lab rat, but I don't feel like what I'm doing is helping any! I'll have to keep going, keep moving! Head's been real itchy lately...")>>
<<set $penny.tfmNotesNew to true>>
<<case 15>>
<<set $penny.tfmNotes.push("Day 15: I might have to tell $player.name the test was a fail... All this stuff is doing is making my tailbone hurt...")>>
<<set $penny.tfmNotesNew to true>>
<<case 18>>
<<set $penny.tfmNotes.push("Day 18: I looked in the mirror this morning and squeaked in excitement! $player.name will be so pleased! If didn't know any better, it almost looks like I'm growing... mouse ears! They're not very noticeable yet, but soon!")>>
<<set $penny.tfmNotesNew to true>>
<<set $penny.tfmReady to true>>
<<case 20>>
<<set $penny.tfmTimer -= 1>>
<</switch>>
<</if>>
<<if $penny.mcsTimer >= 0>>
<<switch $penny.mcsTimer>>
<<case 1>>
<<set $penny.mcsNotes.push("Day 1: I met a cute young blonde gal up in Finance named Hailey. Her and I got to talking and before I knew it I had her phone number! Subject 001 has been acquired!")>>
<<set $penny.mcsNotesNew to true>>
<<case 3>>
<<set $penny.mcsNotes.push("Day 3: Hailey and I went to grab some coffee today, and of course I used it as an opportunity to slip some low-dose serum into her drink! Before the dosing, this woman was just short of a total prude, but after convincing her to be a little more forthcoming with her sexual desires, I learned our little finance lady is a total exhibitionist!")>>
<<set $penny.mcsNotesNew to true>>
<<case 5>>
<<set $penny.mcsNotes.push("Day 5: After another coffee date (and serum dose) I was able to easily convince Subject 001 to go with me to IMAGE and buy some fun things to wear under her clothes. While at the mall, I got her to talk to me about her happy little marriage to her perfect little husband. Just for fun, I asked her if she'd ever experimented with women before, and wouldn't you know it I was blessed with a disgusted \"Absolutely not!\"")>>
<<set $penny.mcsNotesNew to true>>
<<case 7>>
<<set $penny.mcsNotes.push("Day 7: I invited Subject 001 out for drinks at a little dive bar where I took the chance to dose her again. I thought about using the serum to just straight up make her a reluctant lesbian, but decided to take a more interesting approach. I've been working a new serum component that acts as something of a pharamone receptor, and this seemed like the perfect time to test it! Subject 001 was told that she would experience a level of arousal 5x that of everyone around her, 10x if that arousal was directed at her. It didn't take long for her to start noticing changes.")>>
<<set $penny.mcsNotesNew to true>>
<<case 8>>
<<set $penny.mcsNotes.push("Cont. The bar was mostly empty, save for us, the bartender, and small group of men in the corner unwinding after work. The baseline arousal in the room, of which I was admittedly contributing to, wasn't terribly high, but it was more than enough to make Subject 001 start to appear a little flush. As an experiment, I began touching myself under the table. She picked up on that IMMEDIATELY, softly moaning while trying to look away. This only turned me on more, and now that arousal was directed at her! She clearly orgasmed in the seat across from me without even looking at me.")>>
<<set $penny.mcsNotesNew to true>>
<<case 9>>
<<set $penny.mcsNotes.push("Cont. After getting caught in a loop of her climaxing and turning me on leading to another climax, I finally stood up and told her I needed to use the bathroom. She snapped back to reality for a moment, but was caught off guard when I asked her to come with me. In her horny haze she complied and followed me to the bathroom. What followed was the most entertaining fuck I've ever had! Every touch sent her into overdrive until she was putty in my hands. I had her face between my thighs soon enough and I highly doubt this will be her last time lapping pussy. All the while a river poured from Subject 001's pussy, never letting up for even a second! I was about to take her home, but I'd forgotten the bathroom here was unisex! She didn't seem to mind me leaving her in the care of those men from earlier.")>>
<<set $penny.mcsNotesNew to true>>
<<AddWorkEvent 13>>
<<case 12>>
<<set $penny.mcsNotes.push("Day 12: After a number of unsuccessful attempts at spicing up the formula, I finally found some entertainment (by which of course I mean meaningful research) in the form of Subject 018 and Subject 019. I'm so glad I had this latest test batch on me when they ran into me at a nearby cafe. Twin brothers, can you believe? It didn't take much charm to get both of their interests, nor did it take much effort to distract them while I went to grab our table's order, with a little modification to their drinks, of course! I wonder what they'd be willing to do to win my affection...")>>
<<set $penny.mcsNotesNew to true>>
<<case 13>>
<<set $penny.mcsNotes.push("Cont. A quick toast got the boys to down their serum-laced drinks at the same time, opening them up to easy control. I decided to convince them that they desperately needed my love, and that they'd be willing to do ANYTHING to win it, and after letting it set in for a few minutes, we were off to the races. I started with some information gathering and found that my new toys were, in fact, both married men. They both worked for a major lawfirm, and both fancied themselves as \"Alpha Males\". After letting them inflate their egos for a bit, I leaned in and asked if they'd be interested in taking me back to my apartment. I thought they were going to faint right then and there! I walked them back to my place, which to the surprise of no one, they enthusiastically agreed to.")>>
<<set $penny.mcsNotesNew to true>>
<<case 14>>
<<set $penny.mcsNotes.push("Cont. At this point I'm just following the script of some raunchy early 2000's comedy. I sat the boys next to each other on the sofa while I sat across from them, pulling up my chair enough that our knees all touched. All it took was for me to ask them \"Who's first?\" for those big strong (one of them was 120 pounds soaking wet...) Alpha Males to start fighting over me. Naturally I had a solution, and naturally it involved boys jerking each other to completion in front of me. They were a little apprehensive at first, but they couldn't turn down a challenge. The smaller brother finished first, as expected, and as punishment I had him suck of the \"winner\". They didn't even process what they were doing in front of me, even as the larger brother's cum was leaking out of the smaller one's mouth. I told them I was tired, plus they already got off, so I took their numbers and told them I'd be in touch! On their way out I grabbed the smaller one, Sam, and told him if he really wanted to show his love to me, he'd start wearing sexy women's lingerie under his clothes every day to remind him of me. Can't wait to meet up with these two again...")>>
<<set $penny.mcsNotesNew to true>>
<<case 17>>
<<set $penny.mcsNotes.push("Day 17: The woman we have to deal with for our lab supplies in storage is SUCH a cunt, I know you know who I'm talking about. She's the dumbest woman I've ever had to deal, and her ineptitude becomes my problem every single time. I've decided to make her Subject 021! I've been wanting to test a new idea for a serum for a while now, and this seems like a great start. After bringing her a very special drink, I informed her that, from now on, she'd not only have an eidetic memory, but also the means and motivation to run the most efficient storage room ever seen. It sounds simple, but I've always wondered if our serums could actually make people smarter, or at least unlock certain potentials that weren't there before.")>>
<<set $penny.mcsNotesNew to true>>
<<case 20>>
<<set $penny.mcsNotes.push("Day 20: My favorite twins reached out to me to inform me that their wives were taking a trip together and that they were \"looking for some company\". Good thing I'm free! I met Subject 018 and Subject 019, or Sam and Ben for brevity's sake, at the same cafe we met at last time. We caught up a little, and I was able to spot the feint outline of a bra strap beneath Sam's shirt. I got us another round of the ?penny Special. After the serum set in it was more of the same - They'd be willing to do anything to make me happy, no matter what, pleasing me took priority over everything else. We enjoyed a small meal then started walking to my apartment. On our way out of the cafe, I mentioned to Ben how cute it would be if he held his brother's hand on the walk. It was, in fact, very cute.")>>
<<set $penny.mcsNotesNew to true>>
<<case 21>>
<<set $penny.mcsNotes.push("Cont. Once we return to my apartment, I tell the boys to get comfortable next to each other on the couch while I changed my clothes. Sam was instructed to make sure his brother was nice and hard for me when I got out of the bedroom. I was beyond pleased when I returned to the living room in my sexiest lingerie to find Sam lovingly stroking and licking Ben's rather impressive cock. They turned their attentions back towards me as I sat down, until I had Sam show Ben what he's been hiding under his clothes. Sam stripped down to reveal the cutest pair of floral panties and a matching bra with enough padding to give just the subtlest suggestion of cleavage. A pair of thigh-highs finished the ensemble. Ben's cock was immediately twitching, and I knew I had them.")>>
<<set $penny.mcsNotesNew to true>>
<<case 24>>
<<set $penny.mcsNotes.push("Cont. I told Sam how happy it would make me to see him become a cute woman, and I told Ben how happy it would make me to see him take \"Sammy\" as his lover. That was all it took for Ben to grab Sammy and pull him back down on his throbbing cock. It was no time at all before I had them fucking each other in my bed, and my clothes, for my amusement. Once they were all worn out, I brought them some of my special refreshments. \"Sammy, you're going to become Ben's ideal woman and leave your wife to marry him. Ben, you're going to reintroduce Sammy to your wife as a woman before leaving her to marry Sammy. You'll send me photos from both the wedding, and the honeymoon.\"")>>
<<set $penny.mcsNotesNew to true>>
<<case 27>>
<<set $penny.mcsNotes.push("Day 27: Subject 021 is a whole new person now! She's got herself completely together, and the storage room looks night and day. I asked for some new 5ml syringes and she had them in my hand within seconds! No attitude either! Will continue to monitor.")>>
<<set $penny.mcsNotesNew to true>>
<<case 30>>
<<set $penny.mcsNotes.push("Day 30: I've been working on a new formula that affects the connection between a person's thoughts and speach, but it's not quite where I want it to be for testing yet. I ran into Subject 021 in the bathroom today, she's been complaining about having bad headaches for the last couple weeks or so.")>>
<<set $penny.mcsNotesNew to true>>
<<case 33>>
<<set $penny.mcsNotes.push("Day 33: I managed to get that new serum idea into a stable prototype, and I think I've found the perfect little twink to try it out on! Devon up in sales has hooked up with just about every woman on that floor and has made a bit of a reputation for himself. ?tasha complains about him constantly, and I think I'll have a little fun with the whole situation. My first interaction with Subject 029 was a simple one, involving a bit of the old charm, plus some very special coffee. I only gave him a basic MCS dose today, as I've got something fun in mind, but his instructions were simply for him to consume and masturbate too at least two hours of gay porn tonight. We finished our drinks, but not before he made more than a couple passes at me. We'll check in with him later!")>>
<<set $penny.mcsNotesNew to true>>
<<case 36>>
<<set $penny.mcsNotes.push("Day 36: I ran into ?julia today. It seems our Subject 021 suffered a brain aneurysm and passed away on the spot. Thinking we stick with serums that reduce brain functionality for now, and I can stop rewatching Limitless at home.")>>
<<set $penny.mcsNotesNew to true>>
<<case 37>>
<<set $penny.mcsNotes.push("Day 37: I got a text from the twins today, a picture of little Sammie all done up pretty in a wedding dress, gagging on her brother's thick cock. While I'd love to go be a part of that, today's project is Subject 029. It's been a few days, and he's still chasing skirts, so I think it's time to move the plan into phase two. He was more than happy to join me for coffee, giving me another perfect opportunity to slip him the prototype. The instruction was simply to experience amplified arousal whenever you're near people, as well as ensuring him he'd get off on any embarrassment that came about his actions. I didn't say anything about the serum's unique property though, and I didn't need to! As soon as he snapped back to reality it was clear as day how horny he was looking at me, and to further cement the success, the first words out of his mouth were \"I'd sure love to slide my little cock between your tits!\". He was MORTIFIED when it happened, and I simply smiled quietly to myself.")>>
<<set $penny.mcsNotesNew to true>>
<<case 38>>
<<set $penny.mcsNotes.push("Cont. He tried desperately to take back what he'd just blurted out, but it only dug him deeper and deeper and by the end of it he was on his knees begging me to forgive him AND to sit on his face! The man was in a tailspin, so I did the only thing science would let me do... and dragged him out to the break room. I was lucky to find two men and a woman already in the break room, casually talking by the refrigerator. I pulled Subject 029 inside and pushed him near where the men were standing, and asked him what he was thinking about. Horror overtook his face when the words \"It would be so hot for these men to spitroast me while you make out with Brie.\" Laughter erupted in the room as Subject 029 turned brighter shades of red. One of the men asked him if he'd like to suck his cock, to which Subject 029, tears in his eyes, told the man it was making him hard just thinking about it.")>>
<<set $penny.mcsNotesNew to true>>
<<case 39>>
<<set $penny.mcsNotes.push("Cont. This turned out to be more than an empty threat, as Subject 029 quickly found himself in exactly the situation he'd asked to be in - choking on a very large cock in front of his coworkers. He pleaded and cried the entire time, at least, his eyes did. It took less than a minute of sucking cock before he was calling his partner \"Daddy\" and \"Sir\", much to the delight of his audience. He was finally ordered to strip naked, revealing his very hard (and very small) penis and eliciting another round of laughs, before the other man took his position behind our subject and started railing him. Per his request, Brie and I made out while Subject 029 shared all his nastiest thoughts with his new masters. Definitely a good day!")>>
<<set $penny.mcsNotesNew to true>>
<<case 42>>
<<set $penny.mcsNotes.push("Day 33:")>>
<<set $penny.mcsNotesNew to true>>
<<case 43>>
<<set $penny.mcsNotes.push("Day 33:")>>
<<set $penny.mcsNotesNew to true>>
<<case 45>>
<<set $penny.mcsTimer -= 1>>
<</switch>>
<<set $penny.mcsTimer++>>
<</if>>
<</widget>><<widget "ChoiceCounters">>
<<if _sexCounter>>
<<switch _sexCounter>>
<<case 0>>
<<case 1>>
@@.iconRed;♥@@
<<case 2>>
@@.iconRed;♥♥@@
<<case 3>>
@@.iconRed;♥♥♥@@
<<case 4>>
@@.iconRed;♥♥♥♥@@
<<case 5>>
@@.iconRed;♥♥♥♥♥@@
<<default>>
@@.iconRed;♥@@ x_sexCounter
<</switch>>
<</if>>
<</widget>>
<<widget "ChooseScene">>
<<silently>>
<<set _actor to $args[0]>>
<<set _options to setup.DEFAULTACTIONS>>
<<set _codex to setup.DEFAULTCODEX>>
<<set _pref to _actor>>
<<if $args[1] and $args[1] isnot "default">>
<<set _options to $args[1]>>
<</if>>
<<if $args[2] and $args[2] isnot "default">>
<<set _codex to $args[2]>>
<</if>>
<<if $args[3]>>
<<set _pref to $args[3]>>
<</if>>
<<if _actor.scenePrefix>>
<<set _prefix to _actor.scenePrefix>>
<<else>>
<<set _prefix to "sex" + _actor.name + "-">>
<</if>>
<<if _sexCounter>>
<<set _sexCounter-->>
<</if>>
<<set _scene to _prefix + prefChoose(_pref,_options,_codex)>>
<</silently>>
<<include _scene>>
<</widget>>
<<widget "ShowOPArousal">>
<<if $args[0].CurOP > 95>>
@@.xxx;CUMMING!@@
<<elseif $args[0].CurOP > 85>>
@@.xxx;Cumming...@@
<<elseif $args[0].CurOP > 70>>
@@.ef;Very Aroused@@
<<elseif $args[0].CurOP > 50>>
@@.ef;Aroused@@
<<elseif $args[0].CurOP > 30>>
@@.sf;Into It@@
<<elseif $args[0].CurOP > 10>>
Neutral
<<else>>
@@.loss;Not Into It@@
<</if>>
<</widget>>
<<widget "ShowOPBar">>
<<set _max = $args[0].MaxOP>><<for _i=0; _i < _max; _i+=2>><<if $args[0].CurOP > _i>><<if $args[0].CurOP > 75>>@@.xxx;█@@<<elseif $args[0].CurOP > 25>>@@.ef;█@@<<else>>@@.sf;█@@<</if>><<else>>@@color:grey;█@@<</if>><</for>>
<</widget>>
<<widget "ShowOPBarMobile">>
<<set _max = $args[0].MaxOP>><<for _i=0; _i < _max; _i+=20>><<if $args[0].CurOP > _i>><<if $args[0].CurOP > 75>>@@.xxx;█@@<<elseif $args[0].CurOP > 25>>@@.ef;█@@<<else>>@@.sf;█@@<</if>><<else>>@@color:grey;█@@<</if>><</for>>
<</widget>>
<<widget "ShowChoiceStats">>
<<if _sexActor>>
<<if _sexActor.CurOP >= 85>>
<<set _sexCumActor to true>>
<<else>>
<<set _sexCumActor to false>>
<</if>>
<<if $player.CurOP >= 85>>
<<set _sexCumPlayer to true>>
<<else>>
<<set _sexCumPlayer to false>>
<</if>>
<<if _sexCumActor and _sexCumPlayer>>
<<set _sexCum to "both">>
<<elseif _sexCumActor>>
<<set _sexCum to "actor">>
<<elseif _sexCumPlayer>>
<<set _sexCum to "player">>
<<else>>
<<set _sexCum to "neither">>
<</if>>
<<if detectMobile()>>
<center>
<table id="bars">
<tr>
<td colspan="2" style="text-align:center;border:1px solid white;border-right:none">''Actions Remaining: ''@@.gain;_sexCounter@@</td>
<td style="text-align:center;border:1px solid white">Arousal</td>
</tr>
<tr>
<td>$player.name</td>
<td><<ShowOPBarMobile $player>></td>
<td><<ShowOPArousal $player>></td>
</tr>
<tr>
<td>_sexActor.name</td>
<td><<ShowOPBarMobile _sexActor>></td>
<td><<ShowOPArousal _sexActor>></td>
</tr>
</table>
</center>
<<else>>
<center>
<table id="bars">
<tr>
<td colspan="2" style="text-align:center;border:1px solid white;border-right:none">''Actions Remaining: ''@@.gain;_sexCounter@@</td>
<td style="text-align:center;border:1px solid white">Arousal</td>
</tr>
<tr>
<td style="width:10%">$player.name</td>
<td style="width:70%"><<ShowOPBar $player>></td>
<td><<ShowOPArousal $player>></td>
</tr>
<tr>
<td style="width:10%">_sexActor.name</td>
<td style="width:70%"><<ShowOPBar _sexActor>></td>
<td><<ShowOPArousal _sexActor>></td>
</tr>
</table>
</center>
<</if>>
<</if>>
<</widget>>
<<widget "DrawPreferencesTable">>
<<if not $args[0]>>
<<set _prefActor to $player>>
<<else>>
<<set _prefActor to $args[0]>>
<</if>>
<table id="bars">
<caption>_prefActor.name's Preferences</caption>
<tr><th>Preference</th><th>Perform</th><th>Receive</th></tr>
<tr><td>Sex</td><td><<DrawPrefBar _prefActor.pref.pussyFuck.give>></td><td><<DrawPrefBar _prefActor.pref.pussyFuck.get>></td></tr>
<tr><td>Anal Sex</td><td><<DrawPrefBar _prefActor.pref.analFuck.give>></td><td><<DrawPrefBar _prefActor.pref.analFuck.get>></td></tr>
<tr><td>Group Sex</td><td><<DrawPrefBar _prefActor.pref.gangbang.give>></td><td><<DrawPrefBar _prefActor.pref.gangbang.get>></td></tr>
<tr><td>Suck Cock</td><td><<DrawPrefBar _prefActor.pref.suckCock.give>></td><td><<DrawPrefBar _prefActor.pref.suckCock.get>></td></tr>
<tr><td>Eat Pussy</td><td><<DrawPrefBar _prefActor.pref.eatPussy.give>></td><td><<DrawPrefBar _prefActor.pref.eatPussy.get>></td></tr>
<tr><td>Rimjob</td><td><<DrawPrefBar _prefActor.pref.rimjob.give>></td><td><<DrawPrefBar _prefActor.pref.rimjob.get>></td></tr>
<tr><td>Anal Play</td><td><<DrawPrefBar _prefActor.pref.analPlay.give>></td><td><<DrawPrefBar _prefActor.pref.analPlay.get>></td></tr>
<tr><td>Pussy Play</td><td><<DrawPrefBar _prefActor.pref.pussyPlay.give>></td><td><<DrawPrefBar _prefActor.pref.pussyPlay.get>></td></tr>
</table>
<</widget>>
<<widget "DrawTraitsTable">>
<<if not $args[0]>>
<<set _prefActor to $player>>
<<else>>
<<set _prefActor to $args[0]>>
<</if>>
<<set _tName to Object.keys($traits)>>\
<table style="width:100%">
<tr>
<th style="width:20%">Trait</th>
<th style="width:10%">Status</th>
<th style="width:70%">Description</th>
</tr>
<<for _t = 0; _t < _tName.length; _t++>><tr>
<<set _tr to _tName[_t]>>
<<if _prefActor.hasTrait[_tr]>>
<td>$traits[_tr].name</td>
<td>@@.gain;Unlocked@@</td>
<td>$traits[_tr].desc</td>
<<else>>
<td>????????????</td>
<td>@@.loss;Locked@@</td>
<td>???????????????????????????????????????????</td>
<</if>>
</tr><</for>>
</table>
<</widget>>/*
*/
<<widget "NoticeAss">>
<<set _actor to $args[0]>>
<<switch _actor>>
<<case $john>>
<<if $john.isFemale>>
<<if assIsSmaller(_actor)>>
<<nm _actor "Oohhh, your ass's tighter than I remember!">>
<<elseif assIsBigger(_actor)>>
<<nm _actor "Tee-hee, a little looser than last time... Must be seeing some action, huh?">>
<</if>>
<<else>>\
<<if assIsSmaller(_actor)>>
<<nm _actor "Looks like you tightened up a bit... Let's see if we can fix that!">>
<<elseif assIsBigger(_actor)>>
<<nm _actor "Heh, looser than I remember! Guess someone's been gettin' around!">>
<</if>>
<</if>>
<<case $sister>>
<<if noticeAss(_actor)>>
<<if assIsSmaller(_actor)>>
<<nm _actor "Wow <<bro>>, you're tighter than I remember!">>
<<elseif assIsBigger(_actor)>>
<<nm _actor "Hehe, I can feel you've loosened up a little back here, <<bro>>.">>
<</if>>
<<else>>
<<CommentAss _actor
"Damn <<bro>>, I can't get over how much your ass can take!"
"Hehe, your ass can really take a dick, <<bro>>!"
"Wow, your asshole is sucking me right in!"
"W-wow, you're so tight!"
"Holy crap <<bro>>, you're super tight back here!"
>>
<</if>>
<<case $mom>>
<<if noticeAss(_actor)>>
<<if assIsSmaller(_actor)>>
<<nm _actor "Oh, honey, your little asshole's gotten so much tighter!">>
<<elseif assIsBigger(_actor)>>
<<nm _actor "Oh my, you've gotten so much looser back here sweetie!">>
<</if>>
<<else>>
<<CommentAss _actor
"Hehe, you sure can take a pounding from mama, huh?"
"Hehe, oh sweetie, your little asshole was practically made for this, huh?"
"Wow, your asshole is sucking me right in!"
"W-wow, you're so tight! Mama'll help loosen you up, so don't worry!"
"Oh sweetie, you're so tight back here! Don't worry, we'll fix that!"
>>
<</if>>
<<default>>
<<if noticeAss(_actor)>>
<<if assIsSmaller(_actor)>>
<<nm _actor "Did you get tighter since last time?">>
<<elseif assIsBigger(_actor)>>
<<nm _actor "You feel a little looser since last time.">>
<</if>>
<<else>>
<<CommentAss _actor
"Wow, you're really loose back here!"
"Wow, you're so loose!"
"Man, your ass feels amazing..."
"W-wow, you're so tight!"
"Holy crap, you're super tight back here!"
>>
<</if>>
<</switch>>
<<set rAss(_actor)>>
<</widget>>/*
Used to generate dialogue based on whether an NPC recognizes a change in the MC. Can also display generic dialogue if there is no change.
USE: This will display a reaction if there is a change, but continue inline if not
<<if noticeBreasts($actor)>>
<<NoticeBreasts $actor>>
<<else>>
<<CommentBreasts "" "" "" "" "">>
<</if>>
USE: This will display a reaction if there's a change, and generic dialogue otherwise. Useful for quick dialogue
<<NoticeBreasts $actor>>
*/
<<widget "NoticeBreasts">>
<<set _actor to $args[0]>>
<<switch _actor>>
<<case $diana>>
<<if noticeBreasts(_actor)>>
<<if breastsAreNew(_actor)>>
<<nm _actor "Oh my, $player.name, are those... breasts?">>
<<elseif breastsAreBack(_actor)>>
<<nm _actor "Ah, seems your tits are coming back in...">>
<<elseif breastsAreGone(_actor)>>
<<nm _actor "You're completely flat now, hm...">>
<<elseif breastsAreSmaller(_actor)>>
<<nm _actor "Oh my, is it just me, or are your breasts actually getting smaller?">>
<<elseif breastsAreBigger(_actor)>>
<<nm _actor "Hm, I might be mistaken, but your tits look bigger than I remember...">>
<</if>>
<<else>>
<<if isMale()>>
<<CommentBreasts _actor
"I'll never get used to seeing those massive melons on a body like yours, $player.name..."
"I'll never get used to seeing those tits on a body like yours, $player.name..."
"I'll never get used to seeing tits on a body like yours, $player.name..."
"$player.name, are you putting on some weight?"
"Your body is just, mmmm..."
>>
<<else>>
<<CommentBreasts _actor
"Mmmm, those huge tits of yours are quite... erotic..."
"I just love looking at that shapely rack of yours, $player.name..."
"Have I mentioned you have just the perfect pair of tits, $player.name?"
"Your little tits are adorable, $player.name, though it wouldn't hurt to maybe plump them up a bit?"
"Aw, you poor thing. You're flat as a board!"
>>
<</if>>
<</if>>
<<case $john>>
<<if $john.isFemale>>
<<if breastsAreNew(_actor)>>
<<elseif breastsAreBack(_actor)>>
<<elseif breastsAreGone(_actor)>>
<<elseif breastsAreSmaller(_actor)>>
<<elseif breastsAreBigger(_actor)>>
<</if>>
<<else>>\
<<if breastsAreNew(_actor)>>
<<elseif breastsAreBack(_actor)>>
<<elseif breastsAreGone(_actor)>>
<<elseif breastsAreSmaller(_actor)>>
<<elseif breastsAreBigger(_actor)>>
<</if>>
<</if>>
<<case $sister>>
<<if noticeBreasts(_actor)>>
<<if breastsAreNew(_actor)>>
<<nm _actor "$player.name? A-are those... boobs!?">>
<<elseif breastsAreBack(_actor)>>
<<nm _actor "Oh hey, your boobs are comin' back!">>
<<elseif breastsAreGone(_actor)>>
<<nm _actor "Wow, you sure deflated, huh?">>
<<elseif breastsAreSmaller(_actor)>>
<<nm _actor "Are your boobs getting smaller, <<bro>>? Well, you're not gonna get any pity from me!">>
<<elseif breastsAreBigger(_actor)>>
<<nm _actor "Your... boobs are getting bigger, aren't they? What the actual fuck!">>
<</if>>
<<else>>
<<if isMale()>>
<<CommentBreasts _actor
"I'll never get used to seeing those massive melons on a body like yours, <<bro>>..."
"I'll never get used to seeing those tits on a body like yours, <<bro>>..."
"I'll never get used to seeing tits on a body like yours, <<bro>>..."
"$player.name, are you putting on some weight?"
"Damn, <<bro>>... That body of yours is really doin' it for me..."
>>
<<else>>
<<CommentBreasts _actor
"Jeez, those knockers are fuckin' huge! It's not fair!"
"I'm not thrilled your tits are bigger than mine, but... they're so soft!"
"Hehe, I love your boobs, <<bro>>! They're just perfect!"
"Hehe, I love your little boobs, <<bro>>! Honestly, I think little boobs are super cute!"
"Aw, I can't believe I have the bigger chest between us..."
>>
<</if>>
<</if>>
<<case $mom>>
<<if noticeBreasts(_actor)>>
<<if breastsAreNew(_actor)>>
<<nm _actor "<<Son>>? A-are those... b-breasts!?">>
<<elseif breastsAreBack(_actor)>>
<<nm _actor "Oh sweetie, your breasts are coming back. That's great!">>
<<elseif breastsAreGone(_actor)>>
<<nm _actor "Honey? What happened to your breasts?">>
<<elseif breastsAreSmaller(_actor)>>
<<nm _actor "sweetie? Are your breasts shrinking? Hm, should we worry?">>
<<elseif breastsAreBigger(_actor)>>
<<nm _actor "Oh honey, your breasts are getting even bigger! You know you get that from me, right?">>
<</if>>
<<else>>
<<if isMale()>>
<<CommentBreasts _actor
"I'll never get used to seeing those massive melons on my <<son>>..."
"I'll never get used to seeing those tits on my <<son>>..."
"I'll never get used to seeing tits on my <<son>>..."
"$player.name, are you putting on some weight?"
"Wow hun, you really take care of yourself, don't you?"
>>
<<else>>
<<CommentBreasts _actor
"Oh, sweetie... Those huge breasts of yours are just amazing..."
"You know you get that killer chest from your <<mother>>, right?"
"Oh, sweetie, your breasts look just... perfect..."
"Where on earth did you and your <<sister>> get your little boobies from!?"
"Oh, sweetie, you're so flat! I still think you're beautiful, though!"
>>
<</if>>
<</if>>
<<default>>
<<if noticeBreasts(_actor)>>
<<if breastsAreNew(_actor)>>
<<elseif breastsAreBack(_actor)>>
<<elseif breastsAreGone(_actor)>>
<<elseif breastsAreSmaller(_actor)>>
<<elseif breastsAreBigger(_actor)>>
<</if>>
<<else>>
<<CommentBreasts _actor
>>
<</if>>
<</switch>>
<<set rBreasts(_actor)>>
<<set rPussy(_actor)>>
<</widget>>/*
Used to generate dialogue based on whether an NPC recognizes a change in the MC. Can also display generic dialogue if there is no change.
USE: This will display a reaction if there is a change, but continue inline if not
<<if noticePenis($actor)>>
<<NoticePenis $actor>>
<<else>>
<<CommentPenis "" "" "" "" "">>
<</if>>
USE: This will display a reaction if there's a change, and generic dialogue otherwise. Useful for quick dialogue
<<NoticePenis $actor>>
*/
<<widget "NoticePenis">>
<<set _actor to $args[0]>>
<<switch _actor>>
<<case $diana>>
<<if penisIsNew(_actor)>>
<<nm _actor "Oh my, $player.name? I didn't expect to find a cock down here... Mmmm...">>
<<elseif penisIsBack(_actor)>>
<<nm _actor "Oh my, it seems your cock has returned!">>
<<elseif pussyIsGone(_actor)>>
<<nm _actor "Didn't you used to have a proper pussy down here? Hm...">>
<<elseif penisIsSmaller(_actor)>>
<<nm _actor "Oh dear, did your cock get smaller since last time I saw it?">>
<<elseif penisIsBigger(_actor)>>
<<nm _actor "Mmmmm, did your cock get bigger since last time?">>
<</if>>
<<case $john>>
<<if $john.isFemale>>
<<if penisIsNew(_actor)>>
<<nm _actor "Hey, hey! You got a real cock down here!">>
<<elseif penisIsBack(_actor)>>
<<nm _actor "Tee-hee, looks like your cock's back!">>
<<elseif pussyIsGone(_actor)>>
<<nm _actor "Hey, you used to have a real pussy, didn't you? Hm...">>
<<elseif penisIsSmaller(_actor)>>
<<nm _actor "Aw, did your cock get smaller?">>
<<elseif penisIsBigger(_actor)>>
<<nm _actor "Oooohhhh, your yummy cock looks bigger than I remember!">>
<</if>>
<<else>>\
<<if penisIsNew(_actor)>>
<<nm _actor "What the... When did you get a cock!?">>
<<elseif penisIsBack(_actor)>>
<<nm _actor "Oh hey, you have a cock again!">>
<<elseif pussyIsGone(_actor)>>
<<nm _actor "Didn't you used to have a pussy? Hm, not quite what I was expecting...">>
<<elseif penisIsSmaller(_actor)>>
<<nm _actor "Did your cock get smaller since last time I saw it?">>
<<elseif penisIsBigger(_actor)>>
<<nm _actor "Oh wow, did your cock get bigger since last time?">>
<</if>>
<</if>>
<<case $sister>>
<<if noticePenis(_actor)>>
<<if penisIsNew(_actor)>>
<<nm _actor "W-what the fuck, $player.name? Y-you have a penis!?">>
<<elseif penisIsBack(_actor)>>
<<nm _actor "Hey <<bro>>, looks like you got your <<StraponOrCock>> back!">>
<<elseif pussyIsGone(_actor)>>
<<nm _actor "W-wait, didn't you have a... y'know... a vagina?">>
<<elseif penisIsSmaller(_actor)>>
<<nm _actor "Hunh, is your dick getting smaller?">>
<<elseif penisIsBigger(_actor)>>
<<nm _actor "Oooohhhh, hey <<bro>>, is your dick getting bigger?">>
<</if>>
<<else>>
<<CommentPenis _actor
"I still can't believe how huge that monster cock of yours is, <<bro>>!"
"Hehe, I love how big it is!"
"Mmm, nice cock, <<bro>>..."
"Hehe, I love your little cock, <<bro>>!"
"Hehe, it's so cute! So much for being my 'big' <<brother>>, huh?"
>>
<</if>>
<<case $mom>>
<<if noticePenis(_actor)>>
<<if penisIsNew(_actor)>>
<<nm _actor "H-honey? Why do you have a... a p-penis?">>
<<elseif penisIsBack(_actor)>>
<<nm _actor "Oh sweetie, your penis came back! That's wonderful!">>
<<elseif pussyIsGone(_actor)>>
<<nm _actor "W-wait, didn't you have a... y'know... a vagina?">>
<<elseif penisIsSmaller(_actor)>>
<<nm _actor "Honey, is your penis getting smaller? Hm...">>
<<elseif penisIsBigger(_actor)>>
<<nm _actor "Oh my, your penis is starting to look awfully impressive, hun!">>
<</if>>
<<else>>
<<CommentPenis _actor
"So big! I can't believe how massive my <<son>>'s penis is!"
"Mmm, my <<son>>'s huge penis... amazing...'"
"Your penis is just wonderful, honey!"
"Hehe, I love your little <<guy>>, hun!"
"Hehe, it's so cute! You know I'll love your penis no matter what size it is!"
>>
<</if>>
<<default>>
<<if noticePenis(_actor)>>
<<if penisIsNew(_actor)>>
<<nm _actor "What the... When did you get a cock!?">>
<<elseif penisIsBack(_actor)>>
<<nm _actor "Oh hey, you have a cock again!">>
<<elseif pussyIsGone(_actor)>>
<<nm _actor "Didn't you used to have a vagina? Hm, not quite what I was expecting...">>
<<elseif penisIsSmaller(_actor)>>
<<nm _actor "Did your cock get smaller since last time I saw it?">>
<<elseif penisIsBigger(_actor)>>
<<nm _actor "Oh wow, did your cock get bigger since last time?">>
<</if>>
<<else>>
<<CommentPenis _actor
"Wow, your cock's massive!"
"That's an impressive cock, $player.name."
"Hey, nice cock..."
"Not the biggest, but I could work with it."
"Hm, little on the small side, huh?"
>>
<</if>>
<</switch>>
<<set rPenis(_actor)>>
<<set rPussy(_actor)>>
<</widget>>/*
*/
<<widget "NoticePussy">>
<<set _actor to $args[0]>>
<<switch _actor>>
<<case $diana>>
<<if noticePussy($diana)>>
<<if pussyIsNew(_actor)>>
<<nm _actor "Hm, not quite what I expected to find down there...">>
<<elseif pussyIsBack(_actor)>>
<<nm _actor "Ah, wonderful, your cunt's back!">>
<<elseif penisIsGone(_actor)>>
<<nm _actor "Hm, I'm fairly certain you used to have a proper cock between your legs, no?">>
<</if>>
<<else>>
<<nm _actor "Mm, what a perfect little mound you have, $player.name...">>
<</if>>
<<case $john>>
<<if $john.isFemale>>
<<if pussyIsNew(_actor)>>
<<nm _actor "Oh hey! I didn't expect to find a real pussy down here!">>
<<elseif pussyIsBack(_actor)>>
<<nm _actor "Oh! Your pussy's back!">>
<<elseif penisIsGone(_actor)>>
<<nm _actor "Hey, you used to have a real cock, didn't you? Hm...">>
<</if>>
<<else>>
<<if pussyIsNew(_actor)>>
<<nm _actor "What the... You have a vagina!?">>
<<elseif pussyIsBack(_actor)>>
<<nm _actor "Oh hey, your vagina's back.">>
<<elseif penisIsGone(_actor)>>
<<nm _actor "Didn't you used to have a penis? Hm, not quite what I was expecting...">>
<</if>>
<</if>>
<<case $sister>>
<<if noticePussy(_actor)>>
<<if pussyIsNew(_actor)>>
<<nm _actor "W-wait, seriously? How did I not know you had a... pussy!?">>
<<elseif pussyIsBack(_actor)>>
<<nm _actor "Hehe, oh good, your pussy's back!">>
<<elseif penisIsGone(_actor)>>
<<nm _actor "What the fuck? I'm POSITIVE you had a cock... Right?">>
<</if>>
<<else>>
<<nm _actor "Hehe, your pussy's so cute <<bro>>!">>
<</if>>
<<case $mom>>
<<if noticePussy(_actor)>>
<<if pussyIsNew(_actor)>>
<<nm _actor "H-honey? When did you get a... v-vagina?">>
<<elseif pussyIsBack(_actor)>>
<<nm _actor "Oh, honey, your girl parts are back. That's great.">>
<<elseif penisIsGone(_actor)>>
<<nm _actor "S-sweetie? Where did your, um, p-penis go?">>
<</if>>
<<else>>
<<nm _actor "Aw, my <<son>> has the cutest little pussy!">>
<</if>>
<<default>>
<<if pussyIsNew(_actor)>>
<<nm _actor "What the... You have a vagina!?">>
<<elseif pussyIsBack(_actor)>>
<<nm _actor "Oh hey, your vagina's back.">>
<<elseif penisIsGone(_actor)>>
<<nm _actor "Didn't you used to have a penis? Hm, not quite what I was expecting...">>
<</if>>
<</switch>>
<<set rPussy(_actor)>>
<<set rPenis(_actor)>>
<</widget>>
<<widget "NoticePussyInside">>
<<set _actor to $args[0]>>
<<switch _actor>>
<<case $john>>
<<if $john.isFemale>>
<<if pussyIsSmaller(_actor)>>
<<nm _actor "Oohhh, your pussy's tighter than I remember!">>
<<elseif pussyIsBigger(_actor)>>
<<nm _actor "Tee-hee, a little looser than last time... Must be seeing some action, huh?">>
<</if>>
<<else>>\
<<if pussyIsSmaller(_actor)>>
<<nm _actor "Looks like you tightened up a bit... Let's see if we can fix that!">>
<<elseif pussyIsBigger(_actor)>>
<<nm _actor "Heh, looser than I remember! Guess someone's been gettin' around!">>
<</if>>
<</if>>
<<case $sister>>
<<if noticePussyInside(_actor)>>
<<if pussyIsSmaller(_actor)>>
<<nm _actor "Wow <<bro>>, you're tighter than I remember!">>
<<elseif pussyIsBigger(_actor)>>
<<nm _actor "Hehe, I can feel you've loosened up a little back here, <<bro>>.">>
<</if>>
<<else>>
<<CommentPussy _actor
"Damn <<bro>>, I bet I could my whole arm up here! Hm, now there's an idea..."
"Hehe, you can really take a dick, <<bro>>!"
"Wow, you're sucking me right in!"
"W-wow, you're so tight!"
"Holy crap <<bro>>, you're super tight back here!"
>>
<</if>>
<<case $mom>>
<<if noticePussy(_actor)>>
<<if pussyIsSmaller(_actor)>>
<<nm _actor "Oh, honey, your little pussy's gotten so much tighter!">>
<<elseif pussyIsBigger(_actor)>>
<<nm _actor "Oh my, you've gotten so much looser back here sweetie!">>
<</if>>
<<else>>
<<CommentPussy _actor
"Hehe, you sure can take a pounding from mama, huh?"
"Hehe, oh sweetie, your little pussy was practically made for this, huh?"
"Wow, your pussy's is sucking me right in!"
"W-wow, you're so tight! Mama'll help loosen you up, so don't worry!"
"Oh sweetie, you're so tight back here! Don't worry, we'll fix that!"
>>
<</if>>
<<default>>
<<if noticePussyInside(_actor)>>
<<if pussyIsSmaller(_actor)>>
<<nm _actor "Did you get tighter since last time?">>
<<elseif pussyIsBigger(_actor)>>
<<nm _actor "You feel a little looser since last time.">>
<</if>>
<<else>>
<<CommentPussy _actor
"Wow, you're really loose back here!"
"Wow, you're so wet!"
"Man, your pussy feels amazing..."
"W-wow, you're so tight!"
"Holy crap, you're super tight back here!"
>>
<</if>>
<</switch>>
<<set rPussy(_actor)>>
<</widget>><<widget "ReturnImages">>
<<if _args[0]>>
<<set _characterToReturn to _args[0]>>
<<else>>
<<set _characterToReturn to $npc>>
<</if>>
<<switch _characterToReturn>>
<<case $player>>
<<run elog("Returning Player")>>
<<if isSissy()>>
<<if setup.imgPlayerSissy>>
<<set $img to {img: setup.imgPlayerSissy}>>
<<else>>
<<set $img to {img: setup.imgPlayerSissyDefault}>>
<</if>>
<<elseif isBimbo()>>
<<if setup.imgPlayerBimbo>>
<<set $img to {img: setup.imgPlayerBimbo}>>
<<else>>
<<set $img to {img: setup.imgPlayerBimboDefault}>>
<</if>>
<<elseif isMale()>>
<<if setup.imgPlayerMale>>
<<set $img to {img: setup.imgPlayerMale}>>
<<else>>
<<set $img to {img: setup.imgPlayerMaleDefault}>>
<</if>>
<<elseif isFemale()>>
<<if setup.imgPlayerFemale>>
<<set $img to {img: setup.imgPlayerFemale}>>
<<else>>
<<set $img to {img: setup.imgPlayerFemaleDefault}>>
<</if>>
<<elseif $player.isTransDom>>
<<if setup.imgPlayerTransDom>>
<<set $img to {img: setup.imgPlayerTransDom}>>
<<else>>
<<set $img to {img: setup.imgPlayerTransDomDefault}>>
<</if>>
<<elseif isTrans()>>
<<if setup.imgPlayerTrans>>
<<set $img to {img: setup.imgPlayerTrans}>>
<<else>>
<<set $img to {img: setup.imgPlayerTransDefault}>>
<</if>>
<</if>>
<<case $mom>>
<<if setup.imgAva>>
<<set $img to {img: setup.imgAva}>>
<<else>>
<<set $img to {img: setup.imgAvaDefault}>>
<</if>>
<<case $sister>>
<<if setup.imgDakota>>
<<set $img to {img: setup.imgDakota}>>
<<else>>
<<set $img to {img: setup.imgDakotaDefault}>>
<</if>>
<<case $sophie>>
<<if setup.imgSophie>>
<<set $img to {img: setup.imgSophie}>>
<<else>>
<<set $img to {img: setup.imgSophieDefault}>>
<</if>>
<<case $penny>>
<<if setup.imgPenny>>
<<set $img to {img: setup.imgPenny}>>
<<else>>
<<set $img to {img: setup.imgPennyDefault}>>
<</if>>
<<case $diana>>
<<if setup.imgDiana>>
<<set $img to {img: setup.imgDiana}>>
<<else>>
<<set $img to {img: setup.imgDianaDefault}>>
<</if>>
<<case $tasha>>
<<if $tasha.hasPussy>>
<<if setup.imgTashaPussy>>
<<set $img to {img: setup.imgTashaPussy}>>
<<else>>
<<set $img to {img: setup.imgTashaPussyDefault}>>
<</if>>
<<else>>
<<if setup.imgTasha>>
<<set $img to {img: setup.imgTasha}>>
<<else>>
<<set $img to {img: setup.imgTashaDefault}>>
<</if>>
<</if>>
<<case $julia>>
<<if setup.imgJulia>>
<<set $img to {img: setup.imgJulia}>>
<<else>>
<<set $img to {img: setup.imgJuliaDefault}>>
<</if>>
<<case $lauren>>
<<if setup.imgLauren>>
<<set $img to {img: setup.imgLauren}>>
<<else>>
<<set $img to {img: setup.imgLaurenDefault}>>
<</if>>
<<case $lisa>>
<<if setup.imgLisa>>
<<set $img to {img: setup.imgLisa}>>
<<else>>
<<set $img to {img: setup.imgLisaDefault}>>
<</if>>
<<case $john>>
<<if $john.isMale>>
<<if setup.imgJohn>>
<<set $img to {img: setup.imgJohn}>>
<<else>>
<<set $img to {img: setup.imgJohnDefault}>>
<</if>>
<<else>>
<<if setup.imgChanel>>
<<set $img to {img: setup.imgChanel}>>
<<else>>
<<set $img to {img: setup.imgChanelDefault}>>
<</if>>
<</if>>
<<case $elsa>>
<<if setup.imgElsa>>
<<set $img to {img: setup.imgElsa}>>
<<else>>
<<set $img to {img: setup.imgElsaDefault}>>
<</if>>
<<case $kagney>>
<<if setup.imgKagney>>
<<set $img to {img: setup.imgKagney}>>
<<else>>
<<set $img to {img: setup.imgKagneyDefault}>>
<</if>>
<<case $thepit>>
<<if setup.imgPitSlaves>>
<<set $img to {img: setup.imgPitSlaves}>>
<<else>>
<<set $img to {img: setup.imgPitSlavesDefault}>>
<</if>>
<<case $imgTest>>
<<if setup.imgTest>>
<<set $img to {img: setup.imgTest}>>
<<else>>
<<set $img to {img: setup.imgTestDefault}>>
<</if>>
<<case $client>>
<<if setup.imgEscorting>>
<<set $img to {img: setup.imgEscorting}>>
<</if>>
<<case $npc>>
<<run elog("Returning NPC")>>
<<if setup.imgNPC>>
<<set $img to {img: setup.imgNPC}>>
<<else>>
<<set $img to {img: setup.imgNPCDefault}>>
<</if>>
<<case $events>>
<<if setup.imgEvents>>
<<set $img to {img: setup.imgEvents}>>
<<else>>
<<set $img to {img: setup.imgEventsDefault}>>
<</if>>
<<case $action>>
<<if setup.imgActions>>
<<set $img to {img: setup.imgActions}>>
<<else>>
<<set $img to {img: setup.imgActionsDefault}>>
<</if>>
<<case $traitor>>
<<switch $traitor.identity>>
<<case "Penny">>
<<if setup.imgPenny>>
<<set $img to {img: setup.imgPenny}>>
<<else>>
<<set $img to {img: setup.imgPennyDefault}>>
<</if>>
<<case "Diana">>
<<if setup.imgDiana>>
<<set $img to {img: setup.imgDiana}>>
<<else>>
<<set $img to {img: setup.imgDianaDefault}>>
<</if>>
<<case "John">>
<<if $john.isMale>>
<<if setup.imgJohn>>
<<set $img to {img: setup.imgJohn}>>
<<else>>
<<set $img to {img: setup.imgJohnDefault}>>
<</if>>
<<else>>
<<if setup.imgChanel>>
<<set $img to {img: setup.imgChanel}>>
<<else>>
<<set $img to {img: setup.imgChanelDefault}>>
<</if>>
<</if>>
<<case "Julia">>
<<if setup.imgJulia>>
<<set $img to {img: setup.imgJulia}>>
<<else>>
<<set $img to {img: setup.imgJuliaDefault}>>
<</if>>
<</switch>>
<<default>>
<<run elog("Returning Default")>>
<<if setup.imgNPC>>
<<set $img to {img: setup.imgNPC}>>
<<else>>
<<set $img to {img: setup.imgNPCDefault}>>
<</if>>
<</switch>>
<</widget>><<widget "scene">>
<<silently>>
/* Base scene building */
<<set _bg to "pics/room/"+$args[0]+".png">>
<<set _a1 to "pics/actors/">>
<<set _a2 to "pics/actors/">>
<<set _a3 to "pics/actors/">>
<<set _a4 to "pics/actors/">>
<<set _arg to ["x","x","x","x","x"], _ch to [], _ex to [], _bd to [], _sp to ["x","x","x","x","x"]>>
<<if $args[1]>><<set _arg[1] to $args[1]>><</if>>
<<if $args[2]>><<set _arg[2] to $args[2]>><</if>>
<<if $args[3]>><<set _arg[3] to $args[3]>><</if>>
<<if $args[4]>><<set _arg[4] to $args[4]>><</if>>
/* Parse NPC Data*/
/* Check for Character */
<<for _cCheck=1;_cCheck<5;_cCheck++>>
<<if _arg[_cCheck] isnot "x">>
<<if _arg[_cCheck].includes("sophie")>>
<<set _ch[_cCheck] to "sophie">>
<<elseif _arg[_cCheck].includes("mom")>>
<<set _ch[_cCheck] to "mom">>
<<elseif _arg[_cCheck].includes("sister")>>
<<set _ch[_cCheck] to "sister">>
<<elseif _arg[_cCheck].includes("penny")>>
<<set _ch[_cCheck] to "penny">>
<<elseif _arg[_cCheck].includes("julia")>>
<<set _ch[_cCheck] to "julia">>
<<elseif _arg[_cCheck].includes("diana")>>
<<set _ch[_cCheck] to "diana">>
<<elseif _arg[_cCheck].includes("tasha")>>
<<set _ch[_cCheck] to "tasha">>
<<elseif _arg[_cCheck].includes("john")>>
<<set _ch[_cCheck] to "john">>
<</if>>
/* Check for Outfit */
<<if _arg[_cCheck].includes("-d-")>>
<<set _bd[_cCheck] to "default">>
<<elseif _arg[_cCheck].includes("-naked-")>>
<<set _bd[_cCheck] to "naked">>
<<elseif _arg[_cCheck].includes("-alt-")>>
<<set _bd[_cCheck] to "alt">>
<<elseif _arg[_cCheck].includes("-alt_naked-")>>
<<set _bd[_cCheck] to "naked-alt">>
<<elseif _arg[_cCheck].includes("-naked_hard-")>>
<<set _bd[_cCheck] to "naked-hard">>
<<else>>
<<set _bd[_cCheck] to "default">>
<</if>>
/* Check for Expression */
<<if _arg[_cCheck].includes("-n-")>>
<<set _ex[_cCheck] to "default">>
<<elseif _arg[_cCheck].includes("-aroused-")>>
<<set _ex[_cCheck] to "aroused">>
<<elseif _arg[_cCheck].includes("-happy-")>>
<<set _ex[_cCheck] to "happy">>
<<elseif _arg[_cCheck].includes("-embarrassed-")>>
<<set _ex[_cCheck] to "embarrassed">>
<<elseif _arg[_cCheck].includes("-angry-")>>
<<set _ex[_cCheck] to "angry">>
<<elseif _arg[_cCheck].includes("-sad-")>>
<<set _ex[_cCheck] to "sad">>
<<else>>
<<set _ex[_cCheck] to "default">>
<</if>>
/* Check for Special Conditions */
<<if _ch[_cCheck] is "mom">>
<<if $mom.hasCollar>>
<<set _sp[_cCheck] to "collar">>
<</if>>
<</if>>
<</if>>
<</for>>
/* Player Gender and Image Directories */
<<set _g to $player.gender>>
<<set _pp to "pics/actors/player/body/">>
<<set _cp to "pics/actors/player/clothes/">>
<<set _doll to _pp + "base.png">>
<<set _dollHead to _pp + "head/">>
<<set _dollHair to _pp + "hair/" + $player.hairLength + ".png">>
<<set _dollBimboHair to _pp + "hair/Bimbo_hairfront.png">>
<<if $clShoes[$wShoes].isHeels>>
<<set _dollFeet to _pp + "feet_heels.png">>
<<else>>
<<set _dollFeet to _pp + "feet.png">>
<</if>>
/* Bust Size */
<<if $player.bSize is "Massive">>
<<set _dollBust to _pp + "chest/Large.png">>
<<elseif $wBra is 4>>
<<set _dollBust to _pp + "chest/Flat.png">>
<<else>>
<<set _dollBust to _pp + "chest/" + $player.bSize + ".png">>
<</if>>
<<switch $player.bSize>>
<<case "Large" "Massive">>
<<set _bs to "large/">>
<<case "Medium">>
<<set _bs to "med/">>
<<case "Small">>
<<set _bs to "small/">>
<<case "Tiny">>
<<set _bs to "flat/">>
<<case "Flat">>
<<set _bs to "flat/">>
<</switch>>
/* Crotch Size */
<<set _dollCrotch to _pp + "crotch/" + $player.pSize + ".png">>
<<switch $player.pSize>>
<<case "Large">>
<<set _cs to "large/">>
<<case "Medium">>
<<set _cs to "med/">>
<<case "Small">>
<<set _cs to "med/">>
<<case "Tiny">>
<<set _cs to "med/">>
<<case "None">>
<<set _cs to "flat/">>
<</switch>>
<</silently>>
<<if detectMobile()>>
<div id="sceneMobile">
/* Draw Background */
<<= '<img class="bg" src="' + _bg + '">'>>
/* Draw NPC if not Player */
<<if not $args[1].includes("player")>>
/* Draw NPC */
<<= '<img class="a1" src="' + _a1 + _ch[1] + "/body/" + _bd[1] + '.png">'>>
<<= '<img class="a1" src="' + _a1 + _ch[1] + "/head/" + _ex[1] + '.png">'>>
<<if _sp[1] isnot "x">><<= '<img class="a1" src="' + _a1 + _ch[1] + "/special/" + _sp[1] + '.png">'>><</if>>
<<else>>
/* Draw Player Base */
<<= '<img class="pa1" src="' + _doll + '">'>>
<<= '<img class="pa1" src="' + _dollHead + _ex[1] + '.png">'>>
<<= '<img class="pa1" src="' + _dollHair + '">'>>
<<= '<img class="pa1" src="' + _dollFeet + '">'>>
<<= '<img class="pa1" src="' + _dollCrotch + '">'>>
<<= '<img class="pa1" src="' + _dollBust + '">'>>
/* Draw Makeup */
<<if $player.makeup > 0>>
<<= '<img class="pa1" src="' + _cp + "/makeup/m" + $player.makeup + '.png">'>>
<</if>>
/* Draw Anal Accessory */
<<if $wAccb > 0>>
<<= '<img class="pa1" src="' + _cp + "/accb/" + $clAccb[$wAccb].name + '.png">'>>
<</if>>
/* Draw Vaginal/Penis Accessory if not wearing Underwear, otherwise Draw Underwear */
<<if not isWearingUnderwear()>>
<<= '<img class="pa1" src="' + _cp + "/accf/" + $clAccf[$wAccf].name + '.png">'>>
<<else>>
/* Draw Underwear */
<<= '<img class="pa1" src="' + _cp + "/underwear/bottom/" + _cs + $clUnderwear[$wUnderwear].name + '.png">'>>
<</if>>
/* Draw Bra */
<<if $wBra > 0>>
<<= '<img class="pa1" src="' + _cp + "/underwear/top/" + _bs + $clBra[$wBra].name + '.png">'>>
<</if>>
/* Draw Socks, Adjusting for heels */
<<if $wSocks > 0>>
<<if $clShoes[$wShoes].isHeels>>
<<= '<img class="pa1" src="' + _cp + "/socks/" + $clSocks[$wSocks].name + '_heels.png">'>>
<<else>>
<<= '<img class="pa1" src="' + _cp + "/socks/" + $clSocks[$wSocks].name + '.png">'>>
<</if>>
<</if>>
/* Draw Shoes */
<<if $wShoes > 0>>
<<= '<img class="pa1" src="' + _cp + "/shoes/" + $clShoes[$wShoes].name + '.png">'>>
<</if>>
/* Draw Bottoms */
<<if $wBottom > 0>>
<<= '<img class="pa1" src="' + _cp + "/bottom/" + $clBottom[$wBottom].name + '.png">'>>
<</if>>
/* Draw Top */
<<if $wTop > 0>>
<<= '<img class="pa1" src="' + _cp + "/top/" + _bs + $clTop[$wTop].name + '.png">'>>
<</if>>
/* Draw Neck Accessory, Adjusting for Collar */
<<if $wNeck > 0>>
<<if $clTop[$wTop].hasCollar>>
<<= '<img class="pa1" src="' + _cp + "/neck/" + _bs + $clNeck[$wNeck].name + "-collar" + '.png">'>>
<<else>>
<<= '<img class="pa1" src="' + _cp + "/neck/" + _bs + $clNeck[$wNeck].name + '.png">'>>
<</if>>
<</if>>
/* Draw Head Accessory, Adjusting for Bimbo Hair */
<<if $wHead > 0>>
<<if _gt is "bimbo">>
<<= '<img class="pa1" src="' + _cp + "/head/b_" + $clHead[$wHead].name + '.png">'>>
<<else>>
<<= '<img class="pa1" src="' + _cp + "/head/" + $clHead[$wHead].name + '.png">'>>
<</if>>
<</if>>
/* Draw Bimbo Bang if Bimbo */
<<if $player.hairLength is 6>>
<<= '<img class="pa1" src="' + _dollBimboHair + '">'>>
<</if>>
<</if>>
<<if $args[2]>>
/* Draw NPC if not Player */
<<if not $args[2].includes("player")>>
/* Draw NPC */
<<= '<img class="a2" src="' + _a2 + _ch[2] + "/body/" + _bd[2] + '.png">'>>
<<= '<img class="a2" src="' + _a2 + _ch[2] + "/head/" + _ex[2] + '.png">'>>
<<if _sp[2] isnot "x">><<= '<img class="a2" src="' + _a2 + _ch[2] + "/special/" + _sp[2] + '.png">'>><</if>>
<<else>>
/* Draw Player Base */
<<= '<img class="pa2" src="' + _doll + '">'>>
<<= '<img class="pa2" src="' + _dollHead + _ex[2] + '.png">'>>
<<= '<img class="pa2" src="' + _dollHair + '">'>>
<<= '<img class="pa2" src="' + _dollFeet + '">'>>
<<= '<img class="pa2" src="' + _dollCrotch + '">'>>
<<= '<img class="pa2" src="' + _dollBust + '">'>>
/* Draw Makeup */
<<if $player.makeup > 0>>
<<= '<img class="pa2" src="' + _cp + "/makeup/m" + $player.makeup + '.png">'>>
<</if>>
/* Draw Anal Accessory */
<<if $wAccb > 0>>
<<= '<img class="pa2" src="' + _cp + "/accb/" + $clAccb[$wAccb].name + '.png">'>>
<</if>>
/* Draw Vaginal/Penis Accessory if not wearing Underwear, otherwise Draw Underwear */
<<if not isWearingUnderwear()>>
<<= '<img class="pa1" src="' + _cp + "/accf/" + $clAccf[$wAccf].name + '.png">'>>
<<else>>
/* Draw Underwear */
<<= '<img class="pa2" src="' + _cp + "/underwear/bottom/" + _cs + $clUnderwear[$wUnderwear].name + '.png">'>>
<</if>>
/* Draw Bra */
<<if $wBra > 0>>
<<= '<img class="pa2" src="' + _cp + "/underwear/top/" + _bs + $clBra[$wBra].name + '.png">'>>
<</if>>
/* Draw Socks, Adjusting for heels */
<<if $wSocks > 0>>
<<if $clShoes[$wShoes].isHeels>>
<<= '<img class="pa2" src="' + _cp + "/socks/" + $clSocks[$wSocks].name + '_heels.png">'>>
<<else>>
<<= '<img class="pa2" src="' + _cp + "/socks/" + $clSocks[$wSocks].name + '.png">'>>
<</if>>
<</if>>
/* Draw Shoes */
<<if $wShoes > 0>>
<<= '<img class="pa2" src="' + _cp + "/shoes/" + $clShoes[$wShoes].name + '.png">'>>
<</if>>
/* Draw Bottoms */
<<if $wBottom > 0>>
<<= '<img class="pa2" src="' + _cp + "/bottom/" + $clBottom[$wBottom].name + '.png">'>>
<</if>>
/* Draw Top */
<<if $wTop > 0>>
<<= '<img class="pa2" src="' + _cp + "/top/" + _bs + $clTop[$wTop].name + '.png">'>>
<</if>>
/* Draw Neck Accessory, Adjusting for Collar */
<<if $wNeck > 0>>
<<if $clTop[$wTop].hasCollar>>
<<= '<img class="pa2" src="' + _cp + "/neck/" + _bs + $clNeck[$wNeck].name + "-collar" + '.png">'>>
<<else>>
<<= '<img class="pa2" src="' + _cp + "/neck/" + _bs + $clNeck[$wNeck].name + '.png">'>>
<</if>>
<</if>>
/* Draw Head Accessory, Adjusting for Bimbo Hair */
<<if $wHead > 0>>
<<if _gt is "bimbo">>
<<= '<img class="pa2" src="' + _cp + "/head/b_" + $clHead[$wHead].name + '.png">'>>
<<else>>
<<= '<img class="pa2" src="' + _cp + "/head/" + $clHead[$wHead].name + '.png">'>>
<</if>>
<</if>>
/* Draw Bimbo Bang if Bimbo */
<<if $player.hairLength is 6>>
<<= '<img class="pa2" src="' + _dollBimboHair + '">'>>
<</if>>
<</if>>
<</if>>
<<if $args[3]>>
/* Draw NPC */
<<= '<img class="a3" src="' + _a3 + _ch[3] + "/body/" + _bd[3] + '.png">'>>
<<= '<img class="a3" src="' + _a3 + _ch[3] + "/head/" + _ex[3] + '.png">'>>
<<if _sp[3] isnot "x">><<= '<img class="a3" src="' + _a3 + _ch[3] + "/special/" + _sp[3] + '.png">'>><</if>>
<</if>>
<<if $args[4]>>
/* Draw NPC */
<<= '<img class="a4" src="' + _a4 + _ch[4] + "/body/" + _bd[4] + '.png">'>>
<<= '<img class="a4" src="' + _a4 + _ch[4] + "/head/" + _ex[4] + '.png">'>>
<<if _sp[4] isnot "x">><<= '<img class="a4" src="' + _a4 + _ch[4] + "/special/" + _sp[4] + '.png">'>><</if>>
<</if>>
</div>
<<else>>
<div id="scene">
/* Draw Background */
<<= '<img class="bg" src="' + _bg + '">'>>
/* Draw NPC if not Player */
<<if not $args[1].includes("player")>>
/* Draw NPC */
<<= '<img class="a1" src="' + _a1 + _ch[1] + "/body/" + _bd[1] + '.png">'>>
<<= '<img class="a1" src="' + _a1 + _ch[1] + "/head/" + _ex[1] + '.png">'>>
<<if _sp[1] isnot "x">><<= '<img class="a1" src="' + _a1 + _ch[1] + "/special/" + _sp[1] + '.png">'>><</if>>
<<else>>
/* Draw Player Base */
<<= '<img class="pa1" src="' + _doll + '">'>>
<<= '<img class="pa1" src="' + _dollHead + _ex[1] + '.png">'>>
<<= '<img class="pa1" src="' + _dollHair + '">'>>
<<= '<img class="pa1" src="' + _dollFeet + '">'>>
<<= '<img class="pa1" src="' + _dollCrotch + '">'>>
<<= '<img class="pa1" src="' + _dollBust + '">'>>
/* Draw Makeup */
<<if $player.makeup > 0>>
<<= '<img class="pa1" src="' + _cp + "/makeup/m" + $player.makeup + '.png">'>>
<</if>>
/* Draw Anal Accessory */
<<if $wAccb > 0>>
<<= '<img class="pa1" src="' + _cp + "/accb/" + $clAccb[$wAccb].name + '.png">'>>
<</if>>
/* Draw Vaginal/Penis Accessory if not wearing Underwear, otherwise Draw Underwear */
<<if not isWearingUnderwear()>>
<<= '<img class="pa1" src="' + _cp + "/accf/" + $clAccf[$wAccf].name + '.png">'>>
<<else>>
/* Draw Underwear */
<<= '<img class="pa1" src="' + _cp + "/underwear/bottom/" + _cs + $clUnderwear[$wUnderwear].name + '.png">'>>
<</if>>
/* Draw Bra */
<<if $wBra > 0>>
<<= '<img class="pa1" src="' + _cp + "/underwear/top/" + _bs + $clBra[$wBra].name + '.png">'>>
<</if>>
/* Draw Socks, Adjusting for heels */
<<if $wSocks > 0>>
<<if $clShoes[$wShoes].isHeels>>
<<= '<img class="pa1" src="' + _cp + "/socks/" + $clSocks[$wSocks].name + '_heels.png">'>>
<<else>>
<<= '<img class="pa1" src="' + _cp + "/socks/" + $clSocks[$wSocks].name + '.png">'>>
<</if>>
<</if>>
/* Draw Shoes */
<<if $wShoes > 0>>
<<= '<img class="pa1" src="' + _cp + "/shoes/" + $clShoes[$wShoes].name + '.png">'>>
<</if>>
/* Draw Bottoms */
<<if $wBottom > 0>>
<<= '<img class="pa1" src="' + _cp + "/bottom/" + $clBottom[$wBottom].name + '.png">'>>
<</if>>
/* Draw Top */
<<if $wTop > 0>>
<<= '<img class="pa1" src="' + _cp + "/top/" + _bs + $clTop[$wTop].name + '.png">'>>
<</if>>
/* Draw Neck Accessory, Adjusting for Collar */
<<if $wNeck > 0>>
<<if $clTop[$wTop].hasCollar>>
<<= '<img class="pa1" src="' + _cp + "/neck/" + _bs + $clNeck[$wNeck].name + "-collar" + '.png">'>>
<<else>>
<<= '<img class="pa1" src="' + _cp + "/neck/" + _bs + $clNeck[$wNeck].name + '.png">'>>
<</if>>
<</if>>
/* Draw Head Accessory, Adjusting for Bimbo Hair */
<<if $wHead > 0>>
<<if _gt is "bimbo">>
<<= '<img class="pa1" src="' + _cp + "/head/b_" + $clHead[$wHead].name + '.png">'>>
<<else>>
<<= '<img class="pa1" src="' + _cp + "/head/" + $clHead[$wHead].name + '.png">'>>
<</if>>
<</if>>
/* Draw Bimbo Bang if Bimbo */
<<if $player.hairLength is 6>>
<<= '<img class="pa1" src="' + _dollBimboHair + '">'>>
<</if>>
<</if>>
<<if $args[2]>>
/* Draw NPC if not Player */
<<if not $args[2].includes("player")>>
/* Draw NPC */
<<= '<img class="a2" src="' + _a2 + _ch[2] + "/body/" + _bd[2] + '.png">'>>
<<= '<img class="a2" src="' + _a2 + _ch[2] + "/head/" + _ex[2] + '.png">'>>
<<if _sp[2] isnot "x">><<= '<img class="a2" src="' + _a2 + _ch[2] + "/special/" + _sp[2] + '.png">'>><</if>>
<<else>>
/* Draw Player Base */
<<= '<img class="pa2" src="' + _doll + '">'>>
<<= '<img class="pa2" src="' + _dollHead + _ex[2] + '.png">'>>
<<= '<img class="pa2" src="' + _dollHair + '">'>>
<<= '<img class="pa2" src="' + _dollFeet + '">'>>
<<= '<img class="pa2" src="' + _dollBust + '">'>>
<<= '<img class="pa2" src="' + _dollCrotch + '">'>>
/* Draw Makeup */
<<if $player.makeup > 0>>
<<= '<img class="pa2" src="' + _cp + "/makeup/m" + $player.makeup + '.png">'>>
<</if>>
/* Draw Anal Accessory */
<<if $wAccb > 0>>
<<= '<img class="pa2" src="' + _cp + "/accb/" + $clAccb[$wAccb].name + '.png">'>>
<</if>>
/* Draw Vaginal/Penis Accessory if not wearing Underwear, otherwise Draw Underwear */
<<if not isWearingUnderwear()>>
<<= '<img class="pa1" src="' + _cp + "/accf/" + $clAccf[$wAccf].name + '.png">'>>
<<else>>
/* Draw Underwear */
<<= '<img class="pa2" src="' + _cp + "/underwear/bottom/" + _cs + $clUnderwear[$wUnderwear].name + '.png">'>>
<</if>>
/* Draw Bra */
<<if $wBra > 0>>
<<= '<img class="pa2" src="' + _cp + "/underwear/top/" + _bs + $clBra[$wBra].name + '.png">'>>
<</if>>
/* Draw Socks, Adjusting for heels */
<<if $wSocks > 0>>
<<if $clShoes[$wShoes].isHeels>>
<<= '<img class="pa2" src="' + _cp + "/socks/" + $clSocks[$wSocks].name + '_heels.png">'>>
<<else>>
<<= '<img class="pa2" src="' + _cp + "/socks/" + $clSocks[$wSocks].name + '.png">'>>
<</if>>
<</if>>
/* Draw Shoes */
<<if $wShoes > 0>>
<<= '<img class="pa2" src="' + _cp + "/shoes/" + $clShoes[$wShoes].name + '.png">'>>
<</if>>
/* Draw Bottoms */
<<if $wBottom > 0>>
<<= '<img class="pa2" src="' + _cp + "/bottom/" + $clBottom[$wBottom].name + '.png">'>>
<</if>>
/* Draw Top */
<<if $wTop > 0>>
<<= '<img class="pa2" src="' + _cp + "/top/" + _bs + $clTop[$wTop].name + '.png">'>>
<</if>>
/* Draw Neck Accessory, Adjusting for Collar */
<<if $wNeck > 0>>
<<if $clTop[$wTop].hasCollar>>
<<= '<img class="pa2" src="' + _cp + "/neck/" + _bs + $clNeck[$wNeck].name + "-collar" + '.png">'>>
<<else>>
<<= '<img class="pa2" src="' + _cp + "/neck/" + _bs + $clNeck[$wNeck].name + '.png">'>>
<</if>>
<</if>>
/* Draw Head Accessory, Adjusting for Bimbo Hair */
<<if $wHead > 0>>
<<if _gt is "bimbo">>
<<= '<img class="pa2" src="' + _cp + "/head/b_" + $clHead[$wHead].name + '.png">'>>
<<else>>
<<= '<img class="pa2" src="' + _cp + "/head/" + $clHead[$wHead].name + '.png">'>>
<</if>>
<</if>>
/* Draw Bimbo Bang if Bimbo */
<<if $player.hairLength is 6>>
<<= '<img class="pa2" src="' + _dollBimboHair + '">'>>
<</if>>
<</if>>
<</if>>
<<if $args[3]>>
/* Draw NPC */
<<= '<img class="a3" src="' + _a3 + _ch[3] + "/body/" + _bd[3] + '.png">'>>
<<= '<img class="a3" src="' + _a3 + _ch[3] + "/head/" + _ex[3] + '.png">'>>
<<if _sp[3] isnot "x">><<= '<img class="a3" src="' + _a3 + _ch[3] + "/special/" + _sp[3] + '.png">'>><</if>>
<</if>>
<<if $args[4]>>
/* Draw NPC */
<<= '<img class="a4" src="' + _a4 + _ch[4] + "/body/" + _bd[4] + '.png">'>>
<<= '<img class="a4" src="' + _a4 + _ch[4] + "/head/" + _ex[4] + '.png">'>>
<<if _sp[4] isnot "x">><<= '<img class="a4" src="' + _a4 + _ch[4] + "/special/" + _sp[4] + '.png">'>><</if>>
<</if>>
</div>
<</if>>
<</widget>>
<<widget "DisplayCharacter">>
<<if $UsePics>>
<<silently>>
/* Determine what to display */
<<if $args[0] is "naked">>
<<set _naked to true>>
<<elseif $args[0] is "underwear">>
<<set _underwear to true>>
<<else>>
<<set _clothed to true>>
<</if>>
/* Choose masculine or feminine frame */
<<if $player.genderv >= 0>>
<<set _frame to "F/">>
<<else>>
<<set _frame to "M/">>
<</if>>
/* Grab images that will be used regardless of display */
<<set _pp to "pics/actors/player/body/" + _frame>>
<<set _doll to _pp + "base.png">>
<<set _dollHair to _pp + "hair/" + $player.hairLength + ".png">>
<<set _dollHairB to _pp + "hair/" + $player.hairLength + "b.png">>
/* Grab outfit image if clothed */
<<if _clothed>>
<<set _dollOutfit to "pics/actors/player/outfit/" + _frame + $Outfits[$player.outfit].dir + "/" + $Outfits[$player.outfit].img[$player.breastTier] + ".png">>
<</if>>
/* Grab underwear images if in underwear */
<<if _underwear>>
<<if $Underwear[$player.underwear].img[$player.penisTier] isnot "none">>
<<set _dollUnderwearBottom to "pics/actors/player/outfit/" + _frame + $Underwear[$player.underwear].dir + "/" + $Underwear[$player.underwear].img[$player.penisTier] + ".png">>
<<set _uBottom to true>>
<</if>>
<<if $Bra[$player.bra].img[$player.breastTier] isnot "none">>
<<set _dollUnderwearTop to "pics/actors/player/outfit/" + _frame + $Bra[$player.bra].dir + "/" + $Bra[$player.bra].img[$player.breastTier] + ".png">>
<<set _uTop to true>>
<</if>>
<</if>>
/* Grab body assets if naked or in underwear */
<<if _naked or _underwear>>
<<set _dollBust to _pp + "breasts/" + $player.breastTier + ".png">>
<<if hasPenis()>>
<<if isChastity()>>
<<set _dollCrotch to _pp + "toy/" + $Accf[$player.accf].img>>
<<else>>
<<set _dollCrotch to _pp + "genitals/penis/" + $player.penisTier>>
<</if>>
<<else>>
<<if hasStrapon()>>
<<set _dollCrotch to _pp + "toy/" + $Accf[$player.accf].img>>
<<else>>
<<if vTier() > 3>>
<<set _dollCrotch to _pp + "genitals/pussy/open">>
<<else>>
<<set _dollCrotch to _pp + "genitals/pussy/tight">>
<</if>>
<</if>>
<</if>>
<<if $player.horny > 49 and not isChastity() and not hasStrapon()>>
<<set _dollCrotch += "_h.png">>
<<else>>
<<set _dollCrotch += ".png">>
<</if>>
<</if>>
/* Grab hat asset if wearing hat/head accessory */
<<if $player.hat isnot "none">>
<<set _dollHat to "pics/actors/player/outfit/" + _frame + $Hats[$player.hat].dir + "/" + $Hats[$player.hat].img[0] + ".png">>
<<set _hat to true>>
<</if>>
<</silently>>
<div id="charFull">
/* Draw Lower Hair Layer
<<if $player.hairLength is 5>>
<<= '<img class="pa1" src="' + _dollHairB + '">'>>
<</if>>*/
<<if _naked>>
/* Draw Player Base */
<<= '<img class="pa1" src="' + _doll + '">'>>
<<= '<img class="pa1" src="' + _dollCrotch + '">'>>
<<= '<img class="pa1" src="' + _dollBust + '">'>>
<<elseif _underwear>>
/* Draw Player Base plus underwear */
<<= '<img class="pa1" src="' + _doll + '">'>>
<<= '<img class="pa1" src="' + _dollBust + '">'>>
<<if _uTop>>
<<= '<img class="pa1" src="' + _dollUnderwearTop + '">'>>
<</if>>
<<if _uBottom>>
<<= '<img class="pa1" src="' + _dollUnderwearBottom + '">'>>
<<else>>
<<= '<img class="pa1" src="' + _dollCrotch + '">'>>
<</if>>
<<else>>
/* Draw Player Outfit */
<<= '<img class="pa1" src="' + _dollOutfit + '">'>>
<</if>>
/* Draw Makeup */
<<= '<img class="pa1" src="' + _pp + "/makeup/" + $player.makeup + '.png">'>>
/* Draw Hair */
<<= '<img class="pa1" src="' + _dollHair + '">'>>
/* Draw Hat */
<<if _hat>>
<<= '<img class="pa1" src="' + _dollHat + '">'>>
<</if>>
</div>
<<else>>
<<if $player.baseGender is "male">>
<<set _img to "pics/actor/player/bust/male/formal1.jpg">>
<<else>>
<<set _img to "pics/actor/player/bust/female/formal1.jpg">>
<</if>>
@@.pic[img[_img]]@@
<</if>>
<</widget>>
<<widget "DisplayCharacterPortrait">>
<<if $UsePics>>
<<silently>>
/* Play Gender and Image Directories */
<<if $player.genderv >= 0>>
<<set _frame to "F/">>
<<else>>
<<set _frame to "M/">>
<</if>>
<<set _bg to "pics/ui/portrait_bg.png">>
<<set _pp to "pics/actors/player/body/" + _frame>>
<<set _dollOutfit to "pics/actors/player/outfit/" + _frame + $Outfits[$player.outfit].dir + "/" + $Outfits[$player.outfit].img[$player.breastTier] + ".png">>
<<set _doll to _pp + "base.png">>
<<set _dollHair to _pp + "hair/" + $player.hairLength + ".png">>
<<set _dollBust to _pp + "breasts/" + $player.breastTier + ".png">>
/* Grab hat asset if wearing hat/head accessory */
<<if $player.hat isnot "none">>
<<set _dollHat to "pics/actors/player/outfit/" + _frame + $Hats[$player.hat].dir + "/" + $Hats[$player.hat].img[0] + ".png">>
<<set _hat to true>>
<</if>>
<</silently>>
<div id="charPort">
/* Draw BG */
<<= '<img class="pa1" src="' + _bg + '">'>>
/* Draw Player with Outfit */
<<= '<img class="pa1" src="' + _dollOutfit + '">'>>
/* Draw Makeup */
<<= '<img class="pa1" src="' + _pp + "/makeup/" + $player.makeup + '.png">'>>
/* Draw Hair */
<<= '<img class="pa1" src="' + _dollHair + '">'>>
/* Draw Hat */
<<if _hat>>
<<= '<img class="pa1" src="' + _dollHat + '">'>>
<</if>>
</div>
<<else>>
<<if isMale()>>
<<set _profilePic to "pics/profile/Male.jpg">>
<<else>>
<<set _profilePic to "pics/profile/Female.jpg">>
<</if>>
@@.pic;[img[_profilePic]]@@
<</if>>
<</widget>>
<<widget "DisplayCharacterThumb">>
<<if $UsePics>>
<<silently>>
/* Play Gender and Image Directories */
<<if $player.genderv >= 0>>
<<set _frame to "F/">>
<<else>>
<<set _frame to "M/">>
<</if>>
<<set _bg to "pics/ui/portrait_bg.png">>
<<set _pp to "pics/actors/player/body/" + _frame>>
<<set _dollOutfit to "pics/actors/player/outfit/" + _frame + $Outfits[$player.outfit].dir + "/" + $Outfits[$player.outfit].img[$player.breastTier] + ".png">>
<<set _doll to _pp + "base.png">>
<<set _dollHair to _pp + "hair/" + $player.hairLength + ".png">>
<<set _dollBust to _pp + "breasts/" + $player.breastTier + ".png">>
/* Grab hat asset if wearing hat/head accessory */
<<if $player.hat isnot "none">>
<<set _dollHat to "pics/actors/player/outfit/" + _frame + $Hats[$player.hat].dir + "/" + $Hats[$player.hat].img[0] + ".png">>
<<set _hat to true>>
<</if>>
<</silently>>
<div id="charThumb">
/* Draw BG */
<<= '<img class="pa1" src="' + _bg + '">'>>
/* Draw Player with Outfit */
<<= '<img class="pa1" src="' + _dollOutfit + '">'>>
/* Draw Makeup */
<<= '<img class="pa1" src="' + _pp + "/makeup/" + $player.makeup + '.png">'>>
/* Draw Hair */
<<= '<img class="pa1" src="' + _dollHair + '">'>>
/* Draw Hat */
<<if _hat>>
<<= '<img class="pa1" src="' + _dollHat + '">'>>
<</if>>
</div>
<<else>>
<<if isMale()>>
<<set _profilePic to "pics/profile/Male.jpg">>
<<else>>
<<set _profilePic to "pics/profile/Female.jpg">>
<</if>>
@@.pro;[img[_profilePic]]@@
<</if>>
<</widget>><<widget "StatReset">>
<<SetPronouns $player.identity>>
<<include TaskCheck>>
<<include ArtChecks>>
<<set $passageFinished to false>>
<<if $FreePlay>><<set $Chapter to 0>><</if>>
<<if $getCaught > 100>><<set $getCaught to 100>><</if>>
<<if $ConvoCD < 0>><<set $ConvoCD to 0>><</if>>
<<if hasPenis()>>
<<set $player.penisSize to Math.clamp($player.penisSize,1,100)>>
<</if>>
<<set $player.pussySize to Math.clamp($player.pussySize,0,100)>>
<<set $player.breastSize to $player.breastSize.clamp(0,100)>>
<<set $player.assSize to Math.clamp($player.assSize,0,100)>>
<<set $player.gender to (isMale()) ? "Male" : (isTrans()) ? "Trans" : "Female">>\
<<set $player.genderv to Math.clamp($player.genderv,-50,50)>>
<<set $player.tfSuffix to (isSissy()) ? "Sissy" : (isBimbo()) ? "Bimbo" : "">>\
<<set $serum[1].qty to Math.clamp($serum[1].qty,0,99999)>>
<<set $serum[2].qty to Math.clamp($serum[2].qty,0,99999)>>
<<set $serum[3].qty to Math.clamp($serum[3].qty,0,99999)>>
<<set $serum[4].qty to Math.clamp($serum[4].qty,0,99999)>>
<<set $serum[5].qty to Math.clamp($serum[5].qty,0,99999)>>
<<set $serum[6].qty to Math.clamp($serum[6].qty,0,99999)>>
<<set $serum[7].qty to Math.clamp($serum[7].qty,0,99999)>>
<<if isSissy() or isBimbo()>>
<<set $player.hornyMod to Math.clamp($player.hornyMod,30,100)>>
<<else>>
<<set $player.hornyMod to Math.clamp($player.hornyMod,0,100)>>
<</if>>
<<set $player.dom to Math.clamp($player.dom,0,100)>>
<<if $mom.hasPenis or $player.has.strapon>>
<<SetFlag $player "boughtStrapon">>
<</if>>
<<if $mom.hasCollar or $player.has.collar>>
<<SetFlag $player "boughtCollar">>
<</if>>
<<if $sister.isDog or $sister.isPornstar>>
<<set $sister.isGone to true>>
<</if>>
<<if isFemale() and $player.isPregnant>>
<<set $player.pussySize to ($player.pussySize > 0) ? $player.pussySize : 1>>
<</if>>
<<set $player.isCompleteDom to false>>
<<set $player.isVeryDom to false>>
<<set $player.isDom to false>>
<<set $player.isCompleteSub to false>>
<<set $player.isVerySub to false>>
<<set $player.isSub to false>>
<<if $player.dom >= 99>>
<<set $player.isCompleteDom to true>>
<<set $player.isVeryDom to true>>
<<set $player.isDom to true>>
<<elseif $player.dom >= 80>>
<<set $player.isVeryDom to true>>
<<set $player.isDom to true>>
<<elseif $player.dom >= 60>>
<<set $player.isDom to true>>
<<elseif $player.dom >= 40>>
<<elseif $player.dom >= 20>>
<<set $player.isSub to true>>
<<elseif $player.dom >= 2>>
<<set $player.isSub to true>>
<<set $player.isVerySub to true>>
<<elseif $player.dom >= 0>>
<<set $player.isSub to true>>
<<set $player.isVerySub to true>>
<<set $player.isCompleteSub to true>>
<</if>>
<<set $mom.relationship to ($mom.isBlood) ? "Mother" : "Stepmother">>
<<set $sister.relationship to ($sister.isBlood) ? "Sister" : "Stepsister">>
<<set $player.sophieName to ($sophie.control.casual) ? $player.name : "<<Formal>>">>
<<set $NewNotes to false>>
<<if not $npc>><<set $npc to {img: {}}>><</if>>
<<if not $events>><<set $events to {img: {}}>><</if>>
<<if not $action>><<set $action to {img: {}}>><</if>>
<<if not $imgTest>><<set $imgTest to {img: {}}>><</if>>
<<if not $thepit>><<set $thepit to {img: {}}>><</if>>
<<DefineDB>>
<<UpdateCharacters $saya>>
<<UpdateCharacters $sophie>>
<<UpdateCharacters $mom>>
<<UpdateCharacters $sister>>
<<UpdateCharacters $penny>>
<<UpdateCharacters $john>>
<<UpdateCharacters $tasha>>
<<UpdateCharacters $diana>>
<<UpdateCharacters $julia>>
<<UpdateCharacters $lisa>>
<<UpdateCharacters $lauren>>
<<UpdateCharacters $james>>
<<UpdateCharacters $mick>>
<<UpdateCharacters $jag>>
<<UpdateCharacters $chris>>
<<UpdateCharacters $ash>>
<<UpdateCharacters $veruca>>
<<UpdateCharacters $lexi>>
<<UpdateCharacters $siri>>
<<UpdateCharacters $sean>>
<</widget>><<widget "HomeThoughts">>\
<<set _thoughts to []>>\
<<silently>>\
<<switch $time.day>>
<<case "Monday">>
<<switch $time.time>>
<<case "Morning">>
<<if $sister.isPornstar>>
<<set _thoughts.push("Looks like $mom.name eating breakfast in the kitchen alone... I wonder how $sister.name's doing.")>>
<<else>>
<<set _thoughts.push("Looks like $mom.name and $sister.name are having breakfast in the kitchen.")>>
<</if>>
<<case "Late Morning">>
<<if not $NoWork>>
<<set _thoughts.push("I should probably head to work before it gets too late.")>>
<</if>>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $player.met.chris>>
<<set _thoughts.push("Hm, $chris.name is probably free tonight... Maybe I should see if he wants to go out?")>>
<</if>>
<<if $player.has.strapon and not $mom.hasPenis>>
<<set _thoughts.push("Hm, maybe I should try using that weird strapon I bought from IMAGE... It sounds like $sister.name is still awake, but $mom.name's definitely sleeping...")>>
<</if>>
<</switch>>
<<case "Tuesday">>
<<switch $time.time>>
<<case "Morning">>
<<if $sister.isPornstar>>
<<set _thoughts.push("Looks like $mom.name eating breakfast in the kitchen alone... I wonder how $sister.name's doing.")>>
<<else>>
<<set _thoughts.push("Looks like $mom.name and $sister.name are having breakfast in the kitchen.")>>
<</if>>
<<case "Late Morning">>
<<if not $NoWork>>
<<set _thoughts.push("I should probably head to work before it gets too late.")>>
<</if>>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $player.has.strapon and not $mom.hasPenis>>
<<set _thoughts.push("Hm, maybe I should try using that weird strapon I bought from IMAGE... It sounds like $sister.name is still awake, but $mom.name's definitely sleeping...")>>
<</if>>
<</switch>>
<<case "Wednesday">>
<<switch $time.time>>
<<case "Morning">>
<<if $sister.isPornstar>>
<<set _thoughts.push("Looks like $mom.name eating breakfast in the kitchen alone... I wonder how $sister.name's doing.")>>
<<else>>
<<set _thoughts.push("Looks like $mom.name and $sister.name are having breakfast in the kitchen.")>>
<</if>>
<<case "Late Morning">>
<<if not $NoWork>>
<<set _thoughts.push("I should probably head to work before it gets too late.")>>
<</if>>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $player.has.strapon and not $mom.hasPenis>>
<<set _thoughts.push("Hm, maybe I should try using that weird strapon I bought from IMAGE... It sounds like $sister.name is still awake, but $mom.name's definitely sleeping...")>>
<</if>>
<</switch>>
<<case "Thursday">>
<<switch $time.time>>
<<case "Morning">>
<<if $sister.isPornstar>>
<<set _thoughts.push("Looks like $mom.name eating breakfast in the kitchen alone... I wonder how $sister.name's doing.")>>
<<else>>
<<set _thoughts.push("Looks like $mom.name and $sister.name are having breakfast in the kitchen.")>>
<</if>>
<<case "Late Morning">>
<<if not $NoWork>>
<<set _thoughts.push("I should probably head to work before it gets too late.")>>
<</if>>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $player.met.chris>>
<<set _thoughts.push("Hm, $chris.name is probably free tonight... Maybe I should see if he wants to go out?")>>
<</if>>
<<if $player.has.strapon and not $mom.hasPenis>>
<<set _thoughts.push("Hm, maybe I should try using that weird strapon I bought from IMAGE... It sounds like $sister.name is still awake, but $mom.name's definitely sleeping...")>>
<</if>>
<</switch>>
<<case "Friday">>
<<switch $time.time>>
<<case "Morning">>
<<if $player.has.collar and not $mom.hasCollar>>
<<set _thoughts.push("Hm, I have this weird collar I bought from IMAGE... Maybe I should try giving it to $mom.name?")>>
<</if>>
<<if dose($sister,"oral") and not $sister.isPornstar>>
<<set _thoughts.push("$sister.name mentioned I could come visit her in the morning for some... oral release.")>>
<</if>>
<<case "Late Morning">>
<<if not $NoWork>>
<<set _thoughts.push("I should probably head to work before it gets too late.")>>
<</if>>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $player.has.strapon and not $mom.hasPenis>>
<<set _thoughts.push("Hm, maybe I should try using that weird strapon I bought from IMAGE... It sounds like $sister.name is still awake, but $mom.name's definitely sleeping...")>>
<</if>>
<</switch>>
<<case "Saturday">>
<<switch $time.time>>
<<case "Morning">>
<<if $player.has.collar and not $mom.hasCollar>>
<<set _thoughts.push("Hm, I have this weird collar I bought from IMAGE... Maybe I should try giving it to $mom.name?")>>
<</if>>
<<if dose($sister,"oral") and not $sister.isPornstar>>
<<set _thoughts.push("$sister.name mentioned I could come visit her in the morning for some... oral release.")>>
<</if>>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $player.has.strapon and not $mom.hasPenis>>
<<set _thoughts.push("Hm, maybe I should try using that weird strapon I bought from IMAGE... It sounds like $sister.name is still awake, but $mom.name's definitely sleeping...")>>
<</if>>
<</switch>>
<<case "Sunday">>
<<switch $time.time>>
<<case "Morning">>
<<if $player.has.collar and not $mom.hasCollar>>
<<set _thoughts.push("Hm, I have this weird collar I bought from IMAGE... Maybe I should try giving it to $mom.name?")>>
<</if>>
<<if dose($sister,"oral")>>
<<set _thoughts.push("$sister.name mentioned I could come visit her in the morning for some... oral release.")>>
<</if>>
<<case "Late Morning">>
<<case "Noon">>
<<case "Early Afternoon">>
<<case "Afternoon">>
<<case "Evening">>
<<case "Night">>
<<if $player.has.strapon and not $mom.hasPenis>>
<<set _thoughts.push("Hm, maybe I should try using that weird strapon I bought from IMAGE... It sounds like $sister.name is still awake, but $mom.name's definitely sleeping...")>>
<</if>>
<</switch>>
<</switch>>
<<if _thoughts.length < 1>>
<<GenerateHomeThoughts>>
<</if>>
<<set _t to _thoughts.random()>>
<</silently>>\
''It's currently @@$time.day, $time.time@@. You're standing at the base of the stairway in the middle of the house.''
<<if isSeptember(1)>>\
''You have some time to kill before getting picked up by The Company, but not so much that you should risk leaving the house and missing your ride. You should use this opportunity to spend some time with your family. Between school and now this new job, there haven't been many chances to see each other.''
<<else>>\
<<Thought _t>>\
<</if>>\
<</widget>>\
<<widget "GenerateHomeThoughts">>\
<<silently>>\
<<if isSeptember() or isOctober() or isNovember()>>
<<set _thoughts.push(
"I love this autumn weather.",
"This cool weather's fantastic. Summer really sucked this year.",
"I wonder if we'll get any snow this year..."
)>>
<</if>>
<<if isOctober() and not isOctober(31)>>
<<set _thoughts.push(
"$sister.name and I used to go trick or treating every year. Feels like there's no time for that sorta thing anymore...",
"Ha, I wonder if The Company has Halloween parties...",
"Didn't $mom.name say something about her niece coming down for Thanksgiving next month?",
"I wonder if $mom.name'll make a turkey next month..."
)>>
<</if>>
<<if isBimbo()>>
<<set _thoughts.push(
"@@.bf;Fuck, why am I always so damn horny?@@",
"@@.bf;I could really go for a big juicy cock right about now...@@",
"@@.bf;I wonder if $penny.name's down to fuck...@@",
"@@.bf;I wonder if $saya.name would let me fuck her in my dreams?@@",
"@@.bf;I wonder if I could make my titties even bigger?@@"
)>>
<<if isWearingUnderwear()>>
<<set _thoughts.push(
"@@.bf;Ugh, I keep ruining my panties... Maybe I should just stop wearing them...@@",
)>>
<</if>>
<<if flag($john,"BimboPlayer")>>
<<set _thoughts.push(
"@@.bf;I wonder what Daddy's up to?@@",
"@@.bf;Mmmmm, I miss Daddy's fat cock so much...@@",
"@@.bf;God I wish Daddy would just come fuck my slut hole already!@@"
)>>
<</if>>
<<else>>
<<set _thoughts.push(
"Oh man, work's been exhausting lately...",
"When's the last time I sat down and watched a good TV show? When's the last time there's been a good TV show!?",
"I could really go for a burger right now...",
"Why am I tired all the time?",
"Work sure has been interesting lately... I wonder what tomorrow'll bring..."
)>>
<</if>>
<</silently>>\
<</widget>>\
<<widget "WorkThoughts">>\
<<set _thoughts to []>>\
<<silently>>\
<<switch $time.time>>
<<case "Morning">>
<<if $serum[1].qty + $serum[2].qty + $serum[3].qty > 0>>
<<set _thoughts.push("The common area is pretty empty right now. This might be a good chance to slip one of my serums into someone's drink...")>>
<</if>>
<<if dose($tasha,"oral")>>
<<set _thoughts.push("Maybe I should go see what $tasha.name's up to...")>>
<<elseif dose($tasha,"masturbate")>>
<<set _thoughts.push("I told $tasha.name to start masturbating in her office. Maybe I should go check on her.")>>
<</if>>
<<case "Late Morning">>
<<if $serum[1].qty + $serum[2].qty + $serum[3].qty > 0>>
<<set _thoughts.push("The common area is pretty empty right now. This might be a good chance to slip one of my serums into someone's drink...")>>
<</if>>
<<if $john.cPlayer > 0>>
<<set _thoughts.push("$john.name told me I could find him in the bathroom before noon. Maybe I...")>>
<</if>>
<<if dose($john,"oralMale") and $john.isMale>>
<<set _thoughts.push("I told $john.name he should start servicing other men in the restroom. Maybe I should check in on him...")>>
<<elseif dose($john,"oralFemale") and $john.isMale>>
<<set _thoughts.push("I told $john.name he should start servicing female coworkers in the restroom. Maybe I should check in on him...")>>
<</if>>
<<case "Noon">>
<<if $penny.isWhore>>
<<set _thoughts.push("Looks like everyone's taking a lunch break in the commons right now. $penny.name mentioned seeing a client during her lunch break...")>>
<<else>>
<<if $sophie.dose > 0 or $Chapter > 1>>
<<set _thoughts.push("I wonder what $sophie.name's up to...")>>
<</if>>
<<set _thoughts.push("Looks like everyone's taking a lunch break in the commons right now.")>>
<</if>>
<<case "Early Afternoon">>
<<if $john.cPlayer > 0>>
<<set _thoughts.push("$john.name's probably in his office. I wonder if he has time to see me...")>>
<</if>>
<<if $tasha.control.domJohn>>
<<set _thoughts.push("Maybe I should go see what $tasha.name and $john.name are up to.")>>
<</if>>
<<if $serum[1].qty + $serum[2].qty + $serum[3].qty > 0>>
<<set _thoughts.push("The common area is pretty empty right now. This might be a good chance to slip one of my serums into someone's drink...")>>
<</if>>
<<case "Afternoon">>
<<if not $diana.isGone>>
<<set _thoughts.push("Is that $diana.name in the commons?")>>
<</if>>
<<case "Evening">>
<<if dose($john,"labTest") and $john.isMale>>
<<set _thoughts.push("$john.name's probably waiting for me in the lab. I should probably check on him.")>>
<</if>>
<<case "Night">>
<</switch>>
<<if timeIsAfter(20171101) and timeIsBefore(20171118) and not seenConvo($kagney,2)>>
<<set _thoughts.push("$kagney.name sure is looking stressed today...")>>
<</if>>
<<if _thoughts.length < 1>>
<<GenerateWorkThoughts>>
<</if>>
<<set _t to _thoughts.random()>>
<</silently>>\
''It's currently @@$time.day, $time.time@@. You're standing in front of the lift on the office level of the company.''
<<Thought _t>>\
<</widget>>\
<<widget "GenerateWorkThoughts">>\
<<silently>>\
<<set _thoughts.push(
"Being underground all day... kinda hard to keep track of time..."
)>>
<<if $Chapter > 3>>
<<set _thoughts.push(
"First $julia.name, now $lauren.name... How many crazy chicks work here!?",
"I wonder how $lauren.name's doing down there...",
"Definitely one of the crazier Halloweens I've had in a while..."
)>>
<<elseif $Chapter > 2>>
<<set _thoughts.push(
"Holy shit, I never would have thought $julia.name could have done those things...",
"I wonder how $julia.name's doing as the new wet nurse...",
"I can't tell if this year is flying or crawling...",
"I wonder if I get PTO working here..."
)>>
<<elseif $Chapter > 1>>
<<set _thoughts.push(
"Man, I could go for a personal day...",
"I wonder if what I did to $tory.name was really the right move...",
"I hope $sophie.name's happy with my work so far...",
"God, that meeting with the execs was fucking NUTS!"
)>>
<</if>>
<<if isSeptember() or isOctober() or isNovember()>>
<<set _thoughts.push(
"Ugh, sucks to be stuck inside this time of year...",
"I wonder if we'll get any snow this year..."
)>>
<</if>>
<<if isOctober() and not isOctober(31)>>
<<set _thoughts.push(
"Ha, I wonder if The Company has Halloween parties..."
)>>
<</if>>
<<if isBimbo()>>
<<set _thoughts.push(
"@@.bf;Fuck, why am I always so damn horny?@@",
"@@.bf;I could really go for a big juicy cock right about now...@@",
"@@.bf;I wonder if $penny.name's down to fuck...@@",
"@@.bf;Ugh, I keep ruining my panties... Maybe I should just stop wearing them...@@",
"@@.bf;I wonder if I could make my titties even bigger?@@",
"@@.bf;Ugh, I wonder if I could just start pulling people into the storage closet for some rapidfire fuck sessions...@@"
)>>
<<if flag($john,"BimboPlayer")>>
<<set _thoughts.push(
"@@.bf;I wonder what Daddy's up to?@@",
"@@.bf;Mmmmm, I miss Daddy's fat cock so much...@@",
"@@.bf;God I wish Daddy would just come fuck my slut hole already!@@"
)>>
<</if>>
<<else>>
<<set _thoughts.push(
"I should really go for a walk or something...",
"I could really go for a beer right now...",
"Why am I tired all the time?"
)>>
<</if>>
<</silently>>\
<</widget>>\<<widget "trackAction">>
<<if $args[1]>>
<<run trackAction($args[0],$args[1])>>
<<else>>
<<run trackAction($args[0])>>
<</if>>
<</widget>><<widget "GetTimeInfo">>
<<run getTimeInfo()>>
<</widget>>
<<widget "MoodCheck">>
<<if rangeSissyTF()>>
@@.sf;You are feeling especially subservient...@@
<<elseif rangeBimboTF()>>
@@.bf;You are feeling especially promiscuous...@@
<<elseif rangeMaleTF()>>
@@.tf;You are feeling especially masculine...@@
<<elseif rangeFemaleTF()>>
@@.tf;You are feeling especially feminine...@@
<<elseif rangeTransTF()>>
@@.tf;You are feeling different...@@
<<else>>
You feel normal
<</if>>
<</widget>>
<<widget "HornyCheck">>
<<if $player.isPregnant>>
You are @@.xxx;pregnant@@, having been inseminated by $player.pregnantBy
<</if>>
<<if isBimbo()>>
As a @@.xxx;bimbo@@, you're in a constant state of @@.xxx;uncontrollable arousal@@.<br><br>
<</if>>
<<if isSissy()>>
As a @@.xxx;sissy@@, you're constantly feeling @@.tf;submissive@@ and @@.xxx;horny@@.<br><br>
<</if>>
<<if getPrimaryOutfit() is "girly">>
You're wearing @@.tf;feminine@@ clothing.<br><br>
<</if>>
<<if getPrimaryOutfit() is "manly">>
You're wearing @@.tf;masculine@@ clothing.<br><br>
<</if>>
<<if getPrimaryOutfit() is "formal">>
You're dressed nicely.<br><br>
<</if>>
<<if getPrimaryOutfit() is "casual">>
You're dressed casually.<br><br>
<</if>>
<<if getPrimaryOutfit() is "slutty">>
You're wearing @@.xxx;slutty@@ clothing, making you feel @@.xxx;horny@@.<br><br>
<</if>>
You are wearing <<print $player.wearingMakeup[$player.makeup]>> makeup.<br><br>
<<if frontPlugged()>>
The @@.xxx;<<accf>>@@ in your @@.xxx;<<pSize>>@@ is making you feel @@.xxx;horny@@ and @@.tf;slutty@@.<br><br>
<</if>>
<<if analPlugged()>>
The @@.xxx;<<accb>>@@ in your @@.xxx;ass@@ is making you feel @@.xxx;horny@@ and @@.tf;<<if hasPenis()>>girly<<else>>slutty<</if>>@@.<br><br>
<</if>>
<<if isChastity()>>
The @@.xxx;<<accf>>@@ on your @@.xxx;<<pSize>>@@ keeps you feel @@.xxx;horny@@ and @@.tf;submissive@@.<br><br>
<</if>>
<<if hasStrapon()>>
The @@.xxx;<<accf>>@@ you're secretly wearing under your <<bottom>> is making you feel @@.xxx;horny@@ and @@.tf;masculine@@.<br><br>
<</if>>
<<if isMale() and dressed("girly-underwear")>>
As a man, wearing @@.xxx;<<underwear>>@@ is making you feel @@.xxx;horny@@ and @@.tf;girly@@.<br><br>
<</if>>
<<if not isWearingUnderwear()>>
The sensation of @@.xxx;not wearing any underwear@@ under your <<bottom>> is making you feel @@.xxx;horny@@.<br><br>
<</if>>
<<if $player.horny > 0>>
<<if $player.horny >= 90>>
@@.xxx;You're feeling uncontrollably horny!@@
<<elseif $player.horny >= 60>>
@@.xxx;You're feeling very horny.@@
<<else>>
@@.xxx;You're feeling horny.@@
<</if>>
<</if>>
<</widget>>
<<widget "HornyCheckValue">>
<<set _horny to 0>>
<<set _hTemp = 0>>
<<set $player.horny to 0>>
<<if frontPlugged()>>
<<set _hTemp += 10>>
<</if>>
<<if analPlugged()>>
<<set _hTemp += 10>>
<</if>>
<<if isChastity()>>
<<set _hTemp += 10>>
<</if>>
<<if dressed("slutty")>>
<<set _hTemp += 10>>
<</if>>
<<if hasStrapon()>>
<<set _hTemp += 10>>
<</if>>
<<if isMale() and dressed("girly-underwear")>>
<<set _hTemp += 10>>
<</if>>
<<if not isWearingUnderwear()>>
<<set _hTemp += 10>>
<</if>>
<<set _horny = $player.hornyMod + _hTemp>>
<<if _horny < 0>>
<<set _horny = 0>>
<</if>>
<<if _horny > 100>>
<<set _horny = 100>>
<</if>>
<<if $Chapter is 0>>
<<set $player.horny to 0>>
<</if>>
<<set $player.horny to _horny>>
<</widget>>
<<widget "DrawCum">>
<<if $args[0].cum > 0>>
<center>
<<set _bar = "">>
<<set _max = $args[0].cumMax>>
<hr>
@@.xxx;$args[0].name's Orgasm@@<br>
<<for _i=0; _i < _max; _i++>>
<<if $args[0].cum > _i>>
@@.xxx;██@@
<<else>>
//@@color:grey;██@@//
<</if>>
<</for>>
<hr>
</center>
<</if>>
<</widget>>
<<widget "horny">>
<<if $args[0] is 0>>
<<HornyCheckValue>>
<<if $args[1]>>
<<if isBimbo()>>
• @@.xxx;You cum hard, but no matter how many times you get off, as a hopeless bimbo your endless lust will never truly be satisfied... In fact, now you feel even hornier than before!@@
<<set $player.hornyMod += 10>>
<<elseif isSissy()>>
• @@.xxx;$args[1]@@
<<set $player.hornyMod -= 20>>
<<else>>
• @@.xxx;$args[1]@@
<<set $player.hornyMod -= 50>>
<</if>>
<<else>>
<<if isBimbo()>>
• @@.xxx;You cum hard, but no matter how many times you get off, as a hopeless bimbo your endless lust will never truly be satisfied... In fact, now you feel even hornier than before!@@
<<set $player.hornyMod += 10>>
<<elseif isSissy()>>
• @@.xxx;Despite getting off, the sissy in you still craves more...@@
<<set $player.hornyMod -= 20>>
<<else>>
• @@.xxx;Getting off has decreased your arousal.@@
<<set $player.hornyMod -= 50>>
<</if>>
<</if>>
<<elseif $args[0] < 0>>
<<if $args[1]>>
• @@.xxx;$args[1]@@
<<else>>
• @@.xxx;Your arousal has decreased@@
<</if>>
<<set $player.hornyMod -= $args[0]>>
<<elseif $args[0] > 0>>
<<if $args[1]>>
• @@.xxx;$args[1]@@
<<else>>
• @@.xxx;Your arousal has increased@@
<</if>>
<<set $player.hornyMod += $args[0]>>
<</if>>
<</widget>>
<<widget "updatebar">>
<<silently>>
<<replace "#story-caption">>
<<display "StoryCaption">>
<</replace>>
<</silently>>
<</widget>>
<<widget "num">>
<<print $args[1]+setup.formatNumber($args[0])+$args[2]>>
<</widget>>
<<widget "achieve">>
<<if $achievementTrigger is false>>
<<set $ach = $args[0]>>
<<if not $achievement[$ach].earned>>
<<set $achievement[$ach].earned to true>>
/* <<set $achievementTrigger to true>> */
<<set $achName to $achievement[$ach].name>>
<<script>>
Dialog.setup("Achievement Unlocked!", "achievement");
Dialog.wiki(Story.get("AchievementPopup").processText());
Dialog.open();
<</script>>
<</if>>
<</if>>\
<</widget>>
<<widget "preg">>
<<if $args[1]>>
<<set _by to $args[1]>>
<<else>>
<<set _by to "you">>
<</if>>
<<set _pChance to ($time.dayCount * 2) + 30>>
<<set _pRand to random(1,100)>>
<<if $args[2]>>
<<if $args[2] is "mom">>
<<set _pChance to ($time.dayCount * 2) + 60>>
<<set _pRand to random(1,100)>>
<<set _by to "$mom.name">>
<</if>>
<<elseif $BirthControl > 0>>
<<if _by is "you" or $args[0] is $player>>
<<set _pChance to 0>>
<<set _pRand to 999>>
<<else>>
<<set _pChance to ($time.dayCount * 2) + 30>>
<<set _pRand to random(1,100)>>
<</if>>
<<else>>
<<set _pChance to ($time.dayCount * 2) + 30>>
<<set _pRand to random(1,100)>>
<</if>>
<<if $game.devmode>>
• @@Rolled a _pRand and needed to roll under a _pChance@@
<</if>>
<<if $args[0] is $player>>
<<if hasPussy()>>\
<<if $args[0].isPregnant>>
• @@.tf;You've already been impregnated by $player.pregnantBy@@
<<else>>
<<if _pRand lte _pChance>>
<<if $args[2] is "mommy">>
<<if $BirthControl > 0>>
• @@.xxx;The repeated serum exposures have altered your <<mother>>'s semen, making it unnaturally potent. Despite the efforts of $julia.name's birth control injections, you have been impregnated by _by@@
<<else>>
• @@.xxx;You have been impregnated by _by@@
<</if>>
<<set $player.pregnantBy to _by>>
<<set $player.isPregnant to true>>
<<else>>
• @@.xxx;You have been impregnated by _by@@
<<set $player.pregnantBy to _by>>
<<set $player.isPregnant to true>>
<</if>>
<<elseif _pRand is 999>>
• @@.tf;Thanks to $julia.name's contraceptive, you did not become pregnant.@@
<<else>>
• @@.tf;You did not become pregnant@@
<</if>>
<</if>>
<</if>>
<<else>>
<<if $args[0].isPregnant>>
• @@.tf;$args[0].name has already been impregnated by $args[0].pregnantBy@@
<<else>>
<<if _pRand lte _pChance>>
• @@.xxx;$args[0].name has been impregnated by _by@@
<<set $args[0].pregnantBy to _by>>
<<set $args[0].isPregnant to true>>
<<elseif _pRand is 999>>
• @@.tf;Thanks to $julia.name's contraceptive, $args[0].name did not become pregnant.@@
<<else>>
• @@.tf;Despite _by cumming inside her, $args[0].name did not become pregnant@@
<</if>>
<</if>>
<</if>>
<</widget>>
<<widget "days">>
<<if $args[0] is 1>>
a day
<<else>>
$args[0] days
<</if>>
<</widget>>
<<widget "all_Love">>
<<set $mom.love += $args[0]>>
<<set $sister.love += $args[0]>>
<<set $penny.love += $args[0]>>
<<set $john.love += $args[0]>>
<<set $tasha.love += $args[0]>>
<<set $diana.love += $args[0]>>
<<set $julia.love += $args[0]>>
<<set $sophie.love += $args[0]>>
<</widget>>
<<widget "all_Lust">>
<<set $mom.lust += $args[0]>>
<<set $sister.lust += $args[0]>>
<<set $penny.lust += $args[0]>>
<<set $john.lust += $args[0]>>
<<set $tasha.lust += $args[0]>>
<<set $diana.lust += $args[0]>>
<<set $julia.lust += $args[0]>>
<<set $sophie.lust += $args[0]>>
<</widget>>
<<widget "dom">>
<<if $args[0] is $player>>
<<if $args[1] >= 10 or $args[1] <= (-10)>>
<<set _domR to "significantly">>
<<elseif $args[1] >= 5 or $args[1] <= (-5)>>
<<set _domR to "somewhat">>
<<else>>
<<set _domR to "slightly">>
<</if>>
<<if flag($player,"LockSub")>>
• @@.xxx;Your willpower can no longer change...@@
<<elseif $args[1] > 0>>
• @@.gain;Your willpower has increased _domR.@@
<<set $args[0].dom += $args[1]>>
<<else>>
• @@.loss;Your willpower has decreased _domR.@@
<<set $args[0].dom += $args[1]>>
<</if>>
<</if>>
<</widget>>
<<widget "meet">>
<<set _actor to $args[0]>>
<<run commitInitialMemory(_actor)>>
<</widget>>
<<widget "error">>
<<set _err to "Error Message: " + $args[0]>>
<<set _scn to passage()>>
<<nm $saya "Whoops, we have a problem! Here's the error!<br><br>_err <br><br>Occurred in _scn">>
<</widget>>
<<widget "log">>
<<script>>
console.log(_args[0])
<</script>>
<</widget>>
<<widget "toTop">>
<<run document.body.scrollTop = 0>>
<<run document.documentElement.scrollTop = 0>>
<</widget>>
<<widget "DrawPrefBar">>
<<unset _i, _value, _min, _max, _step>><<set _value to $args[0], _min to 0, _max to 100, _step to 4>><<if $args[1]>><<set _min to $args[1]>><</if>><<if $args[2]>><<set _max to $args[2]>><</if>><<if detectMobile()>><<set _step to 40>><</if>><<for _i = _min; _i < _max; _i += _step>><<if _value > _i>><<if _value >= 80>>@@color:green;█@@<<elseif _value >= 60>>@@.gain;█@@<<elseif _value >= 40>>@@.df;█@@<<elseif _value >= 20>>@@.loss;█@@<<else>>@@color:red;█@@<</if>><<else>>@@color:grey;█@@<</if>><</for>>
<</widget>>
<<widget "GetGameState">>
/* Get Gamestate Vars for Issue Report */
<<if isMale()>>
<<set _gen to "Male">>
<<elseif isFemale()>>
<<set _gen to "Female">>
<<else>>
<<set _gen to "Trans">>
<</if>>
<<if isSissy() and isBimbo()>>
<<set _gen2 to "Sissy+Bimbo">>
<<elseif isSissy()>>
<<set _gen2 to "Sissy">>
<<elseif isBimbo()>>
<<set _gen2 to "Bimbo">>
<<else>>
<<set _gen2 to "None">>
<</if>>
<<if $ShowImages and $UsePics>>
<<set _img to "Images+%2B+Paperdoll">>
<<elseif $ShowImages>>
<<set _img to "Images+-+No+Paperdoll">>
<<elseif $UsePics>>
<<set _img to "No+Images+%2B+Paperdoll">>
<<else>>
<<set _img to "No+Images">>
<</if>>
<<set _v to $game.release + " " + $game.Version>>
<<set _ver to _v.replace(" ","+")>>
<<if setup.imgCheck>>
<<if setup.imgCheck.type is "online">>
<<set _sr to "Online">>
<<else>>
<<set _sr to "Local">>
<</if>>
<<else>>
<<set _sr to "Local">>
<</if>>
<<set _pas to passage() + " - " + $time.day + ", " + $time.month + " " + $time.calendarDay + " - " + $time.time>>
<<set _ur to "https://docs.google.com/forms/d/e/1FAIpQLSeA1Tt5faXi3tx5rQB7RCDG2ZfMnpNu1_jRtFrOFppFVARNpw/viewform?usp=pp_url&entry.1313884735=" + _ver + "&entry.1481407319=" + _sr + "&entry.1169431127=" + _img + "&entry.1746449544=" + _gen + "&entry.1475823036=" + _gen2 + "&entry.1969649509=" + _pas>>
<</widget>>
<<widget s>>
<<if $args[0] is true>>
$args[1]
<<else>>
$args[2]
<</if>>
<</widget>><<if passage() isnot "Start">>
<<UpdateCheck>>
<<StatReset>>
<<GenderCheck>>
<<EventsCheck>>
<<DreamCheck>>
<<if $Chapter > 0 or visited("Intro-ChapterStart")>>
<<HornyCheckValue>>
<</if>>
<<set $NoStaticEvent to false>>
<<set $c = 0,$c2 = 0>>
<<set $EVENT to [], $EVENTR to 0>>
<<set $PNAME to $player.name>>
<<set $achievementTrigger to false>>
<<updatebar>>
<</if>><<if passage() isnot "Start">>
/* Beginner Chemist - Make MCS-1 */
<<if $serum[1].qty > 0>>
<<achieve 1>>
<</if>>
/* Intermediate Chemist - Make MCS-2 */
<<if $serum[2].qty > 0>>
<<achieve 2>>
<</if>>
/* Advanced Chemist - Make MCS-3 */
<<if $serum[3].qty > 0>>
<<achieve 3>>
<</if>>
/* Bad Ender - Make MCS-X */
<<if $serum[7].qty > 0>>
<<achieve 4>>
<</if>>
/* Complete Chapter 1 */
<<if $Chapter > 1>>
<<achieve 5>>
<</if>>
/* Complete Chapter 2 */
<<if $Chapter > 2>>
<<achieve 6>>
<</if>>
/* Complete Chapter 3 */
<<if $Chapter > 3>>
<<achieve 15>>
<</if>>
/* Create CMD-1 in Chapter 1 */
<<if $Tasks[1].complete>>
<<achieve 7>>
<</if>>
/* Dose Ava */
<<if $mom.dose > 0>>
<<achieve 8>>
<</if>>
/* Dose Dakota */
<<if $sister.dose > 0>>
<<achieve 9>>
<</if>>
/* Dose Penny */
<<if $penny.dose > 0>>
<<achieve 10>>
<</if>>
/* Dose Tasha */
<<if $tasha.dose > 0>>
<<achieve 11>>
<</if>>
/* Dose Diana */
<<if $diana.dose > 0>>
<<achieve 12>>
<</if>>
/* Dose John */
<<if $john.dose > 0>>
<<achieve 13>>
<</if>>
/* John Doses You */
<<if $john.isDom>>
<<achieve 14>>
<</if>>
/* Unlock AmazingAss Trait */
<<if tracked($player,"analFuck.get",10)>>
<<achieve 16>>
<</if>>
/* Unlock Oral Master Trait */
<<if tracked($player,"oral",20)>>
<<achieve 17>>
<</if>>
/* Unlock Oral Fanatic Trait */
<<if tracked($player,"oral",40)>>
<<achieve 18>>
<</if>>
/* Unlock Bimbo Trait */
<<if $player.daysBimbo >= 10>>
<<achieve 19>>
<</if>>
/* Unlock Masculinity Lover Trait */
<<if tracked($player,"sexMen",10)>>
<<achieve 20>>
<</if>>
/* Unlock Femininity Lover Trait */
<<if tracked($player,"sexWomen",10)>>
<<achieve 21>>
<</if>>
/* Unlock Androgyny Lover Trait */
<<if tracked($player,"sexTrans",10)>>
<<achieve 22>>
<</if>>
/* Unlock Premature Trait */
<<if $player.cumSelf > 5>>
<<achieve 23>>
<</if>>
/* Unlock Efficient Trait */
<<if $player.cumBoth > 5>>
<<achieve 24>>
<</if>>
/* Unlock Fertile Trait */
<<if $player.tryPregnant > 5>>
<<achieve 25>>
<</if>>
/* Unlock Bloodlust Trait */
<<if tracked($player,"sexFamily",5)>>
<<achieve 26>>
<</if>>
/* Failed to Save Jag */
<<if timeIsAfter(20171219) and not flag($player,"HelpedJag")>>
<<achieve 30>>
<</if>>
<</if>><<if passage() isnot "Start">>
<<UpdateCheck>>
<<StatReset>>
<<GetTimeInfo>>
<<GenderCheck>>
<<GetGameState>>
<<if $Chapter > 0 or visited("Intro-ChapterStart")>>
<<HornyCheckValue>>
<</if>>
<<set _dbgC = $c, _dbgC2 = $c2>>
<<if not $UseDoseCD>>
<<if $mom.doseCD > 1>>
<<set $mom.doseCD to 1>>
<</if>>
<<if $sister.doseCD > 1>>
<<set $sister.doseCD to 1>>
<</if>>
<<if $sophie.doseCD > 1>>
<<set $sophie.doseCD to 1>>
<</if>>
<<if $tasha.doseCD > 1>>
<<set $tasha.doseCD to 1>>
<</if>>
<<if $diana.doseCD > 1>>
<<set $diana.doseCD to 1>>
<</if>>
<<if $julia.doseCD > 1>>
<<set $julia.doseCD to 1>>
<</if>>
<</if>>
<<updatebar>>
<<unset $SceneCredit>>
<<if $ShowImages and $ShowWeather>>
<<if $story.halloweenEventActive>>
<<addclass "body" "bg_redalert">>
<<elseif isMorning()>>
<<addclass "body" "bg_morning">>
<<elseif isLateMorning()>>
<<addclass "body" "bg_latemorning">>
<<elseif isNoon()>>
<<addclass "body" "bg_noon">>
<<elseif isEarlyAfternoon()>>
<<addclass "body" "bg_earlyafternoon">>
<<elseif isAfternoon()>>
<<addclass "body" "bg_afternoon">>
<<elseif isEvening()>>
<<addclass "body" "bg_evening">>
<<elseif isNight()>>
<<addclass "body" "bg_night">>
<</if>>
<</if>>
<</if>>$game.release $game.Version
@@.btnUIScale;<<button "Saves">><<script>>UI.saves()<</script>><</button>>@@
@@.btnUIScale;<<button "Restart">><<script>>UI.restart()<</script>><</button>>@@
/* @@.btnUIScale;<<button "Settings">><<script>>UI.settings()<</script>><</button>>@@ */
<<if $Chapter > 0 or visited("Intro-ChapterStart")>>\
<hr>\
<<if $SceneCredit>>\
''Scene Credit:'' @@.gain;$SceneCredit@@
<hr>\
<</if>>\
<<if $FreePlay>>\
@@.gain;Free Play@@
@@$time.time@@
<<elseif $Chapter is 0>>\
Prologue - @@$time.time@@
<<else>>\
Chapter $Chapter - @@$time.time@@
<</if>>\
$time.day, $time.month $time.calendarDay
<hr>\
Money: <<num $Money "$" "">>
$Location
<hr>\
''$player.name $player.surname''
<<if $UsePics or $UseArt>>\
<<DisplayCharacterPortrait>>\
<<elseif $ShowImages>>\
<<pic $player "portrait">>\
<</if>>\
<hr>\
<<MoodCheck>>\
<hr>
<<if $player.dom >= 99>>\
@@.gain;Completely Dominant@@
@@.pic;<img data-passage="d100">@@\
<<elseif $player.dom >= 90>>\
@@.gain;Very Dominant@@
@@.pic;<img data-passage="d90">@@\
<<elseif $player.dom >= 80>>\
@@.gain;Very Dominant@@
@@.pic;<img data-passage="d80">@@\
<<elseif $player.dom >= 70>>\
@@.gain;Dominant@@
@@.pic;<img data-passage="d70">@@\
<<elseif $player.dom >= 60>>\
@@.gain;Dominant@@
@@.pic;<img data-passage="d60">@@\
<<elseif $player.dom >= 50>>\
@@.data;Neutral Dominance@@
@@.pic;<img data-passage="d50">@@\
<<elseif $player.dom >= 40>>\
@@.data;Neutral@@
@@.pic;<img data-passage="d40">@@\
<<elseif $player.dom >= 30>>\
@@.xxx;Submissive@@
@@.pic;<img data-passage="d30">@@\
<<elseif $player.dom >= 20>>\
@@.xxx;Submissive@@
@@.pic;<img data-passage="d20">@@\
<<elseif $player.dom >= 2>>\
@@.xxx;Very Submissive@@
@@.pic;<img data-passage="d10">@@\
<<else>>\
@@.xxx;Completely Submissive@@
@@.pic;<img data-passage="d0">@@\
<</if>>\
<<if $player.horny >= 99>>\
@@.xxx;Uncontrollably Aroused ($player.horny)@@
@@.pic;<img data-passage="a100">@@\
<<elseif $player.horny >= 90>>\
@@.xxx;Uncontrollably Aroused ($player.horny)@@
@@.pic;<img data-passage="a90">@@\
<<elseif $player.horny >= 80>>\
@@.xxx;Extremely Aroused ($player.horny)@@
@@.pic;<img data-passage="a80">@@\
<<elseif $player.horny >= 70>>\
@@.xxx;Extremely Aroused ($player.horny)@@
@@.pic;<img data-passage="a70">@@\
<<elseif $player.horny >= 60>>\
@@.xxx;Very Aroused ($player.horny)@@
@@.pic;<img data-passage="a60">@@\
<<elseif $player.horny >= 50>>\
@@.xxx;Very Aroused ($player.horny)@@
@@.pic;<img data-passage="a50">@@\
<<elseif $player.horny >= 40>>\
@@.xxx;Aroused ($player.horny)@@
@@.pic;<img data-passage="a40">@@\
<<elseif $player.horny >= 30>>\
@@.xxx;Aroused ($player.horny)@@
@@.pic;<img data-passage="a30">@@\
<<elseif $player.horny >= 20>>\
@@.ef;Somewhat Aroused ($player.horny)@@
@@.pic;<img data-passage="a20">@@\
<<elseif $player.horny >= 2>>\
@@.ef;Somewhat Aroused ($player.horny)@@
@@.pic;<img data-passage="a10">@@\
<<else>>\
@@.data;Not Aroused ($player.horny)@@
@@.pic;<img data-passage="a0">@@\
<</if>>\
@@.data;$player.gender $player.tfSuffix@@\
<<if $player.genderv >= 50>>\
@@.pic;<img data-passage="g100">@@\
<<elseif $player.genderv >= 40>>\
@@.pic;<img data-passage="g90">@@\
<<elseif $player.genderv >= 30>>\
@@.pic;<img data-passage="g80">@@\
<<elseif $player.genderv >= 20>>\
@@.pic;<img data-passage="g70">@@\
<<elseif $player.genderv >= 10>>\
@@.pic;<img data-passage="g60">@@\
<<elseif $player.genderv >= (-10)>>\
@@.pic;<img data-passage="g50">@@\
<<elseif $player.genderv >= (-11)>>\
@@.pic;<img data-passage="g40">@@\
<<elseif $player.genderv >= (-20)>>\
@@.pic;<img data-passage="g30">@@\
<<elseif $player.genderv >= (-30)>>\
@@.pic;<img data-passage="g20">@@\
<<elseif $player.genderv >= (-40)>>\
@@.pic;<img data-passage="g10">@@\
<<elseif $player.genderv >= (-50)>>\
@@.pic;<img data-passage="g0">@@\
<<else>>\
@@.data;$player.genderv Unknown@@
@@.pic;<img data-passage="g50">@@\
<</if>>\
<hr>\
<<if tasksOpen()>>\
Tasks:
<<for _ta = 0; _ta < $Tasks.length; _ta++>>\
<<if $Tasks[_ta].open>>\
__''$Tasks[_ta].name''__
<<if $Tasks[_ta].complete>>\
@@.gain;Complete! - $Tasks[_ta].desc@@
<<else>>\
@@.loss;$Tasks[_ta].desc@@
<</if>>\
<</if>>\
<</for>>\
<hr>\
<</if>>\
<<if $BirthControl > 0>>\
''Birth Control:''
@@.tf;$BirthControl day(s) remaining@@
<hr>\
<</if>>\
<<if $player.has.collar or $player.has.strapon>>\
''Items:''
<<if $player.has.collar>>\
• Cat Collar
<</if>>\
<<if $player.has.strapon>>\
• Strange Strapon
<</if>>\
<hr>\
<</if>>\
''Status:''
@@.btnUIScale;<<button "Player Info">><<run loadMenu("Player Info","Menu-Wardrobe")>><</button>>@@
<<if visited("Lab-Crafting") or serums() > 0>>\
@@.btnUIScale;<<button "Inventory">><<run loadMenu("Inventory","Menu-Inventory")>><</button>>@@
<</if>>\
/*
<<if visited("PreferenceResult")>>\
@@.btnUIScale;<<button "Preferences & Traits">><<run loadMenu("Preferences","Menu-Preferences")>><</button>>@@
<</if>>\
*/\
<<if $game.release is "Dev Build" and not $UseArt>>\
@@.btnUIScale;<<button "Tracking - @@Dev@@">><<run loadMenu("Tracking","Menu-Tracking")>><</button>>@@
<</if>>\
@@.btnUIScale;<<button "Characters">><<run loadMenu("Characters","Menu-Characters")>><</button>>@@
@@.btnUIScale;<<button "Achievements">><<run loadMenu("Achievements","Achievements")>><</button>>@@
<hr>\
<<if $game.release is "Dev Build" or $game.unlockDebug>>\
<<btnLink "Debug Menu" "debug_DebugMenu" "$dbgReturnPassage=passage(), $dbgC=_dbgC, $dbgC2=_dbgC2">>
<hr>\
<</if>>\
<<if not $UseArt>>\
<<= '<a href="' + _ur + '" target="_blank">@@.btnChoiceDom;<<button "REPORT ISSUE">><</button>>@@</a>'>>
<hr>
<</if>>\
''Options:''
Show Images: \
<<if $ShowImages>>\
@@.gain;On@@ - \
<<link "Off">>
<<set $ShowImages to false>>
<<set $ShowWeather to false>>
<<updatebar>>
<</link>>
<<else>>\
<<link "On">>
<<set $ShowImages to true>>
<<set $ShowWeather to true>>
<<updatebar>>
<</link>> - @@.loss;Off@@
<</if>>\
<<if $ShowImages>>\
Show Time Images: \
<<if $ShowWeather>>\
@@.gain;On@@ - \
<<link "Off">>
<<set $ShowWeather to false>>
<<updatebar>>
<</link>>
<<else>>\
<<link "On">>
<<set $ShowWeather to true>>
<<updatebar>>
<</link>> - @@.loss;Off@@
<</if>>\
Use Paperdoll: \
<<if $UsePics>>\
@@.gain;On@@ - \
<<link "Off">>
<<set $UsePics to false>>
<<updatebar>>
<</link>>
<<else>>\
<<link "On">>
<<set $UsePics to true>>
<<updatebar>>
<</link>> - @@.loss;Off@@
<</if>>\
<</if>>\
<<if not $ForceTF>>\
Lock Gender: \
<<if $game.lockGender>>\
@@.gain;On@@ - \
<<link "Off">>
<<set $game.lockGender to false>>
<<updatebar>>
<</link>>
<<else>>\
<<link "On">>
<<set $game.lockGender to true>>
<<updatebar>>
<</link>> - @@.loss;Off@@
<</if>>\
<</if>>\
Autosave: \
<<if config.saves.autosave.includes("autosave")>>\
@@.gain;Enabled@@ - \
<<link "Disable">>
<<set config.saves.autosave.delete("autosave")>>
<<set config.saves.autosave.pushUnique("disabled")>>
<<updatebar>>
<</link>>
<<else>>\
<<link "Enable">>
<<set config.saves.autosave.delete("disabled")>>
<<set config.saves.autosave.pushUnique("autosave")>>
<<updatebar>>
<</link>> - @@.loss;Disabled@@
<</if>>\
<</if>>\
@@.btnUIScale;<<button "Credits">><<run loadMenu("Credits","Credits")>><</button>>@@
@@.btnUIScale;<<button "Supporters">><<run loadMenu("Supporters","Supporters")>><</button>>@@
<a href="https://www.patreon.com/westane" target="_blank"><img data-passage="bannerPatreon" width="100%" align="middle"></a>
<a href="https://discord.gg/QZguwZ3Ryy" target="_blank"><img data-passage="bannerDiscord" width="100%" align="middle"></a>
<a href="https://www.patreon.com/westane" target="_blank"><img data-passage="btnPatreon" height="32" width="32" align="middle"></a> \
<a href="https://www.reddit.com/r/thecompanyaif" target="_blank"><img data-passage="btnReddit" height="32" width="32" align="middle"></a> \
<a href="https://twitter.com/WestaneDigital" target="_blank"><img data-passage="btnTwitter" height="32" width="32" align="middle"></a> \
/*<a href="https://thecompanygame.games/" target="_blank"><img data-passage="btnWeb" height="32" width="32" align="middle"></a>*/ \
<a href="https://discord.gg/QZguwZ3Ryy" target="_blank"><img data-passage="btnDiscord" height="32" width="32" align="middle"></a>
@@color:grey;font-size:small;Build: $game.version@@
<<if $CheatsUsed > 0>>\
@@color:grey;font-size:small;Cheats Enabled@@
<</if>>\<<loc_Commons>>
<<Thought "I bet $julia.name could use some pick-me-up right about now.">>\
''You pour a cup of tea, put a lid on it, and head to the medical office.''
<<if $FreePlay>>\
<<if $serum[5].qty > 0 and not $julia.isBimbo>>\
<<if $julia.doseCD == 0>>\
<<Thought "You know, this would be a perfect time to try out that new $serum[5].name serum on $julia.name">>\
<<btnLink "Dose $julia.name" "Julia-Dose-BMB1">>
<<btnLink "Just go to medical office" "Medical-Julia-Talk">>
<</if>>\
<<else>>\
<<btnLink "Go to medical office" "Medical-Julia-Talk">>
<</if>>\
<<else>>\
<<if serums() > 0>>\
<<if $julia.doseCD == 0>>\
<<Thought "You know, this would be a perfect time to use a serum on $julia.name">>\
<<btnLink "Attempt to dose $julia.name" "Medical-Julia-Talk">>
<<btnLink "Just go to medical office" "Medical-Julia-Talk">>
<</if>>\
<<else>>\
<<btnLink "Go to medical office" "Medical-Julia-Talk">>
<</if>>\
<</if>>\<<switch $c>>\
<<case 0>>\
<<loc_Steakhouse>>
<<Thought "Alright, now's my chance...">>\
''$sophie.name looks at you with a vacant expression.''
<<if $sophie.doseF > 0>>\
<<if $sophie.control.assist>>\
<<Thought "Hmm... Actually, I don't think I'm quite ready to take her further down the rabbit hole just yet... I'll save this for another time.">>\
''You slip the serum back into your pocket and give $sophie.name time to snap back to reality. After a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit.''
<<btnLink "Continue" "Steakhouse-Outside">>
<<elseif $sophie.control.date>>\
<<btnLink "Have her want to start showing you more affection" "Sophie-Dose" "$c='f5'">>
<<elseif $sophie.control.lunch>>\
<<btnLink "Have her want to start spending time with you outside the office" "Sophie-Dose" "$c='f4'">>
<<elseif $sophie.control.phone>>\
<<btnLink "Have her start inviting you into her office for lunch" "Sophie-Dose" "$c='f3'">>
<<elseif $sophie.control.casual>>\
<<btnLink "Have her give you her personal phone number" "Sophie-Dose" "$c='f2'">>
<<else>>\
<<Thought "Hmm... Actually, I don't think I'm quite ready to take her further down the rabbit hole just yet... I'll save this for another time.">>\
''You slip the serum back into your pocket and give $sophie.name time to snap back to reality. After a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit.''
<<btnLink "Continue" "Steakhouse-Outside">>
<</if>>\
<<elseif $sophie.doseS > 0>>\
<<if $sophie.control.publicSex>>\
<<Thought "Hmm... Actually, I don't think I'm quite ready to take her further down the rabbit hole just yet... I'll save this for another time.">>\
''You slip the serum back into your pocket and give $sophie.name time to snap back to reality. After a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit.''
<<btnLink "Continue" "Steakhouse-Outside">>
<<elseif $sophie.control.officeSex>>\
<<btnLink "Have her want to start having sex in public" "Sophie-Dose" "$c='s5'">>
<<elseif $sophie.control.oralOffice>>\
<<btnLink "Have her want to start having sex in the office" "Sophie-Dose" "$c='s4'">>
<<elseif $sophie.control.oralSecret>>\
<<btnLink "Have her start going down on you at the office" "Sophie-Dose" "$c='s3'">>
<<elseif $sophie.control.oralThink>>\
<<btnLink "Have her start going down on you in secret" "Sophie-Dose" "$c='s2'">>
<<else>>\
<<Thought "Hmm... Actually, I don't think I'm quite ready to take her further down the rabbit hole just yet... I'll save this for another time.">>\
''You slip the serum back into your pocket and give $sophie.name time to snap back to reality. After a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit.''
<<btnLink "Continue" "Steakhouse-Outside">>
<</if>>\
<<elseif $sophie.doseD > 0>>\
<<if $sophie.control.domSex>>\
<<Thought "Hmm... Actually, I don't think I'm quite ready to take her further down the rabbit hole just yet... I'll save this for another time.">>\
''You slip the serum back into your pocket and give $sophie.name time to snap back to reality. After a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit.''
<<btnLink "Continue" "Steakhouse-Outside">>
<<elseif $sophie.control.giveOral>>\
<<btnLink "Tell her she should start calling you to her office for sex" "Sophie-Dose" "$c='d5'">>
<<elseif $sophie.control.grope>>\
<<btnLink "Tell her she should want to start engaging in oral sex" "Sophie-Dose" "$c='d4'">>
<<elseif $sophie.control.touch>>\
<<btnLink "Tell her she should be more aggressive in her advances" "Sophie-Dose" "$c='d3'">>
<<elseif $sophie.control.flash>>\
<<btnLink "Have her get off by letting you touch her" "Sophie-Dose" "$c='d2'">>
<<else>>\
<<Thought "Hmm... Actually, I don't think I'm quite ready to take her further down the rabbit hole just yet... I'll save this for another time.">>\
''You slip the serum back into your pocket and give $sophie.name time to snap back to reality. After a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit.''
<<btnLink "Continue" "Steakhouse-Outside">>
<</if>>\
<<else>>\
<<btnLink "Allow you to address her more casually" "Sophie-Dose" "$c='f1'">>
<<btnLink "Have her go down on you" "Sophie-Dose" "$c='s1'">>
<<btnLink "Have her show you her tits" "Sophie-Dose" "$c='d1'">>
<</if>>\
<<case "f1">>\
<<nm $player "$sophie.name, now that I've proven myself, you feel that our working relationship should be a little less formal. You think even one day we could become friends, if not more. A simple start would be for you to allow me to call you by your first name from now on.">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit.''
<<nm $sophie "One more thing, <<Mr>> $player.surname. Since we're going to be spending a lot of time together from now on, I insist you simply call me Sophie. No need for such strict formalities in our line of work.">>\
<<set $sophie.name = "Sophie">>\
<<nm $player "Sure thing, $sophie.name, if you insist.">>\
''You smile to yourself as you near the doorway.''
<<set $sophie.dose += 1>>\
<<set $sophie.doseF to 1>>\
<<set $sophie.control.casual to true>>\
<<AddNote $sophie "Ms. Dee, or rather, $sophie.name and I grew a little closer today with the help of my new low-power formula. It was a simple test but still a good proof of concept. Plus I got to see $sophie.name lower her a guard, if only a little">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "f2">>\
<<nm $player "$sophie.name, now that we're starting to get to know each other a little better, you think maybe we should start talking more outside of work. In fact, you feel so comfortable with me that you've decided to give me your personal cell number so we can keep in touch.">>\
<<Thought "Never thought I'd have to resort to drugging a woman to get her phone number, but then $sophie.name's a bit of a special case...">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
<<nm $sophie "Oh, right, one more thing. I... I had a great time tonight, and, I think it would be nice if... you and I were to keep in touch... outside the office a little more often...">>\
''You've never seen $sophie.name struggle quite like this before. You have to admit it's a little cute.''
<<nm $sophie "A-anyway, here, my cell... Please call it, if you like...">>\
''She slides you a piece of paper with a number written on it and quickly begins gathering her things. The two of you get up from the table and start walking towards the exit. You can't help but notice she's blushing slightly.''
<<set $sophie.dose += 1>>\
<<set $sophie.doseF to 2>>\
<<set $sophie.control.phone to true>>\
<<AddNote $sophie "I've decided to use my serums to help $sophie.name loosen up a little. She ended up giving me her phone number and requested I call her from time to time.">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "f3">>\
<<nm $player "$sophie.name, you've really been enjoying the time we've been spending together, even if you're not quite ready to admit it. For now, you've decided it would be nice to have some company during your lunch breaks at work, and you know just the person...">>\
<<Thought "Still feels weird using the serums in this way, but $sophie.name can be... difficult.">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
<<nm $sophie "I... had a great time again, $player.sophieName... Thank you.">>\
''She gives you a warm smile and begins gathering her things. The two of you get up from the table and start walking towards the exit. You can't help but notice she's blushing slightly.''
<<set $sophie.dose += 1>>\
<<set $sophie.doseF to 3>>\
<<set $sophie.control.lunch to true>>\
<<AddWorkEvent 22>>\
<<AddNote $sophie "I gave $sophie.name another dose tonight, this time prompting her to want to spend more time with me at the office. We'll see if that pays off...">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "f4">>\
<<nm $player "$sophie.name, you're done hiding the fact that you have feelings for $player.name. The connection is undeniable and in spite of all your reservations, you're finally willing to give things a real chance. For starters, you want to spend more time together outside the office.">>\
<<Thought "With any luck, this might be the last time I need to use my serums on $sophie.name this way...">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
<<nm $sophie "I had a wonderful night, $player.sophieName. Umm...">>\
''$sophie.name leans over the table and gives a kiss on the cheek. She smiles and begins gathering her things. The two of you get up from the table and start walking towards the exit. You can't help but notice she's blushing slightly.''
<<set $sophie.dose += 1>>\
<<set $sophie.doseF to 4>>\
<<set $sophie.control.date to true>>\
<<AddConvo $sophie 6>>\
<<AddNote $sophie "After another dose, $sophie.name seems pretty content with the idea of moving our relationship forward, even outside of the office! Hopefully this will be enough for me not to have to use my serums on her in this way anymore...">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "f5">>\
<<nm $player "$sophie.name, you're falling for $player.name harder and harder every day, but you still have a hard time showing out in the ways you want to. From now on, you're not going to let yourself be stopped from showing your love, even if you think it's silly or unnecessary.">>\
<<Thought "Maybe this'll be just what she needs to relax a little...">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
<<nm $sophie "I had a wonderful night, $player.sophieName. Umm...">>\
<<pic $sophie "kiss-player">>\
''$sophie.name leans over the table, hesitates for just a moment, and kisses you deeply before gathering her things. The two of you get up from the table and start walking towards the exit. You can't help but notice she's blushing slightly.''
<<nm $sophie "Hey...">>\
<<nm $player "Yeah?">>\
<<nm $sophie "You, um... You should try texting me sometime, y'know, I don't always have time to chat, but... Could be kinda cute, I don't know...">>\
''You can't help but laugh.''
<<nm $player "Sure thing, that'd be great.">>\
@@You can now send $sophie.name text messages!@@
<<set $sophie.dose += 1>>\
<<set $sophie.doseF to 5>>\
<<set $sophie.isDating to true>>\
<<SetFlag $player "TextSophie">>\
<<AddNote $sophie "$sophie.name seemed on edge tonight. I gave her another dose of MCS serum in the hopes that this might finally allow her to get passed her inhibitions.">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "f6">>\
<<case "s1">>\
<<Thought "Go big or go home, right?">>\
<<nm $player "$sophie.name, you can't resist the idea of <<if hasPenis()>>sucking my cock. <<else>>eating my pussy. <</if>>It's all you've thought about since meeting me. You want to do it tonight, as soon as you get the chance.">>\
''$sophie.name stares blankly for a moment before nodding slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit.''
<<Thought "I can tell it had an effect on her, but $sophie.name is particularly strong-willed. Still, it's good to know that I can at least somewhat push the boundaries with my suggestions without any negative consequences... at least for now. With more time I can explore the full extent of the formula, and hopefully improve upon it.">>\
<<set $sophie.dose += 1>>\
<<set $sophie.doseS to 1>>\
<<set $sophie.control.oralThink to true>>\
<<AddNote $sophie "I had the opportunity to test my serum on $sophie.name tonight, so I decided to have a little fun, putting the idea for her to go down on me in her head. As expected, she didn't do it after she came to, but I couldn't help but notice a few not-so-accidental glances towards my crotch. I might be able to go further with this if I get another chance to dose her somehow.">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "s2">>\
<<Thought "Alright, let's try this again...">>\
<<nm $player "$sophie.name, you've been thinking about my <<PussyOrCock>> non-stop for a long time now, and you've about reached your limit. Unable to take it anymore, the next chance you get you're going to finally fulfill your craving!">>\
''$sophie.name stares blankly for a moment before nodding slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit. You can't help but notice $sophie.name lightly panting all the way to the door.''
<<nm $player "$sophie.name? Are you okay?">>\
<<nm $sophie "F-fine, <<Mr>> $player.surname, I just... need some air...">>\
<<dom $sophie -10>>
<<set $sophie.dose += 1>>\
<<set $sophie.doseS to 2>>\
<<set $sophie.control.oralSecret to true>>\
<<AddConvo $sophie 7>>\
<<AddDreamEvent 20>>\
<<AddWorkEvent 23>>\
<<AddNote $sophie "I've finally gotten $sophie.name to give into her desires, however little. I think I'm well on my way to corrupting her even further.">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "s3">>\
<<Thought "Time to push her further...">>\
<<nm $player "$sophie.name, now that you've finally gotten a taste for my <<PussyOrCock>> it's all you can think about. You can't wait around for the perfect opportunities anymore. No, even if it's embarrassing, or there's a chance you'll get caught, you don't care. You'll take it anywhere you can get it, even if it means you'll have to beg for it.">>\
''$sophie.name stares blankly for a moment before nodding slightly, drool runs out the corner of her mouth, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her, panting slightly.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit. You can't help but notice $sophie.name lightly panting all the way to the door.''
<<nm $player "$sophie.name? Are you okay?">>\
<<nm $sophie "F-fine, <<Mr>> $player.surname, I just... need some air...">>\
<<dom $sophie -10>>
<<set $sophie.dose += 1>>\
<<set $sophie.doseS to 3>>\
<<set $sophie.control.oralOffice to true>>\
<<AddNote $sophie "I had another chance to dose $sophie.name tonight, and decided to use the opportunity to further her desperation for my <<PussyOrCock>>. On the ride home, she seemed even more voracious than usual, and I expect this behavior to bleed over into the office as well.">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "s4">>\
<<Thought "Alright, $sophie.name...">>\
<<nm $player "$sophie.name, you're completely addicted to my <<PussyOrCock>> now. It's all you think about, day and night, and going down on it isn't cutting it for you anymore. You want more, whenever and however you can get it. You want me to fuck you, in the car, in the office... Everywhere!">>\
''$sophie.name stares blankly for a moment before nodding slightly, drool runs out the corner of her mouth, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her, drooling slightly.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit. You can't help but notice $sophie.name heavily panting all the way to the door.''
<<nm $player "$sophie.name? Are you okay?">>\
<<nm $sophie "F-fine, <<Mr>> $player.surname, I just... need some air...">>\
<<dom $sophie -10>>
<<set $sophie.dose += 1>>\
<<set $sophie.doseS to 4>>\
<<set $sophie.control.officeSex to true>>\
<<AddDreamEvent 21>>\
<<AddNote $sophie "After dosing $sophie.name again with my serum, I'm getting closer and closer to turning her into a fully obedient slut. It won't be much longer before before she'll be completely unable to fight her urges.">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "s5">>\
<<nm $player "$sophie.name, all you can even think about anymore is my <<PussyOrCock>> and it's driving you crazy having to wait for it. You've decided that you're not worried about getting found out anymore, and you're going to start taking me regardless of the time or place. In fact, people watching you will even get your more aroused!">>\
<<Thought "This should be fun...">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
<<nm $sophie "I had a wonderful night, $player.sophieName. Umm...">>\
<<pic $sophie "kiss-player">>\
''$sophie.name leans over the table, hesitates for just a moment, and kisses you deeply before gathering her things. The two of you get up from the table and start walking towards the exit. You can't help but notice she's blushing slightly.''
<<nm $sophie "Hey...">>\
<<nm $player "Yeah?">>\
<<nm $sophie "You, um... You should try texting me sometime, y'know, I don't always have time to chat, but... Could be kinda cute, I don't know...">>\
''You can't help but laugh.''
<<nm $player "Sure thing, that'd be great.">>\
@@You can now send $sophie.name text messages!@@
<<set $sophie.dose += 1>>\
<<set $sophie.doseS to 5>>\
<<set $sophie.control.publicSex to true>>\
<<AddWorkEvent 39>>\
<<SetFlag $player "TextSophie">>\
<<SetFlag $sophie "PublicSex">>\
<<AddNote $sophie "I had another opportunity to use the MCS serum on $sophie.name tonight">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "s6">>\
<<case "d1">>\
<<nm $player "$sophie.name, you've been thinking about me checking you out when we first met, and you think it would be fun to tease me a little by flashing your tits at me before I leave tonight.">>\
<<Thought "May as well have some fun with it, right?">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
''The two of you get up from the table and start walking towards the exit.''
<<set $sophie.dose += 1>>\
<<set $sophie.doseD to 1>>\
<<set $sophie.control.flash to true>>\
<<AddWorkEvent 23>>\
<<AddNote $sophie "I decided to test my new formula on $sophie.name, and the results were excellent! $sophie.name was actually compelled to flash her bare chest at me!">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "d2">>\
<<nm $player "$sophie.name, you've been having a lot of fun teasing me, but lately you've also been thinking a more 'hands on' approach could be even better. In fact, the thought of laying your hands on me fills you with so much lust and desire that you're not sure you'd be able to control yourself!">>\
<<Thought "May as well have some fun with it, right?">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight.">>\
<<nm $player "Ha, you and me both.">>\
<<nm $sophie "Mmm, <<Mr>> $player.name, I had a wonderful time tonight...">>\
''You're a little surprised as $sophie.name reaches out over the table to grab your hand. As she does, her face becomes flushed and her breathing intensifies. You only just notice her digging her fingernails into the back of your hand.''
<<nm $sophie "H-haa... yessss... I-I...">>\
''You try to pull your hand back, but she only digs in deeper.''
<<nm $player "$sophie.name, I... My hand...">>\
''After a moment, $sophie.name comes down, releasing your hand and leaving behind a series of indentations. She effortlessly composes herself as if nothing had just happened before gathering her belongings. The two of you get up from the table and start walking towards the exit.''
<<Thought "Jeez, she obviously knew what she was doing... Guess I should be glad I'm not bleeding...">>\
<<set $sophie.dose += 1>>\
<<set $sophie.doseD to 2>>\
<<set $sophie.control.touch to true>>\
<<AddNote $sophie "I used another serum on $sophie.name, this time having her get excited at the thought of touching me. I didn't expect she'd embrace the notion so heavily though, using me to get off in the middle of the restaurant and giving me something to remember it by to boot.">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "d3">>\
<<nm $player "$sophie.name, your recent 'hands on' activities have really sparked a fire inside you. The rush of dominance and arousal you feel every time you touch me is more than you can handle. Rather than try to fight it, you've decided to just fully embrace the situation.">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight.">>\
<<nm $player "Ha, you and me both.">>\
<<nm $sophie "Mmm, <<Mr>> $player.name, I had a wonderful time tonight...">>\
''$sophie.name is blatantly flirting with you with her eyes, distracting you from the fact that her foot has slid up along your leg and is now kneading your crotch. Just as you notice yourself becoming <<hard>>, $sophie.name already seems lost in her first orgasm.''
<<nm $sophie "H-haa... mmmm... $player.sophieName...">>\
''You're on the verge yourself, and try to stop her so as not to make a scene.''
<<nm $player "$sophie.name, m-maybe we should...">>\
<<nm $sophie "Ah, the car, yes. Let's go then!">>\
''She effortlessly composes herself as if nothing had just happened before gathering her belongings. The two of you get up from the table and start walking towards the exit.''
<<set $sophie.dose += 1>>\
<<set $sophie.doseD to 3>>\
<<set $sophie.control.grope to true>>\
<<AddNote $sophie "I gave $sophie.name another serum tonight with the intent to further her descent into sexual dominance. She's become very aggressive, groping and pulling and grinding until she gets her release. It shouldn't be much longer before I've got her acting like a total slut!">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "d4">>\
<<nm $player "$sophie.name, the groping and grabbing isn't enough to get you off anymore. You need more, more contact, more sex... The thought of wet, sloppy oral sex, specifically, and you're done waiting around for it. Starting tonight, you're going to do whatever it takes to satisfy your urges!">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight.">>\
<<nm $player "Ha, you and me both.">>\
<<nm $sophie "Mmm, <<Mr>> $player.name, I had a wonderful time tonight...">>\
''$sophie.name is blatantly flirting with you with her eyes, distracting you from the fact that her foot has slid up along your leg and is now kneading your crotch. Just as you notice yourself becoming <<hard>>, $sophie.name already seems lost in her first orgasm.''
<<nm $sophie "We should go, $player.sophieName... I have something... special waiting for you in the car...">>\
''She gives you a devious smile before gathering her belongings. The two of you get up from the table and start walking towards the exit.''
<<set $sophie.dose += 1>>\
<<set $sophie.doseD to 4>>\
<<set $sophie.control.giveOral to true>>\
<<AddConvo $sophie 8>>\
<<AddWorkEvent 24>>\
<<AddDreamEvent 22>>\
<<AddNote $sophie "Dosing $sophie.name has... not gone the way I was hoping. I tried to instill in her an obsession with oral sex but didn't consider how she'd interpret the command. Now my jaw is sore.">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "d5">>\
<<nm $player "$sophie.name, you've never felt better than you do now, completely sexually liberated and free to do and act however you please. Still, you've noticed that no matter how much you get, it's just still not enough. Part of that has a lot to do with you still be tied down to this idea that you need to behave a certain way in front of other people, but you're done with that! From now on, you'll take whatever you want, whenever and wherever you want it!">>\
<<Thought "Well, this should be fun...">>\
''$sophie.name nods slightly, and after a few seconds, her eyes clear up and she appears much more aware. She looks down at the empty glass in front of her and gives you an inquisitive look.''
<<nm $sophie "Hm, I must've had a little... too much to drink tonight. Anyway, shall we be going?">>\
<<nm $player "Ha, you and me both.">>\
<<nm $sophie "I had a wonderful night, $player.sophieName. Umm...">>\
<<pic $sophie "kiss-player">>\
''$sophie.name leans over the table, hesitates for just a moment, and kisses you deeply before gathering her things. The two of you get up from the table and start walking towards the exit. You can't help but notice she's blushing slightly.''
<<nm $sophie "Hey...">>\
<<nm $player "Yeah?">>\
<<nm $sophie "By the way, feel free to text me once in a while, okay? I promise I won't bite too hard...">>\
<<nm $player "Sure thing, that'd be great.">>\
@@You can now send $sophie.name text messages!@@
<<set $sophie.dose += 1>>\
<<set $sophie.doseD to 5>>\
<<AddWorkEvent 38>>\
<<SetFlag $player "TextSophie">>\
<<SetFlag $sophie "CallForSex">>\
<<AddNote $sophie "You used the MCS serum on $sophie.name tonight, this time further increasing her sex drive to the point that she's inclined to start demanding it from me at work.">>\
<<btnLink "Continue" "Steakhouse-Outside">>
<<case "d6">>\
<</switch>><<loc_Commons>>\
<<Thought "I bet ?diana could go for a cup of tea right about now.">>\
''You pour a cup of tea, put a lid on it, and head to the records office.''
<<switch serumStatus($diana)>>\
<<case "max dose">>\
<<Thought "I think I've gone as far as I can go with experimenting on ?diana. Anything more would be excessive!">>\
<<btnLink "Change your mind and just bring her a drink" "Records-Diana-Talk">>
<<case "on cooldown">>\
<<Thought "This would be a good time to test some serum on ?diana, but I just used it recently. I should give ?diana another $diana.doseCD day(s) before trying again.">>\
<<btnLink "Change your mind and just bring her a drink" "Records-Diana-Talk">>
<<case "no serum">>\
<<if $diana.dose > 0>>\
<<Thought "I've done what I can with the formula I've been using. If I want to experiment more on ?diana, I'll have to bring something else to progress farther.">>\
<<else>>\
<<Thought "Y'know, if I had some serum prepared, now would be a great time to test it out on ?diana... Maybe next time.">>\
<</if>>\
<<btnLink "Change your mind and just bring her a drink" "Records-Diana-Talk">>
<<case "can dose">>\
<<if flag($diana,"StartJohn")>>\
<<Thought "A-actually, I don't know what ?john might do if I start messing with ?diana... maybe I shouldn't right now...">>\
<<elseif not dose($diana,"flirty")>>\
<<Thought "Hm, ?diana seems pretty... maleable... Maybe I should see how well the serum takes to her?">>\
<<btnChoice "Slip some serum into ?diana's drink" "Diana-Dose-Options">>
<<else>>\
<<Thought "This seems like a good chance to test out a serum on ?diana again.">>\
<<btnChoice "Slip some serum into ?diana's drink" "Diana-Dose-Options">>
<</if>>\
<<btnLink "Change your mind and just bring her a drink" "Records-Diana-Talk">>
<<default>>\
<<set _err to serumStatus($diana)>>\
<<error _err>>\
<<btnBack>>
<</switch>>\<<loc_Commons>>\
<<switch $diana.nextSerum>>\
<<case 1>>\
<<if not dose($diana,"flirty")>>\
<<btnChoice "Have her start acting even more flirty with you" "Diana-Dose-Flirty">>\
<<else>>\
<<if not dose($diana,"oral")>>\
<<if not dose($diana,"info")>>\
<<btnChoice "Have her start talking to you more about ?sophie" "Diana-Dose-Info">>\
<<else>>\
<<btnChoice "Have her start talking to you more about herself" "Diana-Dose-Personal">>\
<</if>>\
<</if>>\
<<if not dose($diana,"info")>>\
<<if not dose($diana,"oral")>>\
<<btnChoice "Have her start going down on you in her office" "Diana-Dose-Oral">>\
<<else>>\
<<btnChoice "Have her start dressing and acting more promiscuously around the office" "Diana-Dose-Sexy">>\
<</if>>\
<</if>>\
<</if>>\
<<case 2>>\
<<if not dose($diana,"sex")>>\
<<btnChoice "Have her want to start having sex in her office" "Diana-Dose-Sex">>\
<<else>>\
<<if not dose($diana,"pet")>>\
<<if not dose($diana,"greet")>>\
<<btnChoice "Have her start greeting you in the morning with a kiss" "Diana-Dose-MorningGreet">>\
<<else>>\
<<btnChoice "Have her start trusting you to be more dominant with her" "Diana-Dose-Taming">>\
<</if>>\
<</if>>\
<<if not dose($diana,"greet")>>\
<<if not dose($diana,"pet")>>\
<<btnChoice "Have her show interest in taking a pet" "Diana-Dose-Pet">>\
<<else>>\
<<btnChoice "Have her want to take her dominant tendencies further" "Diana-Dose-Mistress">>\
<</if>>\
<</if>>\
<</if>>\
<<case 3>>\
<<if not dose($diana,"ntr") and not dose($diana,"sub")>>\
<<if dose($diana,"mistress")>>\
<<btnChoice "Have her start wanting to take a lover" "Diana-Dose-NTR">>\
<<else>>\
<<btnChoice "Have her submit to you as a committed pet" "Diana-Dose-Committed">>\
<</if>>\
<<else>>\
<<btnLink "Attempt to fortify the previous dose" "Diana-Dose-Collar">>\
<</if>>\
<<case 7>>\
<<btnLink "Give ?diana a dose of MCSX" "Diana-Dose-Wolf">>\
<<default>>\
<<error "nextSerum out of range: Value $diana.nextSerum">>\
<</switch>>
<<btnLink "Change your mind and just bring her a drink" "Records-Diana-Talk">><<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey $diana.name. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya $diana.name! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, $diana.name. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''$diana.name takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''$diana.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[1].name.''
<<artB $diana "dosed,2">>\
<<Thought "Time to have some fun...">>\
<<nm $player "$diana.name, you really enjoy flirting with me, but you know you could do better. You think that, starting now, you're going to start being much more forward. You think it'll be a lot of fun for you, it'll probably even turn you on. In fact, you think it will probably turn you on a lot.">>\
<<Thought "This should be easy, I'm just enhancing a personality trait that's already there.">>\
''$diana.name quickly nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $player "Well it was good talking to you, I think I need to get back to the lab now.">>\
''$diana.name rises from her desk, making sure to flash some cleavage on her way up.''
<<pic $diana "flirt">>\
<<art $diana "aroused">>\
<<nm $diana "Aw, that's too bad. At least let me walk you to the door.">>\
''$diana.name places her hand on your lower back and escorts you to her office door. On your way out you nearly jump at the feeling of her hand firmly grabbing your ass.''
<<horny 10>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[1].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 1>>
<<set $diana.doseCD += ($serum[1].cd + $diana.dose)>>
<<set newDose($diana,"flirty")>>
<<AddConvo $diana 11>>
<<set $diana.status to "@@.xxx;Flirty@@">>
<<set $player.hasTea to false>>
<<AddNote $diana "I slipped some $serum[1].name into $diana.name's tea at work today. I decided to have her start acting even more flirty than she usually does, and it's already started working. It'll be interesting to see how she starts behaving around me from now on.">><<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey $diana.name. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya $diana.name! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, $diana.name. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''$diana.name takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''$diana.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[1].name.''
<<artB $diana "dosed,2">>\
<<Thought "Alright, let's put this serum to some actual use...">>\
<<nm $player "$diana.name, you and $sophie.name sure are good friends, but keeping all of $sophie.name's secrets is really weighing on you. You've been dying to have someone to talk to about her, and you think you've finally found that person in me. From now on, you'll want to start freely talking about $sophie.name with me.">>\
<<Thought "$sophie.name is incredibly distant, and I need some kind of insight. Hopefully this will help provide that.">>\
''$diana.name stares blankly for a moment, then finally slowly starts nodding in agreement with your suggestion. After a few more seconds, she snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $player "Hey, I've been meaning to ask you. $sophie.name hired me for this job, but she seems so detached. I noticed you two tend to spend a lot of time together. Is she not happy with me, or is something else bothering her?">>\
''$diana.name sips her tea, thinking about your question for a minute. A brief, violet sheen flashes across her eyes before she finally responds.''
<<nm $diana "She's not unhappy with you, quite the contrary. Sophie wouldn't like me talking to you about it, but I think understanding her could give you a better idea of why you're here. Could you please close the door?">>\
''You pull the door shut and take a seat next to $diana.name.''
<<nm $diana "It's a bit of an unspoken rule here, that no one talks about what brought them to The Company, or why they choose to stay. What we're doing here is not good, honest work. We're contributing to, facilitating what is for all intents and purposes an atrocity against humanity. Ours is an organization that kidnaps and tortures people, forcing them into a life of sexual servitude. We are the bad guys.">>\
<<Thought "This is the most up front I've heard anyone be about this place since $sophie.name spoke to me on my first day. It's no less jarring now than it was then.">>\
<<nm $diana "So then why do we continue? Simple: Deep down, $player.name, we ARE the bad guys. We may be decent people above ground. We all have friends and families, goals and ambitions, but the truth is, deep down, we're all... a little broken in one way or another. We do this because the excitement of it all, the control and wrongness of it all... Frankly, $player.name, we get off on it.">>\
''You feel yourself getting just a little <<hard>>...''
<<Thought "It's hard to accept, but she may be right...">>\
<<nm $player "So that's $sophie.name's angle? She just gets off on all this?">>\
<<nm $diana "Well, yes, but it's not quite that simple. The Company has been operating for years now, and for decades before that in some unofficial capacity. It's only very recently that those in power within The Company have decided to organize and modernize, and this branch of the company is one of the results of that initiative. In spite of this, our methods are still extremely crude. Sophie believes that we can use technology and science to not only bring the services we offer to new heights, but also to do it with less... collateral damage.">>\
<<nm $player "Collateral damage. You're talking about the girls in the infirmary downstairs?">>\
''$diana.name takes another sip of her tea.''
<<nm $diana "I am. Sophie claims that we can reach the same outcome with our assets, as well as potentially many more, without the excessive cruelty. She thinks that people like you are the key to seeing her vision become a reality, and from what I've seen, I'm inclined to agree with her.">>\
<<Thought "I still don't know what it is they're actually seeing in me, or how I should feel about the fact that there's something like that to be seen. I mean, I can't argue with her. Here I am slipping mind control serums into my coworkers' drinks to get them to do what I want.<<if $mom.dose > 0 or $sister.dose > 0>> Hell, I've even drugged my own fucking family!<</if>>">>\
<<nm $diana "And that's about the size of it. I guess you could say Sophie's just compassionate, in her own twisted way. She's also under a great deal of pressure to see her ideas succeed. The higher powers are putting a lot of trust and resources into her for this, and I'm sure I don't need to tell you what would happen to a woman like Sophie if she were to disappoint a company like this.">>\
<<nm $player "I... have a pretty good idea. It's about time for me to get back to work. It wouldn't be very good for a <<guy>> like me to disappoint this company either.">>\
''$diana.name smiles at you, and gets up to walk you out.''
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[1].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 2>>
<<set $diana.doseCD += ($serum[1].cd + $diana.dose)>>
<<set newDose($diana,"sophieinfo")>>
<<set $diana.status to "Informant">>
<<AddConvo $diana 13>>
<<set $player.hasTea to false>>
<<AddNote $diana "I slipped some $serum[1].name into $diana.name's tea at work today. I thought it might be a good idea to use the opportunity to try and get some more information on $sophie.name and The Company in general. It paid off, I think... At the very least I think I understand $sophie.name a little better.">>\<<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey ?diana. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya ?diana! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, ?diana. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''?diana takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''?diana trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[1].name.''
<<Thought "Flirting and groping is great and all, but I think I can get ?diana to go further than that...">>\
<<nm $player "?diana, you're done flirting, you want some action. You've been dying to get a look inside my pants since I first started here and you're done waiting. From now on, whenever I'm in your office alone with you, you're going to desperately want to go down on me.">>\
''?diana stares blankly for a moment, a small bead of drool forming in the corner of her mouth, then finally starts nodding in agreement with your suggestion. After a few more seconds, she snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''?diana finishes her tea quickly. As she looks up at you, a brief violet sheen flashes across her eyes.''
<<nm $diana "$player.name, please get the door. I need to discuss something with you privately.">>\
''You close the door.''
<<nm $player "What's up, ?diana?">>\
''?diana begins undressing.''
<<nm $diana "Oh you know what's up... We've been playing this game long enough, and it's time to take it to the next level. Remove your <<bottom>>, please.">>\
''You do as instructed. ?diana doesn't waste any time, ripping away your <<UnderwearOrPants>>.''
<<if isChastity()>>\
<<if isChastity("diana")>>\
<<nm $diana "Oh, sweetie, you still have this on? I thought for sure you'd have taken my little off by now...">>\
<<else>>\
<<nm $diana "Oh... sweetie... What am I supposed to do with that?">>\
<</if>>\
<<nm $player "I, um...">>\
<<if isChastity("diana")>>\
<<nm $diana "Although... I suppose since I am the one who locked you up in that, hm, little thing... We could still have some fun...">>\
<<pic $diana "spread">>\
<<art $diana "aroused,0,naked">>\
''She spreads her legs, revealing her glistening pussy.''
<<nm $diana "How about it, baby? Get on your knees for me?">>\
<<nm $player.b "Mmmm, yes ma'am...">>\
<<nm $player.s "U-um... O-okay...">>\
<<nm $player.d "I-I...">>\
''You're not sure what's taken hold of you as your body drops to its knees in front of the older, dominant woman. Slowly, you move closer, her strong scent making you feel even dizzier...''
<<pic $player "eat-pussy">>\
<<act $player "eatpussy">>\
<<nm $diana "Mmmm, oooohhhh... You really are quite the little c-cunt licker! Who knew you were s-sooOOOHHH t-talented!">>\
''?diana holds your head firmly, grinding into your mouth as she gyrates her hips. Her scent grows stronger and stronger, penetrating your senses. It's intoxicating, dizzying... You're not sure how much of her thick juices you've swallowed at this point, but the intensifying quivering of her thighs tell you the real flood is yet to come...''
<<nm $diana "Ooohhh... $player.name... I-I'm... You're going to make me... O-OOOHHHH!!!!">>\
<<pic $diana "orgasm">>\
<<act $player "eatpussy,cum">>\
''Sure enough, a torrent of hot squirt rushes down your throat! She holds you tight as you fight for breath. It's no use, the older woman has you in a vice grip and no amount of struggling is going to interrupt her intense orgasm. You're not sure how much time passes before she finally releases you, allowing you to drop to your hands and knees in front of her, pussy juices still dripping from your face.''
<<nm $player "S-so... <<cough>> So much... <<cough>> <<cough>>">>\
<<nm $diana "Mmmm, well done, $player.name... Now if you don't mind, I have some paperwork I need to get to. Please get the door on your way out.">>\
<<Thought "W-what? Just like that!?">>\
''You give ?diana a somewhat pleading look, which she promptly dismisses, before cleaning yourself up and leaving the office.''
<<dom $player -5>>
<<horny 10>>
<<trackAction "eatPussy.give" $diana>>\
<<AddNote $diana "I slipped some $serum[1].name into ?diana's tea at work today. I decided to take her flirting to the next level, suggesting she start providing oral sex in her office whenever we're alone together. Unfortunately, the cage on my penis resulted in me going down on her instead...">>\
<<else>>\
<<nm $diana "If you're into that sort of thing that's fine, we could always play that game later, but for now... I believe Ash's shop in the mall will take care of that for you. Anyway, I'm going to have to get back to work.">>\
''?diana opens her door and goes back to her desk.''
<<Thought "What!? Just like that!?">>\
<<dom $player -5>>
<<horny 10>>
<<AddNote $diana "I slipped some $serum[1].name into ?diana's tea at work today. I decided to take her flirting to the next level, suggesting she start providing oral sex in her office whenever we're alone together. Unfortunately, the cage on my penis resulted in me getting kicked out of her office instead...">>\
<</if>>\
<<elseif isSissy()>>\
<<nm $diana "Oh my, look at that little thing... Does it even get hard anymore?">>\
<<nm $player "I, um...">>\
<<nm $diana "What a disappointment... Although, I suppose we could still have some fun...">>\
<<pic $diana "spread">>\
<<art $diana "aroused,2,naked">>\
''She spreads her legs, revealing her glistening pussy.''
<<nm $diana "How about it, baby? Get on your knees for me?">>\
<<nm $player.b "Mmmm, yes ma'am...">>\
<<nm $player.s "U-um... O-okay...">>\
<<nm $player.d "I-I...">>\
''You're not sure what's taken hold of you as your body drops to its knees in front of the older, dominant woman. Slowly, you move closer, her strong scent making you feel even dizzier...''
<<pic $player "eat-pussy">>\
<<act $player "eatpussy">>\
<<nm $diana "Mmmm, oooohhhh... You really are quite the little c-cunt licker! Who knew you were s-sooOOOHHH t-talented!">>\
''?diana holds your head firmly, grinding into your mouth as she gyrates her hips. Her scent grows stronger and stronger, penetrating your senses. It's intoxicating, dizzying... You're not sure how much of her thick juices you've swallowed at this point, but the intensifying quivering of her thighs tell you the real flood is yet to come...''
<<nm $diana "Ooohhh... $player.name... I-I'm... You're going to make me... O-OOOHHHH!!!!">>\
<<pic $diana "orgasm">>\
<<act $player "eatpussy,cum">>\
''Sure enough, a torrent of hot squirt rushes down your throat! She holds you tight as you fight for breath. It's no use, the older woman has you in a vice grip and no amount of struggling is going to interrupt her intense orgasm. You're not sure how much time passes before she finally releases you, allowing you to drop to your hands and knees in front of her, pussy juices still dripping from your face.''
<<nm $player "S-so... <<cough>> So much... <<cough>> <<cough>>">>\
<<nm $diana "Mmmm, well done, $player.name... Now if you don't mind, I have some paperwork I need to get to. Please get the door on your way out.">>\
<<Thought "W-what? Just like that!?">>\
''You give ?diana a somewhat pleading look, which she promptly dismisses, before cleaning yourself up and leaving the office.''
<<dom $player -5>>
<<horny 10>>
<<trackAction "eatPussy.give" $diana>>\
<<AddNote $diana "I slipped some $serum[1].name into ?diana's tea at work today. I decided to take her flirting to the next level, suggesting she start providing oral sex in her office whenever we're alone together. Unfortunately, when she saw my flaccid penis she had me go down on her instead...">>\
<<elseif hasPenis()>>\
<<CommentPenis $diana
"Oh my, look at that massive beast!"
"Mmmm, what a nice big cock you have!"
"Mmmm, what a nice cock you have..."
"Mmm, ready $player.name?"
"Hm, not quite what I was expecting, but I can work with it."
>>\
<<nm $player.d "Oh. OH! Holy shit, ?diana!">>\
<<nm $player.b "OOOooohhh, mmmm, yeah baby!">>\
<<pic $diana "start-suck">>\
<<act $diana "blowjob,lick">>\
''?diana licks the length of your shaft before plunging herself down on it. She's clearly no stranger to cock, as she works it like a pro.''
<<nm $player "?diana, you're incredible...">>\
''She picks up the pace.''
<<pic $diana "blowjob">>\
<<act $diana "blowjob">>\
<<nm $diana "Mmph! Mmph! Mmph! Mmph!">>\
''She moves a hand down to start pleasuring herself as she goes to town on you. The constant, expert attention to your <<pSize>> on top of the sound of ?diana's wetness and the growing puddle on the floor between her legs is enough to send you over the edge.''
<<nm $diana "Haaa! On me! Finish on me!">>\
''She doesn't need to ask twice.''
<<pic $diana "cum-in-mouth">>\
<<act $diana "blowjob,facial">>\
''You let loose, spraying into ?diana's mouth, and on her face and tits. She happily accepts everything you throw at her, seemingly in bliss as she rubs your cum into her skin. It takes you both a moment to recover from what just happened.''
<<nm $diana "I... haven't had fun like that in a while. I expect you to visit me more often, $player.name. In the meantime, you should probably clean up and get back to work.">>\
''You're still coming down from your orgasm and you clumsily put your <<bottom>> back on on.''
<<nm $player.d "Yeah... Sounds good... I... I'll see ya'...">>\
<<nm $player.b "Mmmm, you bet! We're gonna have so much fun!">>\
<<love $diana 1>>
<<lust $diana 1>>
<<horny 0>>
<<AddDreamEvent 18>>\
<<trackAction "suckCock.get" $diana>>\
<<AddNote $diana "I slipped some $serum[1].name into ?diana's tea at work today. I decided to take her flirting to the next level, suggesting she start providing oral sex in her office whenever we're alone together. She happily complied.">>\
<<else>>\
<<NoticePussy $diana>>\
''?diana leads you to an area in the back of the large office.''
<<nm $diana "I often keep unusual hours here, so I finally decided to just have a small bedroom built in the back of my office.">>\
''She offers no more explanation than that before pushing you onto your back and diving right into your <<vSize>>.''
<<pic $diana "eat-pussy">>\
<<act $diana "eatpussy">>\
<<nm $player.d "H-holy shit, ?diana!">>\
<<nm $player.b "Mmmm, o-ooohhhh yeah! That's it baby!">>\
''The mature woman lapping away between your legs is clearly no stranger to eating pussy. Her tongue swirls and pierces, she flicks your clit like an expert, applying just the right amount of pressure at just the right time, deliberately keeping you on edge until she's ready to make you come.''
<<nm $player.d "?diana! I can't... I... I'm going to...">>\
<<nm $player.b "Oohhhh yeah! ?diana, I-I'm gonna c-cum!">>\
<<picB $diana "eat-pussy2">>\
''With that, ?diana props you up and goes to town on your clit. Sucking and licking, sliding fingers in and out of you. You can't hold it in anymore. Your body writhes and throws in pleasure as you fill ?diana's mouth with your orgasm.''
<<pic $player "squirt">>\
<<act $diana "eatpussy,cum">>\
<<nm $player "F... Fuck...">>\
''?diana wipes her mouth and starts gathering her clothing.''
<<nm $diana "Liked that, did you? Good, because I promise it won't be the last time. I haven't had fun like that in a good while, and I don't plan on letting it all end now! In the meantime, you should probably clean up and get back to work.">>\
''You're still coming down from your orgasm and you clumsily put your <<bottom>> back on on.''
<<nm $player.d "Yeah... Sounds good... I... I'll see ya'...">>\
<<nm $player.b "Mmmm, you bet! We're gonna have so much fun!">>\
<<love $diana 1>>
<<lust $diana 1>>
<<horny 0>>
<<AddDreamEvent 18>>\
<<trackAction "eatPussy.get" $diana>>\
<<AddNote $diana "I slipped some $serum[1].name into ?diana's tea at work today. I decided to take her flirting to the next level, suggesting she start providing oral sex in her office whenever we're alone together. She happily complied.">>\
<</if>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[1].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 1>>
<<set $diana.doseCD += ($serum[1].cd + $diana.dose)>>
<<set newDose($diana,"oral")>>
<<AddWorkEvent 60>>
<<AddWorkEvent 61>>
<<AddConvo $diana 12>>
<<set $diana.status to "@@.xxx;Oral Addict@@">>
<<set $player.hasTea to false>><<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey $diana.name. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya $diana.name! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, $diana.name. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''$diana.name takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''$diana.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[1].name.''
<<artB $diana "dosed,2">>\
<<Thought "Alright, let's put this serum to some actual use...">>\
<<nm $player "$diana.name, you've given me a lot of insight into The Company, but you never really talk about yourself much. You're starting to think that maybe you've found someone you're comfortable opening up to and sharing some of your life with.">>\
<<Thought "When it comes to ?diana it seems like using a serum is the only way to really get her to open up...">>\
''$diana.name stares blankly for a moment, then finally slowly starts nodding in agreement with your suggestion. After a few more seconds, she snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $player "So hey, we never really talk much, huh?">>\
<<nm $diana "Hm? I believe you and I talk pretty often, was there something specific?">>\
''You shrug.''
<<nm $player "Um, well, yeah I mean I guess we do, but, like I meant about ourselves with each other.">>\
<<nm $diana "Ah! One moment...">>\
''She turns towards her filing cabinet and pulls out a file. She opens it and starts reading through it.''
<<nm $player "N-no, I mean, I know you know just about everything about me, but I don't really know much about you. Let's start simple, um... Oh, okay! Do you like animals?">>\
''A bemused smirk crosses $diana.name's face.''
<<nm $diana "I do like dogs, quite a bit in fact. I always identified strongly with canines, especially those in the wild.">>\
<<nm $player "Coyotes?">>\
<<nm $diana "No, dear, think bigger...">>\
<<nm $player "I, ah... Do you have any pets?">>\
''She nearly responds before catching herself.''
<<nm $diana "You mean dogs, do I have dogs. Yes, I have... a dog at home, occasionally two, in fact...">>\
<<nm $player "Oh, very cool! So you, like, foster sometimes?">>\
<<nm $diana "No.">>\
''There's a long pause.''
<<nm $player "Ok! Well, this was fun, we should definitely try to talk more!">>\
''You get up to leave, but $diana.name stops you.''
<<nm $diana "Wait, $player.name, I'm sorry. I didn't mean to be so short with you. I just... I don't know, I'm not used to talking about myself.">>\
<<Thought "That was unexpected.">>\
<<nm $player "Oh! Hey, yeah, no worries! Maybe we can work on that together.">>\
<<nm $diana "I think... I might not hate that.">>\
''$diana.name smiles at you, and gets up to walk you out.''
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[1].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 2>>
<<set $diana.doseCD += ($serum[1].cd + $diana.dose)>>
<<set newDose($diana,"personal")>>
<<AddConvo $diana 16>>
<<AddWorkEvent 64>>
<<set $player.hasTea to false>>
<<AddNote $diana "I slipped some $serum[1].name into $diana.name's tea at work today. I thought it might be a good idea to use the opportunity to try and get some more information on $sophie.name and The Company in general. It paid off, I think... At the very least I think I understand $sophie.name a little better.">>\<<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey ?diana. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya ?diana! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, ?diana. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''?diana takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''?diana trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[1].name.''
<<artB $diana "dosed,2">>\
<<Thought "Time to have some fun...">>\
<<nm $player "?diana, you've been having a lot of fun at the office lately, especially when it comes to our new games. Still, you're not content to leave things just as they are. You're done dropping subtle hints, instead deciding that you'll start using all the tools in your kit to make sure people know what you want, whether you intend to get it from them or not.">>\
<<Thought "This should be easy, I'm just enhancing a personality trait that's already there.">>\
''?diana quickly nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $player "Well it was good talking to you, I think I need to get back to the lab now.">>\
''?diana rises from her desk, turning around and bending over her seat to pick something up behind her, making sure you get a show in the process.''
<<pic $diana "bentover">>\
<<art $diana "aroused">>\
<<nm $diana "Mmm, I understand darling. Now then, let me grab my purse and I'll see you out.">>\
''?diana places her hand on your lower back and escorts you to her office door. On your way out you nearly jump at the feeling of her hand firmly grabbing your ass.''
<<horny 10>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[1].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 2>>
<<set $diana.doseCD += ($serum[1].cd + $diana.dose)>>
<<set newDose($diana,"sexy")>>
<<AddWorkEvent 62>>
<<AddWorkEvent 64>>
<<AddConvo $diana 15>>
<<set $diana.status to "@@.xxx;Sexretary@@">>
<<set $player.hasTea to false>>
<<AddNote $diana "I slipped some $serum[1].name into ?diana's tea at work today. I decided to push her promiscuous behavior even farther than before. She seems to have taken to it fairly easily.">><<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey $diana.name. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya $diana.name! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, $diana.name. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''$diana.name takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''$diana.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[2].name.''
<<artB $diana "dosed,2">>
<<Thought "Alright $diana.name, time to cash that check you keep writing that... keeps... bouncing? Fuck, I'll work on that later...">>\
<<nm $player "$diana.name, you're done restraining yourself, you want the real thing and you want it now! From now on, any chance you get to fuck $player.name, you're gonna take! You need sex and you need it right now!">>\
''$diana.name begins nodding eagerly in agreement. After a few more seconds, she snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''$diana.name finishes her tea quickly and begins undressing.''
<<nm $diana "Now, remove you clothing.">>\
''You close the door and begin stripping.''
<<NoticeBreasts $diana>>\
<<if isChastity()>>\
<<if $player.isChastityBy is "diana">>\
<<nm $diana "Oh, sweetie, you still have this on? I thought for sure you'd have taken my little off by now...">>\
<<else>>\
<<nm $diana "Oh... sweetie... What am I supposed to do with that?">>\
<</if>>\
''$diana.name pokes a finger at your <<accf>>.''
<<nm $player "I, um...">>\
<<nm $diana "If you're into that sort of thing that's fine, we could always play that game later, but for now... I believe Ash's shop in the mall will take care of that for you. Anyway, I'm going to have to get back to work.">>\
''$diana.name opens her door and goes back to her desk.''
<<Thought "What!? Just like that!?">>\
<<dom $player -5>>
<<horny 10>>
<<elseif isSissy()>>\
<<nm $diana "Oh dear, now how do you expect me to work with 'that'? Can it even get hard anymore?">>\
<<nm $player "I, um...">>\
<<nm $diana "What a disappointment... Anyway, I'm going to have to get back to work.">>\
''$diana.name opens her door and goes back to her desk.''
<<Thought "What!? Just like that!?">>\
<<dom $player -5>>
<<horny 10>>
<<elseif hasPenis()>>\
<<NoticePenis $diana>>\
''$diana.name lubes up your <<pSize>> with her mouth before taking position on the desk, her pussy dripping with need, she begs for it.''
<<nm $diana "I need it now, $player.name. Please, fuck me now!">>\
<<pic $diana "fucked-by-male">>\
<<nm $player "Oh. OH! Holy shit, $diana.name!">>\
''You pound her right on her desk, almost laughing out loud when you realize she'd been streaming hardcore porn on her work PC for gods know how long. Back to the task at hand, you keep your pace, watching for $diana.name's reactions and responding accordingly. You feel her getting wetter and wetter, even noticing a small puddle forming at the base of your feet.''
<<nm $diana "Fuck! $player.name! Don't stop! Fuck!!!">>\
''You're not sure how many times $diana.name's come so far, but you're not able to hold out any longer. You give her a few more deep, hard thrusts before withdrawing. She doesn't miss a beat, sliding off the desk into position to take your load.''
<<pic $diana "cum-on-face">>\
''You let loose, spraying into $diana.name's mouth, and on her face and tits. She happily accepts everything you throw at her, seemingly in bliss as she rubs your cum into her skin. It takes you both a moment to recover from what just happened.''
<<nm $diana "I... haven't had fun like that in a while. I expect you to visit me more often, $player.name. In the meantime, you should probably clean up and get back to work.">>\
''You're still coming down from your orgasm and you clumsily put your <<bottom>> back on on.''
<<nm $player "Yeah... Sounds good... I'll see ya'...">>\
<<love $diana 1>>
<<lust $diana 1>>
<<horny 0>>
<<AddDreamEvent 19>>\
<<trackAction "pussyFuck.give" $diana>>\
<<else>>\
<<if hasStrapon()>>\
''$diana.name smiles as your <<accf>> flips into position after removing your <<UnderwearOrPants>>.''
<<nm $diana "Mmm, looks like you came prepared... I trust you know what comes next...">>\
''You fasten the harness around your waist and $diana.name bends over.''
<<else>>\
''$diana.name pulls a small strapon out from a desk drawer and tosses it to you.''
<<nm $diana "Put that on, I trust you know what comes next.">>\
''You fasten the harness around your waist and $diana.name takes position.''
<</if>>\
<<pic $diana "fucked-by-female">>\
<<nm $diana "Yes, right there! Perfect, keep going!">>\
''$diana.name guides the fake cock into her dripping pussy She pushes against you, setting the pace until you start thrusting on your own. After a few moments, you're fucking $diana.name fast and hard as if the strapon you were wearing was a real dick all your own.''
<<nm $player "$diana.name, this is incredible!">>\
''As you continue, you begin to feel $diana.name's body trembling. You respond with deeper, harder thrusts until you've finally sent her over the edge. She makes her climax obvious, and her panting and moaning send you into your own orgasm.''
<<nm $player "F... Fuck...">>\
<<pic $diana "suck-female">>\
<<nm $diana "Liked that, did you? Good, because I promise it won't be the last time. I haven't had fun like that in a good while, and I don't plan on letting it all end now! In the meantime, you should probably clean up and get back to work.">>\
''You're still coming down from your orgasm and you clumsily put your <<bottom>> back on on.''
<<nm $player "Yeah... Sounds good... I'll see ya'...">>\
<<love $diana 1>>
<<lust $diana 1>>
<<tfm "mas">>
<<horny 0>>
<<AddDreamEvent 19>>\
<<trackAction "pussyFuck.give" $diana>>\
<</if>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[2].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 2>>
<<set $diana.doseCD += ($serum[2].cd + $diana.dose)>>
<<set newDose($diana,"sex")>>
<<set $diana.status to "@@.xxx;Slutty Office MILF@@">>
<<set $player.hasTea to false>>
<<AddConvo $diana 17>>
<<AddNote $diana "I used the $serum[2].name on $diana.name today, finally pushing her into wanting to have sex with me in her office, not that it took much convincing...">><<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey ?diana. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya ?diana! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, ?diana. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''?diana takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''?diana trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[2].name.''
<<artB $diana "dosed,2">>\
<<Thought "Time to have some fun...">>\
<<nm $player "?diana, you've been opening up more than you ever have before, and you're starting to think that maybe bringing that affection into the public might not be the worst thing in the world. You could start small, meeting me in the morning to say hi or even a casual kiss in the lobby.">>\
<<Thought "I think she should be able to handle this easily enough...">>\
''?diana quickly nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $player "Well it was good talking to you, I think I need to get back to the lab now.">>\
<<nm $diana "Mmm, I understand darling. Now then, let me grab my purse and I'll see you out.">>\
''As you near the door, ?diana grabs your arm and pulls you into a kiss. She holds it for a few seconds before pulling away.''
<<pic $diana "kiss-player">>\
<<act $diana "kiss,player">>\
<<horny 10>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[2].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 2>>
<<set $diana.doseCD += ($serum[2].cd + $diana.dose)>>
<<set newDose($diana,"greet")>>
<<AddConvo $diana 18>>\
<<AddWorkEvent 65>>\
<<set $player.hasTea to false>>
<<AddNote $diana "I slipped some $serum[2].name into ?diana's tea at work today. I wanted to take some steps to see if I could break her out of her shell a little bit, something surprisingly hard for someone like ?diana.">><<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey ?diana. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya ?diana! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, ?diana. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''?diana takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''?diana trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[2].name.''
<<artB $diana "dosed,2">>\
<<Thought "Alright, let's see how far I can push ?diana without making things... dangerous...">>\
<<nm $player "?diana, recently you've started to get comfortable becoming more and more bold around the office. You've decided to take this even further, finding the excitement of it all too much to ignore. Maybe you'll pick someone in the office to turn into your personal pet? That's definitely been on your mind.">>\
<<Thought "Well, let's see what happens...">>\
''?diana quickly nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $player "?diana?">>\
''You can't help but notice ?diana's been staring at you intently.''
<<artB $diana "aroused,2">>\
<<nm $diana "Hm? Oh, I was just thinking...">>\
<<nm $player "About anything in particular?">>\
<<nm $diana "Mmm, maybe... I'll be sure to let you know.">>\
''?diana smiles at you, and you can't help but feel a little nervous... You get up and as you near the door, ?diana grabs your arm and pulls you into a kiss. She holds it for a few seconds before pulling away.''
<<pic $diana "kiss-player">>\
<<act $diana "kiss,player">>\
<<horny 10>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[2].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 2>>
<<set $diana.doseCD += ($serum[2].cd + $diana.dose)>>
<<set newDose($diana,"pet")>>
<<set $diana.status to "@@.sf;Mistress?@@">>
<<AddConvo $diana 20>>\
<<AddWorkEvent 66>>\
<<set $player.hasTea to false>>
<<AddNote $diana "I slipped some $serum[2].name into ?diana's tea at work today. I wanted to see if I could get her to further embrace her increased degenerate behavior.">><<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey ?diana. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya ?diana! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, ?diana. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''?diana takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''?diana trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[2].name.''
<<artB $diana "dosed,2">>\
<<Thought "Let's try something interesting...">>\
<<nm $player "?diana, as a naturally dominant woman, you find the idea of submitting to someone else something of a foreign concept. That said, deep down you're more than a little interested in handing the reins over to someone else. Starting today, you're going to start exploring that idea further.">>\
<<Thought "I wonder how she'll interpret this...">>\
''?diana quickly nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $player "Well it was good talking to you, I think I need to get back to the lab now.">>\
<<nm $diana "W-wait!">>\
''?diana looks at you with a pleading look in her eyes. You can tell she wants you to stay, but you're not sure why.''
<<nm $player "What is it?">>\
<<nm $diana "I-I just... I just wanted to say thank you again. I really appreciate the tea, and I appreciate you. I thought, maybe...">>\
''?diana crawls onto her desk, and starts to unbutton her shirt. She's wearing a black bra underneath.''
<<nm $diana "Would you, maybe... make me your woman?">>\
<<btnChoice "Take ?diana in her office" "Diana-Dose-Taming-Sex">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<btnChoice "Leave her be for now" "Computer-Dose-Diana">>
<<else>>\
<<btnChoice "Leave her be for now" "Work" "passTime()">>
<</if>>\
<<set $serum[2].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 3>>
<<set $diana.doseCD += ($serum[2].cd + $diana.dose)>>
<<set newDose($diana,"taming")>>
<<set $diana.status to "@@.sf;Willing Sub@@">>
<<set $player.hasTea to false>>
<<set $TrainDiana to 0>>
<<set $diana.isSub to true>>
<<AddConvo $diana 19>>
<<AddNote $diana "I slipped some $serum[2].name into ?diana's tea at work today. I wanted to take some steps to see if I could break her out of her shell a little bit, something surprisingly hard for someone like ?diana.">><<loc_RecordsOffice>>\
''You lock ?diana's door before pushing her back onto her desk. She looks up at you with a lustful gaze, and you can tell she's ready for you.''
<<nm $diana "Mmm, yes...">>\
''You pull her shirt off, and she quickly undoes her bra. Her breasts are large, and her nipples are already hard. You lean down and start to suck on one of them, and she lets out a soft moan.''
<<nm $diana "Oh, $player.name...">>\
''You continue to suck on her breasts for a few minutes, before moving down to her skirt. You pull it off, and she's not wearing any panties. Her pussy is already wet, and you can see her juices dripping down her thighs.''
<<nm $diana "Please, $player.name...">>\
<<pic $diana "topless">>\
<<art $diana "aroused,2,naked">>\
''You use your mouth and fingers to bring ?diana to a quick orgasm, and she lets out a loud moan as she cums. You continue to finger her, and she cums again, and again, and again. You bring her just to the brink of discomfort, before pulling your fingers out of her.''
<<nm $diana "Oh, $player.name... I need you inside me...">>\
<<if hasWorkingPenis()>>\
''You stand up in front of her desk, removing your <<UnderwearOrPants>> and allowing your erect <<pSize>> to spring up in front of her. She reaches to grab it, but you pull away.''
<<nm $player "Not yet, ?diana. I want you to beg for it.">>\
''?diana looks at you with a pleading look in her eyes, and you can tell she's ready to do whatever you want.''
<<nm $diana "Please, $player.name... I n-need it!">>\
<<nm $player "Need what?">>\
''?diana looks at your <<pSize>> for a moment, before looking back up at you.''
<<nm $diana "P-please give me your thick cock!">>\
<<pic $diana "suck-player">>\
<<act $diana "blowjob,deep">>\
''The second she finishes her plea, you grab her by the back of her head and ram your cock down her throat. She struggles and gags for a moment, by your design, before she starts settling into a rhythm. After a few moments, once you're nice and wet, you push her back onto her desk and slide her to you by her thighs.''
<<nm $diana "O-OH!">>\
<<pic $diana "fucked-by-player">>\
<<act $diana "missionary,player">>\
<<nm $diana "Fuuuuuck! H-harder! Fuck me harder please!">>\
''You continue to rail ?diana on her desk, deeper and harder with every thrust as waves of her juices spray back against your thighs. Finally, as her eyes start to roll back into her head, you thrust in one last time, releasing your hot, thick load deep inside of her.''
<<nm $player "Cumming!">>\
<<nm $diana "O-OH FUCK!">>\
<<pic $diana "creampie">>\
<<act $diana "missionary,player,creampie">>\
''After holding ?diana in place while you squeeze every last drop of cum into her, you finally slide out, leaving the older woman a hot, used, mess on her desk.''
<<nm $diana "Th... thank you...">>\
<<nm $player "Any time, ?diana.">>\
''With that, you clean yourself up and leave ?diana to pick herself up on her own as you close her door behind you.''
<<lust $diana>>
<<dom $player 10>>
<<horny 0>>
<<preg $diana>>
<<set $TrainDiana += 1>>\
<<btnLink "Continue" "Work" "passTime()">>\
<<elseif hasPenis()>>\
<<if isChastity()>>\
''You run your hand along the chastity cage keeping your <<pSize>> locked up.''
<<else>>\
''As excited as you are, your sissy clit just isn't up to the task of fucking ?diana.''
<</if>>\
<<Thought "What should I do...">>\
<<btnChoice "Leave ?diana wanting on her desk" "Diana-Dose-Taming-Leave">>\
<<btnChoice "Find another way to satisfy her" "Diana-Dose-Taming-Dom">>\
<<else>>\
''You stand up in front of her desk, removing your <<UnderwearOrPants>> and bringing your glistening pussy into clear view. She moves to lick it, but you pull away.''
<<nm $player "Not yet, ?diana. I want you to beg for it.">>\
''?diana looks at you with a pleading look in her eyes, and you can tell she's ready to do whatever you want.''
<<nm $diana "Please, $player.name... I n-need it!">>\
<<nm $player "Need what?">>\
''?diana looks at your <<vSize>> for a moment, before looking back up at you.''
<<nm $diana "P-please give me your delicious pussy!">>\
<<pic $diana "eat-pussy">>\
<<act $diana "eatpussy">>\
''The second she finishes her plea, you grab her by the back of her head and ram your mound into her mouth. She struggles and gags for a moment, by your design, before she starts settling into a rhythm. After a few moments, once you're nice and wet, you push her back onto her desk and slide her to you by her thighs.''
<<nm $diana "O-OH!">>\
<<nm $player "Let's see, I know you have one here...">>\
''Keeping ?diana pinned in place, you rummage through her desk drawers before finding what you're looking for. Her eyes widen as you pull a large, double-ended strapon from her bottom drawer. You slide your end in first, giving your new "cock" a few cursory strokes to lubricate it with ?diana's juices before finally sliding it in.''
<<pic $diana "fucked-by-player">>\
<<act $diana "missionary,player">>\
<<nm $diana "Fuuuuuck! H-harder! Fuck me harder please!">>\
''You continue to rail ?diana on her desk, deeper and harder with every thrust as waves of her juices spray back against your thighs. Finally, as her eyes start to roll back into her head, you thrust in one last time, triggering your own mindshaking orgasm.''
<<nm $player "Cumming!">>\
<<nm $diana "O-OH FUCK!">>\
<<pic $diana "orgasm">>\
<<act $diana "missionary,player,cum">>\
''After holding ?diana in place while you ride your climax to completion, you finally slide out, leaving the older woman a hot, used, mess on her desk.''
<<nm $diana "Th... thank you...">>\
<<nm $player "Any time, ?diana.">>\
''With that, you clean yourself up and leave ?diana to pick herself up on her own as you close her door behind you.''
<<lust $diana>>
<<dom $player 10>>
<<horny 0>>
<<set $TrainDiana += 1>>\
<<btnLink "Continue" "Work" "passTime()">>\
<</if>>\<<loc_RecordsOffice>>\
''You stand up from the desk, leaving ?diana to look up at you with a sense of confusion and desperation.''
<<pic $diana "topless">>\
<<art $diana "sad,2,naked">>\
<<nm $diana "W-what!?">>\
<<nm $player "Sorry ?diana, that's all you get today.">>\
''She tries to argue, but instead resorts to pouting on her desk as you leave her office.''
<<nm $diana "Y-yes... fine...">>\
<<horny 30>>
<<set $TrainDiana -= 1>>\
<<btnLink "Continue" "Work" "passTime()">>\<<loc_RecordsOffice>>\
''You spin ?diana around on her desk, bringing her soaked pussy into clear view in front of you.''
<<pic $diana "topless">>\
<<art $diana "sad,2,naked">>\
<<nm $diana "W-wait! That's not what I...">>\
<<nm $player "Quiet you! I'm still in charge here!" "Fuck it, I can still bring her to her knees!">>\
''Your sudden display of dominance quickly shuts ?diana up, and in fact only makes her wetter. Once she's fully compliant, you spread her thighs apart and move into to start working on her eager pussy.''
<<pic $player "eat-pussy">>\
<<act $player "eatpussy">>\
<<nm $diana "H-HA! Hmmm... oohhhh...">>\
<<nm $player "Mmmph... hnph... mmph...">>\
''You slide your tongue along her pussy, eliciting twitches and trembles with every touch. ?diana's so wound up, you're able to make her cum with just these light touches. This makes her reaction all the more satisfying when you move to pull her engorged clit into your mouth.''
<<nm $diana "FUCK! W-wait a minuOUOOHHHH!!!">>\
''You're forced to hold ?diana in place as you go to town on her clit. Her legs shake and flail, but nothing is going to convince you to release your grip until you're completely satisfied. She's brought to one orgasm after another, each one increasing her sensativity, each one increasing in intensity.''
<<nm $diana "?mc I c-can't! P-please!">>\
<<pic $diana "orgasm">>\
<<act $player "eatpussy,cum">>\
''Her pleas fall on deaf ears as you've lost yourself completely to your task. Finally, after several minutes of thoroughly enjoying yourself, you pull your head back to check in on your partner.''
<<nm $player "?diana?">>\
<<nm $diana "Ha... haa...">>\
<<Thought "She's totally despondent... Did I go too hard? No, can't back down now.">>\
''You snap your fingers.''
<<nm $player "?diana! Aren't you going to thank you?">>\
''She rouses, quickly pulling herself up to the best sitting position she can manage.''
<<nm $diana "Th-thank you... <<sir>>... thank you for making me c-cum...">>\
''You cup her cheek and pull her in for a kiss.''
<<pic $diana "kiss-player">>\
<<act $diana "kiss,player">>\
<<nm $player "Mmm, good girl. No then, I have to go.">>\
''With that, you clean yourself up and leave ?diana to pick herself up on her own as you close her door behind you.''
<<lust $diana>>
<<dom $player 10>>
<<horny 30>>
<<set $TrainDiana += 1>>\
<<btnLink "Continue" "Work" "passTime()">>\<<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey ?diana. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya ?diana! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, ?diana. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''?diana takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''?diana trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[2].name.''
<<artB $diana "dosed,2">>\
<<Thought "Alright, let's see if I can take her further.">>\
<<nm $player "?diana, you've really taken to playing a publicly dominant role. Still, you don't seem to be completely fulfilled. You're going to stop caring about what others might think and start taking control of, well, those you want to take control of!">>\
<<Thought "Well, let's see what happens...">>\
''?diana quickly nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $diana "?mc.">>\
''You're a little startled at ?diana's sudden directness.''
<<nm $player "Yes, ?diana?">>\
<<nm $diana "I've made a decision. You are to become my pet. Do you have any objections?">>\
<<if !$player.isDom and !isSissy() and !isChastity()>>\
<<nm $player "W-what? Yeah, I don't think that's really my style...">>\
''?diana looks at you with a raised eyebrow.''
<<nm $diana "You don't think so?">>\
<<nm $player "I mean, not really. Do you really want someone who's not interested being your pet?">>\
''?diana takes a deep breath.''
<<nm $diana "I don't think you understand. I'm not asking you. I'm telling you. You are to become my pet.">>\
<<nm $player "I...">>\
''You're not sure what to say. ?diana's tone was so commanding, so forceful, that you feel yourself unable to resist her. You nod in agreement.''
<<pic $diana>>\
<<art $diana "happy,2">>\
<<nm $diana "Good! That's good... I didn't even have to threaten your family, hahaha!">>\
<<nm $player "I, um..." "Shit, I forgot she's insane!">>\
<<elseif isSissy()>>\
<<nm $player "@@.sf;Y-your pet? Like...@@">>\
<<nm $diana "Yes sweetie, like a puppy.">>\
''You rock back and forth in your seat.''
<<nm $player "@@.sf;Can I think about it...?@@">>\
<<nm $diana "Sweetie, there's nothing to think about. This isn't something you have a choice in baby.">>\
<<nm $player "W-what...">>\
''?diana leans over her desk, putting her cleavage on display and resting a hand softly on your cheek.''
<<pic $diana>>\
<<art $diana "happy,2">>\
<<nm $diana "Didn't you hear me... I've \"decided\" you're going to be my pet. It's not up for debate.">>\
<<nm $player "@@.sf;I... um... o-okay...@@">>\
<<elseif isChastity()>>\
<<nm $player "Your pet? Like a dog?">>\
<<nm $diana "Yes sweetie, like a puppy.">>\
''You start to object, but the <<accf>> suddenly acts as a stern reminder of your position.''
<<if isChastity($diana.name)>>\
<<nm $diana "Hmm, how does your little cage feel?">>\
<</if>>\
<<nm $player "Can I think about it?">>\
<<nm $diana "Sweetie, there's nothing to think about. This isn't something you have a choice in baby.">>\
<<nm $player "W-what...">>\
''?diana leans over her desk, putting her cleavage on display and resting a hand softly on your cheek.''
<<pic $diana>>\
<<art $diana "happy,2">>\
<<nm $diana "Didn't you hear me... I've \"decided\" you're going to be my pet. It's not up for debate.">>\
<<nm $player "I... o-okay..." "Not sure what other choice I have right now...">>\
<<elseif isBimbo()>>\
<<nm $player "@@.bf;Like a puppy!?@@">>\
<<nm $diana "Yes sweetie, like a puppy.">>\
''You bounce a little in your seat.''
<<nm $player "@@.bf;Do I get to wear a sexy dog collar?@@">>\
<<nm $diana "I'm... sure, yes, definitely!">>\
<<nm $player "@@.bf;EEEEEEEE!!!@@">>\
''?diana leans over her desk, putting her cleavage on display and resting a hand softly on your cheek to calm you down.''
<<pic $diana>>\
<<art $diana "happy,2">>\
<<nm $diana "Well, I'm glad you're as excited about this as I am.">>\
<<nm $player "@@.bf;Tee-hee! Yeah!@@" "I'm gonna be a sexy puppy!">>\
<<else>>\
<<nm $player "W-what? Yeah, I don't know...">>\
''?diana looks at you with a raised eyebrow.''
<<nm $diana "You don't know?">>\
<<nm $player "Do you really want someone who's not might not really be into it being your pet?">>\
''?diana takes a deep breath.''
<<nm $diana "I don't think you understand. I'm not asking you. I'm telling you. You are to become my pet.">>\
<<nm $player "I...">>\
''You're not sure what to say. ?diana's tone was so commanding, so forceful, that you feel yourself unable to resist her. You nod in agreement.''
<<pic $diana>>\
<<art $diana "happy,2">>\
<<nm $diana "Good! That's good... I didn't even have to threaten your family, hahaha!">>\
<<nm $player "I, um..." "Shit, I forgot she's insane!">>\
<</if>>\
''?diana smiles at you, and you can't help but feel a little nervous... You get up and as you near the door, ?diana grabs your arm and pulls you into a kiss. She holds it for a few seconds before pulling away.''
<<pic $diana "kiss-player">>\
<<act $diana "kiss,player">>\
<<nm $diana "Oh, this will be fun!">>\
<<horny 10>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[2].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 3>>
<<set $diana.doseCD += ($serum[2].cd + $diana.dose)>>
<<set newDose($diana,"mistress")>>
<<set $diana.status to "@@.xxx;Mistress@@">>
<<AddConvo $diana 21>>
<<AddWorkEvent 68>>
<<set $player.hasTea to false>>
<<AddNote $diana "I slipped some $serum[2].name into ?diana's tea at work today. I may have made a mistake...">><<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey ?diana. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya ?diana! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, ?diana. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''?diana takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''?diana trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[3].name.''
<<artB $diana "dosed,2">>\
<<Thought "Let's see if I can possibly undo some of this insanity...">>\
<<nm $player "?diana, you've really been embracing your sexuality and are definitely happier as a result. That said, you can't help but feel like you're spending a lot of time focusing on your current... pet. You've been thinking that maybe it's time to broaden your horizon.">>\
<<Thought "Well, let's see what happens...">>\
''?diana quickly nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $diana "?mc.">>\
''You're a little startled at ?diana's sudden directness.''
<<nm $player "Yes, ?diana?">>\
<<switch d6()>>\
<<case 1>>\
<<nm $diana "How would you feel about watching your mistress getting railed by some random employees down the hall? I've always fantasized about grabbing a few strangers and seeing if they can keep up.">>\
<<nm $player "I... I think I'd like that.">>\
''?diana purrs.''
<<nm $diana "Mmm, I'll keep that in mind...">>\
<<case 2 3>>\
<<if $julia.isBimbo>>\
<<nm $diana "Hm, ?julia's been acting like a whore lately... maybe I should see about getting in on some of her action. Of course, I'd need my pet to sit and watch...">>\
<<else>>\
<<nm $diana "I haven't spent nearly enough time with ?julia... I wonder what kind of men she's into these days... Maybe I'll have to take you on a little walk downstairs and find out for myself.">>\
<</if>>\
''?diana leans over and stares at you expectantly.''
<<nm $player "Y-you want me to watch you have sex with ?julia?">>\
<<nm $diana "Mmm, no pet, I want you to watch ?julia and I fuck other men. Try to keep up.">>\
<<nm $player "Oh! I... see...">>\
<<case 4 5>>\
<<nm $diana "Hmm, what are your thoughts on ?kagney?">>\
<<nm $player "Our receptionist? I like her, she's really nice and very pretty.">>\
<<nm $diana "She is pretty isn't she? I think... I want to fuck her.">>\
''You almost fall backwards in response to how direct that was.''
<<nm $player "O-okay?">>\
<<nm $diana "Don't you think that could be fun? Sitting quietly and watching me rail that bimbo with my big fake cock? Hm?">>\
''?diana waits for a response.''
<<nm $player "I... wouldn't hate it...">>\
<<nm $diana "Mmm, that's a good <<boy>>">>\
<<case 6>>\
<<nm $diana "Hmm, so that little lab partner of yours...">>\
<<nm $player "?penny?">>\
<<nm $diana "Yes that one!">>\
''You tilt your head slightly in confusion, realizing all too late that this gesture only helps solidify your position as ?diana's pet.''
<<nm $player "What about her?">>\
<<nm $diana "I think I'll have you watch me fuck her in your lab. How does that sound, pet?">>\
<<nm $player "I... Um...">>\
<<nm $diana "Perfect! We'll make sure that happens. That smart little whore won't know what hit her!">>\
<</switch>>\
''?diana smiles at you, and you can't help but feel a little nervous... You get up and as you near the door, ?diana grabs your arm and pulls you into a kiss. She holds it for a few seconds before pulling away.''
<<pic $diana "kiss-player">>\
<<act $diana "kiss,player">>\
<<nm $diana "Oh, this will be fun!">>\
<<horny 10>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[3].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 3>>
<<set $diana.doseCD += ($serum[3].cd + $diana.dose)>>
<<set newDose($diana,"ntr")>>
<<set $player.hasTea to false>>
<<set $DianaSub to 0>>
<<AddWorkEvent 71>>
<<AddWorkEvent 72>>
<<AddWorkEvent 73>>
<<AddConvo $diana 23>>
<<AddNote $diana "I slipped some $serum[3].name into ?diana's tea at work today. I'd intended to move her attention off of me, but I'm worried the whole thing just backfired...">><<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey ?diana. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya ?diana! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, ?diana. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''?diana takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''?diana trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[3].name.''
<<artB $diana "dosed,2">>\
<<Thought "Let's try something interesting...">>\
<<nm $player "?diana, having given more and more thought to life on the other side of the leash, you've decided you're ready to see what becoming a truly submissive pet could be like!">>\
<<Thought "The last dose planted the seed, this might be what finally gets her there.">>\
''?diana quickly nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $player "Well it was good talking to you... Say, I was wondering if you might have a minute?">>\
<<nm $diana "Hm? Me? Um, yes of course. What do you need?">>\
''You stand up over the desk, looking down at ?diana and smile.''
<<btnChoice "Ask her to join you in the back room of her office" "Diana-Pet-Training-1" "$c='ask'">>\
<<btnChoice "Grab her by the hand and take her to the back room of her office" "Diana-Pet-Training-1" "$DianaSub++, $c='tell'">>\
<<set $serum[3].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 3>>
<<set $diana.doseCD += ($serum[3].cd + $diana.dose)>>
<<set newDose($diana,"sub")>>
<<set $DianaSub to 1>>
<<AddConvo $diana 24>>
<<set $diana.status to "@@.sf;Devoted Pet?@@">>
<<AddNote $diana "I slipped some $serum[3].name into ?diana's tea at work today. I wanted to see how far I could take her down this submissive path.">><<loc_RecordsOffice>>\
<<if $c is "ask">>\
<<nm $player "?diana, would you please join me in your back room?">>\
<<nm $diana "In my... Um, yes... I can do that.">>\
''?diana grabs your extended hand, getting up and following you to the back room of her office. You close the door behind you, and turn to face her.''
<<else>>\
<<nm $player "?diana, come with me.">>\
<<nm $diana "O-oh, okay!">>\
''?diana grabs your extended hand, getting up and following you to the back room of her office. You close the door behind you, and turn to face her.''
<</if>>\
<<nm $player "So, I've been thinking about what you said the other day, about how you'd like to be a pet.">>\
<<pic $diana>>\
<<art $diana "happy">>\
<<nm $diana "Oh, yes! I've been thinking about it a lot too!">>\
<<nm $player "Well, I think I can help you with that.">>\
<<nm $diana "You can? How?">>\
''You smile, running a hand along ?diana's cheek.''
<<btnChoice "Tell her to sit and speak" "Diana-Pet-Training-2" "$DianaSub++, $c='tell'">>\
<<btnChoice "Ask her to sit and extend her \"paw\"" "Diana-Pet-Training-2" "$c='ask'">>\
<<btnChoice "Have her sit so you can pat her head" "Diana-Pet-Training-2" "$DianaSub--, $c='pet'">>\<<loc_RecordsOffice>>\
<<if $c is "tell">>\
<<nm $player "Now sit!">>\
''?diana's eyes go wide for an instant before almost instinctively dropping to her knees. She sits back on her heels, her hands resting on her thighs, her back straight, and her head up. She's sitting like a good pet.''
<<nm $player "Mmm, good girl. Now speak!">>\
<<nm $diana "U-um, what do-">>\
''You cut her off with a stern look.''
<<nm $player "Speak!">>\
<<nm $diana "W-woof! Bark! Arf arf!">>\
''Satisfied, you smile and pat her head.''
<<nm $player "Good girl.">>\
<<elseif $c is "ask">>\
<<nm $player "Now ?diana, won't you please sit for me, like a good girl?">>\
<<nm $diana "Mmm, yes!">>\
''?diana quickly gets to her knees, sitting back on her heels, her hands resting on her thighs, her back straight, and her head up. She's sitting like a good pet.''
<<nm $player "Good girl! Now, please show me your paw.">>\
''A small smirk appears on her face for just a fraction of a moment before she obediently complies, holding out one hand towards you. You take it and shake it, smiling.''
<<nm $player "Such a good girl!">>\
<<else>>\
<<nm $player "Okay, so... Can you sit for me?">>\
<<nm $diana "Um, yes I can.">>\
''?diana quickly gets to her knees, sitting back on her heels, her hands resting on her thighs, her back straight, and her head up. She's sitting like a good pet.''
<<nm $diana "Like this?">>\
<<nm $player "Yes, very good! Now, I'm going to reward you...">>\
''She's clearly excited, eagerly awaiting your touch. If she had a tail, it would certainly be wagging rapidly right now. After letting her wait a moment, you reach out and pat her on the head.''
<<nm $player "Good girl... Such a good girl!">>\
<<nm $diana "Is this my reward?">>\
<<nm $player "Yes! Don't you like it?">>\
''She quickly masks her disappointment.''
<<nm $diana "Yes! I love it!">>\
<</if>>\
''?diana's eyes are wide, and she's breathing heavily. She's clearly excited, and you can see her nipples poking through her shirt. She's clearly enjoying this. Almost instinctively, she's started to pant, her tongue hanging out of her mouth.''
<<nm $player "Mmm, shall we continue?">>\
<<btnChoice "Have her beg you to let her cum" "Diana-Pet-Training-3" "$DianaSub++, $c='beg'">>\
<<btnChoice "Have her turn around and show you her pussy" "Diana-Pet-Training-4" "$c='fuck'">>\
<<btnChoice "Have her orally service you" "Diana-Pet-Training-4" "$DianaSub--, $c='oral'">>\<<loc_RecordsOffice>>\
''You look down at ?diana, clearly doing her best to impress you. She looks at you with need in her eyes.''
<<nm $player "You look like you want to cum...">>\
<<nm $diana "Mmm, w-woof!">>\
<<nm $player "Well, for starters... doggies don't wear clothes...">>\
''?diana's ears perk up, quickly responding to your statement by disrobing completely, throwing her clothes by the door and positioning herself back on her heels with her hands held in front of her like paws.''
<<pic $diana "diana-nekkid">>\
<<art $diana "aroused,2,naked">>\
<<nm $diana "Haaa... haaa... haa...">>\
<<nm $player "Good girl! Such a good girl!">>\
<<btnChoice "Have her turn around and show you her pussy" "Diana-Pet-Training-4" "$DianaSub++, $c='fuck'">>\
<<btnChoice "Have her orally service you" "Diana-Pet-Training-4" "$DianaSub++, $c='oralDom'">>\<<loc_RecordsOffice>>\
<<if $c is "fuck">>\
<<nm $player "Now, why don't you turn around and present your pussy to your <<master>>.">>\
<<if $DianaSub > 0>>\
<<nm $diana "Mmm, woof!">>\
''?diana's ears perk up, quickly responding to your statement by disrobing completely, throwing her clothes by the door and positioning herself on all fours, her ass raised in the air allowing her glistening pussy to face you.''
<<else>>\
<<nm $diana "Mm, okay... I mean woof!">>\
''?diana' quickly responds to your statement by disrobing completely, throwing her clothes by the door and positioning herself on all fours, her ass raised in the air allowing her glistening pussy to face you.''
<</if>>\
<<pic $diana "bendover">>\
<<art $diana "aroused,2,naked">>\
<<nm $player "Good girl! Now then...">>\
<<if canFuck()>>\
''You position yourself behind ?diana, pulling out your <<StraponOrCock size>> and pressing the tip against her wet slit. She shudders as her body prepares for what's to come. You tease her for a little bit before finally sliding it inside.''
<<nm $diana "Awwoooo!!!">>\
<<pic $diana "fucked-by-player">>\
<<act $diana "doggy,player,start">>\
''?diana immediately starts moaning like a bitch in heat as you slam your ?cock deeper and deeper into her womb. She bucks and trembles as she rapidly approaches orgasm.''
<<nm $diana "F-fuuck! W-woof a-arf! C-cumming...">>\
<<btnChoice "Allow her to orgasm with you" "Diana-Pet-Training-5" "$c='cum'">>\
<<btnChoice "Immediately stop and deny her the orgasm" "Diana-Pet-Training-5" "$c='deny'">>\
<<else>>\
''You position yourself behind ?diana, reaching around sliding two of your fingers into her mouth for her to suck on.
<<nm $diana "Mmmm... mmm...">>\
''Once they're nice and lubricated, you press the tips against her wet slit. She shudders as her body prepares for what's to come. You tease her for a little bit before finally sliding it inside.''
<<nm $diana "Awwoooo!!!">>\
<<pic $diana "fingered">>\
<<act $diana "fingered">>\
''?diana immediately starts moaning like a bitch in heat as you slam your fingers deeper and deeper into her pussy. She bucks and trembles as she rapidly approaches orgasm.''
<<nm $diana "F-fuuck! W-woof a-arf! C-cumming...">>\
<<btnChoice "Allow her to orgasm" "Diana-Pet-Training-5" "$c='finger'">>\
<<btnChoice "Immediately stop and deny her the orgasm" "Diana-Pet-Training-5" "$c='deny'">>\
<</if>>\
<<elseif $c is "oral" or "oralDom">>\
''You remove your <<UnderwearOrPants>>, taking a seat on the nearby chair.''
<<if $c is "oralDom">>\
<<nm $player "Now be a good girl and make your <<master>> cum.">>\
<<nm $diana "Y-yes <<Master>>!">>\
''?diana yips excitedly as she hurries over to you over to you.''
<<else>>\
<<nm $player "Alright pup, now you're going to give me \"my\" reward!">>\
<<nm $diana "O-ok, yes!">>\
''There's just a tinge of disappointment in ?diana's voice as she removes her clothing and crawls over to you.''
<</if>>\
<<if hasWorkingPenis()>>\
<<nm $player "Good girl...">>\
''She takes your erect <<pSize>> into her hand, sliding her tongue along its length before finally slipping the entirety of it into her warm, wet mouth.''
<<pic $diana "suck-player">>\
<<act $diana "blowjob,deep">>\
<<nm $diana "Mmmph... mmph... hmmm...">>\
<<nm $player "Oh fuuuuck... Such a good girl...">>\
''It's not long before you're about to cum, unable to last against the older woman's expertise.''
<<btnChoice "Have her swallow your cum" "Diana-Pet-Training-5" "$c='swallow'">>\
<<btnChoice "Pull out and end the training session" "Diana-Pet-Training-5" "$c='denyOral'">>\
<<elseif hasPenis()>>\
<<nm $player "Good girl...">>\
''You slide forward, lifting your legs and spreading your cheeks to reveal your <<aSize>>. ?diana quickly understands, lowering her head and sliding her tongue into your tight hole.''
<<pic $diana "rim-player">>\
<<act $diana "rimjob">>\
<<nm $diana "Mmmph... mmph... hmmm...">>\
<<nm $player "Oh fuuuuck... Such a good girl...">>\
''It's not long before you're about to cum, unable to last against the older woman's expertise.''
<<btnChoice "Allow her to make you cum" "Diana-Pet-Training-5" "$c='rimjob'">>\
<<btnChoice "Pull out and end the training session" "Diana-Pet-Training-5" "$c='denyOral'">>\
<<else>>\
<<nm $player "Good girl...">>\
''You slide forward, lifting your legs and spreading your thighs to reveal your <<vSize>>. ?diana quickly understands, lowering her head and sliding her tongue into your tight hole.''
<<pic $diana "eat-pussy">>\
<<act $diana "eatpussy">>\
<<nm $diana "Mmmph... mmph... hmmm...">>\
<<nm $player "Oh fuuuuck... Such a good girl...">>\
''It's not long before you're about to cum, unable to last against the older woman's expertise.''
<<btnChoice "Allow her to make you cum" "Diana-Pet-Training-5" "$c='eatpussy'">>\
<<btnChoice "Pull out and end the training session" "Diana-Pet-Training-5" "$c='denyOral'">>\
<</if>>\
<</if>>\<<loc_RecordsOffice>>\
<<if $DianaSub > 0>><<set $DianaSub++>><<else>><<set $DianaSub-->><</if>>\
<<switch $c>>\
<<case "cum">>\
<<nm $diana "F-fuck... m-<<master>>... please let me cum!">>\
<<nm $player "If that's what you want, we'll cum together!">>\
<<pic $diana "fucked-by-player">>\
<<act $diana "doggy,player,creampie">>\
''You bury your <<StraponOrCock size>> as deep as you can before <<if hasPenis()>>emptying your thick, hot load into her quivering hole<<else>>the sensation sends both of you into a wet, rolling climax<</if>>. ?diana can't keep quiet as the electricity courses through her entire body.''
<<love $diana>>
<<lust $diana>>
<<if hasPenis()>>\
<<preg $diana>>
<</if>>\
<<horny 0>>
<<nm $diana "Haaa... haa... thank you...">>\
<<nm $player "Mmm, of course! Now then, you've got your reward and it's time for me to get back to the lab.">>\
''?diana's started to get her clothing back together.''
<<nm $diana "Yes <<master>>, I hope you'll come visit!">>\
<<nm $player "Oh I will!">>\
<<btnLink "Continue" "Work">>\
<<case "eatpussy">>\
<<nm $player "?diana... I'm c-cumming!">>\
<<pic $player "squirt">>\
<<act $diana "eatpussy,cum">>\
''You pull ?diana's head in deeper as you grind your dripping pussy further into her mouth. After a moment, wave after wave of thick, hot juices are flooding ?diana's throat. Despite her struggles, you hold her in place until you've ridden your intense orgasm to completion.''
<<love $diana>>
<<lust $diana>>
<<horny 0>>
<<nm $diana "Haaa... haa... thank you...">>\
<<nm $player "Mmm, of course! Now then, you've got your reward and it's time for me to get back to the lab.">>\
''?diana's started to get her clothing back together.''
<<nm $diana "Yes <<master>>, I hope you'll come visit!">>\
<<nm $player "Oh I will!">>\
<<btnLink "Continue" "Work">>\
<<case "swallow">>\
<<nm $player "?diana... I'm c-cumming!">>\
<<pic $diana "cum-in-mouth">>\
<<act $diana "blowjob,creampie">>\
''You pull ?diana's head in deeper as you press your <<StraponOrCock>> against the back of her throat. After a moment, rope after rope of thick, hot cum are flooding ?diana's throat. Despite her struggles, you hold her in place until you've ridden your intense orgasm to completion.''
<<love $diana>>
<<lust $diana>>
<<horny 0>>
<<nm $diana "Haaa... haa... thank you...">>\
<<nm $player "Mmm, of course! Now then, you've got your reward and it's time for me to get back to the lab.">>\
''?diana's started to get her clothing back together.''
<<nm $diana "Yes <<master>>, I hope you'll come visit!">>\
<<nm $player "Oh I will!">>\
<<btnLink "Continue" "Work">>\
<<case "rimjob">>\
<<nm $player "?diana... I'm c-cumming!">>\
<<pic $diana "rim-player">>\
<<act $diana "eatpussy,cum">>\
''You pull ?diana's head in deeper as you grind your eager asshole further into her mouth. After a moment, streams of thin, transparent cum flow down onto your thighs. Despite her struggles, you hold her in place until you've ridden your intense orgasm to completion.''
<<love $diana>>
<<lust $diana>>
<<horny 0>>
<<nm $diana "Haaa... haa... thank you...">>\
<<nm $player "Mmm, of course! Now then, you've got your reward and it's time for me to get back to the lab.">>\
''?diana's started to get her clothing back together.''
<<nm $diana "Yes <<master>>, I hope you'll come visit!">>\
<<nm $player "Oh I will!">>\
<<btnLink "Continue" "Work">>\
<<case "deny">>\
<<set $DianaSub++>>\
''Without warning, you withdraw your <<StraponOrCock>> from ?diana's desperate pussy. It takes her a moment to even register the fact that she's not getting fucked anymore, but as soon as she does she turns around looking like she's nearly about to break into tears.''
<<pic $diana "diana-nekkid">>\
<<art $diana "sad,2,naked">>\
<<nm $diana "W-what!? Why? Did I do something bad?">>\
''You smile softly at ?diana as you start to dress yourself.''
<<nm $player "No, no... You've been exceptionally good! That's why... you're going to wait for your reward, like the good girl you are.">>\
''Rather than anger, you watch as ?diana's entire body is overtaken by a level of sexual frustration you've never seen before. You're starting to wonder if she's about to cum at the very idea of denial.''
<<nm $diana "I... I...">>\
<<nm $player "Now be good! I'll check in on you, okay? Oh, and don't get dressed until I've left.">>\
''She hangs her head.''
<<nm $diana "Y-yes... <<master>>. I'll be a good girl!">>\
<<nm $player "I know you will be.">>\
<<love $diana>>
<<lust $diana>>
<<horny 30>>
<<btnLink "Continue" "Work">>\
<<case "denyOral">>\
<<set $DianaSub++>>\
''Without warning, you push ?diana away from you. It takes her a moment to even register the fact that she's not servicing you anymore, but as soon as she does she looks up at you like she's nearly about to break into tears.''
<<pic $diana "diana-nekkid">>\
<<art $diana "sad,2,naked">>\
<<nm $diana "W-what!? Why? Did I do something bad?">>\
''You smile softly at ?diana as you start to dress yourself.''
<<nm $player "No, no... You've been exceptionally good! That's why... you're going to wait for your reward, like the good girl you are.">>\
''Rather than anger, you watch as ?diana's entire body is overtaken by a level of sexual frustration you've never seen before. You're starting to wonder if she's about to cum at the very idea of denial.''
<<nm $diana "I... I...">>\
<<nm $player "Now be good! I'll check in on you, okay? Oh, and don't get dressed until I've left.">>\
''She hangs her head.''
<<nm $diana "Y-yes... <<master>>. I'll be a good girl!">>\
<<nm $player "I know you will be.">>\
<<love $diana>>
<<lust $diana>>
<<horny 30>>
<<btnLink "Continue" "Work">>\
<</switch>>\<<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey ?diana. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya ?diana! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, ?diana. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''?diana takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''?diana trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[3].name.''
<<artB $diana "dosed,2">>\
<<Thought "Let's see how this turns out...">>\
<<nm $player "?diana, you've been pushing further and further into figuring out who you are and what you want out of life, yet you're still holding back. Today, you've decided to let those arbitrary walls fall away, and just embrace these new feelings!">>\
<<Thought "Well, let's see what happens...">>\
''?diana quickly nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $diana "?mc.">>\
''You're a little startled at ?diana's sudden directness.''
<<nm $player "Yes, ?diana?">>\
''?diana takes a deep breath before sitting back in her chair and opening one of her desk draws. While still maintaining eye contact with you, she pulls out a small, black, leather collar. It has a small, silver tag on it, with a single word engraved on it: <<if $DianaSub > 0>>"?diana"<<else>>"?mc"<</if>>.''
<<if $DianaSub > 0>>\
<<nm $diana "I've decided to accept you as my <<master>>. You should feel special, I've never given that honor to anyone else.">>\
''You're a little takenaback, but you're not going to let this opportunity pass you by!''
<<nm $player "I'm honored, ?diana. I'll do my best to be a good <<master>> to you.">>\
''?diana nearly jumps out of her skin, but forces herself to stay calm. She pulls her hair up around the back of her neck and motions towards the collar. You take it from her and fasten it around her neck. You can feel her pulse quicken as you do so.''
<<nm $diana "Thank you, <<Master>>.">>\
''This time she doesn't even try to restrain herself, instead jumping over the desk and throwing her arms around you before pulling you in for a deep, sensual kiss.''
<<pic $diana "kiss-player">>\
<<act $diana "kiss,player">>\
<<nm $player "Well, I think this could be the start of something really great!">>\
<<nm $diana "Me too, hehe, <<Master>>!">>\
<<set _res to "sub">>\
<<else>>\
<<if dose($diana,"ntr")>>\
<<nm $diana "I've decided to officially take you as my pet, ?mc. You should be honored!">>\
<<else>>\
<<nm $diana "Having had the opportunity to be truly submissive for someone, I just don't think it's for me. In fact, after giving it something serious thought, I've decided to officially take you as my pet, ?mc. You should be honored!">>\
<</if>>\
''You're a little surprised, but at the same time, something inside you is deeply excited by this idea.''
<<nm $player "I... I think... I might like that, ?diana.">>\
''She smiles, leaning over the desk to fasten the collar around your neck. You can feel her breath on your face as she does so. An electric thrill runs down your spine when you hear the latch click shut behind your neck.''
<<nm $diana "There, it's perfect!">>\
<<nm $player "T-thank you... ?diana!">>\
''Still leaned over her desk, ?diana pulls you in for an intense, sensual kiss.''
<<pic $diana "kiss-player">>\
<<act $diana "kiss,player">>\
<<nm $diana "Well, I think this could be the start of something really great!">>\
<<nm $player "Me too, hehe, Mistress!">>\
<<set _res to "dom">>\
<</if>>\
<<horny 10>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[3].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 7>>
<<set $diana.doseCD += ($serum[3].cd + $diana.dose)>>
<<set $player.hasTea to false>>
<<set newDose($diana,"collar")>>
<<if _res is "dom">>
<<set $diana.isDom to true>>
<<set $diana.isSub to false>>
<<AddWorkEvent 66>>
<<AddWorkEvent 68>>
<<AddWorkEvent 71>>
<<AddWorkEvent 72>>
<<AddWorkEvent 73>>
<<AddWorkEvent 74>>
<<AddConvo $diana 23>>
<<AddConvo $diana 25>>
<<RemoveConvo $diana 24>>
<<set $diana.status to "@@.xxx;Pet Owner@@">>
<<set newDose($diana,"master")>>
<<AddNote $diana "I slipped some $serum[3].name into ?diana's tea at work today. It ended up kicking her dominant tendencies into overdrive, and as a result, I seem to now be her new collared pet.">>
<<else>>
<<set $diana.isDom to false>>
<<set $diana.isSub to true>>
<<AddWorkEvent 75>>
<<AddConvo $diana 25>>
<<set $diana.status to "@@.xxx;Owned Pet@@">>
<<set newDose($diana,"ownedpet")>>
<<AddNote $diana "I slipped some $serum[3].name into ?diana's tea at work today. It ended up driving home her new submissive feelings, resulting in her becoming my new collared pet!">>
<</if>><<loc_RecordsOffice>>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hello $player.name, come to see me? Oh, I see you brought a gift.">>\
<<nm $player.d "Hey ?diana. Yeah, I noticed that you tend to prefer tea over coffee, so I thought I'd bring some for you.">>\
<<nm $player.b "Heya ?diana! I know you like your tea, so, I brought some for ya'! Nice and hot, like me!">>\
<<nm $player.s "H-hey, ?diana. I-I saw some tea in the commons, s-so, I thought I'd bring some by for you...">>\
''?diana takes the cup from you and starts drinking.''
<<nm $diana "How thoughtful, it's very-...">>\
''?diana trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[1].name.''
<<artB $diana "dosed,2">>\
<<Thought "Well, let's see what happens...">>\
<<nm $player "?diana... You've come a long way and become the best version of yourself. You've decided you're not going back to how you used to be, and in fact will be showing the world who you really are from now on!">>\
<<Thought "No point really giving a directive with the MCSX, so...">>\
''?diana quickly nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $diana "Yes, it's very good tea. Thank you, $player.name.">>\
''You smile and drink some of the coffee you brought along for yourself. The two of you chat about various things for a bit.''
<<nm $player "Well it was good talking to you, I think I need to get back to the lab now.">>\
''?diana smiles, before turning her attention to an itch behind her ears. She scratches at it for a moment before looking at her fingers. She seems confused for a moment, before shrugging and returning her attention to her work.''
<<nm $diana "So sorry ?mc, not sure what that was. Anyway, it was nice to see you and thank you for the tea.">>\
''?diana motions to the door, clearly occupied with work. On your way out you notice her scratching again.''
<<Thought "I hope I didn't hurt her...">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $diana.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Diana">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\
<<set $serum[7].qty -= 1>>
<<set $diana.dose += 1, $diana.nextSerum to 0>>
<<set $diana.doseCD += ($serum[7].cd + $diana.dose)>>
<<set newDose($diana,"mcsx")>>
<<set newDose($diana,"wolf")>>
<<set $diana.mcsx.cd to $mcsxCD>>
<<set $player.hasTea to false>>
<<AddNote $diana "I slipped some $serum[7].name into ?diana's tea at work today. I didn't really give her any new commands, opting to let the serum work on its own.">><<loc_Commons>>\
<<if $john.isDom>>\
<<Thought "I wonder if $john.name's thirsty...">>\
<<elseif flag($john,"slapDown") and not $john.isNice>>\
<<Thought "Maybe I should try to patch things up with $john.name, I was a little hard on him. I'll just bring him a beer...">>\
<<elseif flag($john,"giveOral") and not $john.isNice>>\
<<Thought "...I don't want $john.name to think he got to me the other day. Maybe I'll just bring him a beer, act like everything's cool.">>\
<<else>>\
<<Thought "I suppose $john.name would appreciate a cold beer about now.">>\
<</if>>\
''You buy a couple beers and head towards the sales office.''
<<switch serumStatus($john)>>\
<<case "max dose">>\
<<if flag($john,"BimboPlayer")>>\
<<Thought "@@.bf;Tee-hee! Bet Daddy'd love a nice cold drink!@@">>\
<<elseif $john.isDom>>\
<<Thought "I could probably slip some serum into $john.name's beer... but... maybe I s-shouldn't...">>\
<<else>>\
<<Thought "I think I've gone as far as I can go with experimenting on $john.name. Anything more would be excessive!">>\
<</if>>\
<<btnLink "Just bring back a beer for now" "Sales-John-Talk">>
<<case "on cooldown">>\
<<Thought "This would be a good time to test some serum on $john.name, but I just used it recently. I should give $john.name another $john.doseCD day(s) before trying again.">>\
<<btnLink "Just bring back a beer for now" "Sales-John-Talk">>
<<case "no serum">>\
<<set _ls to $john.nextSerum - 1>>\
<<set _lastSerum to $serum[_ls].name>>\
<<if $john.dose > 0>>\
<<Thought "I've done what I can with the _lastSerum formula. If I want to experiment more on $john.name, I'll have to bring something else to progress farther.">>\
<<else>>\
<<Thought "Y'know, if I had some serum prepared, now would be a great time to test it out on $john.name... Maybe next time.">>\
<</if>>\
<<btnLink "Just bring back a beer for now" "Sales-John-Talk">>
<<case "can dose">>\
<<Thought "You know, this would be a perfect time to use a serum on $john.name.">>\
<<if visited("John-ISS-Bathroom-OralFinish") and $john.dose is 0 and not $DomJohnLock>>\
<<if not $player.isSub>>\
<<Thought "Fucker... I think it's about time I made $john.name start acting a little more considerate. Plus, I owe him for the bathroom incident...">>\
<<btnLink "Slip some serum into $john.name's beer" "John-Dose-Options">>
<<else>>\
<<Thought "Time to teach that asshole not to fuck with me. By the time I'm done with him, HE'LL be the one sucking dicks in the bathroom...">>\
@@.btnUI;<<button "Open $john.name's bottle and slip some serum into it" "John-Dose-Backfire">>
<<set $player.dose += 1>>\
<<set $player.johnEventCD += 3>>\
<<set $john.isDom to true>>\
<<set $player.hasBeer to false>>\
<<set $john.cPlayer += 1>>\
<<set $john.nextSerum to 0>>\
<<set $john.status to "@@.xxx;Dominant@@">>\
<<RemoveWorkEvent 20 21>>\
<<AddNote $john "I tried slipping $john.name some $serum[1].name, but an incident resulted in me drinking it instead. I'm fairly sure it hasn't affected me, but I'm going to have to start keeping an eye on myself for a while.">>\
<</button>>@@
<</if>>\
<<else>>\
<<btnLink "Slip some serum into $john.name's beer" "John-Dose-Options">>
<</if>>\
<<btnLink "Change your mind and leave the beer alone" "Sales-John-Talk">>
<<default>>\
<<set _err to serumStatus($john)>>\
<<error _err>>\
<<btnBack>>
<</switch>>\<<loc_Commons>>\
''You roll a serum vial in your hand, considering your options...''
<<switch $john.nextSerum>>\
<<case 1>>\
<<if not dose($john,"compliant")>>\
@@.btnChoice;<<button "Make $john.name a little more agreeable" "John-Dose-Compliant">>
<<set $serum[1].qty -= 1>>
<<set $john.dose += 1, $john.nextSerum to 1>>
<<set $john.doseCD += ($serum[1].cd + $john.dose)>>
<<set newDose($john,"compliant")>>
<<set $player.hasBeer to false>>
<<RemoveWorkEvent 19 21>>
<<AddNote $john "I decided to test out the $serum[1].name on $john.name for the first time today, keeping it simple for a first run. I wanted to see if I could just make him a little more... agreeable, if only to make future serum tests with him easier.">>
<</button>>@@
<<else>>\
<<if not dose($john,"labHelp")>>\
<<if not dose($john,"nice")>>\
@@.btnChoice;<<button "Try to make $john.name less abrasive" "John-Dose-RespectYou">>
<<set $serum[1].qty -= 1>>
<<set $john.isNice to true>>
<<set $john.dose += 1, $john.nextSerum to 1>>
<<set $john.doseCD += ($serum[1].cd + $john.dose)>>
<<set $john.status to "Nice Guy?">>
<<set newDose($john,"nice")>>
<<set $player.hasBeer to false>>
<<AddConvo $john 8>>
<<AddNote $john "I slipped some $serum[1].name into $john.name's beer at work today. Getting him to inhale it wasn't an issue, and I decided to take the opportunity to try and curtail some of his... character traits. With any luck, he should be a little easier to work with now.">>
<</button>>@@
<<elseif not dose($john,"niceTasha")>>\
@@.btnChoice;<<button "Have $john.name start to treat his coworkers better" "John-Dose-RespectTasha">>
<<set $serum[1].qty -= 1>>
<<set $john.dose += 1, $john.nextSerum to 2>>
<<set $john.doseCD += ($serum[1].cd + $john.dose)>>
<<set $john.status to "The Dude">>
<<set newDose($john,"niceTasha")>>
<<set $player.hasBeer to false>>
<<AddConvo $tasha 10>>
<<AddConvo $john 10>>
<<AddConvo $julia 7>>
<<AddNote $john "I slipped some $serum[1].name into $john.name's beer at work today. Now that I had him treating 'me' better, I focused on getting him to extend that same attitude towards his other coworkers, particularly $tasha.name. We'll see how it goes. He also implied that he might even be interested on some self improvement of his own, which was interesting.">>
<</button>>@@
<</if>>\
<</if>>\
<<if not dose($john,"nice")>>\
<<if not dose($john,"labHelp")>>\
@@.btnChoice;<<button "Have him come to the lab for some testing" "John-Dose-LabHelp">>
<<set $serum[1].qty -= 1>>
<<set $john.dose += 1, $john.nextSerum to 2>>
<<set $john.doseCD += ($serum[1].cd + $john.dose)>>
<<set newDose($john,"labHelp")>>
<<set $john.status to "Helpful Helper">>
<<set $player.hasBeer to false>>
<<AddNote $john "I slipped some $serum[1].name into $john.name's beer again at work today. I decided to reinforce his 'helpful' nature by having him assist me in processing serums in the lab during the evening. Soon enough, I can start freely using him as a willing guinea pig for future serum tests.">>
<</button>>@@
<</if>>\
<</if>>\
<</if>>\
<<case 2>>\
<<if dose($john,"nice")>>\
<<if not dose($john,"friend")>>\
<<if not dose($john,"sub")>>\
@@.btnChoice;<<button "Make $john.name submissive and meek" "John-Dose-Submission">>
<<set $serum[2].qty -= 1>>
<<set $john.dose += 1, $john.nextSerum to 2>>
<<set $john.doseCD += ($serum[2].cd + $john.dose)>>
<<set $john.dateCD to 0>>
<<set $john.status to "Bottom Boy">>
<<set $john.isSub to true>>
<<set newDose($john,"sub")>>
<<set $player.hasBeer to false>>
<<AddWorkEvent 31>>
<<AddNote $john "I slipped some $serum[2].name into $john.name's beer again at work today. I've decided to try to bring him down a few, well, several pegs, and make him want to be treated like a submissive beta male, incapable of backing up that bark of his with any meaningful level of bite.">>
<</button>>@@
<<elseif not dose($john,"bitch")>>\
<<btnDisable "Turn $john.name into your personal bitch @@Not Yet Implemented@@">>
<</if>>\
<</if>>\
<<if not dose($john,"sub")>>\
<<if not dose($john,"friend")>>\
@@.btnChoice;<<button "Make $john.name convinced you're his best friend" "John-Dose-Friend">>
<<set $serum[2].qty -= 1>>
<<set $john.dose += 1, $john.nextSerum to 2>>
<<set $john.doseCD += ($serum[2].cd + $john.dose)>>
<<set $john.dateCD to 0>>
<<set $john.status to "Best Buddy">>
<<set newDose($john,"friend")>>
<<set $player.hasBeer to false>>
<<AddWorkEvent 32>>
<<AddWorkEvent 33>>
<<AddNote $john "I slipped some $serum[2].name into $john.name's beer again at work today. I've decided to try to use my serums as a way to reform $john.name into a decent person. Not particularly exciting, for sure, but I'm interested in seeing how drastically I can alter someone's personality, in this case for the better!">>
<</button>>@@
<<elseif not dose($john,"lover")>>\
@@.btnChoice;<<button "Make $john.name completely devoted to you" "John-Dose-Lover">>
<<set $serum[2].qty -= 1>>
<<set $john.dose += 1, $john.nextSerum to 3>>
<<set $john.doseCD += ($serum[2].cd + $john.dose)>>
<<set $john.dateCD to 0>>
<<set $john.status to "Loyal Companion">>
<<set newDose($john,"lover")>>
<<set $john.isDating to true>>
<<set $player.hasBeer to false>>
<<AddNote $john "I slipped some $serum[2].name into $john.name's beer again at work today. Working off of our newfound friendship, I've decided to push him to the point where he's completely and utterly devoted to me. Now, I just need to decide how best to use $john.name as he is now...">>
<</button>>@@
<</if>>\
<</if>>\
<<elseif dose($john,"labHelp")>>\
<<if not flag($john,"HelpInLab")>>\
<<Thought "I'm gonna need to get $john.name to help me out in the lab in the evening before I can move forward any further. Both to make sure the last serum took hold, and because I could actually use the help!">>\
<<else>>\
<<if not dose($john,"numbStart")>>\
<<if not dose($john,"labTest")>>\
@@.btnChoice;<<button "Have him come to the lab for some testing" "John-Dose-LabTest">>
<<set $serum[2].qty -= 1>>
<<set $john.dose += 1, $john.nextSerum to 2>>
<<set $john.doseCD += ($serum[2].cd + $john.dose)>>
<<set newDose($john,"labTest")>>
<<set $john.status to "@@.tf;Lab Rat@@">>
<<set $player.hasBeer to false>>
<<set $john.tfCD to 3>>
<<AddNote $john "I slipped some $serum[2].name into $john.name's beer again at work today. He's become quite timid since I started working on him and now I'm not sure he really needs to be a 'he' anymore. This is the perfect opportunity to test the TFM-1 serum in a controlled environment. It should only be a few days before we can begin.">>
<</button>>@@
<<elseif not dose($john,"oralBathroom")>>\
@@.btnChoice;<<button "Have him start orally servicing people in the bathroom" "John-Dose-OralBathroom">>
<<set $serum[2].qty -= 1>>
<<set $john.dose += 1, $john.nextSerum to 3>>
<<set $john.doseCD += ($serum[2].cd + $john.dose)>>
<<set newDose($john,"oralBathroom")>>
<<set $player.hasBeer to false>>
<<AddNote $john "I slipped some $serum[2].name into $john.name's beer again at work today. This time I put the idea in his head that the only way he might make amends to the women in the office is by servicing them in the bathroom. I had $penny.name get the word around, so we'll see where this goes.">>
<</button>>@@
<</if>>\
<</if>>\
<<if not dose($john,"labTest")>>\
<<if not dose($john,"numb")>>\
@@.btnChoice;<<button "Modify $john.name's body, making him permanently erect and unable to feel pleasure" "John-Dose-Numb">>
<<set $serum[2].qty -= 1>>
<<set $john.dose += 1, $john.nextSerum to 2>>
<<set $john.doseCD += ($serum[2].cd + $john.dose)>>
<<set newDose($john,"numbStart")>>
<<set $player.hasBeer to false>>
<<AddNote $john "I slipped some $serum[2].name into $john.name's beer again at work today. We took the drinks to the lab this time and after the serum set in $penny.name decided to have her own fun with $john.name. I'm not really sure what she has planned, but she seems pretty excited about it...">>
<</button>>@@
<<elseif not dose($john,"oralSlave")>>\
@@.btnChoice;<<button "Turn $john.name's throat into his only erogenous zone" "John-Dose-OralSlave">>
<<set $serum[2].qty -= 1>>
<<set $john.dose += 1, $john.nextSerum to 3>>
<<set $john.doseCD += ($serum[2].cd + $john.dose)>>
<<set newDose($john,"oralSlave")>>
<<set $player.hasBeer to false>>
<<AddWorkEvent 29>>
<<AddWorkEvent 30>>
<<AddNote $john "I slipped $john.name some $serum[2].name today, this time as a means to manipulate his desire to be able to get off again. $penny.name and I used used a modified batch of $serum[6].name to turn his throat into an erogenous zone, meaning if he wants to get off, he'll have to have something hitting it repeatedly...">>
<</button>>@@
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<<case 3>>\
<<Thought "This is about as far as I can go with the materials I have available to me now...">>\
<<default>>\
<<error "nextSerum out of range: Value $john.nextSerum">>\
<</switch>>\
<<btnLink "Change your mind and leave the beer alone" "Sales-John-Talk">><<loc_SalesOffice>>\
''You add a vial of $serum[1].name to $john.name's beer and walk towards his office.''
<<pic $john>>\
<<art $john>>\
''$john.name's talking on the phone. You get his attention and flash a couple bottles. He nods at you in acknowledgment as he wraps up his call.''
<<nm $john "Yeah, yeah, sounds good man. I'mma have to let you go, but we'll touch base again later. All right, yeah sounds good!">>\
''$john.name hangs up the phone and hops over his desk to meet you in the hallway.''
<<nm $john "Haha, yeah! I knew you weren't a totally useless <<if isMale()>>faggot<<else>>slut<</if>>! Looks like you're an excellent beer bitch, too!">>\
<<nm $player "Ha, sure, okay... Hey, I could use some help cleaning the lab equipment tonight, $penny.name's leaving early... Don't suppose you'd mind spending the evening helping me with that?">>\
''He stares at you blankly for some time before nearly barreling over.''
<<nm $john "Hahaha, ahhhh... Ahah... Oh man, fuckin'... I almost thought you were serious! Ha... Gimme that fuckin' drink already!">>\
''$john.name snatches the bottle you hand him and starts chugging.''
<<nm $john "Oh yeah! That hits... the...">>\
''$john.name trails off. If it weren't for the change in his eye color you might not even realize the serum took hold, as that vacant expression is one you see pretty often on $john.name.''
<<artB $john "dosed,2">>\
<<Thought "Alright, let's give it a whirl.">>\
<<nm $player "$john.name, you're going to start thinking about others more instead of only yourself. You want to be a better person, after all, and what better way to do that than to put others' needs before your own and helping out when help is needed? You're going to start making that change immediately and you're going to feel great about it!">>\
''$john.name stares blankly for a moment, then nods slowly. After a few seconds his eyes return to their normal color and he starts speaking again.''
<<nm $john "That really hits the spot! Haha, you can buy me a round anytime!">>\
''You and $john.name talk casually in the hallway while you both finish your drinks.''
<<nm $john "Oh hey... Uhhhh...">>\
<<nm $player "Hm?">>\
''$john.name looks like he's struggling to get his words out.''
<<nm $john "Were you, uh, serious about needin' help cleanin' up shit? I mean, ain't got nothin' else go'n on tonight, so...">>\
''You can't help but give $john.name a somewhat incredulous look.''
<<nm $player "Seriously? Well, no, I think I have tonight covered... But I might need some help later on if that's cool.">>\
''$john.name quickly stands up and chucks his empty bottle into a nearby bin.''
<<nm $john "Cool, yeah just lemme know or whatever... C'ya, Beer Bitch!">>\
''He heads back to his office and slams the door behind him.''
<<Thought "Hunh, well, it's something!">>\
<<love $john 1>>
<<btnLink "Go back to the lab" "Lab" "passTime()">><<loc_Commons>>\
''The bottles here don't have the screw off caps, so you'll have to play it cool if you're going to sneak it past $john.name.''
<<pic $john>>\
<<art $john>>\
<<nm $john "What's up, <<if isMale()>>faggot!<<else>>slut!<</if>>">>\
''You jump. Some of the serum drips down the side of the bottle.''
<<nm $player "$john.name! I was, just... I was gonna bring us a couple beers for the afternoon.">>\
''$john.name looks past you.''
<<nm $john "Hey, not a bad idea, <<buddy>>! Looks like you were gettin' ready to start without me though... What's that shit leakin' off the side o' yours though?">>\
<<nm $player "The what now? O-oh, no, that's...">>\
''$john.name reaches past you and grabs the sealed bottle.''
<<nm $john "Whatever, prolly some kinda medicine you gotta take 'cause yer kinda a little pussy, amiright? Haha, you're like the best friend from an 80's flick who's always sick all the time with somethin', haha!">>\
<<nm $player "That's... an oddly specific reference...">>\
''You stare at 'your' bottle, deciding how to react. $john.name is already almost done chugging his.''
<<Thought "Shit... I hate to have the waste a dose, but, that's what's going to have to happen. I can just let the bottle slip out of my hand and-">>\
<<nm $john "Wassa matter? Hahaha, c'mon! Baby gotta take <<his>> medicine!">>\
''$john.name pins you up against the wall and forces the bottle into your mouth.''
<<nm $john "Just like my cock from the other day, right? Drink up bitch, haha!">>\
<<Thought "$john.name picked a shitty time to play the high school bully, fuck, this is bad...">>\
''Once the bottle's emptied, $john.name releases you, and you fall to the ground coughing.''
<<nm $player "<<cough>> Fucking <<cough>> asshole! <<cough>> <<cough>>">>\
''You get to your feet. $john.name's still laughing at you.''
<<Thought "Okay, $player.name, just keep it together and get away from... why... can't mov-...">>\
''$john.name has pulled himself together and noticed you've gone vacant.''
<<artB $john "angry,2">>\
<<if isMale() or isSissy() or isTrans()>>\
<<nm $john "The fuck? Don't tell me I choked you too hard? Nah, that ain't it. The fuck is wrong with you @@.xxx;faggot@@? Hello, you @@.xxx;fuckin' stupid now@@ or something? Oh I know what it is. You're probably @@.xxx;thinkin' about how much you liked suckin' my cock@@ in the bathroom, weren't ya? Hahaha, you ARE a fuckin' @@.xxx;sissy faggot@@, hahaha!">>\
<<Thought "@@.ef;Faggot... stupid... sissy... cock...@@">>\
<<else>>\
<<nm $john "The fuck? Don't tell me I choked you too hard? Nah, that ain't it. The fuck is wrong with you @@.xxx;ya' stupid slut@@? Hello, you @@.xxx;fuckin' stupid now@@ or something? Oh I know what it is. You're probably @@.xxx;thinkin' about how much you liked suckin' my cock@@ in the bathroom, weren't ya? Hahaha, you ARE a fuckin' @@.xxx;dumbass bimbo@@, hahaha!">>\
<<Thought "@@.ef;Slut... Stupid... Bimbo... Cock...@@">>\
<</if>>\
''You snap back to reality.''
<<nm $john "HELLOOOO!!!!!">>\
<<nm $player "What... WHAT!? Fuck, I'm right here, Jesus, what?">>\
<<nm $john "'What'? You went to fuckin' la la land, whaddaya mean 'what'? Anyways, we were just talkin' about how you're gonna start meetin' me in the bathroom more often for some fun time, hahaha!">>\
<<Thought "Fun time? Oh, right...">>\
<<nm $player "Oh, yeah, sure, sounds good... U-um, when?">>\
''$john.name is speechless.''
<<nm $john "W... When? Oh-ho man, this is rich. I'm in the bathroom in the morning before lunch every day, you can come visit me any time! Hell, you look so fuckin' desperate for it, we could even go now!">>\
<<dom $player -10>>
<<btnLink "Go to bathroom with $john.name" "John-ISS-Bathroom-Dose">><<loc_SalesOffice>>\
''You add a vial of $serum[1].name to $john.name's beer and walk towards his office.''
<<pic $john>>\
<<art $john>>\
''$john.name's talking on the phone. You get his attention and flash a couple bottles. He nods at you in acknowledgment as he wraps up his call.''
<<nm $john "Yeah, yeah, sounds good man. I'mma have to let you go, but we'll touch base again later. All right, yeah sounds good!">>\
''$john.name hangs up the phone and hops over his desk to meet you in the hallway.''
<<nm $john "Haha, yeah! I knew you weren't a totally useless <<if isMale()>>faggot<<else>>slut<</if>>! Looks like you're an excellent beer bitch, too!">>\
''$john.name snatches the bottle you hand him and starts chugging.''
<<nm $john "Oh yeah! That hits... the...">>\
''$john.name trails off. If it weren't for the change in his eye color you might not even realize the serum took hold, as that vacant expression is one you see pretty often on $john.name.''
<<artB $john "dosed,2">>\
<<Thought "Let's start simple and get myself off his shitlist.">>\
<<nm $player "$john.name, you're done being a total asshole to me, and everyone else for that matter. You've decided you don't want to be that kind of guy anymore, and you're going to start working on being a little, maybe a lot nicer to everyone... especially me. From now on, you really want to try to start showing me more respect.">>\
''$john.name stares blankly for a moment, then nods slowly. After a few seconds his eyes return to their normal color and he starts speaking again.''
<<nm $john "That really hits the spot! Thanks for lookin' out <<buddy>>, guess the next round's on me!">>\
''You and $john.name talk casually in the hallway while you both finish your drinks.''
<<nm $john "Well thanks again, I'll catch you later, Beer Bitch!">>\
''You return his wave.''
<<Thought "Well, he's still crass, but his tone changed pretty drastically. I'll take what I can get.">>\
<<love $john 15>>
<<dom $john -10>>
<<btnLink "Go back to the lab" "Lab" "passTime()">><<loc_SalesOffice>>\
''You add a vial of $serum[1].name to $john.name's beer and walk towards his office.''
<<pic $john>>\
<<art $john>>\
''$john.name is talking on the phone. You get his attention and flash a couple bottles. He nods at you in acknowledgment.''
<<nm $john "Yeah, no I'm sorry, we'll make sure to get this sorted out before we talk again. Yes sir, uh huh, yep, you got it!">>\
''$john.name hangs up the phone and hops over his desk to meet you in the hallway.''
<<nm $john "Sorry 'bout that. Sometimes the customers ain't always satisfied with the product. They think beatin' girls inta' mindless fuck dolls'll leave 'em in pristine condition or somethin'. But hey, guess that's why they brought you on, 'uh?">>\
<<nm $player "Guess so... Ah, here you go.">>\
''$john.name takes the bottle you hand him and starts drinking.''
<<nm $john "Yea so anyways I... u-uh...">>\
''$john.name trails off. If it weren't for the change in his eye color you might not even realize the serum took hold, as that vacant expression is one you see pretty often on $john.name.''
<<artB $john "dosed,2">>\
<<Thought "Okay $john.name, time to send you further down the road to recovery.">>\
<<nm $player "$john.name, you've come a long way. You're a better person, and you feel better because of it. You want to keep feeling better about yourself, and you realize that you're not quite giving anybody, particularly women, the respect they deserve. This makes you sad, $john.name, and you desperately want to do better. From now on, you're going to start going out of your way to make as many people as you can happy, treating them with respect and offering to help with whatever they're needs might be. You'll be especially eager to make things right with your own coworker, $tasha.name.">>\
<<Thought "That might have been a little too much for $john.name to process all at once, but we'll see what happens.">>\
''$john.name stares blankly for a moment, then nods slowly. After a few seconds his eyes return to their normal color and he starts speaking again.''
<<if isMale()>>\
<<nm $john "Thanks man, don't let me forget I owe ya' a couple drinks now!">>\
<<else>>\
<<nm $john "Thanks ba-... Thanks $player.name. Don't let me forget I owe ya' a couple drinks now!">>\
<</if>>\
''You and $john.name talk casually in the hallway while you both finish your drinks.''
<<nm $john "Oh hey, been meanin' to ask. You used to go to that college 'cross town, yeah? I mean I assume, you're a bit of a book nerd and it's the only one in town. Anyways, you know if they offer night classes?">>\
<<nm $player "Yeah, they do, but... The evenings and nights are where the more, I don't know, 'niche' classes are held? Bunch of chicks talking about their 'femininity' and shit. Probably nothing you'd be interested in.">>\
''$john.name looks like he's stumbled into a thought.''
<<nm $john "Yeah... Yeah thanks for that. Well good talkin' to ya'. I gotta get back to work now. Hasta!">>\
''You return his wave.''
<<Thought "Oh... Oh this is good.">>\
<<love $john 10>>
<<btnLink "Go back to the lab" "Lab" "passTime()">><<loc_SalesOffice>>\
''You add a vial of $serum[1].name to $john.name's beer and walk towards his office. $john.name is talking on the phone. You get his attention and flash a couple bottles. He nods at you in acknowledgment.''
<<nm $john "Yes sir, no I completely understand and I apologize for the inconvenience. N-No sir, I... Hello?">>\
''$john.name hangs up the phone and walks around his desk to meet you in the hallway.''
<<pic $john>>\
<<art $john "angry">>\
<<nm $john "Fuckin'... Some of these clients're real shitbricks, y'know? You had the right idea, hahaha!">>\
<<nm $player "Sounds like it! Hey, remember the other day when you said you'd help me out in the lab if I needed it?">>\
''$john.name raises an eyebrow and hesitates slightly, as if he wants to make sure he's not agreeing to anything too inconvenient. You hand $john.name his beer as you start speaking.''
<<nm $player "Anyway, I have a shit ton of chemicals that I need to work on getting processed. It's... Well it's really tedious, could go well into the night. I really just need-">>\
''$john.name raises a hand to cut you off as he finishes a large drink.''
<<nm $john "Eeeehhh, y'know I'm pretty busy in the evenings? Yeah, yeah, maybe some other... time...">>\
''He trails off. If it weren't for the change in his eye color you might not even realize the serum took hold, as that vacant expression is one you see pretty often on $john.name.''
<<artB $john "dosed,2">>\
<<Thought "Time to give you a little boost!">>\
<<nm $player "$john.name, you KNOW how happy helping others makes you. Yeah, thinking about how reliable people will think you are has you pretty stoked. Why, just think of all the... tail you be getting? Yeah, think of that!" "Not my... best work... but it's $john.name, so...">>\
''$john.name starts nodding. After a few seconds his eyes return to their normal color and he starts speaking again.''
<<nm $john "You... I, uhhh...">>\
<<nm $player "You were thinking about helping me out in the lab some evenings?">>\
''He looks a little confused.''
<<nm $john "Just need t'mix some shit up, yeah? Sure, I'll be around, just lemme know!">>\
<<nm $player "Awesome! Just come by in the evening whenever you're free.">>\
''You and $john.name talk casually in the hallway while you both finish your drinks.''
<<nm $john "Well good talkin' to ya'. Back to the ol' grind, hahaha!">>\
''You return his wave.''
<<Thought "Well, that was easy enough.">>\
<<btnLink "Go back to lobby" "Work" "passTime()">><<loc_SalesOffice>>\
''You add a vial of $serum[2].name to $john.name's beer and walk towards his office.''
<<pic $john>>\
''$john.name is talking on the phone. You get his attention and flash a couple bottles. He nods at you in acknowledgment before wrapping up his call and meeting you in the hallway.''
<<nm $john "Fuckin'... fuck man! Yer always comin' through, aint'cha?">>\
<<nm $player "Haha, if you say so. Here ya go.">>\
''$john.name takes the bottle you hand him and starts drinking.''
<<nm $john "Yea so anyways I... u-uh...">>\
''$john.name trails off. As he starts to calm down you can see the feint flash of unnatural color wash across his eyes.''
<<Thought "Alright $john.name, time to flip your off switch. Let's see...">>\
<<nm $player "$john.name, man, you're so tired of trying to be the baddest guy in the room all the time. Everyone can tell how much of a strain it is on you to play the alpha male all the time. You're done, just done! From now on, you're not going to fight anymore, hell, you don't even want to try to stand up for youself anymore. You're going to try to live as passively as possible. If someone wants to knock you around or whatever, best to just let it happen and move on.">>\
<<Thought "Well, this should be interesting.">>\
''$john.name stares blankly for a moment, then nods slowly. After a few seconds his eyes return to their normal color and he starts speaking again.''
<<nm $john "Um... What were we talkin' about. Oh yeah, so this fucin' guy was like-">>\
''You slam your open hand into the wall.''
<<nm $player "Will you quit your fucking bitching already, $john.name. Jesus Christ, I'm tired of hearing about it.">>\
''He's clearly shocked, and you can see only a flicker of rage before a purple sheen flashes across his eyes.''
<<nm $john "Y-yeah, sorry. My bad.">>\
<<nm $player "Man... You can be a real pussy sometimes, am I right?">>\
''$john.name trails off a bit.''
<<nm $john "Guess I can be, yeah...">>\
<<nm $player "Well, you should fuckin' work on it... Here, throw my bottle away would ya?">>\
''You push your empty beer bottle into his hand.''
<<nm $player "And stop being such a fuckin' pushover!">>\
<<nm $john "Y-yeah, I will, sorry!">>\
''$john.name tries to start making smalltalk which you allow, only if to see if he suddenly explodes into some kind of rage Hulk. Surprisingly, everything carries on as normal. You wave him off as he takes care of your drinks and heads back to his office.''
<<nm $player "$john.name, hold on a sec.">>\
<<nm $john "Hm?">>\
''He stops as you approach him, pulling out your phone.''
<<nm $player "Hear, punch your contact info in here. Might have you buy me drinks some time, it'll be fun!">>\
<<nm $john "O-oh, yeah sure...">>\
''$john.name takes your phone and adds his info to you before returning it. You thank him and let him go back to his office.''
<<Thought "Well... This is gonna be interesting...">>\
<<love $john 10>>
<<dom $player 5>>
@@.data;You can now call $john.name to go out in the evenings!@@
<<btnLink "Go back to the lab" "Lab" "passTime()">><<loc_SalesOffice>>\
''You add a vial of $serum[2].name to $john.name's beer and walk towards his office.''
<<pic $john>>\
''$john.name is talking on the phone. You get his attention and flash a couple bottles. He nods at you in acknowledgment before wrapping up his call and meeting you in the hallway.''
<<nm $john "Haha, sweet! Thank ya' <<sir>>...">>\
<<nm $player "Heh, sure no problem. Here ya go.">>\
''$john.name takes the bottle you hand him and starts drinking.''
<<nm $john "Oh man, whadda fuckin' day it's b... been...">>\
''$john.name trails off. As he starts to calm down you can see the feint flash of unnatural color wash across his eyes.''
<<Thought "Alright $john.name, let's put you in some better company shall we?">>\
<<nm $player "$john.name, you've gotten a taste of what it's like when everyone doesn't hate you and you want more! For starters, you need better friends. Now that you think about it, $player.name's always been there for you, helping you along the way, getting you to where you are now. In fact, $player.name might even be your best friend! Hell, you'd probably do anything for <<him>>, wouldn't you? You're ready to embrace this awesome new friendship and start becoming a better person!">>\
<<Thought "I've always wanted a talking dog best friend...">>\
''$john.name stares blankly for a moment, then nods slowly. After a few seconds his eyes return to their normal color and he starts speaking again.''
<<nm $john "Been... um... hm. Anyway, how's it goin' for you?">>\
''You smile and shrug.''
<<nm $player "Eh, just work, y'know? Not too bad, nothing too exciting either.">>\
<<nm $john "Yeah I hear that...">>\
''You both make some smalltalk for a bit, $john.name seeming more relaxed than ever, and you both have a pretty good time catching up.''
<<pic $john "beer">>\
<<nm $john "Um, hey, before ya' go...">>\
<<nm $player "What's up?">>\
''You take $john.name's empty bottle and toss both of them into a nearby bin.''
<<nm $john "Y'know I was thinkin', um... We should hang out sometime, like outsida' work. Whaddaya think?">>\
<<nm $player "Sounds like a great idea! You wanna give me your contact info?">>\
''You pull out your phone and hand it to $john.name who takes it and adds his info to you before returning it.''
<<nm $john "Cool! I'm usually pretty busy during the week what with work'n all, but I can sometimes break away in the evenings.">>\
<<nm $player "Great, I'll give you a call.">>\
<<nm $john "Ha, awesome... Anyway, gotta get back to it. I'll c'ya later!">>\
''You wave off $john.name as he heads back to his office.''
<<Thought "Hunh, maybe this won't be so bad.">>\
<<love $john 10>>
@@.data;You can now call $john.name to go out in the evenings!@@
<<btnLink "Go back to the lab" "Lab" "passTime()">><<loc_SalesOffice>>\
''You add a vial of $serum[2].name to $john.name's beer and walk towards his office.''
<<pic $john>>\
''$john.name is talking on the phone. You get his attention and flash a couple bottles. He nods at you in acknowledgment before wrapping up his call and meeting you in the hallway.''
<<nm $john "Haha, sweet! Thank ya' <<sir>>...">>\
<<nm $player "Heh, sure no problem. Here ya go.">>\
''$john.name takes the bottle you hand him and starts drinking.''
<<nm $john "So hey, how'ya doin'? Been stoppin' by a lot... an...">>\
''$john.name trails off. As he starts to calm down you can see the feint flash of unnatural color wash across his eyes.''
<<Thought "Time to seal the deal...">>\
<<nm $player "$john.name, you've never been happier than you are now. Your friendship with $player.name has been the best thing that's ever happened to you. <<He>>'s your best friend, sure, but <<he>>'s more than that. Thinking about it, you'd do anything for <<him>>. Anything. You'd give your life, your body, your mind... Frankly, $player.name is the only thing in your life that's truly important, and nothing could make you happier!">>\
<<Thought "That should do it... Hm, I hope that doesn't backfire...">>\
''$john.name stares blankly for a moment, then nods slowly. After a few seconds his eyes return to their normal color and he starts speaking again.''
<<nm $john "Huh, musta' spaced out. Haha, doin' that a lot lately!">>\
<<nm $player "Probably just stress, this place can get a little intense.">>\
<<nm $john "Heh, fuckin' eh...">>\
''The two of you talk for a little while about mostly nothing, and you can't help but notice that $john.name has been staring at you rather intensely the whole time.''
<<nm $player "Something on your mind? You're lookin' at me kinda funny there.">>\
''$john.name's brow perks like, like he was drifting off and just snapped back to reality.''
<<nm $john "Oh, I uh... I dunno, just gettin' lost in though I guess. I guess, um... hm... I don't really know how to say shit like this without soundin' like a bitch, haha... Hm...">>\
<<nm $player "Haha, take it easy man, I won't think you're a bitch. What's going on?">>\
''$john.name takes a deep breath, slumping his shoulders.''
<<nm $john "Eeehhh, I mean I guess it ain't that big a deal... I just wanted to like, really thank you for stickin' with me, y'know? I was pretty shitty, I know most people hear hated me, but you really helped me out... I, uh... fuck... I'm just glad I met you, y'know? Ha, told you I'd sound like a bitch...">>\
''You stand up and clasp $john.name's hand, pulling him in for a friendly hug, slapping his back and letting him go.''
<<nm $player "I'm glad I met you too, man. So you wanna start making out here or should we wait until after work?">>\
<<nm $john "Huh? Oh, I, u-uh... Oh you fucker! Get the fuck outta' here!">>\
<<nm $player "Hahaha, sorry, couldn't resist. But seriously, we should hang out some time. Maybe this weekend?">>\
<<nm $john "Sounds good, just gimme a call!">>\
''You wave off $john.name as he heads back to his office.''
<<Thought "Should be interesting...">>\
<<love $john 20>>
@@.data;You can now take $john.name out on a day trip during the weekend!@@
<<btnLink "Go back to the lab" "Lab" "passTime()">><<loc_SalesOffice>>\
''You add a vial of $serum[2].name to $john.name's beer and walk towards his office.''
''$john.name is talking on the phone. You get his attention and flash a couple bottles. He nods at you in acknowledgment.''
<<nm $john "Yeah, no I'm sorry, we'll make sure to get this sorted out before we talk again. Yes sir, uh huh, yep, you got it!">>\
''$john.name hangs up the phone and hops over his desk to meet you in the hallway.''
<<nm $john "Sorry 'bout that. Sometimes the customers ain't always satisfied with the product. They think beatin' girls inta' mindless fuck dolls'll leave 'em in pristine condition or somethin'. But hey, guess that's why they brought you on, 'uh?">>\
''$john.name takes the bottle you hand him and starts drinking.''
<<nm $john "Yea so anyways I... uh...">>\
''$john.name trails off. If it weren't for the change in his eye color you might not even realize the serum took hold, as that vacant expression is one you see pretty often on $john.name.''
<<Thought "Okay $john.name, let's see just how much you've been learning.">>\
<<nm $player "$john.name, you've been learning a lot about the treatment of women, and you feel just terrible about the way you've acted all your life. You need to start giving back, and the best way you know that someone like you can make up for all that, is to start submitting to the girls in the office and servicing them in the bathroom. The more you think about it, the more you're certain that that's the best thing you can offer this company, and its women.">>\
<<Thought "Simple idea for a simple guy... I'll just have $penny.name spread a few rumors around the office once we're done here. I wonder, though...">>\
<<btnChoice "Leave things as they are for now" "John-Dose-OralBathroom-FemaleOnly">>
<<btnChoice "Have him also start sucking off male employees while he's at it" "John-Dose-OralBathroom-MaleToo">><<loc_SalesOffice>>\
''$john.name stares blankly for a moment, then nods slowly. After a few seconds his eyes return to their normal color and he starts speaking again.''
<<nm $john "Thanks $player.name. Don't let me forget I owe ya' a couple drinks now!">>\
''You and $john.name talk casually in the hallway while you both finish your drinks.''
<<nm $player "So hey, my <<sister>> says she's been seeing you around the campus taking some night courses. Anything interesting?">>\
<<nm $john "Hm? Oh, yeah, I've been... Don't laugh, 'aight? I've been taking some of those women's studies classes. Y'know, just wanna broaden my knowledge on, uh, broads, haha... ha... No, actually, I've been thinkin' about it, and I've been actin' pretty shitty to<<if isFemale()>> you, and<</if>> $tasha.name and pretty much all the other girls I've ever met. Not really sure what I can do about it though...">>\
<<nm $player "Yeah, that's tough. Have you thought about being a little more... 'generous'?">>\
''$john.name looks a little confused.''
<<nm $john "What, like money?">>\
<<nm $player "No, like... y'know...">>\
''You stick you fingers in front of your mouth and flick your tongue between them.''
<<nm $john "Oh, like... OH! Yeah, I getcha'... Really think it's that easy? I mean, I seen some crazy things goin' on in the bathroom here. Hell, even been a few times I, uh... never mind. Anyway, yeah, I'll think about that. Thanks!">>\
''$john.name heads back to his office and you wave him off.''
<<Thought "This should be fun... Yeah, I'll just get $penny.name to talk to the other girls around the office and I might be able to catch him being the center of attention in the bathroom one of these days.">>\
<<btnLink "Go back to the lab" "Lab" "passTime()">><<loc_SalesOffice>>\
<<Thought "Okay $john.name, let's see just how far I can push this...">>\
<<nm $player "$john.name, you're going to just love submitting to the women of the office. You know you'll love the way it feels to be dominated and used, and deep down it actually makes you feel LIKE a woman. You love that side of you, and you want to explore it even more! Being dominated by women isn't enough for you anymore, you want to feel what it's like to be used by men as well, and you're going to start offering your mouth to anyone who wants to use it! The thought of sucking cocks in the bathroom is getting you so excited, $john.name, you can't wait to get out there and try it!">>\
''$john.name stares blankly for a moment, then nods slowly. After a few seconds his eyes return to their normal color and he starts speaking again.''
<<nm $john "Thanks $player.name. Don't let me forget I owe ya' a couple drinks now!">>\
''You and $john.name talk casually in the hallway while you both finish your drinks.''
<<nm $player "So hey, my <<sister>> says she's been seeing you around the campus taking some night courses. Anything interesting?">>\
<<nm $john "Hm? Oh, yeah, I've been... Don't laugh, 'aight? I've been taking some of those women's studies classes. Y'know, just wanna broaden my knowledge on, uh, broads, haha... ha... No, actually, I've been thinkin' about it, and I've been actin' pretty shitty to<<if isFemale()>> you, and<</if>> $tasha.name and pretty much all the other girls I've ever met. Not really sure what I can do about it though...">>\
<<nm $player "Yeah, that's tough. Have you thought about being a little more... 'generous'?">>\
''$john.name looks a little confused.''
<<nm $john "What, like money?">>\
<<nm $player "No, like... y'know...">>\
''You stick you fingers in front of your mouth and flick your tongue between them.''
<<nm $john "Oh, like... OH! Yeah, I getcha'... Really think it's that easy? I mean, I seen some crazy things goin' on in the bathroom here. Hell, even been a few times I, uh... never mind. Anyway, yeah, I'll think about that. Thanks!">>\
<<nm $player "Hey, no problem man... Y'know, I bet there'd but some guys around the office that'd be into that too... Whaddaya think?">>\
''He pauses for a moment, considering what you're saying.''
<<nm $john "Ah, haha, yeah, I dunno 'bout that. Never thought about it before. Used to think things like that was real faggy, know what I mean? Guess that ain't a good way to think though, I mean, hell, if it feels good it feels good, right?">>\
<<nm $player "I hear yeah. Well, y'know, wouldn't hurt to think about it.">>\
''The two of you toss your beer bottles.''
<<nm $john "Somethin' to think about... Well, I'll see'ya!">>\
''$john.name heads back to his office and you wave him off.''
<<Thought "Now to spread the word that $john.name's a cock-hungry closet case, shouldn't be too hard.">>\
''$john.name heads back to his office and you wave him off.''
<<Thought "This should be fun... Yeah, I'll just get $penny.name to talk to the other girls around the office while I spread the word that $john.name's a cock-hungry closet-case... Hell, I might even be able to catch him being the center of attention in the bathroom one of these days!">>\
<<set newDose($john,"oralMale")>>\
<<AddNote $john "For some extra fun, I had him thinking about going down on men as well. He didn't seem to hate the idea! I may have over-emphasized his eagerness to a few, well, all of my interested male coworkers, but hey.">>\
<<btnLink "Go back to the lab" "Lab" "passTime()">><<loc_SalesOffice>>\
''You mix a vial of $serum[2].name into $john.name's drink and head over to his office. Turning the corner, you see $john.name walking out into the hallway, stretching widely before noticing you walking his way.''
<<pic $john>>\
<<nm $john "Oh, it's you... Hey, you got beer!">>\
''You raise a bottle.''
<<nm $player "Yep, was just looking for you. Wanna guy hang out in the lab?">>\
<<nm $john "Yeah, fuckit. Need a break from this fuckin' place...">>\
<<img "room" "Lab">>\
''The two of you head down into your lab and roll out a couple chairs. You finally hand $john.name his drink.''
<<nm $player "So, I was thinking, I've been meaning to test out this new enhancement serum I've been working on, but I've been having a hard time finding a good opportunity...">>\
''$penny.name, previously working quietly in the back of the lab, silently turns her attention towards you as $john.name takes a large swig from his bottle.''
<<nm $john "That kinda shit fuckin' scares me, hahaha! Yea' I don' think I'd e... ever...">>\
''$john.name trails off, his eyes become glassy as they take on an unnatural hue. $penny.name runs over to your shoulder.''
<<nm $penny "Boss, hey, $player.name! Um, can I do this one?">>\
<<nm $player "Hm? Uh, sure, I guess? Make it quick, though. He'll snap out of this in less than a minute!">>\
''$penny.name leans down in front of $john.name.''
<<pic $penny>>\
<<nm $penny "Hehe, okay... $john.name, you're gonna be really excited when you hear about this new serum we've been working on, and you'll totally want to have it tested on you but, um...">>\
''$penny.name glances at you, panicked.''
<<nm $penny "When it, like, goes wrong you totally won't be mad at $penny.name and $player.name about it.">>\
<<Thought "Oh my god...">>\
''After a moment, $john.name starts to rouse back to his usual level of awareness before casually taking another drink from his bottle.''
<<nm $john "Yea' so... 'uh? Fuck did you get here?">>\
<<nm $penny "So $john.name, $player.name and I have been working on a new serum that'll make a person's penis grow by about 10cm in length and 2cm in girth, problem is, we haven't been able to find someone to test it on...">>\
''$john.name flies to his feet.''
<<nm $john "I'll do it! I-I mean, if ya' need someone for the bigger dick stuff, I could do it, y'know...">>\
<<nm $penny "Great! Come see us in the lab in the evening when you get a chance and we'll get started! I need to get some things ready, first.">>\
<<nm $john "Cool, cool... Yeah, so I'mma head back up. Haha, this's gonna be so fuckin' COOL!">>\
''After finishing his drink and throwing it into a bin across the lab, $john.name waves you off and leaves the lab, slamming the door behind him. You turn towards a grinning $penny.name.''
<<nm $player "Just what exactly are you planning...?">>\
<<nm $penny "Hehehehe... Well, let's just say that asshole's getting what's coming to him... But hey, he'll get a bigger dick out of it!">>\
''You shrug, figuring that's all the information $penny.name's willing to give up.''
<<nm $player "Alright, we'll meet $john.name in here in the evening and get started, I guess.">>\
''With that, you and $penny.name wrap up your conversation and go back to work.''
<<btnLink "Go back to work" "Lab" "passTime()">><<loc_SalesOffice>>\
''You add a vial of $serum[1].name to $john.name's beer and walk towards his office.''
''$john.name is talking on the phone. You get his attention and flash a couple bottles. He nods at you in acknowledgment.''
<<nm $john "Yes sir, no I completely understand and I apologize for the inconvenience. N-No sir, I... Hello?">>\
''$john.name hangs up the phone and walks around his desk to meet you in the hallway.''
<<nm $john "Fuckin'... Some of these clients're real shitbricks, y'know? You had the right idea, hahaha!">>\
<<nm $player "Sounds like it! Hey, remember the other day when you said you'd help me out in the lab if I needed it?">>\
''$john.name raises an eyebrow and hesitates slightly, as if he wants to make sure he's not agreeing to anything too inconvenient.''
<<nm $john "Y-yeah? Whaddaya need?">>\
''You hand $john.name his beer as you start speaking.''
<<nm $player "Actually, I was hoping you'd let me test some of our new serums on you! We need to-">>\
''$john.name finishes his drink quicker than he'd planned, a panicked expression in his eyes.''
<<nm $john "Fuck dat! I said I'd help you wipe some desks down... not... fuckin'...">>\
''He trails off. If it weren't for the change in his eye color you might not even realize the serum took hold, as that vacant expression is one you see pretty often on $john.name.''
<<Thought "Now the real fun begins...">>\
<<nm $player "$john.name, you KNOW how happy helping others makes you. How happy @@.tf;serving@@ others makes you. The more difficult or scary something sounds, the more excited you are to help out! You're going to start taking every opportunity to feel good about yourself, even if the request is a little weird. Actually, getting tested on by $player.name and $penny.name sounds pretty fun, now that you think about it...">>\
''$john.name starts nodding. After a few seconds his eyes return to their normal color and he starts speaking again.''
<<nm $john "You... I, uhhh...">>\
<<nm $player "I was just asking you if you'd help me out by letting us test some new serums on you down in the lab. Could be fun!">>\
''He hesitates again, though with far less resistance than last time.''
<<nm $john "You gonna pay me? They pay ya' fer shit like that, y'know.">>\
''You fight to contain yourself.''
<<nm $player "Yeah $john.name, you'll get compensated. Totally." "You're so not getting paid.">>\
''$john.name's eyes light up.''
<<nm $john "Well'n shit! You just lemme know whatcha need an' where I can pick up my check!">>\
<<nm $player "Awesome! Just come by in the evening whenever you're free.">>\
''You and $john.name talk casually in the hallway while you both finish your drinks.''
<<nm $john "Well good talkin' to ya'. Back to the ol' grind, hahaha!">>\
''You return his wave.''
<<Thought "Now to talk to $penny.name.">>\
<<btnLink "Go see $penny.name in the lab" "Lab-Event-JohnTransform">><<loc_Lab>>\
<<if dose($penny,"slut")>>\
''You enter the lab to find $penny.name by the lab equipment. She's clearly been waiting for you, as her shirt's off and she's rubbing her chest...''
<<pic $penny "strip2">>\
<<nm $penny "Heyyy boss. I've been waiting for you to get back here!">>\
<<nm $player "$penny.name that's... Well that's fantastic, really, but we don't have time right now. Put your clothes back on, we have work to do!">>\
<<else>>\
''You enter the lab to find $penny.name working at one of the stations.''
<<nm $penny "Oh hey boss, what's up?">>\
<<nm $player "$penny.name! We have a new project!">>\
<</if>>\
''You walk over the filing cabinet and start shuffling through notes. When you find what you're looking for, you place it on the surface in front of $penny.name.''
<<nm $penny "Those are our notes on the TFM-1 serum we were experimenting with the other night. Look, some of your blood is stil-">>\
<<nm $player "Yes, $penny.name... yes... Anyway, I think I've found the perfect test subject for the serum, assuming it works the way we think it does. How long do you think it'll take to gather the materials for another dose?">>\
<<nm $penny "Another dose? Hm... We only had enough materials to make the one last time and, well, you know where that one went. That said, I think I can streamline the formula a bit, make the components a bit more manageable.">>\
''You think about it for a moment.''
<<nm $player "Hm... Okay, that sounds good. If you could get those new notes together, I'd like to start working on another batch of the serum, as soon as possible.">>\
''$penny.name stands at attention.''
<<nm $penny "You can count on me, boss! Once I finish the formula revision I'll whip up a new dose and bring it by the lab.">>\
<<nm $player "Great! I'll be working on our patient at the lab in the evenings, prepping him for the transformation. Once he's ready, and you're ready, we'll meet up then.">>\
''She nods and salutes you before turning on her heel and leaving the lab.''
<<Thought "Okay then, soon I should be able to both properly test the physical transformation serum and, with any luck, make $john.name a little more tolerable to be around. Once I have time in the lab again I'll need to look at what's involved in $penny.name's new formula.">>\
<<btnLink "Go back to lobby" "Work" "passTime()">><<loc_SalesOffice>>\
''You mix a vial of $serum[2].name into $john.name's drink and head over to his office. Turning the corner, you see $john.name walking out into the hallway, stretching widely before noticing you walking his way.''
<<pic $john>>\
<<nm $john "Oh, it's you... Hey, you got beer!">>\
''You raise a bottle.''
<<nm $player "Yep, was just looking for you. So I think I found a solution to your, um, problem.">>\
''$john.name very nearly squeals in excitement.''
<<nm $john "Fuckin' serious!? Well let's go!">>\
<<img "room" "Lab">>\
''The two of you head down into your lab and roll out a couple chairs. You finally hand $john.name his drink.''
<<nm $player "It's gonna be a few minutes before $penny.name shows up, so, let's just hang out for a bit.">>\
<<nm $john "Cool, cool...">>\
''You and $john.name kick back, chatting about whatever until he finally starts sipping at his drink. Finally, the serum kicks in and his eyes glaze over.''
<<Thought "Finally... Never thought it'd be so hard to get $john.name to drink a beer!">>\
<<nm $player "Okay $john.name, let's be honest. All you really care about is being able to cum again. You don't care how you do, but you just need to be able to find release somehow! You're eager to agree to whatever solution can be found so long as you're able to get off someway, somehow, and you'll even be thankful for whatever is come up with!">>\
''$john.name nods slowly, drool starting to run down the side of his mouth, snapping back to consciousness just as $penny.name turns into the room.''
<<pic $penny>>\
<<nm $penny "Oh, heya $john.name! Did $player.name tell you we came up with a fix for your problem?">>\
<<nm $john "U-uh... Oh, ye-yeah! He sure did, we's just waitin' on you, right?">>\
<<nm $penny "Great! Well hey, we're all set up now if you wanna head on back!">>\
''The three of you head to the back of the lab, motioning for $john.name to go lay down on the medical bed near the wall. As he's getting situated, $penny.name readies a syringe with a strong sedative.''
<<nm $john "Hey, this ain't gonna be like last time wwweeeerrr...">>\
''$john.name fades off mid-sentence as $penny.name slides the needle out of his neck.''
<<nm $penny "Alrighty! Well boss, you said you had somethin' lined up for him, right?">>\
<<nm $player "I did, and I think you're going to like it. Let's get started!">>\
''You and $penny.name inject $john.name with a series of $serum[6].name doses, mixed with a few other things, as well as a bit of subconscious suggestions. After about 20 minutes, he starts to rouse.''
<<btnLink "Continue..." "John-Dose-OralSlave2">>\<<loc_Lab>>\
''$john.name slowly pulls himself up, cupping his head as he works to blink the world back into focus. He looks around the dark room for a bit before trying to speak.''
<<nm $john "W-what... why does my throat feel weird? $player.name...?">>\
<<nm $player "Ah, $john.name, you're awake!">>\
''You stand up and help him sit up and steady himself. He only just now notices he's naked, but doesn't give too much thought to it, instead going straight to touching his permanently erect penis.''
<<nm $john "Fuck! I still can't feel my cock... I thought you said you'd get this fixed?">>\
<<nm $penny "And we totally did, baby!">>\
''$john.name whips around to find $penny.name waiting for him with a surprise.''
<<pic $penny "strapon">>\
<<nm $penny "Hehehe, you wanted to cum, and now you can! Wanna try it out?">>\
<<nm $john "H-hold on, w-what the fuck's goin-">>\
''You push $john.name to ground as $penny.name approaches, her huge strapon cock wagging from side to side. She gently rest her foot against his massive erection, causing him to slump forward and relax his jaw, allowing her to easily force her big fake cock past his lips.''
<<pic $john "suck-female">>\
<<nm $john "HNGPH!" "What the fuck!?">>\
<<nm $penny "Mmm, yeah, that's the way baby! You feelin' it yet? Hmmmm?">>\
''$penny.name pulls $john.name's head further and further down the long shaft of her strapon which slides surprisingly easy down his throat. $john.name is completely at $penny.name's mercy, unable to build up the strength to resist in any meaningful capacity.''
<<nm $john "Mph... hmph..." "Why does this feel...">>\
<<nm $player "Now $john.name, I'm sure you've already noticed that we've removed your gag reflex... Either that or you've secretly been an expert cocksucker this entire time in which case, congrats! What you might also be noticing is the sensation overtaking your body as $penny.name's big hard cock slides down your throat.">>\
''$john.name's cock begins twitching, precum dribbles out of the tip.''
<<nm $penny "Hehe, we turned your throat into a pussy! Whenever something rubs against it, it'll feel just like you're masturbating. In fact...">>\
<<nm $john "H-HNGH!">>\
''A huge stream of thick cum fires out of $john.name's pulsing cock, then another, and another! It's like a fountain of cum erupting from between $john.name's legs as he sucks desperately on $penny.name's cock. When he's finally done, $penny.name pushes him back, allowing him to fall to the floor.''
<<nm $player "So, there you go! I know it might be a little inconvenient, but, at least you'll be able to orgasm again!">>\
<<nm $john "Ha... haaa... i-inconvenient? T-the fuck? This is some bullshit...">>\
''You help $john.name back up to the bed and hand him his clothes, then a small medicine cup.''
<<nm $john "Huh?">>\
<<nm $player "Body's still in the shitter, right? This'll help, though, the taste...">>\
''He takes the cup, looking at the milky white contents.''
<<nm $john "Eh, all medicine tastes like shit, whassit matter... Hey, actually, this tastes pretty good! L-like, really good, holy fuck! Didjyou guys figger' out howtta make meds taste good which like chemistry or whatever!?">>\
''You hold up a hand to stop $penny.name from snickering, taking the cup from $john.name.''
<<nm $player "I'll be honest with you, $john.name... This is a sperm sample, fresh from $julia.name's office. We needed a way to, let's say, mentally temper you to the idea that the only way for you to get off from now on would be to... you know...">>\
''$john.name looks completely dumbstruck.''
<<nm $john "I... Y-you just... I just drank some dude's jizz...?">>\
<<nm $penny "Hehe, yep! Looks like you liked it, too!">>\
''You and $penny.name stand quietly in front of $john.name, watching as the vacant expression fades from his face and he mindless starts to put his clothes back on. An awkward non-verbal series of nods and forced smiles is the last exchange between the two of you and $john.name before he slowly makes his way to the door.''
<<pic $penny>>\
<<nm $penny "Hey, don't be sad! Cock's are a lot of fun once you get used to them!">>\
<<nm $john "Y-yeah... 'kay...">>\
''He closes the door behind him.''
<<nm $penny "Hoooooooly FUCK! Boss, this is fuckin' awesome! Hahaha, oh my fucking gawd, I can't even!">>\
<<nm $player "Ha, well, this has definitely been... educational in terms of what different combinations of our serums can do. What I'm really curious to see is just how $john.name decides to handle himself...">>\
<<if hasPenis()>>\
''$penny.name nudges you in the ribs.''
<<nm $penny "Hehe, I think you should be the one that finally puts that asshole in his place. Huh, whaddaya think?">>\
<<else>>\
''$penny.name holds her still-wet strapon in front of her.''
<<nm $penny "Hehe, well, I think I might have to take advantage of $john.name's new condition. Or hey, if you wanna borrow this, maybe you should be the one to really put him in his place! Whaddaya think?">>\
<</if>>\
<<nm $player "Hm, we'll see...">>\
''You and $penny.name work together to clean up the lab, talking about where things can go from here and what should be next for poor $john.name...''
<<btnLink "Go back to work" "Lab" "passTime()">><<loc_MedicalOffice>>\
<<nm $player "Hi $julia.name. I just had some free time and thought I'd come by and visit, maybe get a better idea of what it is you do here.">>\
<<pic $julia>>\
<<nm $julia "Hello, $player.name, please take a seat.">>\
<<nm $player "Thanks! Oh, I brought you some tea from the commons.">>\
''$julia.name takes the cup from you.''
<<nm $julia "How thoughtful, thank you.">>\
''$julia.name takes a sip of her tea, unaware of the $serum[5].name you'd spiked it with earlier. After a moment, she begins swaying side to side, catching herself as she nearly falls over.''
<<nm $julia "W-what the fu...">>\
''$julia.name's eyes shift. Unlike the bright, drastic color changes you're used to seeing with other serums, this time they fade and dull, and her expression goes completely vacant.''
<<nm $player "$julia.name, you can feel your body heating up, your thoughts dulling. All you care about anymore is satisfying your own lusts." "I wonder if that's enough?">>\
''Color slowly returns to her irises, and a smile stretches across her face. She begins cupping one of her breasts and panting.''
<<nm $player "$julia.name?">>\
<<pic $julia "bimbo1">>\
<<nm $julia "H-haaaa... Mmmmm, tee-hee! Suddenly I feel amazing! $player.name, hurry up and fuck me already!">>\
''$julia.name climaxes as she fondles herself.''
<<nm $player "N-now? I, um, have some things I need to take care of... but...">>\
<<nm $julia "Aww, really? Tee-hee, your loss! You just come by any time and... o-oohhh!">>\
''She's orgasming for the third time now.''
<<Thought "Damn, didn't expect this to work so quickly... Well, guess we'll see what $sophie.name has to say about this.">>\
<<set $julia.isBimbo to true>>\
<<set $julia.convo[1].seen to false>>\
<<set $julia.convo[2].seen to false>>\
<<set $julia.convo[3].seen to false>>\
<<set $julia.convo[4].seen to false>>\
<<set $julia.convo[6].seen to false>>\
<<set $julia.convo[7].seen to false>>\
<<set $julia.status to "@@.xxx;Bimbo Nurse@@">>\
<<set $player.coinOutfits.pushUnique("julia-bimbo")>>\
<<set $serum[5].qty -= 1>>\
<<set $julia.default to "julia-bimbo">>\
<<btnLink "Continue..." "Work" "passTime()">><<loc_Lobby>>\
''You head over to the front desk counter where $kagney.name sits bored, flipping through some documents that she doesn't really seem to be reading.''
<<nm $player "Heya $kagney.name!">>\
<<pic $kagney>>\
<<art $kagney>>\
<<nm $kagney "Oh! Hehe, hey $player.name, you scared me! What's up?">>\
''You place a bottle of soda on $kagney.name's desk.''
<<nm $player "You were looking a little thirsty so I thought I'd bring you a soda. Um, brought you cup, and... brought you ice!">>\
<<nm $kagney "Awww, that's so sweet! I was actually just about to get up and grab something so this is great!">>\
''$kagney.name takes the bottle from and quickly downs about half of it. A few moments after setting it down, a violet light flashes behind her eyes as she stares off into oblivion.''
<<artB $kagney "dosed,2">>\
<<Thought "This is my chance, thinking we should try something simple for the first go. $kagney.name's already pretty flirty, so...">>\
<<nm $player "$kagney.name, it's so frustrating feeling like you're not able to truly express yourself, especially since, well, you can't really think of a good reason why that is! This office literally doesn't have a dress code, yet here you are keeping yourself all hidden away. Flashing your tits and pussy to coworkers, getting a little extra flirty or handsy, those things have always gotten your engine going, and frankly, you've decided you're going to start doing what makes YOU happy!">>\
''$kagney.name softly nods in agreement, and after a moment returns to normal.''
<<nm $kagney "Mmmm, so refreshing! What were we talking about?">>\
<<nm $player "Oh, I was just mentioning how amazing your chest looks in that outfit." "Well, let's give it a go!">>\
''$kagney.name responds with a blushing, satisfied smile, clearly enjoying the attention.''
<<pic $kagney "tease">>\
<<art $kagney "aroused">>\
<<nm $kagney "Well, how about I give you a better look, then? Hehe, nice, huh?">>\
<<nm $player "Incredible!">>\
<<btnLink "Continue" "Work" "passTime()">>
<<set $serum[1].qty -= 1>>
<<set $kagney.dose += 1, $kagney.nextSerum to 1>>
<<set $kagney.doseCD += ($serum[1].cd + $kagney.dose)>>
<<set newDose($kagney,"slutty")>>
<<set $kagney.status to "Horny Receptionist">>\
<<set $kagney.noteImg to "tease">>\
<<set $kagney.isSlutty to true>>\
<<AddNote $kagney "I gave $kagney.name her first dose of $serum[1].name today, using it to inflate her already flirty personality. All it took was a simple compliment and she was showing me her chest. It'll be fun to see how far I can push this one.">>\<<loc_Lobby>>\
''You head over to the front desk counter where $kagney.name sits bored, flipping through some documents that she doesn't really seem to be reading.''
<<nm $player "Heya $kagney.name!">>\
<<pic $kagney "tease">>\
<<art $kagney "aroused,2">>\
<<nm $kagney "Oh! Hey sexy, I was hoping you'd stop by today. What's up?">>\
''You place a bottle of soda on $kagney.name's desk.''
<<nm $player "You were looking a little thirsty so I thought I'd bring you a drink!">>\
<<nm $kagney "Awww, that's so sweet! I was actually just about to get up and grab something so this is great!">>\
''$kagney.name takes the bottle from and quickly downs about half of it. A few moments after setting it down, a violet light flashes behind her eyes as she stares off into oblivion.''
<<artB $kagney "dosed,2">>\
<<Thought "Alright, might as well stick with the theme, right?">>\
<<nm $player "$kagney.name, it's been such a relief getting to express yourself, but if you're being honest, it's still not enough. Dressing and acting sexy and slutty is really all just means to an end, right? I mean, how important is your job 'really', that you can't start taking breaks to relieve your sexual frustrations as often as you need to? From now on, nothing's going to stop you from getting what you want!">>\
''$kagney.name softly nods in agreement, and after a moment returns to normal.''
<<nm $kagney "Mmmm, so refreshing! What were we talking about?">>\
<<nm $player "You were just complaining about how horny you've been lately.">>\
''$kagney.name purrs softly in response.''
<<pic $kagney "slutty">>\
<<art $kagney "aroused,2">>\
<<nm $kagney "It's been... such a problem lately... Mmm...">>\
<<btnChoice "Take $kagney.name into the utility closet and make her cum" "Kagney-Closet-Sex">>
<<btnChoice "Continue" "Work" "passTime()">>
<<set $serum[1].qty -= 1>>
<<set $kagney.dose += 1, $kagney.nextSerum to 2>>
<<set $kagney.doseCD += ($serum[1].cd + $kagney.dose)>>
<<set newDose($kagney,"sex")>>
<<set $kagney.status to "Freeuse Receptionist">>\
<<set $kagney.noteImg to "slutty">>\
<<set $kagney.isSlutty to true>>\
<<run setDailyCD("FuckKagney",0)>>\
<<AddNote $kagney "I gave $kagney.name another dose of $serum[1].name today and pushed her further down a path of debauchery. At this point, given her already promiscuous nature, she's pretty much willing to go anytime, any place, and with anybody.">>\<<loc_Lobby>>\
''You head over to the front desk counter where $kagney.name sits bored, flipping through some documents that she doesn't really seem to be reading.''
<<nm $player "Heya $kagney.name!">>\
<<pic $kagney "slutty">>\
<<art $kagney "aroused,2">>\
<<nm $kagney "Mmmm, hey baby... I was hoping you'd stop by today. What's up?">>\
''You place a bottle of soda on $kagney.name's desk.''
<<nm $player "You were looking a little thirsty so I thought I'd bring you a drink!">>\
<<nm $kagney "Awww, that's so sweet! I was actually just about to get up and grab something so this is great!">>\
''$kagney.name takes the bottle from and quickly downs about half of it. A few moments after setting it down, a violet light flashes behind her eyes as she stares off into oblivion.''
<<artB $kagney "dosed,2">>\
<<Thought "Alright, might as well stick with the theme, right?">>\
<<nm $player "$kagney.name, you can't help but notice how much happier you are now that you no longer feel unable to express yourself freely. You also know how much of that you owe to $player.name, and you think it's time you started making it a point to show them how much you appreciate them. From now on, you're going to make yourself available down in the lab for some evening fun!">>\
''$kagney.name softly nods in agreement, and after a moment returns to normal.''
<<nm $kagney "Mmmm, so refreshing! What were we talking about?">>\
<<nm $player "You were asking about the lab downstairs?">>\
''$kagney.name thinks for a moment before shrugging.''
<<pic $kagney>>\
<<art $kagney>>\
<<nm $kagney "Was I? Well, I was just thinking how I've never actually been down there... Maybe you could show me sometime?">>\
<<nm $player "I'd be happy to, just let me know!">>\
<<nm $kagney "Yay!">>\
<<btnChoice "Continue" "Work" "passTime()">>
<<set $serum[2].qty -= 1>>\
<<set $kagney.dose += 1, $kagney.nextSerum to 3>>\
<<set $kagney.doseCD += ($serum[2].cd + $kagney.dose)>>\
<<set newDose($kagney,"labSex")>>\
<<set $kagney.status to "Personal Freeuse Receptionist">>\
<<set $kagney.noteImg to "slutty">>\
<<set $kagney.isSlutty to true>>\
<<run setDailyCD("KagneyLabSex",0)>>\
<<AddNote $kagney "I gave $kagney.name her first dose of $serum[2].name today, this time convincing her to start meeting me in the lab at night for some afterhours fun.">>\<<loc_Lobby>>\
''You head over to the front desk counter where $kagney.name sits bored, flipping through some documents that she doesn't really seem to be reading.''
<<nm $player "Heya $kagney.name!">>\
<<pic $kagney "slutty">>\
<<nm $kagney "Mmmm, hey baby... I was hoping you'd stop by today. What's up?">>\
''You place a bottle of soda on $kagney.name's desk.''
<<nm $player "You were looking a little thirsty so I thought I'd bring you a drink!">>\
<<nm $kagney "Awww, that's so sweet! I was actually just about to get up and grab something so this is great!">>\
''$kagney.name takes the bottle from and quickly downs about half of it. A few moments after setting it down, a violet light flashes behind her eyes as she stares off into oblivion.''
<<Thought "Time to see how the $serum[5].name affects $kagney.name, though I'm pretty sure I already know what to expect...">>\
''A smile slowly forms on $kagney.name's face, her hand idly slides up under her skirt and her vacant expression remains even as the color returns to her eyes. She starts shedding clothing in front of you, still staring off into space, until she finally takes notice of you again.''
<<nm $player "$kagney.name?">>\
<<pic $kagney "desk-topless">>\
<<nm $kagney "@@.bf;Tee-hee! Oh, hi $player.name. Um, did'ja maybe wanna go fuck real quick?@@">>\
''$kagney.name bats her eyes at you, a desperate lust behind them.''
<<nm $player "U-um...">>\
<<nm $kagney "@@.bf;PUH-LEASE! C'mon $player.name, you know you wanna! Let's go!@@">>\
''Before you can say a word, you're dragged off to a nearby closet.''
<<btnChoice "Continue" "Kagney-Closet-Sex">>
<<set $serum[5].qty -= 1>>
<<set $kagney.dose += 1, $kagney.nextSerum to 0>>
<<set newDose($kagney,"bimbo")>>
<<set $kagney.status to "Frontdesk Bimbo">>\
<<set $kagney.noteImg to "desk-bimbo">>\
<<set $kagney.isBimbo to true>>\
<<AddNote $kagney "I gave $kagney.name a dose of $serum[5].name today. The result was more or less exactly as expected, what with her already promiscuous nature. With this serum, she's effectively been reduced to a freeuse bimbo taking on any piece of meat she can grab the attention of.">>\<<loc_Lobby>>\
<<nm $westane "This hasn't been implemented yet!">>\
<<btnBack>>\<<loc_Commons>>\
''You grab a drink from the vending machine and notice it has a twist top.''
<<switch serumStatus($kagney)>>\
<<case "max dose">>\
<<Thought "I think I've gone as far as I can go with experimenting on $kagney.name. Anything more would be excessive!">>\
<<btnLink "Change your mind and just bring her a drink" "Kagney-Drink">>
<<case "on cooldown">>\
<<Thought "This would be a good time to test some serum on $kagney.name, but I just used it recently. I should give $kagney.name another $kagney.doseCD day(s) before trying again.">>\
<<btnLink "Change your mind and just bring her a drink" "Kagney-Drink">>
<<case "no serum">>\
<<if $kagney.dose > 0>>\
<<Thought "I've done what I can with the formula I've been using. If I want to experiment more on $kagney.name, I'll have to bring something else to progress farther.">>\
<<else>>\
<<Thought "Y'know, if I had some serum prepared, now would be a great time to test it out on $kagney.name... Maybe next time.">>\
<</if>>\
<<btnLink "Change your mind and just bring her a drink" "Kagney-Drink">>
<<case "can dose">>\
<<if not dose($kagney,"horny")>>\
<<Thought "Hm, $kagney.name seems pretty... maleable... Maybe I should see how well the serum takes to her?">>\
<<else>>\
<<Thought "This seems like a good chance to test out a serum on $kagney.name again.">>\
<</if>>\
<<btnChoice "Slip some serum into $kagney.name's drink" "Kagney-Dose-Options">>
<<btnLink "Change your mind and just bring her a drink" "Kagney-Drink">>
<<default>>\
<<set _err to serumStatus($kagney)>>\
<<error _err>>\
<<btnBack>>
<</switch>>\<<loc_Lobby>>\
<<switch $kagney.nextSerum>>\
<<case 1>>\
<<if not dose($kagney,"slutty")>>\
<<btnChoice "Have her start behaving more promiscuously at work" "Kagney-Dose-Slutty">>\
<<else>>\
<<btnChoice "Have her desperately want to fuck you all day" "Kagney-Dose-Fuck">>\
<</if>>\
<<case 2>>\
<<btnChoice "Have her start coming to the lab at night for sex" "Kagney-Dose-LabFuck">>\
<<case 3>>\
<<if $serum[5].qty > 1>>\
<<btnLink "Use the $serum[5].name on $kagney.name" "Kagney-Dose-Bimbo">>\
<<elseif $Chapter < 3 or not $FreePlay>>\
<<Thought "I'm going to have to think of something new to try on $kagney.name, I think we've gone as far as we can with the MCS line...">>\
<<else>>\
<<Thought "Y'know, I bet $kagney.name would be a great candidate for the $serum[5].name...">>\
<</if>>\
<<default>>\
<<error "nextSerum out of range: Value $kagney.nextSerum">>\
<</switch>>
<<btnLink "Change your mind and just bring her a drink" "Kagney-Drink">><<loc_Lobby>>\
''You head over to the front desk counter where $kagney.name sits bored, flipping through some documents that she doesn't really seem to be reading.''
<<nm $player "Heya $kagney.name!">>\
<<pic $kagney>>\
<<nm $kagney "Oh! Hehe, hey $player.name, you scared me! What's up?">>\
''You place a bottle of soda on $kagney.name's desk.''
<<nm $player "You were looking a little thirsty so I thought I'd bring you a soda. Um, brought you cup, and... brought you ice!">>\
<<nm $kagney "Awww, that's so sweet! I was actually just about to get up and grab something so this is great!">>\
''$kagney.name takes the bottle from and quickly downs about half of it, following it up with a loud and refreshed sigh.''
<<nm $kagney "Thaaaaat hit the spot! Now if this day could just hurry up and be over I can settle in at home with some nice coffee cake, maybe a bath and a nap... Anyway, thank you so much!">>\
''You wave off $kagney.name and let her enjoy her drink.''
<<btnLink "Continue" "Work" "passTime()">><<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "This is my chance.">>\
<<nm $player "$mom.name, every morning when I come downstairs you and $sister.name have almost always finished off the coffee, leaving me either decaffeinated or having to brew a new pot which mostly just goes to waste. You feel bad about that, so you're going to start bringing me a fresh cup every morning, leaving it by my bedside..">>\
''Your <<mother>> softly nods in agreement, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<Thought "I may be playing it safe here, boring even, but we're still in the very early testing phase with this stuff. I'll have to wait and see if it worked.">>\
''You and your <<mom>> cook up some eggs and bacon while catching up about school and work. You had a good chat and a good meal.''
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set $serum[1].qty -= 1>>
<<set $mom.dose += 1, $mom.nextSerum to 1>>
<<set $mom.doseCD += ($serum[1].cd + $mom.dose)>>
<<set newDose($mom,"coffee")>>
<<run setDailyCD("MomEnterRoom",3)>>\
<<set $mom.status to "Personal Barista">>\
<<AddNote $mom "I'm uncertain how the drug will impact a family member, so I decided to play it safe and put a simple idea in her head. I won't know until tomorrow if it worked or not, but with any luck I'll be back to enjoying fresh morning coffee again...">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "This is my chance. Oh, man... here we go...">>\
<<nm $player "$mom.name... You've been lonely since dad disappeared, and you have needs... sexual needs. You've started to take notice of me, and even though I'm your <<son>> and you know it's wrong, you can't help but feel intensely turned on whenever I'm around you. It's so bad, you can barely hide it anymore.">>\
''Your <<mother>> stirs slightly before softly nodding in agreement, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<Thought "Oh god, What have I done. Well, either the drug will work or I'll be looking for a new place to live... Wait a minute...">>\
''It's subtle, but you notice your <<mother>>'s breathing has become heavier, she may even be sweating slightly, but she is in front of a hot fry pan so it's hard to say. She can't quite stand still either, shuffling her feet slightly.''
<<nm $player "$mom.name? You okay? Did you still want help with breakfast?">>\
''She jumps slightly, quickly recovering with a smile.''
<<nm $mom "Y-yes, of course, babe. If you wouldn't mind bringing me some more eggs and getting a few plates down, that would be great.">>\
<<nm $player "Sure thing, $mom.name.">>\
<<Thought "Something's definitely changed in her. Now to see how she'll handle it.">>\
''You bring over the carton of eggs, deliberately leaning in extra close as you set them down. You brush up against her arm and can feel her tense up.''
''She's clearly flustered now.''
<<nm $mom "T-thanks hun! Hey, do me a favor and go get your <<sister>>. We haven't had breakfast together in a while, it'd be nice to have down here right now. I mean today.">>\
''You hold back a grin.''
<<nm $player "Sure thing, $mom.name.">>\
''You go get $sister.name and the three of you eat breakfast together. Your <<mother>> finishes her food quickly and heads up to her bedroom. Your <<sister>> gives you a look, which you return with a shrug. You both finish eating and clean up.''
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"horny")>>
<<set $mom.status to "@@.xxx;Horny@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 1>>\
<<set $mom.doseCD += ($serum[1].cd + $mom.dose)>>\
<<set $serum[1].qty -= 1>>\
<<RemoveConvo $mom 1>>\
<<RemoveConvo $mom 2>>\
<<AddConvo $mom 4>>\
<<AddNote $mom "I took a risk with the drug today, but it seems to have paid off. I used it to increase $mom.name's arousal when I'm nearby, and while I was initially unconvinced that a command like that would work on a family member, that doesn't seem to be the case. I'll need to keep an eye on $mom.name to see how the effects work over time, and to make sure things don't get too out of hand.">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Time to take this to the next level.">>\
<<nm $player "$mom.name, it must be awful being so horny all the time and not even knowing why. What's worse is that you've suddenly found that it's impossible for you to reach orgasm anymore! No matter how hard you try, no matter how much you masturbate, no matter what you do, you just can't find release! There is one thing, though. The only thing, in fact. You have no idea why, but all it takes is your oldest <<son>>'s simple touch for you to reach an explosive climax.">>\
''Your <<mother>> rubs her thighs together slightly as you speak, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<Thought "Time to put her to the test.">>\
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Sure hun, any t- OH!">>\
''You wrap your arms around her for a big hug. Her body goes rigid, and you can practically feel it vibrating. Her body temperature is rising noticeably as she begins panting. You can feel her stop herself from clawing at your back while she tries to return your hug as normally as possible. After a couple seconds, which likely felt like hours to her, you release your prey.''
<<nm $mom "O-ooohhh...">>\
''She nearly collapses, only barely holding on to her composure.''
<<nm $mom "Right... no problem... I'll see you later... babe...">>\
''You're not even completely out of the kitchen before her hand finds its way down her pants.''
<<Thought "Too bad it won't do her any good. This'll be fun.">>\
<<lust $mom 1>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"touch")>>\
<<set $mom.status to "@@.xxx;Desperate@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 2>>\
<<set $mom.doseCD += ($serum[1].cd + $mom.dose)>>\
<<set $serum[1].qty -= 1>>\
<<AddHomeEvent 5>>\
<<AddConvo $sister 12>>\
<<AddConvo $mom 5>>\
<<AddNote $mom "I took $mom.name's training a step further today, making it impossible for her to come unless I touch her. She's already tried masturbating once, let's see how long it takes her to catch on.">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Time to take this to the next level.">>\
<<nm $player "$mom.name, you've been thinking. Even though your <<children>> are older now doesn't mean you should stop loving them as much as you did when they were smaller. You're going to start by giving $player.name a little more affection in the morning. Along with the usual cup of coffee, you'll show <<him>> you still love <<him>> by giving <<him>> an on-the-mouth kiss. It's no big deal, it's what <<mother>>s do!">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Any time babe, here, give your <<mom>> a-">>\
<<nm $player "Sorry $mom.name, I gotta run. I'll talk to you later!">>\
''Your <<mother>> stands in the kitchen with her arms outstretched, with a clear look of disappointment on her face.''
<<nm $mom "Okay, well, later then!">>\
<<Thought "Sorry $mom.name, teasing you is just becoming too much fun.">>\
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"kiss")>>\
<<set $mom.status to "@@.xxx;Lacking Boundaries@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 1>>\
<<set $mom.doseCD += ($serum[1].cd + $mom.dose)>>\
<<set $serum[1].qty -= 1>>\
<<if dose($sister,"porn")>>\
<<AddConvo $sister 14>>\
<</if>>\
<<AddHomeEvent 6>>
<<AddHomeEvent 7>>
<<AddConvo $mom 6 4>>\
<<AddNote $mom "This time I compelled $mom.name to start giving me a little kiss in the morning along with my coffee. She'll be in for a shock when she sees what happens next...">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Alright $mom.name, time to see how far I can take this...">>\
<<nm $player "$mom.name, you work so hard to keep this household together, to keep me and $sister.name taken care of, and the stress is really starting to take its toll. You're not going to let the little things worry you anymore, and you're going to start taking care of yourself more. For starters, you've always wished you could just lounge around the house in loose clothes, even your underwear. I mean, who cares? We're all family right?">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hey you, hold on a sec!">>\
<<pic $mom "kiss-player">>\
''$mom.realName wraps an arm around your neck and pulls you in for a much-more-than familial kiss.''
<<nm $mom "Mmm, that's better! Alright, go have fun.">>\
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"undress")>>\
<<set $mom.status to "Free Spirit">>\
<<set $mom.dose += 1, $mom.nextSerum to 2>>\
<<set $mom.doseCD += ($serum[1].cd + $mom.dose)>>\
<<set $serum[1].qty -= 1>>\
<<set $mom.default to "ava-lingerie">>\
<<set $player.coinOutfits.pushUnique("ava-lingerie")>>\
<<AddConvo $mom 8>>\
<<AddNightEvent 8>>\
<<AddHomeEvent 26>>\
<<AddNote $mom "I used the $serum[1].name on $mom.name today, this time convincing her to start dressing a little more... comfortably around the house. We'll see where she decides to take it.">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Time to expand her horizons...">>\
<<nm $player "All you can think about anymore is getting off. You're so desperate for release it feels like your brain's on fire! You'll do almost anything, anything to come, but nothing's worked! What you need is real human contact. Hell, maybe multiple humans! You're going to start finding the nearest willing cocks and fucking them wherever and whenever they want. You don't care if people think you're a slut, you're going do whatever it takes to feel good!">>\
''You pause for just a moment...''
<<nm $player "From now on, you'll be able to cum from sex with strangers, too!">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal. She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Okay hun... Hey, I'm going to be, um... heading out today. I might be gone for, um, a few hours. Is there anything you or your <<sister>> need before I go?">>\
''Your <<mother>> is breathing heavily, trying to keep herself from panting in front of you.''
<<nm $player "Need? No, not that I can think of. Everything okay?">>\
<<nm $mom "Yeah, everything's... fine! I'm just going to meet up with some old, ah, friends is all.">>\
<<nm $player "Sounds good, have fun!">>\
''She returns to trying to focus on what she was doing, clearly itching to get out of the house.''
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"hunt")>>\
<<set $mom.status to "@@.xxx;Mama Cougar@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 2>>\
<<set $mom.doseCD += ($serum[2].cd + $mom.dose)>>\
<<set $serum[2].qty -= 1>>\
<<AddConvo $sister 26>>\
<<AddConvo $mom 11>>\
<<AddHomeEvent 29>>\
<<AddHomeEvent 34>>\
<<AddNote $mom "I gave $mom.name her first dose of $serum[2].name, giving her the idea to go out and start fucking anything that moves. After fucking someone, she probably won't be able to cum from same person a second time... she'll start to lose her mind! Oh god, what's wrong with me...">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Time to take this to the next level.">>\
<<nm $player "You've been desperately seeking release, and going out to hunt for it isn't cutting it anymore. All the time you spend traveling between your encounters... You already know $sister.name and I know what you're up to, so you might as well just accept the fact that you're becoming a freeuse slut and open your home up to whatever strangers want a piece of you. Just the thought of it has you cumming buckets!">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal. She starts to go back to what she was doing before stopping in her tracks. Her cheeks are flushed and a line of drool runs down her chin as she starts to pant.''
<<nm $player "Hey, $mom.name, you okay?">>\
<<nm $mom "H-huh? Oh, y-yeah... I'm f-fine... I j-just need to...">>\
''She reaches out, a desperate look in her eyes. Without thinking, she pulls you in for a deep kiss.''
<<pic $mom "kiss-player">>\
<<nm $mom "Mmm... mmmm... o-oOOHH AHHH!!!">>\
<<pic $mom "orgasm">>\
''She cums hard as she holds you close, falling back on the counter once she finally lets you go.''
<<nm $mom "Mmm, s-sorry baby, I just... I don't know why I... Ahhhh...">>\
<<nm $player "I-it's fine, $mom.name. Haha, I love you too!">>\
''She forces a smile before turning around to tend to the food near her. You sneak out while you still can.''
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"slut")>>\
<<set $mom.status to "@@.xxx;Town Slut@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 3>>\
<<set $mom.doseCD += ($serum[2].cd + $mom.dose)>>\
<<set $serum[2].qty -= 1>>\
<<AddHomeEvent 11>>\
<<AddNote $mom "I gave $mom.name another dose of $serum[2].name today, this time encouraging her to start bringing her fun home with her. She seemed even more desperate than usual after that, going so far as to kiss me in the kitchen just to get herself off!">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Time to take this to the next level.">>\
<<nm $player "You're desperate for release, and you don't care who knows it! You know $sister.name and I know you've been masturbating every chance you get, so you've decided you're not even going to try to hide it anymore. Hell, you think the excitement of being watched might actually give you the release you've been dying for.">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Alright baby, I'll just be... lounging around the house...">>\
''Your <<mother>> stands with her back to you, but it's obvious her hand's down her pants and she's rubbing herself.''
<<Thought "Looks like she's been itching to do this for a while now.">>\
<<nm $mom "Okay, well, later then!">>\
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"masturbate")>>\
<<set $mom.status to "@@.xxx;Exhibitionist@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 3>>\
<<set $mom.doseCD += ($serum[2].cd + $mom.dose)>>\
<<set $serum[2].qty -= 1>>\
<<AddConvo $sister 15>>\
<<AddHomeEvent 8>>\
<<AddHomeEvent 37>>\
<<AddNote $mom "I used the $serum[2].name to have her start masturbating around the house. She didn't have any trouble adapting to her new initiative, going so far as to just start rubbing herself with me in the kitchen! Too bad for her it still won't give her the release she needs, and it'll only be a matter of time before she's begging for my touch!">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Alright $mom.name, time to see how far I can take this...">>\
<<nm $player "$mom.name, you've been having such a great time getting to cut loose at home, but you can't help but feel something is missing. This newfound freedom of yours would be so much better if you could share it with your family! Yep, from now on you'll be putting in the extra effort to bring $sister.name and I in on your new joy. We're family, after all, it's normal to be close!">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hey you, hold on a sec!">>\
<<pic $mom "kiss-player">>\
''$mom.realName wraps an arm around your neck and pulls you in for a much-more-than familial kiss.''
<<nm $mom "Say, the three of us need to spend some more time together, y'know? Maybe tonight we can snag your <<sister>> and snuggle up on the couch for a movie or something!">>\
<<nm $player "Um, yeah, maybe! I'll see what my night looks like and get back to you.">>\
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"tight")>>\
<<set $mom.status to "Loving <<Mother>>">>\
<<set $mom.dose += 1, $mom.nextSerum to 2>>\
<<set $mom.doseCD += ($serum[2].cd + $mom.dose)>>\
<<set $serum[2].qty -= 1>>\
<<AddConvo $mom 9>>\
<<AddHomeEvent 27>>\
<<AddHomeEvent 28>>\
<<AddNightEvent 15>>\
<<AddNote $mom "I used the $serum[2].name for the first time on $mom.name today, working on expanding the effects of the last dose. This time I've encouraged her to start getting a little more... interactive with $sister.name and I. Again, we'll see where she decides to take this.">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you, pulling you in for a kiss.''
<<pic $mom "kiss-player">>\
<<act $mom "kiss,player">>\
<<nm $mom "Hehe! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<artB $mom "dosed,2">>\
<<Thought "Alright $mom.name, time to take this to another level...">>\
<<nm $player "$mom.name, you love this new feeling of sexual liberation that's overtaken you lately! Being able to express yourself and fulfill your needs around your family just feels so freeing, you only wish you could start sharing it with the people closest to you. Well no more waiting! Starting tomorrow, you're going to show your love by waking $player.name up with some oral sex in <<his>> bed. You know you've been wanting to taste <<him>> for a while now, and what better way for a <<mother>> to share their love with their <<son>>?">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hey you, hold on a sec!">>\
<<pic $mom "kiss-player">>\
''$mom.realName wraps an arm around your neck and pulls you in for a much-more-than familial kiss.''
<<nm $mom "Hehe, hey, I was thinking... I'm gonna make your coffee a little, um, special tomorrow, okay?">>\
<<nm $player "Um, okay? Cool, looking forward to it!">>\
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"oral")>>\
<<set $mom.status to "@@.xxx;Thirsty <<Mom>>@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 3>>\
<<set $mom.doseCD += ($serum[2].cd + $mom.dose)>>\
<<set $serum[2].qty -= 1>>\
<<AddHomeEvent 9>>\
<<AddNote $mom "I used the $serum[2].name on $mom.name again today, this time to finally have her completely break through whatever boundaries were remaining between us. We'll see if she comes through in the morning!">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<pic $mom "ava-lingerie">>\
<<art $mom "aroused,0,lingerie">>\
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<art $mom "dosed,2">>\
<<Thought "Alright $mom.name, time to see how far I can take this...">>\
<<nm $player "$mom.name, you've been loving the way you've been feeling at home, not having to worry about showing a little skin and just letting yourself go. Actually, it's been making you feel so great that you're ready to take it to the next level and just give up clothing altogether! It shouldn't be a problem, since everyone here is family and all, so starting today you're just gonna let it all hang out!">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hey you, hold on a sec!">>\
<<pic $mom "kiss-player">>\
''$mom.realName wraps an arm around your neck and pulls you in for a much-more-than familial kiss.''
<<nm $mom "Hehe! Man, it's stifling in here, isn't it? Might need to shed some more layers...">>\
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"nude")>>\
<<set $mom.status to "Free Spirit">>\
<<set $mom.dose += 1, $mom.nextSerum to 2>>\
<<set $mom.doseCD += ($serum[2].cd + $mom.dose)>>\
<<set $serum[2].qty -= 1>>\
<<set $mom.default to "ava-nekkid">>\
<<set $player.coinOutfits.pushUnique("ava-nekkid")>>\
<<AddConvo $sister 24>>\
<<AddHomeEvent 28>>\
<<AddHomeEvent 41>>\
<<AddHomeEvent 43>>\
<<AddNote $mom "I used the $serum[2].name for the first time on $mom.name today. Going off the last dose I gave her, I told her to take her comfort complex to the next level and just start going around the house naked. The effects seemed to have set it almost immediately!">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<pic $mom "ava-nekkid">>\
<<art $mom "aroused,0,naked">>\
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Alright $mom.name, time to take this to another level...">>\
<<nm $player "$mom.name, you love how comfortable this new sense of freedom makes you feel, but you can't help but also feel a growing need for more regular sexual release. The more you think about it, the less it makes sense that your family couldn't start helping you with those needs. I mean, we're all family here, right? It's just another way for everyone to show much they love each other!">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hey you, hold on a sec!">>\
<<pic $mom "kiss-player">>\
''$mom.realName wraps an arm around your neck and pulls you in for a much-more-than familial kiss.''
<<nm $mom "Hehe, hey... You know I was thinking... We've been getting awfully, um, comfortable with each other lately, huh?">>\
''Your <<mother>> steps in closers, running a finger over your <<bSize>>.''
<<nm $player "Y-yeah, we have.">>\
<<nm $mom "Well, I think we should start getting, mmm, even more comfortable with each other... doncha think?">>\
''She whispers in your ear as one hand slides up your thigh before gripping your crotch. You feel her teeth lightly sink into your neck before she lets you go with a smile.''
<<nm $mom "Hehe, anyway, I know you're busy... We'll talk more tonight, m'kay?">>\
<<nm $player "Yeah, s-sure... Sounds good!">>\
<<lust $mom>>
<<set $NightEventOR to 5>>\
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"sex")>>\
<<set newDose($mom,"love")>>\
<<set $mom.status to "@@.xxx;Loving <<Mother>>@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 3>>\
<<set $mom.doseCD += ($serum[2].cd + $mom.dose)>>\
<<set $serum[2].qty -= 1>>\
<<AddHomeEvent 9>>\
<<AddHomeEvent 26>>\
<<AddHomeEvent 40>>\
<<AddNightEvent 5>>\
<<AddConvo $sister 25>>\
<<AddConvo $mom 10>>\
<<AddNote $mom "I used the $serum[2].name on $mom.name again today, this time to finally have her completely break through whatever boundaries were remaining between us. I guess we'll see just how far she decides to take this!">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Time to take this to the next level.">>\
<<nm $player "Just engaging with strangers isn't enough for you anymore. Only the most depraved thoughts will get you off, thoughts like dragging me and $sister.name into your orgies. It doesn't even matter who it is, where it is, or if they're related. If there's a body nearby, you're gonna fuck it!">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal. She starts to go back to what she was doing before stopping in her tracks. Her cheeks are flushed and a line of drool runs down her chin as she starts to pant.''
<<nm $player "Hey, $mom.name, you okay?">>\
<<nm $mom "H-huh? Oh, y-yeah... I'm f-fine... I j-just need to...">>\
''She reaches out, a desperate look in her eyes. Without thinking, she pulls you in for a deep kiss.''
<<pic $mom "kiss-player">>\
<<nm $mom "Mmm... mmmm... o-oOOHH AHHH!!!">>\
<<pic $mom "orgasm">>\
''She cums hard as she holds you close, falling back on the counter once she finally lets you go.''
<<nm $mom "Mmm, s-sorry baby, I just... I don't know why I... Ahhhh...">>\
<<nm $player "I-it's fine, $mom.name. Haha, I love you too!">>\
''She forces a smile before turning around to tend to the food near her. You sneak out while you still can.''
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"fuckshack")>>\
<<set $mom.status to "@@.xxx;Hostess@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 7>>\
<<set $mom.doseCD += ($serum[3].cd + $mom.dose)>>\
<<set $serum[3].qty -= 1>>\
<<AddHomeEvent 12>>\
<<AddHomeEvent 30>>\
<<AddConvo $sister 28>>\
<<AddNote $mom "I gave $mom.name a dose of $serum[3].name today, finally having her give in completely to her needs. We'll see just how far down the rabbit hole this sends her!">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Well... Let's see if we can at least make the most of this...">>\
<<nm $player "Your life's been a whirlwind of new and exciting sexual experiences lately and while you're having the time of your life, you're also starting to worry you might be losing a little control. Luckily, you have your very intelligent <<son>> to help manage things! Actually, it wouldn't be the worst idea to let <<him>> start setting you up on dates <<him>>self... That would save you so much time! You could just focus on getting your brains fucked out!">>\
''Your <<mother>>'s eyes glaze over further, a line of drool runs out the corner of her mouth and her breathing intensifies as nods in agreement. After a moment returns to normal. She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hold on, honey.">>\
''Your <<mother>> turns to look at you, an unnaturally calm and warm smile on her face. Her eyes still burn with lust, but there's a sense of control there that she didn't have before.''
<<pic $mom "kiss-player">>\
''She approaches you, taking you into her arms and kissing you deeply. After a long embrace, and a trembling orgasm on her part, she finally breaks off.''
<<nm $player "Heh, love you too!">>\
<<nm $mom "Actually, I kinda wanted to talk about something real quick. Um, so you know how I've had a pretty... active love life lately?">>\
<<nm $player "I'm... aware... What's up?">>\
''$mom.realName runs a finger along the side of her neck as she tries to formulate the question.''
<<nm $mom "Well, I'll be honest... It's getting a little hard to keep track of all the men and women that want a piece of your <<mom>>, y'know?">>\
''You can't help but laugh as she gives her large breasts a little squeeze as she says this.''
<<nm $mom "Anyway, it's exhausting, and I was hoping maybe you could help me keep my schedule? Y'know, coordinate my love life for me?">>\
<<nm $player "That's an... interesting request, $mom.name. Could be fun though, to be honest I've been a little worried about you, so if we some kind of compensated arrangement I think that could really help ensure you get some quality lovers!">>\
''She looks a little confused.''
<<nm $mom "Compensated? You mean, like, a hooker? I don't...">>\
<<nm $player "What? No, no, no... It's not like that, and you'll have me keeping the books and screening the customers. Think of it as a way of maintaining quality control. Just leave it to me, okay?">>\
''She smiles brightly as she returns to preparing breakfast.''
<<nm $mom "Well, you seem to know what you're doing! Why don't you come see me in my room tonight before bed and we can work something out!">>\
<<nm $player "Sounds good, $mom.name.">>\
<<love $mom>>
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"whore")>>\
<<set $mom.status to "@@.xxx;Lucrative <<mother>>@@">>\
<<set $MomEscort to 1>>\
<<set $mom.dose += 1, $mom.nextSerum to 7>>\
<<set $mom.doseCD += ($serum[3].cd + $mom.dose)>>\
<<set $serum[3].qty -= 1>>\
<<AddHomeEvent 36>>\
<<AddConvo $sister 32>>\
<<AddNote $mom "I gave $mom.name her first dose of $serum[3].name today in an attempt to take some control over her increasingly erratic behavior. She basically agreed to let me pimp her out, so, at least all this craziness will actually start to pay off!">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh my, thank you!">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Well, since she's already got the collar on...">>\
<<nm $player "$mom.name, lately you've been feeling particularly submissive to everyone around you, and that's been bringing you a surprising amount of joy. You've decided you want embrace that ideal completely, choosing to act as a subservient maid for the household to satisfy your need to serve both domestically and sexually. Doing this will not only make you happy, but endlessly aroused!">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal. She starts to go back to what she was doing before stopping in her tracks. Her cheeks are flushed and a line of drool runs down her chin as she starts to pant.''
<<nm $player "Hey, $mom.name, you okay?">>\
''The collar around her neck begins to tighten just a little as the bell hanging from it gently rings, echoing through the room. She doesn't seem to hear it.''
<<nm $mom "H-huh? Oh, y-yeah... I'm f-fine... I j-just need to...">>\
''She reaches out, a desperate look in her eyes. Without thinking, she pulls you in for a deep kiss.''
<<pic $mom "kiss-player">>\
<<nm $mom "Mmm... mmmm... o-oOOHH AHHH!!!">>\
<<pic $mom "orgasm">>\
''She cums hard as she holds you close, falling back on the counter once she finally lets you go.''
<<nm $mom "Mmm, why don't you take a seat? I'll make you some breakfast.">>\
<<nm $player "Um, sure. Thanks $mom.name.">>\
''She turns around, a bright smile stretches across her face.''
<<nm $mom "Hehe! Anything for you... m-<<master>>!">>\
<<Thought "Woah, that just happened.">>\
''Your <<mother>> serves you a very nice breakfast breakfast spread which she promptly cleans up as you finish, smiling the entire time. She gives you one last kiss before letting you leave the kitchen.''
<<lust $mom>>
<<btnLink "Leave" "Home" "passTime()">>
<<set newDose($mom,"maid")>>\
<<set $mom.status to "@@.xxx;Service Maid@@">>\
<<set $mom.isMaid to true>>\
<<set $mom.dose += 1, $mom.nextSerum to 0>>\
<<set $mom.doseCD += ($serum[3].cd + $mom.dose)>>\
<<set $serum[3].qty -= 1>>\
<<AddNightEvent 14>>\
<<AddNote $mom "I gave $mom.name a dose of $serum[3].name today, leveraging the subtle effects the cat collar I bought from $ash.name's shop to have her start acting like a full on house maid. The effects were pretty immediate, and a little more intense than expected... I guess we'll see where this one goes.">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Time to see how far I can take her...">>\
<<nm $player "You're just so pent up! This giant cock now swinging between your legs, the constant need to cum but total inability to do so without assistance from your <<son>>. What else really matters? Cock, cum, pussy, fucking, getting fucked, total fucking depravity, isn't that all that matters to you? Isn't your own personal pleasure all that really matters, no matter what it takes to get it? You've had enough, and from this moment on, no amount of shame or concern is going to stop you from meeting your needs!">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal. She starts to go back to what she was doing before stopping in her tracks. Her cheeks are flushed and a line of drool runs down her chin as she starts to pant.''
<<nm $player "Hey, $mom.name, you okay?">>\
@@SLAM!@@
<<pic $action "ts-cock-hanging">>\
<<nm $mom "S-suck it! Now!">>\
''She reaches out, a desperate look in her eyes. Wrapping her hands around the back of your head, she pushes her throbbing cock past your lips.''
<<pic $player "suck-ts">>\
<<nm $player "M-MPH! Mnhgph! HNPH!" "H-holy shit!">>\
''Her thick cock forces itself deeper and deeper down your throat as you struggle to breath. Your choking and gagging does nothing to slow her onslaught and it's not long before you can her shaft start to twitch and sputter over your tongue.''
<<nm $mom "A-AH! S-swallow it all, o-okay?">>\
<<nm $player "M-MPH!">>\
<<pic $player "cum-in-mouth">>\
''She cums hard as she holds you close, falling back on the counter once she finally lets you go. A few more streams of cum shoot out of her bouncing cock before she finally calms down completely.''
<<nm $mom "Mmm, s-sorry baby, I just... I don't know why I... Ahhhh...">>\
<<nm $player "H-hehe, n-no <<cough>> no worries, $mom.name... I'm just gonna... go...">>\
''She's already gone back to stroking her half-flaccid cock back to hardness, ignoring you completely. You sneak out while you still can.''
<<lust $mom>>
<<trackAction "suckCock.give" $mom>>\
<<trackAction "cumEat.get" $mom>>\
<<btnLink "Leave the room" "Home" "passTime()">>
<<set newDose($mom,"break")>>\
<<set newDose($mom,"dom")>>\
<<set $mom.status to "@@.xxx;Mindbroke Mommy@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 7>>\
<<set $mom.doseCD += ($serum[3].cd + $mom.dose)>>\
<<set $serum[3].qty -= 1>>\
<<run setDailyCD("MindbreakMomMorning",1)>>\
<<AddHomeEvent 10>>\
<<AddHomeEvent 32>>\
<<AddConvo $mom 14>>\
<<AddNote $mom "I gave $mom.name a dose of $serum[3].name today, finally having her give in completely to her needs. There's a chance that mistakes may have been made...">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Time to take this to the next level.">>\
<<nm $player "You've known for a while now, you've tried to deny it, but every touch, hug, kiss and brush in the hallway brings with it a gushing orgasm when nothing else will. You're done fighting your desires, besides, what's so wrong with becoming a little closer to your <<son>>? From now on you're going to give in fully to your needs, becoming your own <<son>>'s devoted lover!">>\
''Your <<mother>>'s eyes glaze over further, a line of drool runs out the corner of her mouth and her breathing intensifies as nods in agreement. After a moment returns to normal. She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hold on, honey.">>\
''Your <<mother>> turns to look at you, an unnaturally calm and warm smile on her face. Her eyes still burn with lust, but there's a sense of control there that she didn't have before.''
<<pic $mom "kiss-player">>\
''She approaches you, taking you into her arms and kissing you deeply. After a long embrace, and a trembling orgasm on her part, she finally breaks off.''
<<nm $player "W-what was that for?">>\
<<nm $mom "I just wanted to make sure you knew how much I love you, sweetie. I don't want there to be any more... boundaries between us. That's all.">>\
''She moves in for another deep kiss, holding her embrace firmer and longer this time before letting you go.''
<<nm $player "Oh... I, ah, well, haha... Okay then.">>\
''She smiles brightly as she returns to preparing breakfast.''
<<love $mom>>
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"sex")>>\
<<set newDose($mom,"oral")>>\
<<set newDose($mom,"lover")>>\
<<set $mom.status to "@@.xxx;Loving <<mother>>@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 7>>\
<<set $mom.doseCD += ($serum[3].cd + $mom.dose)>>\
<<set $serum[3].qty -= 1>>\
<<AddHomeEvent 45>>\
<<AddHomeEvent 47>>\
<<AddNote $mom "I finally decided to break $mom.name's inhibitions, insisting she give into her desires fully. I was actually surprised at the exact effect it had on her though, like she had found some kind of peace of mind, coming to terms with her feelings and ready to embrace them.">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Time to take this to the next level.">>\
<<nm $player "You love the new relationship you've developed with $player.name, but you can't help but feel something is missing... You feel bad, not showing the same level of affection to $sister.name. You want her to know how much you love her, too. From now on, you'll start making it a point to show her just as much love as you have $player.name.">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal.''
''She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hey, hold on you!">>\
<<pic $mom "kiss-player">>\
''She swings around and grabs you by the shoulders, pulling you close and kissing you deeply.''
<<nm $player "Heh, right, sorry. I love you too, $mom.name.">>\
<<nm $mom "Well you can show me just how much, later... Say, have you seen your <<sister>> around? I've been meaning to have a talk with her.">>\
<<nm $player "$sister.name? No, I'm sure she's around here somewhere though.">>\
''Your $mom.name shrugs and goes back to what she was doing.''
<<lust $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"threesome")>>\
<<set $mom.status to "@@.xxx;Loving <<mother>>@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 7>>\
<<set $mom.doseCD += ($serum[3].cd + $mom.dose)>>\
<<set $serum[3].qty -= 1>>\
<<AddNote $mom "I gave $mom.name her last dose of $serum[3].name, further tightening my control over my family!">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<pic $mom>>\
<<art $mom "dosed,2">>\
<<Thought "Let's see what she does when she has a little... assisted motivation.">>\
<<nm $player "$mom.name, you just love this new comfort and freedom you've found lately. You're completely sexually liberated around your family and it's perfect! At least, it could be. You just don't understand why, despite your best efforts, you're still finding that your needs just aren't being met! Enough of that, you're going to start taking it upon yourself to have your desires fullfilled no matter what!">>\
''Your <<mother>>'s eyes glaze over further, a line of drool runs out the corner of her mouth and her breathing intensifies as nods in agreement. After a moment returns to normal. She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hold on, honey.">>\
''Your <<mother>> turns to look at you, an unnaturally calm and warm smile on her face. This motherly smile betrays what comes next...''
@@SMACK!@@
<<nm $player "AH! W-What the fuck!">>\
@@SMACK! SMACK!@@
''Another two slaps across your face are enough to drop you to the floor at $mom.realName's feet.''
<<nm $player "$mom.name? W-what was that for?">>\
<<pic $mom "pussy-kitchen">>\
<<nm $mom "I'm just wondering why mommy hasn't cum yet this morning. Your mouth's still working, so there's no excuse, is there?">>\
''Before you can even think to respond she moves towards you, shoving her mound into your open mouth.''
<<pic $mom "eaten-by-player">>\
<<nm $player "HMPH! MPH! Mmph..." "Well this is... aggressive...">>\
''You're face gets used for quite some time until your <<mother>> finally floods your mouth with her thick juices. You do your best, but much of it spills to the ground in front of you.''
<<nm $mom "Mmmm, that's better! Hehe, such a good <<boy>>! Well, I'm gonna get back to making food, we'll continue our conversation later, okay?">>\
''She smiles brightly as she returns to preparing breakfast.''
<<lust $mom>>
<<dom $player -3>>
<<trackAction "eatPussy.give" $mom>>\
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"dom")>>\
<<set $mom.status to "@@.xxx;Dommy Mommy@@">>\
<<set $mom.dose += 1, $mom.nextSerum to 7>>\
<<set $mom.doseCD += ($serum[3].cd + $mom.dose)>>\
<<set $serum[3].qty -= 1>>\
<<AddNote $mom "I finally decided to break $mom.name's inhibitions, insisting she give into her desires fully. I was actually surprised at the exact effect it had on her though, like she had found some kind of peace of mind, coming to terms with her feelings and ready to embrace them.">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Mmm, thank you baby!">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<Thought "I wonder... Maybe it'll be possible to tone down her eagerness a little? I'd better be careful with how I word this...">>\
<<nm $player "$mom.name, you've been enjoying your newfound sexual freedom more than you could have ever imagined, but even you realize that you might be pushing things a little too far. You are still my <<mother>>, after all. You can't stop yourself from fulfilling your needs, but you think that you could maybe find a way to be a little more loving about it.">>\
''Your <<mother>> stirs slightly before softly nodding in agreement, and after a moment returns to normal. She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<Thought "Well, here we go... I'll just try to monitor the changes from here out.">>\
''Your <<mother>>'s breathing becomes heavy as she shuffles around anxiously in front of the stove.''
<<nm $player "$mom.name? You okay? Did you want some help with food?">>\
''She snaps back to normal.''
<<nm $mom "Hm? Oh, yeah, sure baby, thank you!">>\
<<nm $player "$mom.name?">>\
''$mom.realName is blushing heavily as she stares at you. There's clear lust in her eyes, but she's not acting on it.''
<<nm $mom "How is it, dear?">>\
<<Thought "Dear?">>\
<<nm $player "Um, it's good, $mom.name, thank you.">>\
''She looks pleased, smiling warmly at you. The two of you finish your meal and clean up together, your <<mom>> then kisses you on the forehead before leaving the room.''
<<nm $mom "Love you baby!">>\
''You rub the back of your head.''
<<nm $player "L-love you, too, $mom.name.">>\
<<lust $mom 1>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<run newDose($mom,"mcsx")>>\
<<run newDose($mom,"avabride")>>\
<<set $mom.mcsx.avabride to 1>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<set $mom.dose += 1, $mom.nextSerum to 0>>\
<<set $mom.status to "@@.xxx;Mommy Dearest@@">>
<<set $serum[7].qty -= 1>>\
<<AddNote $mom "I tried the new MCS-X serum on $mom.name today, using to try to soften the existing effects of the serums given to her. We'll have to wait and see what happens from this point.">>\<<loc_Room>>\
''Just as you're drifting off, your door cracks open and there's a weight on your bed.''
<<pic $mom>>\
<<nm $mom "Hey sweetie, did I wake you?">>\
<<nm $player "$mom.name? N-no, I hadn't quite fallen asleep yet... What's up?">>\
''Your <<mother>> lays down next to you, taking your head into her ample chest as she strokes your hair.''
<<nm $mom "Mmm, isn't this nice? Wouldn't it be nice to do this all the time?">>\
<<nm $player "This? I mean, yeah, it's nice...">>\
''She cuddles up closer to you, you can feel her cock start to press against your ass. You can feel her warm breath on your ear.''
<<pic $mom>>\
<<nm $mom "Y'know, if I were to take you as my wife, you'd never have to leave my bed!">>\
<<if isMale()>>\
<<nm $player "Wife? I'm not a woman, $mom.name...">>\
''You feel her press herself harder into your ass.''
<<nm $mom "Mmm, let's be honest baby, mommy would be far better suited for the husband role...">>\
<<else>>\
<<nm $player "You're crazy...">>\
''You feel her press herself harder into your ass.''
<<nm $mom "Not that crazy...">>\
<</if>>\
''Your <<mother>> rolls on top of you, leaning in for a warm, soft kiss.''
<<pic $mom "kiss-player">>\
<<nm $mom "Mmmm... So?">>\
<<nm $player "Sure $mom.name, whatever you say..." "No way she's serious, best just to have her little fantasy at this point.">>\
''She springs up.''
<<nm $mom "Yay! This is gonna be just the best, baby, you'll see!">>\
''With that, she hops off your bed and skips out of your room after turning around for one last smile.''
<<Thought "That was... weird... sleep now...">>\
<<set $mom.mcsx.avabride += 1>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<AddNote $mom "$mom.name came to my room tonight, cuddling up and joking about making me her wife.">>\
<<btnLink "Continue" "Room-Sleep">>\<<loc_Room>>\
''Just as you start to drift off, you hear your door open, followed by hurried steps over to your bed. You open your eyes just in time to see your <<mother>> staring down at you before fading off.''
<<pic $mom>>\
<<nm $mom "Shhhh, sweetie... Tonight's the big night!">>\
<<Thought "W-what the... are those... f-foot... ste...">>\
''You pass out.''
<<btnLink "Continue..." "AvaBride-WeddingNight">>\<<loc_Night>>\
''You start to come to. Everything is dark, but you can feel the cool air on your face, and is that... grass?''
<<Thought "Am I outside? Ugh, my head...">>\
<<pic $mom>>\
<<nm $mom "You're finally awake! Come on, get up, get up! You're getting your dress all dirty laying down there!">>\
<<Thought "Dress?">>\
''You stand up, realizing now that you're out in a field somewhere. Your <<mother>> is standing in front of you, beeming with excitement and dressed in a beautiful wedding dress. Behind her is a man in a suit with a bible in his hand. You look down and see that, yourself, are also wearing a wedding dress.''
<<if isMale()>>\
<<nm $player "W-why the fuck am I in a dress!?">>\
<<else>>\
<<nm $player "I-is this a wedding dress!?">>\
<</if>>\
<<if $player.hasCollar>>\
<<nm $mom "It looks beautiful on you! And with that little collar... Oh!">>\
''There's a feint ringing in the air.''
<<nm $player "@@.ef;My... what...?@@">>\
<<else>>\
<<nm $mom "It's beautiful! Just needs one more thing...">>\
''Your <<mother>> pulls a small black collar with a golden bell hanging off of it out of her dress and approaches you with it open.''
<<if $player.has.collar>>\
<<nm $player "Is that...">>\
<<nm $mom "Oh, I hope you don't mind. I saw in your room while we were moving you and I just had to put it on you!">>\
<<else>>\
<<nm $player "What's...">>\
<<nm $mom "Hehe, you like it? I saw it at the mall and just had to buy it for you!">>\
<</if>>\
''You can't find it within yourself to fight back as she slips the collar around your neck. In fact, after she clasps it in the back, you all but forget it's even there.''
<<Thought "@@.ef;Wait... What were we just...@@">>\
<</if>>\
''As you're trying to get your thoughts together, the man with the book starts speaking. You're still trying to regain your senses, but the way he's speaking make him sound distinctly like a minister. Your <<mother>> pulls you by the arm to the man, and his words start to become clear...''
<<nmc "Minister" "Now then, do you, $player.name $player.surname, swear to obediently serve $mom.realName $player.surname, as her slavewife, free to be used and taken however your mistress sees fit, for the rest of your days?">>\
<<nm $player "I-I...">>\
''The leather strap around your neck tightens, and a light ringing can be heard through the air.''
<<nm $player "@@.ef;I... do...@@">>\
<<nmc "Minister" "Very good... And do you, $mom.realName $player.surname, swear to diligently train and nurture your slavewife, seeing to it she receives all the love and torture needed to ensure her life as a happy, healthy slut, for the rest of your days?">>\
<<pic $mom>>\
<<nm $mom "I do!">>\
<<nmc "Minister" "Then, by the power vested in my by, well, a certain organization one of you might have heard of... I now pronounce you mistress and slave! Please, place the ring on your slavewife's finger then kiss!">>\
''Your <<mother>>, grinning ear to ear, turns to you with a small diamond ring. She takes your left hand slides it on, down to the base. <<if isFemale() or isSissy()>>It fits perfectly over your dainty finger.<<else>>It's slightly too small, resulting in your <<mother>> having to painfully force it down to the base of your finger, drawing a small amount of blood.<</if>>''
<<nm $mom "Mmm, you heard the man, sweetie! You may kiss me now...">>\
''Still trying to wrap your head around the situation, you start to lean in to kiss your <<mother>>.''
<<nm $mom "No, no, sweetie. Get on your knees and do it the right way!">>\
''She gently guides you down to your knees so that your head is directly in line with her throbbing, exposed cock.''
<<pic $action "ts-cock-hanging">>\
<<nm $mom "Now... Kiss.">>\
<<nm $player "@@.ef;Y-yes...@@" "How did this happen? And why can't I refuse her!?">>\
''You kiss the tip of your <<mom>>'s twitching cock, provoking a few drops of precum as you do. She slides a hand around the back of your head, effectively communicating what she really wants from you.''
<<pic $player "suck-ts">>\
''Your <<mom>>'s huge cock slides over your tongue and down your throat. You can feel every pulsing vein as she takes her time facefucking you.''
<<nm $player "Mmmph! Hnmph! Ngph!">>\
<<nmc "Minister" "That's wonderful! What a perfect slave you have there! Now then, it's getting late, so let's make this official, okay?">>\
<<Thought "Official?">>\
<<nm $mom "Yes, of course. Okay sweetie, time to turn around and show mommy your pussy! We need to consumate this marriage properly before we can go home!">>\
''She slides her cock out of your mouth and motions for you to turn around and stick your ass in the air. You do as instructed. The first thing you feel is your <<mother>> gently fingering your <<AssOrPussy>> for a moment before the head of her cock starts to work its way into you.''
<<pic $player "fucked-by-ts-doggy">>\
<<nm $player "O-OH! Haaaa... Mm...">>\
<<if hasPussy()>>\
<<CommentPussy $mom
"Mmmm, such a perfect hole for my cock! Ooohhh... Take it baby!"
"Mmm, your pussy is fantastic! I'm glad you've been practicing with it!"
"Mmm, I can feel you gripping my cock! You're gonna make me cum, baby!"
"Ooohhhh, so tight! We'll definitely have to start breaking you in more!"
"H-haaa! Ooohhh... Baby, are you still a virgin? How wonderful that I get to take that from you tonight!"
>>\
<<vaginal "your <<mom>>'s thick cock">>
<<trackAction "pussyFuck.get" $mom>>
<<else>>\
<<CommentAss $mom
"Mmmm, such a perfect hole for my cock! Ooohhh... Take it baby!"
"Mmm, your ass is fantastic! I'm glad you've been practicing with it!"
"Mmm, I can feel you gripping my cock! You're gonna make me cum, baby!"
"Ooohhhh, so tight! We'll definitely have to start breaking you in more!"
"H-haaa! Ooohhh... Baby, are you still a virgin? How wonderful that I get to take that from you tonight!"
>>\
<<anal "your <<mom>>'s thick cock">>
<<trackAction "analFuck.get" $mom>>
<</if>>\
''Your <<AssOrPussy>> is ravaged by your <<mother>>, now completely lost to her own lust as she slams her cock deeper and deeper inside of you. The man who had just wed the two of you can be seen off to the side masturbating to the sight you getting relentlessly fucked by your own <<mother>>.''
<<nm $player "Haaaa... o-ooohhh... $mom.name... f-fuck..." "Getting dizzy... things are going dark...">>\
''$mom.realName leans over your shoulder, still pounding away, and whispers in your ear.''
<<nm $mom "When this is all over, baby... I still want you to call me mommy, 'kay? Hehe, I love you!">>\
''And with that, she plunges her cock as deep as it will go. A warm sensation permeates your entire body as your <<mom>> deposits a massive load of thick, hot cum inside of your <<if hasPussy()>>womb<<else>>stomach<</if>>.''
<<pic $player "creampie">>\
<<trackAction "creampie.get" $mom>>\
<<nm $mom "Ooohh! A-AAHHH!!! Mmmm...">>\
<<if hasPussy()>>\
<<preg $player "your <<mother>>" "mom">>
<</if>>\
<<nm $player "Ha... haaa... okay... can we go-">>\
<<if hasPenis() and not isChastity()>>\
''You're cut off as your <<mother>> once again starts to plough you at a hard and rapid pace, nearly knocking the wind out of you. She leans forward again, this time cupping your flopping <<pSize>>, and sliding something over it...''
<<AddChastity $mom>>\
<<nm $mom "There, that'll help you become a good girl. Don't forget... 'Mommy'...">>\
<<else>>\
''You're cut off as your <<mother>> once again starts to plough you at a hard and rapid pace, nearly knocking the wind out of you. She leans forward again...''
<<nm $mom "Don't forget... 'Mommy'...">>\
<</if>>\
''Those words and $mom.realName's warm breath on your ear are the last sensations you experience before the world goes dark. You would later learn that $mom.realName continued to use your <<AssOrPussy>> for nearly an hour after you fainted, stopping only to suck off the shady minister as a means to stay longer.''
<<Thought "$mom.name...">>\
<<set $mom.mcsx.avabride += 1>>\
<<set $player.isBride to true>>\
<<set $player.wakeup to "avabride">>\
<<set $player.has.collar to false>>\
<<set $player.hasCollar to true>>\
<<AddHomeEvent 33>>\
<<AddConvo $sister 31>>\
<<AddConvo $mom 17>>\
<<RemoveConvo $sister 30>>\
<<AddNote $mom "Tonight I was basically kidnapped by my own <<mother>> and made to marry her. My head's been foggy ever since, but as long as she's happy, everything's fine.">>\
<<btnLink "Continue" "Room-Sleep">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Mmm, thank you baby!">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<Thought "I wonder... Maybe I'll try amplifying whatever effects the other serums have been having on her... Yeah, let's keep it simple.">>\
<<nm $player "It's been days of endless sex and orgasms, and you couldn't be happier about it. Lately you've been wondering what it would be like to just stop thinking, and give yourself over entirely to your lustful instincts.">>\
''Your <<mother>> stirs slightly before softly nodding in agreement, and after a moment returns to normal. She turns around to tend to the food on the stove, setting her coffee down behind her, acting as though the recent exchange had never occurred.''
<<Thought "Well, here we go... I'll just try to monitor the changes from here out.">>\
''Your <<mother>>'s breathing becomes heavy as she shuffles around anxiously in front of the stove.''
<<nm $player "$mom.name? You okay? Did you want some help with food?">>\
''She snaps back to normal.''
<<nm $mom "Hm? Oh, yeah, sure babe. If you wouldn't mind... um...">>\
<<nm $player "$mom.name?">>\
''She fades off for a moment, before coming around again.''
<<nm $mom "Y'know, I think I'm gonna go lie down for a bit... Do you, um, want me to go down on you before I do?">>\
<<Thought "That came out of nowhere!">>\
<<nm $player "That sounds... great... Maybe a little later, though?">>\
''She silently starts walking out of the room.''
<<nm $mom "Well come get me whenever...">>\
''You rub the back of your head.''
<<nm $player "Sure thing, $mom.name.">>\
<<if not dose($sister,"mcsx")>>\
<<nm $sister "Well if she's not gonna finish it...">>\
<<pic $sister>>\
''You spin around just in time to see that $sister.name had come in just as your <<mother>> was leaving, grabbing $mom.name's still-warm coffee mug she'd left on the counter, and taking it out of the kitchen.''
<<nm $player "W-wait!">>\
<<nm $sister "Nope! Snooze, you lose! I'mma go hang out with $mom.name!">>\
<<Thought "Fuck! I mean... She should be fine... Right? With no command issued, she should probably just feel sleepy...">>\
<<run newDose($sister,"mcsx")>>\
<<run newDose($sister,"brokenhome")>>\
<<AddNote $sister "$sister.name took $mom.name's MCS-X laced coffee before I could dispose of it, leaving the kitchen with it. No command was issued alongside it, but I should still monitor her.">>\
<</if>>\
<<lust $mom 1>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<run newDose($mom,"mcsx")>>\
<<run newDose($mom,"brokenhome")>>\
<<set $mom.mcsx.brokenhome to 1>>\
<<set $mom.dose += 1, $mom.nextSerum to 0>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<set $serum[7].qty -= 1>>\
<<AddNote $mom "I tried the new MCS-X serum on $mom.name today, using it to simply amplify the effects of the serums I'd already used on her. We'll have to wait and see what happens from this point.">>\<<loc_Room>>\
''Still mostly asleep, you start to rouse at a strange feeling coming from beneath the covers. Cracking your eyes open, you see a steaming cup of coffee sitting on your nightstand, but also...''
<<if isSissy() or isChastity()>>\
<<pic $mom "rim-player">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, with her tongue buried in your asshole.''
<<nm $mom "Mmmm...">>\
''She returns to her task, piercing your anus as deeply as she can with her warm, wet tongue. Meanwhile, she's had one hand between her legs ''<<if $mom.hasPenis>>@@.ef;stroking herself to one orgasm after another. Your bed's now saturated with her thick cum@@<<else>>''fingering herself to one orgasm after another. Your bed's now saturated with her juices''<</if>>''...''
<<nm $mom "Fwahhh... Mmmm... Hm? How did I get here? Oh well...">>\
''She picks up her panties and walks out into the hallway, leaving your bed a sopping mess.''
<<nm $player "What the fuck was that all about? It's like she was completely in another world!">>\
<<lust $mom 1>>
<<dom $player -1>>
<<horny 10>>
<<trackAction "rimjob.get" $mom>>\
<<elseif hasPenis()>>\
<<pic $mom "suck-player">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, bobbing up and down on your hard <<pSize>>.''
<<nm $mom "Mmmm...">>\
''She returns to her task, taking you as deep as she can down her throat. Meanwhile, she's had one hand between her legs ''<<if $mom.hasPenis>>@@.ef;stroking herself to one orgasm after another. Your bed's now saturated with her thick cum@@<<else>>''fingering herself to one orgasm after another. Your bed's now saturated with her juices''<</if>>''...''
<<nm $player "$mom.name, I'm... c-cumming...">>\
<<pic $mom "cum-in-mouth">>\
''Hearing that makes her work all the harder for her reward, taking your entire morning load into her mouth.''
<<nm $mom "Fwahhh... Mmmm... Hm? How did I get here? Oh well...">>\
''She picks up her panties and walks out into the hallway, leaving your bed a sopping mess.''
<<nm $player "What the fuck was that all about? It's like she was completely in another world!">>\
<<lust $mom 1>>
<<horny 0>>
<<trackAction "suckCock.get" $mom>>\
<<else>>\
<<pic $mom "eat-pussy">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, with her face buried in your <<vSize>>.''
<<nm $mom "Mmmm...">>\
''She returns to her task, sucking your clit and lightly penetrating you with her warm, wet tongue. Meanwhile, she's had one hand between her legs ''<<if $mom.hasPenis>>@@.ef;stroking herself to one orgasm after another. Your bed's now saturated with her thick cum@@<<else>>''fingering herself to one orgasm after another. Your bed's now saturated with her juices''<</if>>''...''
<<nm $player "$mom.name, I'm... c-cumming...">>\
<<pic $action "female-squirt">>\
''Hearing that makes her work all the harder for her reward, taking a sizable load of your squirt to her face.''
<<nm $mom "Fwahhh... Mmmm... Hm? How did I get here? Oh well...">>\
''She picks up her panties and walks out into the hallway, leaving your bed a sopping mess.''
<<nm $player "What the fuck was that all about? It's like she was completely in another world!">>\
<<lust $mom 1>>
<<horny 0>>
<<trackAction "eatPussy.get" $mom>>\
<</if>>\
<<Thought "That was weird, right? I mean her expression was completely vacant... Could this be the MCS-X setting in?">>\
<<set $mom.mcsx.brokenhome to 2>>\
<<if dose($sister,"brokenhome")>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<else>>\
<<set $mom.default to "ava-nekkid">>\
<<set $player.coinOutfits.pushUnique("ava-nekkid")>>\
<<set $BrokenHome to true>>\
<</if>>\
<<btnLink "Get out of bed" "Room">><<loc_Room>>\
<<set $sister.default to "dakota-nekkid">>\
<<set $mom.default to "ava-nekkid">>\
<<set $player.coinOutfits.pushUnique("dakota-nekkid")>>\
<<set $player.coinOutfits.pushUnique("ava-nekkid")>>\
''Just as you're getting ready to fall asleep, you hear a very loud THUD coming from your <<sister>>'s room followed by equally loud moaning.''
<<Thought "I guess... I should go check that out...">>\
''You drag yourself out of bed and quietly walk down the hallway to $sister.name's room. The door is open, and her light is on. Some of the bedding seems to have been dragged off the bed and when you check the floor you find your <<mother>> and <<sister>> locked in a 69 position, wildly lapping at each others' soaking pussies.''
<<pic $action "female-69-female">>\
<<nm $mom "Mmmmph... mmmph... mmmm...">>\
<<nm $sister "Mmmm... Hhhmmmm... Fwahhh! Mmmm...">>\
''You happen to catch them just in time to witness a large, wet climax from each of them. It's intense enough to force them to take a breath, which is when you notice the completely vacant expression in both their faces.''
<<nm $player "Um, guys?">>\
<<pic $sister>>\
<<nm $sister "Mmmm...">>\
<<nm $mom "Haaa... <<PussyOrCock>>...">>\
''Every few moments, you just barely catch a subtle pink glow swirling behind their eyes.''
<<nm $player "This is definitely the MCS-X serum, but, how did $sister.name...">>\
''You remember back to when your <<sister>> took your <<mother>>'s half-finished dosed coffee.''
<<Thought "Wait, if $mom.name was cock-crazy when $sister.name talked to her after drinking the coffee... $mom.name must have relayed the same command I gave her!">>\
''You can't think about it too long, as $sister.name has moved to push you to the ground, straddling your face and filling your mouth and nose with her wet pussy. She starts squirting almost immediately after sitting down.''
<<pic $sister "orgasm">>\
<<nm $sister "OOOoohhhh! Mmmmm... M-more...">>\
<<if hasWorkingPenis()>>\
''As $sister.name rides your face, your <<mother>> has removed your <<UnderwearOrPants>> and exposed your erect <<pSize>>. She works it in her hand for a moment before climbing on top of you and sliding it inside of her sopping pussy.''
<<pic $mom "ride-player">>\
<<nm $mom "Mmmm... Oooohhhh... Cock!">>\
''The two of them ride your face and cock for sometime, both of them cumming nonstop the entire time, before you finally feel your own orgasm welling up inside you. Sensing this, your <<mom>> takes your entire length inside of her and starts grinding her hips.''
<<nm $player "H-HMPH!" "C-cumming!">>\
<<pic $mom "creampie">>\
<<preg $mom>>
''As your <<mother>> milks your cock for all its worth, your <<sister>> is rolling into her next orgasm. You take the next available opportunity to slide out from underneath both women and get to the door. They look at you for a moment, before $sister.name turns around and starts eating your cum straight out of her <<mother>>'s pussy.''
<<nm $sister "eat-pussy">>\
<<nm $mom "Ooohhh... Mhmmmm...">>\
<<horny 0>>
<<trackAction "eatPussy.give" $sister>>\
<<trackAction "pussyFuck.give" $mom>>\
<<trackAction "creampie.give" $mom>>\
<<elseif isChastity()>>\
''As $sister.name rides your face, your <<mother>> has removed your <<UnderwearOrPants>> and exposed your encased <<pSize>>. She plays with it in her hand for a moment before climbing on top of you and sliding the entire <<accf>> inside of her sopping pussy.''
<<nm $player "W-what the fuck! $mom.name, this i-isn't gonna...">>\
<<pic $mom "ride-player">>\
<<nm $mom "Mmmm... Oooohhhh... Cock!">>\
''The two of them ride your face and cage for sometime, both of them cumming nonstop the entire time.''
<<nm $player "H-HMPH!">>\
<<pic $mom "orgasm">>\
''As your <<mother>> reaches her latest climax, somehow, your <<sister>> is rolling into her next orgasm. You take the next available opportunity to slide out from underneath both women and get to the door. They look at you for a moment, before $sister.name turns around and starts eating her <<mother>>'s pussy.''
<<pic $sister "eat-pussy">>\
<<nm $mom "Ooohhh... Mhmmmm...">>\
<<horny 10>>
<<trackAction "eatPussy.give" $sister>>\
<<trackAction "pussyFuck.give" $mom>>\
<<elseif isSissy()>>\
''As $sister.name rides your face, your <<mother>> has removed your <<UnderwearOrPants>> and exposed your flaccid sissy dick. She plays with it in her hand for a moment before climbing on top of you and sliding sliding her pussy over it as if she was tribbing another girl.''
<<nm $player "W-what the fuck! $mom.name, this i-isn't gonna...">>\
<<nm $mom "Mmmm... Oooohhhh... Cock!">>\
''The two of them ride your face and clitty for sometime, both of them cumming nonstop the entire time.''
<<nm $player "H-HMPH!">>\
<<pic $mom "orgasm">>\
''As your <<mother>> reaches her latest climax, somehow, your <<sister>> is rolling into her next orgasm. You take the next available opportunity to slide out from underneath both women and get to the door. They look at you for a moment, before $sister.name turns around and starts eating her <<mother>>'s pussy.''
<<pic $sister "eat-pussy">>\
<<nm $mom "Ooohhh... Mhmmmm...">>\
<<horny 10>>
<<trackAction "eatPussy.give" $sister>>\
<<trackAction "pussyFuck.give" $mom>>\
<<else>>\
''As $sister.name rides your face, your <<mother>> has removed your <<UnderwearOrPants>> and exposed your glistening <<vSize>>. She lightly fingers your slit for a moment before sliding into position and rubbing herself against you.''
<<nm $player "O-oh, $mom.name!">>\
<<pic $action "tribbing">>\
<<nm $mom "Mmmm... Oooohhhh... Fuck!">>\
''The two of them ride your face and grind your pussy for sometime, both of them cumming nonstop the entire time.''
<<nm $player "H-HMPH!">>\
<<pic $mom "orgasm">>\
''As your <<mother>> reaches her latest climax, your <<sister>> is rolling into her next orgasm. You take the next available opportunity to slide out from underneath both women and get to the door. They look at you for a moment, before $sister.name turns around and starts eating her <<mother>>'s pussy.''
<<pic $sister "eat-pussy">>\
<<nm $mom "Ooohhh... Mhmmmm...">>\
<<horny 0>>
<<trackAction "eatPussy.give" $sister>>\
<<trackAction "pussyFuck.give" $mom>>\
<</if>>\
<<nm $player "So, you guys are... good then?">>\
''There's no response from your <<mother>> or <<sister>>, both of whom are now completely lost to each other's lust.''
<<Thought "This has to have been from the MCS-X... Did I completely break $mom.name and $sister.name?">>\
''Having seemingly permanently mindbroken your <<mom>> and $sister.name, turning them both into brainless sex machines, you quietly exit your <<sister>>'s and head back to bed.''
<<set $BrokenHome to true>>\
<<set $mom.mcsx.brokenhome to 3>>\
<<set $sister.status to "@@.xxx;Mindbroke Sibbling@@">>
<<btnLink "Continue..." "Room-GotoBed">><<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<pic $mom>>\
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<Thought "Her behavior lately's been... interesting... I wonder what effect the $serum[7].name would have on her at this point?">>\
<<nm $player "$mom.name, this new confidence you've been enjoying has felt nothing short of amazing, but you have to wonder, is this really enough? What do you think your life could be like if you could free yourself of all your lingering constraints and fears, and just do whatever you wanted?">>\
''Your <<mother>>'s eyes glaze over further, a line of drool runs out the corner of her mouth and her breathing intensifies as nods in agreement. After a moment returns to normal. She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hold on, honey.">>\
''Your <<mother>> walks towards you, raising a hand and causing you to flinch.''
<<nm $mom "Aw, sweetie, I'm not going to hurt you...">>\
''Instead of the slap you were bracing for, your ?mother instead gently caresses your chin and cheek.''
<<nm $mom "Mmm, I'm just... deciding...">>\
<<nm $player "D-deciding? O-on what?">>\
''She begins stripping her clothes as you instinctively drop to your knees.''
<<pic $mom "pussy-kitchen">>\
<<nm $mom "Nothing you need to worry about right now, sweetie... Your ?sister on the other hand... Anyway, mommy needs to cum, would you be so kind?">>\
''Without hesitation, you move forward and take her mound into your open mouth.''
<<pic $mom "eaten-by-player">>\
<<nm $player "HMPH! MPH! Mmph..." "At least she's being nicer about it this time?">>\
''You're face gets used for quite some time until your <<mother>> finally floods your mouth with her thick juices. You do your best, but much of it spills to the ground in front of you.''
<<nm $mom "Mmmm, that's better! Hehe, such a good <<boy>>! Well, I'm gonna get back to making food, we'll continue our conversation later, okay?">>\
''She smiles brightly as she returns to preparing breakfast.''
<<lust $mom>>
<<dom $player -3>>
<<trackAction "eatPussy.give" $mom>>\
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"maniac")>>\
<<set $mom.status to "@@.xxx;Dommy Mommy?@@">>\
<<set $mom.mcsx.maniac to 1>>\
<<set $mom.dose += 1, $mom.nextSerum to 0>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<set $serum[7].qty -= 1>>\
<<AddHomeEvent 42>>\
<<AddNote $mom "I tried the new MCS-X serum on $mom.name today, using it to simply amplify the effects of the serums I'd already used on her. We'll have to wait and see what happens from this point.">>\<<loc_Room>>\
''You wake up in the middle of the night to strange sounds coming from down the hall. As you start to come to, you can start to make out what sounds like $sister.name in distress, along with your ?mother's voice.''
<<Thought "$sister.name? I should go check on her...">>\
''Sneaking down the hallway you see your ?sister's door is cracked open, and you can hear your ?mom's voice even clearer now.''
<<pic $mom "ava-nekkid">>\
<<nm $mom "You dumb bitch! I can't believe you'd talk to your own ?mother that way!">>\
@@SLAP!@@
<<nm $sister "OUCH! F-fuck you!">>\
''$mom.realName raises her hand again, causing $sister.name to shrink back into submission. It's only now you realize they're both naked, with your ?mother standing over $sister.name who is on her knees in front of her.''
<<Thought "This is intense, but... I should keep out of sight for now...">>\
<<pic $sister "dakota-nekkid">>\
<<nm $sister "S-sorry, mo- I mean, Mistress...">>\
<<nm $mom "Hmmm?">>\
''$sister.name adjusts, getting on her hands and knees like an animal.''
<<nm $sister "I-I'll never s-speak to you like that again... P-please forgive me... Mistress.">>\
''$mom.realName smiles softly, sitting on the bed and patting your ?sister on the head. She then reaches over and pulls a leash and collar out from under a nearby pillow, placing the collar around $sister.name's neck and fixing the leash to it.''
<<nm $mom "What a good girl you are! Now, come apologize properly...">>\
<<nm $sister "Y-yeHNG!">>\
''She tugs the leash, pulling $sister.name between her spread legs and straight into her glistening pussy. Your younger ?sister wastes no time, getting to work pleasuring her ?mother.''
<<pic $sister "eat-pussy">>\
<<nm $mom "Mmm, that's it... Good girl... Mmm, I can't wait until your <<brother>> is as well trained as you are, hahaha!">>\
<<Thought "And that's my cue!">>\
''You quietly sneak back to bed, your ?mother's moans and orgasms fill the hallway.''
<<set $sister.isTrained to true>>\
<<set $sister.default to "dakota-pet">>\
<<set $player.coinOutfits.pushUnique("dakota-pet")>>\
<<set $mom.mcsx.maniac to 2>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<AddNote $mom "I caught $mom.name punishing $sister.name late at night. I don't know what she did, but the punishment was pretty harsh. In the end, $sister.name was collared, leashed, and forced to eat $mom.name's pussy.">>\
<<btnLink "Continue" "Room-Sleep">>\<<loc_Room>>\
''You wake up in the middle of the night, throat parched, only to find you've let yourself run out of water.''
<<Thought "...Fuck. It's fine...">>\
''Dragging yourself out of bed and into the hallway, you slowly make your way downstairs, still half asleep. As you approach the ground level, you find that the kitchen lights are on. What's more is that your ?mother is sitting on a chair in the middle of the kitchen with $sister.name on her knees eating her out.''
<<pic $mom "ava-nekkid">>\
<<nm $mom "Ah, sweetie, you're up late. Something you need?">>\
''You pause, a little shocked about how nonchalant your ?mom is being about the whole situation. $sister.name moans softly into $mom.realName's pussy.''
<<pic $sister "eat-pussy">>\
<<nm $player "I-I, um, I was just out of water... You good?">>\
''$mom.realName purrs as she strokes your ?sister's hair.''
<<nm $mom "I should think so, even despite your interruption. You really need to learn your manners, you know? I think I'll have to teach you, once I'm done educating your ?sister here...">>\
''You watch as your ?mother pulls $sister.name's face in even deeper, grinding her wet cunt into the young girl's mouth, a sadistic smile creeping over her face. You quickly fill your cup and head back to your room.''
<<set $mom.mcsx.maniac to 3>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<AddNote $mom "Once again, I happened upon $mom.name dominating $sister.name, only this time she was fully aware I was there. She seemed completely comfortable turning her ?daughter into her personal sex slave, and I have a bad feeling I might be next...">>\
<<btnLink "Continue" "Room-Sleep">>\<<loc_Room>>\
''You lay down in bed, getting ready to settle in for the night, when suddenly your door creaks open. Your ?mother slowly makes her way through your room, towards your bed, a soft expression on her face.''
<<pic $mom "robe">>\
<<nm $mom "Hey sweetie, mind if I sit down with you?">>\
<<nm $player "Oh, hey $mom.name. Sure, yeah, what's up?">>\
''$mom.realName sits down next to you on your bed, gently pushing you back and leaning over you.''
<<Thought "She smells so nice... Did she always wear this perfume?">>\
<<nm $mom "So, I know things have been a little... strange around here lately. And I know that I may have come off as a little harsh?">>\
<<nm $player "A little, yeah...">>\
''She moves closer.''
<<nm $mom "I'm sorry if I scared you baby, from now on, Mama's gonna take care of you and your little slut puppy ?sister from now on...">>\
<<nm $player "W-what the fu... uuuuhhh... mmm...">>\
''The fumes of the chemical soaked cloth fill your airways, and before you even realize you're being knocked out, it's too late. You vision fades, and the last thing you see before going dark is the evil grin on your ?mother's face.''
<<nm $mom "Sleep baby... sleep... we have a long week ahead of us...">>\
<<set $mom.mcsx.maniac to 4>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<set $Maniacal to true>>\
<<set $ManiacalDream to true>>\
<<set $player.isMute to true>>\
<<set $CanTF to false>>\
<<btnLink "Continue" "Room-Sleep">>\<<NewDay>>\
<<loc_SisterRoom>>\
''Light starts to fill your vision, but opening your eyes is difficult. You're laying down on a cold, hard surface, and seem to be in a tight ball.''
<<Thought "So groggy... my body's sore... throat's killing me...">>\
''As your senses return, you hear the feint sound of clanging metal and footsteps. Then, a familiar voice.''
<<nm $mom "Aw, $sister.name, your new playmate's starting to wake up!">>\
<<Thought "$mom.name? Playmate? I need to open my eyes...">>\
''Finally, you force your eyelids up, and your ?mother's face starts to come into view. However, between the two of you are a series of black bars. As you start to stretch your body out, you realize that you are, in face, inside of a large cage.''
<<nm $player "My throat...">>\
''You try to speak, but no sound escapes your mouth. The attempt triggers a sharp pain causing you to reach for your throat.''
<<pic $mom>>\
<<nm $mom "Throat still sore? They said it would be a little painful for you for the first few weeks... Oh right, I suppose you should know that I had you and your ?sister muted while you were out. No more backsassing from you two! $sister.name woke up a couple days ago, but you were out for over a week! Hahaha, such a sleepy head...">>\
<<Thought "What the fuck?">>\
''This is enough to get you to your feet, not that you can stand all the way up in your cage. You're completely naked, unaware of a collar fastented around your neck with a small bell on it. You look over and find your ?sister in the same situation, though she seems much more amicable.''
<<nm $mom "You like your collar? It was awefully expensive, but the woman who sold it to me told me it would be worth every penny. Let's see, shall we? First, go ahead and put your tail in for me...">>\
''Your ?mother motions to the corner of your cage where a large dog tail buttplug sits next to a bottle of lube. You look at it with disguist.''
<<nm $player "There's no fucking way I'll-">>\
''You feel a tightening sensation around your neck, cutting off your train of thought as your focused is pulled to the feint sound of a bell ringing in the distance. Against all of your brain's protests, you drop to your knees, lube up the plug, and shove it into your <<aSize>>. You look back at your ?mother, as if seeking approval for following her orders.''
<<Thought "What the fuck!?">>\
<<nm $mom "Awww, who's my good <<boy>>! Now then, I have some things to take care of, but I'll be back soon. Why don't you two masturbate for each other while I'm gone? $player.name, I'm sure your ?sister would love watching you stroke your <<PussyOrCock>> in front of her for the next couple hours. Anyway, you both have fresh food and water. I'll be back!">>\
''She reaches through the cage and pats your head like a dog before exiting the room.''
<<pic $sister "spread">>\
<<nm $player "Is this... really happening?">>\
<<btnLink "Continue" "ManiacalHome" "passTime()">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Mmm, thank you baby!">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<Thought "Let's see how $mom.name responds to a little nudge along with the $serum[7].name...">>\
<<nm $player "$mom.name, you've been having an amazing time, just loving and being loved, but you can't help but wonder, is this really enough for you? You can't help but wonder if there would be a way to grow even closer to your <<son>>, maybe as less of a ?mother and more as a... wife?">>\
''Your <<mother>> stirs slightly before softly nodding in agreement, and after a moment returns to normal. She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<Thought "Well, here we go... I'll just try to monitor the changes from here out.">>\
''Your <<mother>>'s breathing becomes heavy as she shuffles around anxiously in front of the stove.''
<<nm $player "$mom.name? You okay? Did you want some help with food?">>\
''She snaps back to normal.''
<<nm $mom "Hm? Oh, yeah, sure baby, thank you!">>\
<<nm $player "$mom.name?">>\
''$mom.realName is blushing heavily as she stares at you. She's trying desperately to stop beaming.''
<<nm $mom "H-how is it, dear?">>\
<<Thought "Dear?">>\
<<nm $player "Um, it's good, $mom.name, thank you.">>\
''She looks pleased, smiling warmly at you. The two of you finish your meal and clean up together, your <<mom>> then kisses you on the cheek before leaving the room.''
<<nm $mom "Love you baby!">>\
''You rub the back of your head.''
<<nm $player "L-love you, too, $mom.name.">>\
<<love $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<run newDose($mom,"mcsx")>>\
<<run newDose($mom,"bride")>>\
<<set $mom.mcsx.bride to 1>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<set $mom.dose += 1, $mom.nextSerum to 0>>\
<<set $mom.status to "@@.xxx;Devoted ?Mother@@">>
<<set $serum[7].qty -= 1>>\
<<AddHomeEvent 44>>\
<<AddNote $mom "I tried the new MCS-X serum on $mom.name today, attempting to help foster the feelings she's already started developing. We'll have to wait and see what happens from this point.">>\<<loc_Landing>>\
''As you leave for work, you can hear someone quickly shuffling through the house up behind you. Turning around, you see your ?mother standing behind you with a bright smile on her face.''
<<pic $mom>>\
<<nm $mom "Sweetie, I'm glad I caught you before you left!">>\
<<nm $player "Oh, hey $mom.name, what's up?">>\
''She grabs your face and goes in for a loving kiss on your cheek. At the same time, she pushes a paper bag into your hand.''
<<nm $player "What's this?">>\
''Your ?mom blushes.''
<<nm $mom "I, um, made you lunch for work today. I thought it might make your day better!">>\
''You can't help but laugh a little bit before pulling her in for a real kiss.''
<<pic $mom "kiss-player">>\
<<nm $mom "Mmmm...">>\
<<nm $player "I think it's already made my day better. Thanks $mom.name!">>\
<<nm $mom "Have a nice day sweetie!">>\
''She waves you off as you leave the house and head off to work.''
<<set $mom.mcsx.bride to 2>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<AddNote $mom "$mom.name grabbed me on my way to work today, giving me a kiss on the cheek and sending me off with a packed lunch. She looks incredibly excited to give it to me.">>\
<<btnLink "Continue" "GotoWork">>\<<loc_Room>>\
''As you start to drift off, there's a light knock on your door. After a brief moment, it cracks open and your ?mother enters the room, clad in lingerie, and shutting the door behind her.''
<<nm $player "$mom.name?">>\
<<pic $mom "lingerie-show">>\
''Without saying a word, she slinks over to your bed, undressing along the way. She climbs into your bed, running her hand up your leg, stomach, over your <<bSize>> and around your neck, climbing on top of you and pulling you in for a deep, loving kiss.''
<<pic $mom "kiss-player">>\
<<nm $mom "Mmmm... Hey baby, mind if I sleep with you tonight?">>\
<<nm $player "N-not at all...">>\
''She smiles, kissing you again before sliding down under your sheets.''
<<if hasWorkingPenis()>>\
<<pic $mom "suck-player">>\
<<nm $mom "Mmmm... mmm... mm...">>\
''Your ?mother expertly works your <<pSize>> with her mouth, rolling her tongue along its length and around its head. After ensuring it's nice and wet, she releases it and straddles your waist, showing off her own soaked pussy.''
<<nm $mom "I want you to make me yours tonight baby, let me be your everything!">>\
<<nm $player "Y-yes...">>\
''She slides your slick member inside of her before dropping down and taking its entire length.''
<<pic $mom "ride-player">>\
<<nm $mom "Oooohhhhh! Haaaa, mmmm... Baby... So good!">>\
''You match her rhythm, driving yourself up into her every time she bounces down and sending waves of thick juices splashing out from under her. She grabs her breasts, moaning loudly with every orgasm. You grab her, rolling over and taking charge, pulling her legs up and drilling deep into her.''
<<nm $mom "C-cumming again! O-OOHHHH!!!">>\
<<pic $mom "orgasm">>\
<<nm $player "$mom.name... I'm gonna...">>\
''She wraps her legs around your back, pulling you in to take your full load inside of her.''
<<pic $mom "creampie">>\
<<love $mom>>
<<lust $mom>>
<<dom $player 3>>
<<preg $mom>>
<<horny 0>>
''You pump every last drop of cum into your ?mother before rolling over and laying next to her. She curls up under your arm, catching her breath and rubbing your chest with her finger.''
<<trackAction "suckCock.get" $mom>>\
<<trackAction "pussyFuck.give" $mom>>\
<<trackAction "creampie.give" $mom>>\
<<elseif hasPussy()>>\
<<pic $mom "eat-pussy">>\
<<nm $mom "Mmmm... mmm... mm...">>\
''Your ?mother expertly works your <<vSize>> with her mouth, sliding her tongue along its length and sucking on your clit. After ensuring it's nice and wet, she pulls back it and straddles your waist, showing off her own soaked pussy.''
<<nm $mom "I want you to make me yours tonight baby, let me be your everything!">>\
<<nm $player "Y-yes...">>\
''She slides one of her legs under one of your, pressing her warm wet pussy against your own and sliding her labia over your clitoris.''
<<pic $action "tribbing">>\
<<nm $mom "Oooohhhhh! Haaaa, mmmm... Baby... So good!">>\
''You match her rhythm, grinding yourself up into her every time she presses down and sending waves of thick juices splashing out from between your thighs. She grabs her breasts, moaning loudly with every orgasm. You grab her, rolling over and taking the top position, pulling her legs back and pushing deeper into her.''
<<nm $mom "C-cumming again! O-OOHHHH!!!">>\
<<pic $mom "orgasm">>\
<<nm $player "M-me too!">>\
''She pulls you in for a deep kiss as the two of you experience wave after wave of intense rolling orgasms together.''
<<love $mom>>
<<lust $mom>>
<<dom $player 3>>
<<horny 0>>
''You try to keep yourself up, legs quivering and trembling under you, before finally rolling over and laying next to her. She curls up under your arm, catching her breath and rubbing your chest with her finger.''
<<trackAction "eatPussy.get" $mom>>\
<<trackAction "trib.get" $mom>>\
<<else>>\
<<pic $mom "rim-player">>\
<<nm $mom "Mmmm... mmm... mm...">>\
''Your ?mother expertly works your <<aSize>> with her mouth, pressing into it with her tongue as your <<if isChastity()>>caged <<pSize>> drips precum over your thigh<<else>>flaccid sissy cock streams precum over your thigh<</if>>. After ensuring it's nice and wet, she pulls back and turns around, exposing her dripping pussy to you.''
<<nm $mom "I want you to make me yours tonight baby, let me be your everything!">>\
<<nm $player "Y-yes...">>\
''You sit up, moving behind her and lowering your face into her intoxicating sex.''
<<pic $player "eat-pussy">>\
<<nm $mom "Oooohhhhh! Haaaa, mmmm... Baby... So good!">>\
''You slide in one finger, then another, working in tandem with your tongue to bring her from one trembling orgasm to another. With every torrential burst, your face and bed become more and more saturated with her thick juices.''
<<nm $mom "C-cumming again! O-OOHHHH!!!">>\
<<pic $mom "orgasm">>\
<<love $mom>>
<<lust $mom>>
''Your ?mother howls in one final orgasm before the two of your collapse into the bed. She curls up under your arm, catching her breath and rubbing your chest with her finger.''
<<trackAction "eatPussy.give" $mom>>\
<<trackAction "rimjob.get" $mom>>\
<</if>>\
<<nm $mom "Mmm... Don't you just wish this could last forever... You and me, not a care in the world, just each other...">>\
<<nm $player "That sounds like a nice life... Come here!">>\
''You wrap your arm around $mom.realName's shoulder and pull her in to cuddle. The two of drift off to sleep. Hours later, you wake up to find she's returned to her own bed.''
<<Thought "My sheets still smell like her... Hm...">>\
<<set $mom.mcsx.bride to 3>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<btnLink "Continue" "Room-Sleep">>\<<loc_Room>>\
''As you're getting ready to settle in and go to sleep, your phone vibrates on your nightstand. To your surprise, it's a text from your ?mother asking you to come see her in her room. You throw a shirt on and walk down the hall, giving her door a couple light knocks before quietly entering. To your surprise, $mom.realName is waiting in her room clad in a beautiful white wedding dress.''
<<pic $mom>>\
<<nm $mom "H-hey baby. How do I look?">>\
''You're stunned, needing to take a moment before you can even push out a response.''
<<nm $player "You look amazing! Um, w-what's going on, though?">>\
''She walks up to you, wrapping her arms around your neck. You're left speechless by her beauty. She kisses you lightly before stepping back.''
<<nm $mom "I-I've been giving it a lot of thought, and, the truth is I love you baby. Not like a mother loves her <<son>>, but in the sense that I want to devote my entire mind, body, and heart to you. I... I want you to make me your bride!">>\
''Her face is filled with emotion as she gets the words out, and driven by pure instinct you reach out and take her into your arms, kissing her deeply.''
<<pic $mom "kiss-player">>\
<<nm $mom "I know we can never be 'official', but, as long as we're home, and as long as you'll have me, please let me be your loving and devoted wife!">>\
<<nm $player "$mom.realName... Of course!">>\
''She squeals with joy as she pounces you, taking you to the bed. The two of you make passionate love for hours into the early morning. The warmth and love pours from her, and the two of you share what may be one of the greatest nights of your life. You kiss her on the head, and quietly return to your room for the time being. She's left sleeping soundly in her bed.''
<<Thought "This is... going to be complicated... Right? I mean, it doesn't have to be? Still, I wonder how things will change from here on out... For now, sleep...">>\
<<set $mom.mcsx.bride to 4>>\
<<set $mom.isBride to true>>\
<<btnLink "Continue" "Room-Sleep">>\<<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<Thought "I wonder... if the MCS-X serum is capable of reversing, or overwriting, the effects of a previously administered serum...">>\
<<nm $player "$mom.name... It's so frustrating, not being able to cum. You're so pent up, so desperately needing to get off, but no matter what you do you can't seem to make it happen on your own. No matter how many men you take at a time, you just can't get that relief you need. You've been thinking about it a lot, and you've noticed how uncontrollably horny you've been getting on the streets and in your office... That's it! As long as you're not inside our house, you can fuck and cum to your heart's content! You know it's 'wrong' and 'obscene' to do those kinds of things around town, but you're not gonna let that stop you anymore! You need to cum!">>\
''Your <<mother>> stirs slightly before softly nodding in agreement, and after a moment returns to normal. She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<Thought "Well, here we go... I bet she'll suddenly have plans to see a movie tonight or something...">>\
''Your <<mother>>'s breathing becomes heavy as she shuffles around anxiously in front of the stove.''
<<nm $player "$mom.name? You okay? Did you still want help with the food?">>\
''She snaps back to normal.''
<<nm $mom "Hm? Oh, yeah, sure babe. If you wouldn't mind bringing me some more eggs and getting a few plates down, that would be great.">>\
<<nm $player "Sure thing, $mom.name.">>\
''You help around the kitchen for a few minutes...''
<<nm $mom "Y'know sweetie, I was thinking about calling some friends and going out to see a movie tonight. You and your <<sister>> good ordering in pizza?">>\
<<Thought "Ha...">>\
<<nm $player "That's no problem... but you know $sister.name and I can both cook, right?">>\
''She doesn't seem to be listening.''
<<nm $mom "We'll probably go out for drinks afterwards... I may crash on someone's couch, so, don't wait up for me.">>\
''You hold back a grin.''
<<nm $player "Sure thing, $mom.name.">>\
''You and your <<mother>> sit down at the table and the two of you eat a small meal together. Your <<mother>> finishes her food quickly and heads up to her bedroom.''
<<lust $mom 1>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set $mom.control.mcsx to true>>\
<<set $mom.mcsx.slut to 1>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<set $mom.dose += 1, $mom.nextSerum to 0>>\
<<set $serum[7].qty -= 1>>\
<<AddNote $mom "I tried the new MCS-X serum on $mom.name today, I want to see if it's capable of overwriting an earlier command where I made it so that she can't come unless I'm touching her. The initial effects seem no different than any other version of the serum, and I saw no immediate change in her behavior. Still, I should keep an eye on her over the next few days and see if anything actually does change.">>\<<loc_Room>>\
''You'd just fallen asleep after another long day, when a loud crash from downstairs sends you flinging into an upright position. It takes a might for you to regain you bearing. The clock in your room shows it about a quarter after midnight.''
<<Thought "What the fuck!? Was that... the living room?">>\
''After debating whether or not you should arm yourself, you ultimately hop out of bed, throw some clothes on and quietly walk downstairs. As you reach the landing, you notice the front door is wide open, and laying face down on the floor in front of it, your <<mother>>.''
<<nm $player "$mom.name!">>\
''You turn on the living room light and run over to her. She reeks of sex, sweat and semen, and her clothing is stained and saturated with it. Her panties have gone missing from under her short skirt, and a large pool of cum is still leaking from her gaping pussy and asshole.''<<if $mom.hasPenis>>@@.ef; Her cock is still hard, and still spurting jets of thick cum every few seconds@@''.''<</if>>
<<nm $player "$mom.name? What the hell...">>\
''Turning her over reveals she's uninjured, if not thoroughly disheveled. Her expression is one of pure bliss as even more cum dribbles out the corner of her smiling mouth.''
<<Thought "So, that's it... I guess she's able to cum on her own again, so long as she's not here. Talk about going overboard though. I guess I'll need to get her back to bed and clean all this up before morning.">>\
''You kneel down, sliding one hand under her knees and the other behind her neck. She's heavier than you expected, but nothing you can't manage. What you weren't expecting were the sudden spasms that came immediately after lifting her.''
<<nm $mom "A-ahhAHHH!!!">>\
<<if $mom.hasPenis>>\
<<pic $action "ts-squirt">>\
@@.ef;A fresh, thick load of cum shoots from her pulsing cock, nearly hitting you square in the face!@@
<<else>>\
<<pic $action "female-squirt">>\
''Waves of thick squirt gush from your <<mother>>'s quivering pussy, hitting the floor with a splash.''
<</if>>\
<<nm $player "W-what the...?">>\
<<Thought "She's... still out. Even completely passed out she managed to cum just from me lifting her...">>\
''You carry up to her bed and lay her down, closing the door quietly behind you. Grabbing the mop out of the bathroom, you retrace your steps cleaning up all of your <<mother>>'s fresh unconscious orgasms in the hallway, as well as the large mess by the front door.''
<<nm $player "That looks like all of it. I wonder if this is gonna be a common occurrence now... Oh well, I'll just have to try to keep an eye on her.">>\
''With that, you clean out the mop and head up to bed, falling asleep almost instantly.''
<<set $mom.mcsx.slut += 1>>\
<<set $mom.mcsx.cd += $mcsxCD>>\
<<set $mom.nextSerum to 0>>\
<<set $mom.status to "@@.xxx;Town Crotch@@">>\
<<btnLink "Go to sleep..." "Room-Sleep">><<loc_Landing>>\
''Just before you're about to drift off to sleep, the doorbell begins ringing.''
<<Thought "What? Who the hell...">>\
''Opening your eyes you notice feint red and blue lights pouring in through the window, then hear more loud knocking at the front door. Now panicked, you quickly put clothes on and run downstairs...''
<<pic $mom "officer">>\
<<nmc "Officer 1" "<<Mr>>... $player.surname?">>\
<<nm $player "Y-yes?">>\
''Two officers stand at your front door, both appearing exhausted and frustrated. Between them is your <<mother>> who is, save for a small blanket draped over her shoulders, completely naked. She's down on her knees with her hands cuffed behind her back, covered in sweat and other fluids. ''<<if $mom.hasPenis>>@@.ef;Her huge cock springs up from between her legs at full hardness. @@<</if>>''She's panting, tongue hanging out of her mouth like a dog.''
<<nm $player "$mom.name!? What the hell happened!?">>\
<<nmc "Officer 2" "So this is your <<mother>>? We'll explain everything, <<sir>>, but first would you mind getting your <<mom>> inside and up to her bed. We ask you go ahead and leave the cuffs on her for now... we'll explain those, too... and we'll get them off her before we leave. Thanks.">>\
''You take a moment to register the situation, before nodding and grabbing your <<mother>> by the arm to pull her up.''
<<nm $mom "A-AHHHHH!!!!">>\
<<if $mom.hasPenis>>\
<<pic $action "ts-squirt">>\
@@.ef;Your <<mom>>'s cock explodes as you touch her, sending rope after rope of thick cum into the air and onto the floor in front of her.@@
<<else>>\
<<pic $action "female-squirt">>\
''Waves of thick squirt gush from your <<mother>>'s quivering pussy, hitting the floor with a splash.''
<</if>>\
<<nm $player "I-I, um...">>\
''The officers look away, confused and embarrassed. You hurry your <<mother>> up to her room and drop her on her bed. Her mind seems completely lost right now, and you can only think of one thing to do. You run to your room and pull a small syringe out from a locked drawer in your desk.''
<<nm $player "Here, this'll help you sleep... You should feel better in the morning...">>\
''You slide the syringe into your <<mom>>'s neck. After a moment she calms down, then sleeps. You toss the syringe before heading back downstairs to find both officers inside, sitting on the couch waiting for you.''
<<nmc "Officer 1" "So... Hm... Does your <<mother>> have a history of ment-">>\
<<nmc "Officer 2" "Look <<sir>>, we'll cut to the chase. We got a call from a local bar saying there was a woman coming in, barely covered, and pulling three, four, five guys an' gals out at a time for a little, ah, you know, roll in the alley?">>\
<<Thought "Jeez, $mom.name... I wonder... Is this the effect of repressing her for so long, or is the MCS-X itself more to blame? Both?">>\
<<nm $player "Okay... Then what?">>\
<<nmc "Officer 1" "By the time we arrived she was, well, she was the way she was when we brought her here. When my partner and I got close to her, she started frantically pulling at our clothing. She didn't seem dangerous, but...">>\
<<nm $player "But you still had to restrain her. I understand...">>\
<<nmc "Officer 2" "Right, so, we finally got her in the back of the cruiser and threw a blanket over her, and now here we are. Normally, this'd be a pretty straightforward; we'd fine her for public indecency and that'd be that. The bar owner decided not to press charges, and frankly, no offense, she don't seem... quite right...">>\
<<nmc "Officer 1" "Basically, we're letting her off with a warning, and one for you, too. Get your <<mom>> whatever help she needs. Next time, things might not play out this way, if you know what I mean...">>\
''You thank the officers, and point them upstairs to where your <<mother>> lays unconscious on her bed. They remove the handcuffs and bid you a good night before driving off in their cruiser.''
<<Thought "Oh, man... Hopefully this was a one-time break... I'm not sure what to do if she gets completely out of control...">>\
''You check in on your <<mom>> one last time to find her sleeping soundly. You kiss her on the forehead, then collapse into your mattress.''
<<set $mom.mcsx.slut += 1>>\
<<set $mom.mcsx.cd += $mcsxCD>>\
<<set $mom.status to "@@.xxx;Public Menace@@">>\
<<btnLink "Go to sleep..." "Room-Sleep">><<loc_Room>>\
''Having only barely fallen asleep, you're suddenly awoken by the sound of your cellphone vibrating on the nightstand. Grumbling, you reach over and lift it up...''
<<nm $player "$sophie.name?">>\
''You answer.''
<<nm $sophie "<<Formal>>, I hope I didn't wake you. Listen, we have a bit of a... situation... A Company vehicle will be at your house in, oh, about three minutes to pick you up and bring you here.">>\
<<nm $player "Wait, wha-">>\
''$sophie.name hung up the phone.''
<<Thought "What now...">>\
''You pull on your <<top>> and <<bottom>>, and slip your <<shoes>> on just in time to hear the familiar sound of your usual ride honking from the driveway. You head out and climb into the car.''
<<nm $player "$mick.name... $jag.name...">>\
<<nm $jag "Beautiful night, in't it? Poor $mick.name here was sleepin' like a baby, haha, so he might be a little cranky tonight.">>\
''$mick.name growls.''
<<nm $player "Hah, yeah, I feel ya' $mick.name. So, any idea what this is about?">>\
<<nm $jag "No <<sir>>. Sophie tells us where to go and we go, simple as that.">>\
<<nm $player "I see... Well, guess I'll find out soon enough.">>\
<<btnLink "Arrive at The Company" "Mom-MCSX-Sell-3b">><<loc_TrainingRoom>>\
''You arrive. $jag.name instructs you to head down to The Pit to meet $sophie.name.''
<<Thought "The training room... What could $sophie.name possibly need to meet me there for at this hour?">>\
<<pic $sophie>>\
<<nm $sophie "<<Formal>>, thanks for coming. How are you tonight?">>\
<<nm $player "I'm... fine? What's going on?">>\
''$sophie.name motions to the back room. She speaks as the two of you walk.''
<<nm $sophie "The Company has a very strict containment policy. Obviously, discretion takes priority over everything else. Can't have any unwanted attention in this line of work.">>\
<<nm $player "R-right... Did something happen?">>\
<<nm $sophie "Hmm... Well, no. Not yet. Let's say, we were forced to take some preventative measures...">>\
''$sophie.name opens the door to the back room.''
<<pic $mom "trainingroom1">>\
''Your <<mother>> is being held in a small room behind a glass window with another man. She's on her knees, in a provocative and cum-stained outfit with the man's large cock gliding in and out of her mouth.''
<<nm $player "I...">>\
<<nm $sophie "Your <<mother>>, right? Yes... We found her at her office holding an... impromptu after-hours meeting with several of her coworkers. I don't suppose you had anything to do with that?">>\
''You tell $sophie.name everything. About the experimental serum, how you've been testing serums on your mothers...''
<<nm $sophie "I see. First, I'm not one to judge, $player.name. What you do at home is your own business. Taboo wouldn't be taboo unless it were 'forbidden', right?">>\
''You don't respond.''
<<nm $sophie "Second, and more importantly, your <<mother>>'s behavior has reached a point where it could potentially become a problem for us. One that now needs to be... contained.">>\
<<nm $player "Wait, you're not going to... I mean... What are-">>\
<<nm $sophie "Relax, I'm not entirely without sympathy. Since no protocols have officially been broken, what happens to her is still in my hands.">>\
<<pic $mom "trainingroom2">>\
''The two of you watch in silence for some time as the man takes your <<mother>> from behind, her face overcome with bliss.''
<<nm $sophie "Here's the arrangement. Your <<mother>> will be fired from her current place of employment. That much was bound to happen with or without our intervention. She will become an employee of The Company where, like you, her talents and needs will be put to good use. She can go home with you in the evening, however, she will be spending nights here in order to avoid any... repeat incidents.">>\
<<pic $mom "trainingroom3">>\
''Ropes of hot cum spray across your <<mother>>'s face and tongue as she eagerly accepts the man's huge load.''
<<nm $sophie "This is non-negotiable. Trust me when I tell you that the alternative is much worse. Outside of $diana.name and myself, no one knows this woman's relationship to you. You will both be expected to keep that information confidential as well.">>\
<<pic $sophie>>\
<<nm $sophie "Are we in agreement, <<Formal>>?">>\
''You nod.''
<<nm $player "Y-yes... Not like there's much choice...">>\
<<nm $sophie "There's always a choice, <<Formal>>. This is, however, the right one. Go meet with your escorts up top, go home, get some sleep. I'll see that your <<mother>> is well taken care of here. She'll be back home in the morning. On workdays she will be brought in around noon, after you've already arrived.">>\
<<pic $sophie>>\
''She hands you an envelope.''
<<nm $sophie "Of course you'll be compensated for your... contribution to the organization... I think you'll find it agreeable. Good night, <<Formal>>.">>\
''The trip home is long and quiet. No one says a word, and being so deeply lost in thought extends the trip from minutes to hours. Finally, you reach your destination. You climb up to your room, it's late, you're tired, and no force on Earth could stop you from blacking out in your room at that moment...''
@@.gain;You gained <<num 1000000 "$" "">>@@
<<set $mom.mcsx.slut += 1>>\
<<set $mom.isSlut to true>>\
<<set $mom.nextSerum to 0>>\
<<btnLink "Go to sleep..." "Room-Sleep">><<loc_Kitchen>>\
''While your <<mother>>'s back is turned you slip the serum into her coffee and walk it to her.''
<<nm $player "Hey, here you go.">>\
''Your <<mother>> takes the mug from you.''
<<pic $mom>>\
<<nm $mom "Oh! Thanks, hun.">>\
''She takes a large sip of her coffee. After a moment, she begins to drift. Her eyes become clouded, vacant. You notice a subtle difference in color.''
<<Thought "Alright, let's see how far we can take this...">>\
<<nm $player "After spending all this time with $sister.name and I, you've started asking yourself... is there really anything better? Wouldn't life just be so much simpler if you could just turn your brain off and fall into an endless stream of sexual, loving bliss with your family?">>\
''Your <<mother>> nods in agreement, and after a moment returns to normal. She turns around to tend to the food on the stove, finishing her coffee, acting as though the recent exchange had never occurred.''
<<nm $player "Alright, $mom.name, thanks for breakfast. I've got to go take care of some other things now.">>\
<<nm $mom "Hey, hold on you!">>\
<<pic $mom "kiss-player">>\
''She swings around and grabs you by the shoulders, pulling you close and kissing you deeply.''
<<nm $player "Heh, right, sorry. I love you too, $mom.name.">>\
<<nm $mom "Mmm, hehe! I know you do! Maybe we should grab your ?sister and all meet up later so we can show each other just how much?">>\
<<nm $player "Sure $mom.name, sounds like a plan.">>\
''Your $mom.name smiles warmly at you and goes back to what she was doing.''
<<lust $mom>>
<<love $mom>>
<<btnLink "Clean up dishes and head back to living room" "Home" "passTime()">>
<<set newDose($mom,"tightest")>>\
<<set newDose($mom,"mcsx")>>\
<<set $mom.status to "@@.xxx;Loving <<mother>>@@">>\
<<set $mom.mcsx.tightest to 1>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<set $mom.dose += 1, $mom.nextSerum to 0>>\
<<set $serum[7].qty -= 1>>\
<<AddNote $mom "I gave $mom.name her last dose of $serum[3].name, finalizing my control over my family!">>\<<loc_Room>>\
''Still mostly asleep, you start to rouse at a strange feeling coming from beneath the covers. Cracking your eyes open, you see a steaming cup of coffee sitting on your nightstand, but also...''
<<if isSissy() or isChastity()>>\
<<pic $mom "rim-player">>\
<<nm $player "<<M-mom>>?">>\
<<nm $mom "Mmmm...">>\
''Your <<mother>>'s under your sheets, with her tongue buried in your asshole. More surprising, is that $sister.name appears to be eating her out from behind!''
<<pic $sister "eat-pussy">>\
<<nm $sister "Mmm, morning <<bro>>!">>\
''She returns to her task while your ?mother continues piercing your anus as deeply as she can with her warm, wet tongue. Meanwhile, $sister.name deligently brings $mom.realName to one orgasm after another. Your bed's now saturated with her juices...''
<<nm $mom "Fwahhh... Mmmm... Hm? Oh good, you're awake! $sister.name and I thought it would be fun to get you up properly!">>\
''Your ?mom continues to stimulate your ass while $sister.name gets her off a few more times. Once they're satisfied, they pick up their clothes and leave your room.''
<<pic $sister "door">>\
<<nm $sister "Hehe, we'll see you downstairs!">>\
''With that, they leave, closing the door behind them.''
<<nm $player "Well that was... unexpected...">>\
<<lust $mom 1>>
<<love $mom 1>>
<<lust $sister 1>>
<<love $sister 1>>
<<dom $player -1>>
<<horny 10>>
<<trackAction "rimjob.get" $mom>>\
<<elseif hasPenis()>>\
<<pic $mom "suck-player">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, bobbing up and down on your hard <<pSize>>. She doesn't seem to be alone, either.''
<<nm $sister "$mom.name! You're hogging <<his>> cock all to yourself!">>\
<<nm $mom "Mmmm... Hehe, sorry baby, you can have a turn.">>\
''Your ?mom moves over, making room for $sister.name to take her place. They give you a big smile before your ?sister devours your cock.''
<<pic $sister "suck-player">>\
''She gets to work, taking you as deep as she can down her throat. Meanwhile, your ?mother is working between her legs fingering your young ?sister to one orgasm after another. Your bed's now saturated with her juices...''
<<nm $player "$sister.name, I'm... c-cumming...">>\
<<pic $sister "cum-in-mouth">>\
''Hearing that makes her work all the harder for her reward, taking your entire morning load into her mouth.''
<<nm $mom "Hehehe, that's my <<boy>>! I hope you don't mind, $sister.name practically begged me to wake you up this way!">>\
<<nm $sister "Mmmph, mmmph, mmfwahh! Yeah right $mom.name, this was your idea!">>\
''They pick up there panties and walk out into the hallway, leaving your bed a sopping mess.''
<<pic $sister "door">>\
<<nm $sister "Hehe, we'll see you downstairs <<bro>>!">>\
<<nm $player "Y-yeah, be down in a minute!">>\
<<lust $mom 1>>
<<love $mom 1>>
<<lust $sister 1>>
<<love $sister 1>>
<<horny 0>>
<<trackAction "suckCock.get" $mom>>\
<<trackAction "suckCock.get" $sister>>\
<<else>>\
<<pic $mom "eat-pussy">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, with her face buried in your <<vSize>>. She doesn't seem to be alone, either.''
<<nm $sister "$mom.name! You're hogging <<his>> pussy all to yourself!">>\
<<nm $mom "Mmmm... Hehe, sorry baby, you can have a turn.">>\
''Your ?mom moves over, making room for $sister.name to take her place. They give you a big smile before your ?sister drive her tongue into your slit.''
<<pic $sister "eat-pussy">>\
''She gets to work, sucking your clit and lightly penetrating you with her warm, wet tongue Meanwhile, your ?mother is working between her legs fingering your young ?sister to one orgasm after another. Your bed's now saturated with her juices...''
<<nm $player "$sister.name, I'm... c-cumming...">>\
<<pic $action "female-squirt">>\
''Hearing that makes her work all the harder for her reward, taking a sizable load of your squirt to her face.''
<<nm $mom "Hehehe, that's my <<boy>>! I hope you don't mind, $sister.name practically begged me to wake you up this way!">>\
<<nm $sister "Mmmph, mmmph, mmfwahh! Yeah right $mom.name, this was your idea!">>\
''They pick up there panties and walk out into the hallway, leaving your bed a sopping mess.''
<<pic $sister "door">>\
<<nm $sister "Hehe, we'll see you downstairs <<bro>>!">>\
<<nm $player "Y-yeah, be down in a minute!">>\
<<lust $mom 1>>
<<love $mom 1>>
<<lust $sister 1>>
<<love $sister 1>>
<<horny 0>>
<<trackAction "eatPussy.get" $mom>>\
<</if>>\
<<set $mom.mcsx.tightest to 2>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<btnLink "Get out of bed" "Room">><<loc_Landing>>\
''As you're preparing to leave for work, you're surprised to see a large delivery truck pulled up just outside your house with a couple large men starting to unload some packages.''
<<nm $player "What the... $mom.name?">>\
<<pic $mom>>\
<<nm $mom "Yes sweetie? Oh! It's here!">>\
''Before you can say anything, your ?mom runs out to greet the men. You can see her pointing to the house, though you can't make out what shes saying. After a moment, she returns to the front door.''
<<nm $mom "Sorry about that.">>\
<<nm $player "No worries, what'd you buy?">>\
''A mischievous smile spreads across your ?mother's face.''
<<nm $mom "You've had that ratty old bed in your room forever now, so I thought it was time to get you a new one... A bigger one!">>\
<<nm $player "Um... Thanks?">>\
''$mom.realName wraps her arms around you, pulling you in for a big hug and kissing you on the neck.''
<<nm $mom "Mmm, your ?sister thought it was a good idea, too!">>\
<<Thought "Yeah, I bet she did...">>\
<<pic $mom "kiss-player">>\
''You kiss your mother goodbye and leave for work''
<<set $mom.mcsx.tightest to 3>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<SetFlag $player "NewBed">>\
<<btnLink "Leave for work" "GotoWork">><<loc_Room>>\
''Just as you're starting to drift off, there's a knock at the door.''
<<Thought "Wonder who it is this time... Maybe if I act like I'm asleep, they'll... Nah, never worked before...">>\
''A few moments pass and there's another knock on your door. This time you sit up and drag yourself across the room.''
<<nm $player "Coming, I'm coming, I-">>\
<<pic $mom>>\
<<nm $mom "Hey baby! Um, mind if we join you?">>\
<<pic $sister>>\
<<nm $sister "Yeah but, like... Forever?">>\
''Both your ?mother and ?sister are carrying pillows and blankets in their arms, and have walked right past you to make themselves comfortable in your new, large bed. Suddenly, the reasoning behind your recent "gift" is all too apparent.''
<<nm $player "Don't you two have your own beds?">>\
<<nm $mom "Sure, but yours is so much bigger...">>\
<<pic $sister "bed">>\
<<nm $sister "Yeah, plus YOU sleep here!">>\
''You look at $mom.realName and $sister.name, snuggling each other in bed and waiting for you. You knew the road you were on would eventually lead you here, and honestly...''
<<Thought "Guess I wouldn't have it any other way...">>\
<<nm $player "Alright girls, make some room!">>\
<<nm $mom "Mmm, c'mon, right between us!">>\
<<nm $sister "Yay!">>\
''The three of you huddle up in bed together, excited to start your new lives!''
<<set $mom.mcsx.tightest to 4>>\
<<set $mom.mcsx.cd to $mcsxCD>>\
<<set $TightestFamily to true>>\
<<btnLink "Drift off to sleep" "Room-Sleep">><<loc_Kitchen>>\
<<if previous() is "Living Room">>\
''You head into the kitchen, somewhat surprised to see your <<mother>> had followed in behind you. She's scanning the kitchen for something to cook for dinner while sipping on her cup of evening coffee. After a satisfied taste, she sets the cup down on the island and returns to preparing food.''
<<else>>\
''You head into the kitchen and see your <<mother>> standing at the counter pulling a frying pan out of a cabinet. Behind her is a freshly poured cup of coffee.''
<</if>>\
<<switch serumStatus($mom)>>\
<<case "max dose">>\
<<Thought "I think I've gone as far as I can go with experimenting on $mom.name. Anything more would be excessive!">>\
<<btnLink "Change your mind and leave the kitchen" "Home">>
<<case "on cooldown">>\
<<Thought "This would be a good time to test some serum on $mom.name, but I just used it recently. I should give $mom.name another $mom.doseCD day(s) before trying again.">>\
<<btnLink "Change your mind and leave the kitchen" "Home">>
<<case "no serum">>\
<<if $mom.dose > 0>>\
<<Thought "I've done what I can with the formula I've been using. If I want to experiment more on $mom.name, I'll have to bring something else to progress farther.">>\
<<else>>\
<<Thought "Y'know, if I had some serum prepared, now would be a great time to test it out on $mom.name... Maybe next time.">>\
<</if>>\
<<btnLink "Change your mind and leave the kitchen" "Home">>
<<case "can dose">>\
<<if not dose($mom,"horny")>>\
<<Thought "Now might be the perfect opportunity to test out the new serum. I'm interested to see the effects it has on someone closer to me. I could try something simple, just to get a baseline or I could try taking it farther. Going that route could potentially have some repercussions, but it would give me a much better sense of how well the drug works...">>\
<<else>>\
<<Thought "This seems like a good chance to test out a serum on $mom.name again.">>\
<</if>>\
<<btnChoice "Slip some serum into $mom.name's coffee" "Mom-Dose-Options">>
<<btnLink "Change your mind and leave the kitchen" "Home">>
<<default>>\
<<set _err to serumStatus($mom)>>\
<<error _err>>\
<<btnBack>>
<</switch>>\<<loc_Kitchen>>\
''With your <<mother>>'s back still turned, you walk over to her unattended mug.''
<<switch $mom.nextSerum>>\
<<case 1>>\
<<if not dose($mom,"coffee")>>\
<<btnChoice "Have her bring you coffee every morning" "Mom-Dose-Coffee">>\
<<else>>\
<<if not dose($mom,"kiss")>>\
<<if not dose($mom,"horny")>>\
<<btnChoice "Make her uncontrollably aroused whenever you're near her" "Mom-Dose-Horny">>\
<<elseif not dose($mom,"touch")>>\
<<btnChoice "Make it so she can no longer cum unless you're in physical contact with her" "Mom-Dose-Touch">>\
<</if>>\
<</if>>\
<<if not dose($mom,"horny")>>\
<<if not dose($mom,"kiss")>>\
<<btnChoice "Have her give you a kiss in the morning along with your coffee" "Mom-Dose-Kiss">>\
<<elseif not dose($mom,"undress")>>\
<<btnChoice "Have her start behaving less modest around the house" "Mom-Dose-Undress">>\
<</if>>\
<</if>>\
<</if>>\
<<case 2>>\
<<if dose($mom,"horny")>>\
<<if not dose($mom,"hunt")>>\
<<if not dose($mom,"masturbate")>>\
<<btnChoice "Have her start openly masturbating around the house" "Mom-Dose-Masturbate">>\
<</if>>\
<</if>>\
<<if not dose($mom,"masturbate")>>\
<<if not dose($mom,"hunt")>>\
<<btnChoice "Have her start going out to find people to relieve her urges" "Mom-Dose-Hunting">>\
<<elseif not dose($mom,"slut")>>\
<<btnChoice "Have her start bringing strangers home in a desperate effort to get off" "Mom-Dose-Slut">>\
<</if>>\
<</if>>\
<<elseif dose($mom,"kiss")>>\
<<if not dose($mom,"nude")>>\
<<if not dose($mom,"tight")>>\
<<btnChoice "Have her start acting much more comfortably around you and $sister.name" "Mom-Dose-Tight">>\
<<elseif not dose($mom,"oral")>>\
<<btnChoice "Have her start providing oral relief in the mornings along with your coffee" "Mom-Dose-Oral">>\
<</if>>\
<</if>>\
<<if not dose($mom,"tight")>>\
<<if not dose($mom,"nude")>>\
<<btnChoice "Have her start walking around the house completely naked" "Mom-Dose-Nude">>\
<<elseif not dose($mom,"love")>>\
<<btnChoice "Have her start acting more sexually open around the house" "Mom-Dose-Love">>\
<</if>>\
<</if>>\
<</if>>\
<<case 3>>\
<<if dose($mom,"slut")>>\
<<if not dose($mom,"whore")>>\
<<if not dose($mom,"fuckshack")>>\
<<btnChoice "Have her start hosting gangbangs and orgies at home" "Mom-Dose-Fuck">>\
<</if>>\
<</if>>\
<<if not dose($mom,"fuckshack")>>\
<<if not dose($mom,"whore")>>\
<<btnChoice "Have her let you start setting her up with people to have sex with" "Mom-Dose-Whore">>\
<</if>>\
<</if>>\
<<elseif dose($mom,"masturbate")>>
<<if $mom.hasPenis>>\
<<if not dose($mom,"break")>>\
<<if not dose($mom,"maid")>>\
<<if $mom.hasCollar>>\
<<btnChoice "Have her become your submissive house maid" "Mom-Dose-Maid">>\
<<elseif $player.has.collar>>\
<<Thought "Well, I spent the money on that collar... maybe I should try giving it to her?">>\
<<btnLink "Give $mom.name the cat collar - <<t1>>" "Kitchen-Mom-GiveCollar">>
<<elseif $player.hasCollar>>\
''A strange pressure builds around your throat...''
<<Thought "M-maybe I shouldn't try to mess with $mom.name's drink after all...">>\
<<else>>\
<<Thought "That weird strapon certainly had an impact... I wonder if that shop has something else I could give $mom.name to affect her before trying a new serum?">>\
<</if>>\
<</if>>\
<</if>>\
<<if not dose($mom,"maid")>>\
<<if not dose($mom,"break")>>\
<<btnChoice "Have her start thinking and dreaming about nothing but sex" "Mom-Dose-Break">>\
<</if>>\
<</if>>\
<<else>>\
<<if $player.has.strapon>>\
<<Thought "Even though it sounds crazy, I should really try out that weird strapon I got from $ash.name's store and see what happens. If nothing else it'll make for an interesting story...">>\
<<else>>\
<<Thought "I'm not really sure what I want to do about $mom.name's behavior right now... Maybe I could take a trip down to that adult toy store in the mall and get some ideas...">>\
<</if>>\
<</if>>\
<<elseif dose($mom,"oral")>>\
<<if not dose($mom,"maid")>>\
<<if not dose($mom,"lover")>>\
<<btnChoice "Have her start thinking of you as her lover" "Mom-Dose-Lover">>\
<</if>>\
<</if>>\
<<if not dose($mom,"lover") and $mom.hasCollar>>\
<<if not dose($mom,"maid")>>\
<<btnChoice "Have her become your submissive house maid" "Mom-Dose-Maid">>\
<</if>>\
<</if>>\
<<elseif dose($mom,"love")>>\
<<if not dose($mom,"dom")>>\
<<if not dose($mom,"tight")>>\
<<if dose($sister,"sex") and not $sister.isGone>>\
<<btnChoice "Have her become completely sexually available to you and $sister.name" "Mom-Dose-Threesome">>\
<<elseif dose($sister,"dogkota") or dose($sister,"proCamgirl")>>\
<<btnChoice "Have her start thinking of you as her lover" "Mom-Dose-Lover">>\
<<else>>\
<<Thought "I'm a little worried at this point that if I don't bring $sister.name in on the fun things could start to get... complicated. I should try dosing $sister.name a bit more before going any further with $mom.name.">>\
<</if>>\
<</if>>\
<</if>>\
<<if not dose($mom,"tight")>>\
<<if not dose($mom,"dom")>>\
<<btnChoice "Have her become more sure and assertive in fulfilling her needs" "Mom-Dose-Dom">>\
<</if>>\
<</if>>\
<</if>>\
<<case 7>>\
<<if dose($mom,"break")>>
<<btnChoice "Use the $serum[7].name on $mom.name..." "Mom-Dose-AvaBride">>\
<<elseif dose($mom,"whore") or dose($mom,"fuckshack")>>\
<<if dose($sister,"dogkota") or dose($sister,"proCamgirl") or dose($mom,"whore")>>\
<<btnChoice "Use the $serum[7].name on $mom.name..." "Mom-Dose-Sell">>\
<<else>>\
<<btnChoice "Use the $serum[7].name on $mom.name..." "Mom-Dose-BrokenHome">>\
<</if>>\
<<elseif dose($mom,"dom")>>\
<<btnChoice "Use the $serum[7].name on $mom.name..." "Mom-Dose-Maniac">>\
<<elseif dose($mom,"lover")>>\
<<btnChoice "Use the $serum[7].name on $mom.name..." "Mom-Dose-MommyBride">>\
<<elseif dose($mom,"threesome")>>\
<<btnChoice "Use the $serum[7].name on $mom.name..." "Mom-Dose-TightestFamily">>\
<</if>>\
<<default>>\
<<error "nextSerum out of range: Value $mom.nextSerum">>\
<</switch>>
<<btnLink "Change your mind and leave the kitchen" "Home">><<loc_Lab>>\
''You hold a vial of $serum[1].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, would you mind coming over here?">>\
''$penny.name sets down her paperwork and walks over.''
<<pic $penny>>\
<<art $penny>>\
<<nm $penny "Hey, $player.name, what's up? Wanting to make some more serum?">>\
''You give $penny.name a smile.''
<<nm $player "Not exactly. One of the tasks $sophie.name assigned us involves the testing of the serum. We need to gather data on just how it affects people. $penny.name... I need you to help me test that.">>\
<<if not dose($penny,"obedient")>>\
''$penny.name looks a little shocked.''
<<else>>\
''$penny.name complies obediently.''
<</if>>\
''She holds the vial in her hand, looking at it hesitantly.''
<<if $penny.dose is 0>>\
<<nm $penny "It's not gonna... hurt is it?">>\
<<nm $player "No $penny.name, I promise you won't feel any ill effects from the serum. In fact, you probably won't even realize you've taken it!">>\
<<else>>\
<<nm $penny "Well, okay...">>\
<</if>>\
''$penny.name removes the cap from the vial, takes a deep breath, and swallows the contents. It only takes a pennyent for her eyes to become vacant and cloudy, shifting colors slightly.''
<<artB $penny "dosed,2">>\
<<Thought "Given my current situation, I think it would be best for me to establish some kind of foothold here, minor as it may be... Time to act.">>\
<<nm $player "$penny.name, you love being my lab assistant more than anything, and you love making me happy more than anything. Any time I ask something of you, you're excited and committed to doing it, no matter what. You still think it's okay to do as other people ask, too, but only as long as it doesn't conflict with anything I've told you to do.">>\
''$penny.name nods slowly, then excitedly.''
<<Thought "She's not even out of the trance and it's already working...">>\
''After a pennyent she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Did I... Did I do good? Is this what you wanted?">>\
''You pat $penny.name on the head.''
<<nm $player "You did excellent, $penny.name. Just perfect. What I need you to do now is go take some notes for the next few minutes, just write down what you're thinking or feeling, kind of like a journal, then leave them on top of the filing cabinet over there.">>\
''$penny.name can barely contain herself, clearly elated by your praise.''
<<love $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<set $serum[1].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 1>>
<<set $penny.doseCD += ($serum[1].cd + $penny.dose)>>
<<set newDose($penny,"obedient")>>
<<set $penny.status to "Obedient">>\
<<AddNote $penny "$penny.name seemed eager to please, so I decided to use a serum on her to give that eagerness a little push. I still don't really know how deep this rabbit hole goes, so having an extra set of eyes and ears around the facility could really be beneficial.">>\<<loc_Lab>>\
''You hold a vial of $serum[1].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, would you mind coming over here?">>\
''$penny.name sets down her paperwork and walks over.''
<<pic $penny>>\
<<art $penny>>\
<<nm $penny "Hey, $player.name, what's up? Wanting to make some more serum?">>\
''You give $penny.name a smile.''
<<nm $player "Not exactly. One of the tasks $sophie.name assigned us involves the testing of the serum. We need to gather data on just how it affects people. $penny.name... I need you to help me test that.">>\
<<if not dose($penny,"obedient")>>\
''$penny.name looks a little shocked.''
<<else>>\
''$penny.name complies obediently.''
<</if>>\
''She holds the vial in her hand, looking at it hesitantly.''
<<nm $penny "It's not gonna... hurt is it?">>\
<<nm $player "No $penny.name, I promise you won't feel any ill effects from the serum. In fact, you probably won't even realize you've taken it!">>\
''$penny.name removes the cap from the vial, takes a deep breath, and swallows the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<artB $penny "dosed,2">>\
<<Thought "Considering the purpose of my work here, I may as well see what I can do with my way-too-innocent lab partner here...">>\
<<nm $player "$penny.name, you're sick of being the good girl all the time. Deep down you want to be sexy, maybe even a little slutty at times. When you're in the lab with me, all you want to do is show off your body, tease, and flirt. All you think about is making sure you're turning me on while you're doing your job here.">>\
''$penny.name nods slowly.
After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Is that it?">>\
''You take the empty vial from $penny.name.''
<<nm $player "Yep, that was it. How are you feeling?">>\
''$penny.name starts panting lightly, and deliberately, rubbing her hands up and down her arms.''
<<nm $penny "Honestly? I think I can feel the effects of that serum. My body's getting really hot, and, I think I need to... cool off somehow!">>\
<<pic $penny "strip1">>
''$penny.name starts stripping down to her underwear, clumsily climbing onto your desk, making sure you're looking. You choke back laughter.''
<<Thought "She's trying so hard, but, my god she's clearly never done this before.">>\
<<love $penny 1>>
<<lust $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<set $serum[1].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 1>>
<<set $penny.doseCD += ($serum[1].cd + $penny.dose)>>
<<set newDose($penny,"slut")>>
<<set $penny.status to "@@.xxx;Hopeless@@">>\
<<AddNote $penny "I decided to have some fun with my willing guinea pig, and brought a little bad girl out of her. She's obviously not used to acting promiscuous, and watching her try is endearing.">>\<<loc_Lab>>\
''You hold a vial of $serum[1].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, would you mind coming over here?">>\
''$penny.name sets down her paperwork and walks over.''
<<pic $penny>>\
<<art $penny>>\
<<nm $penny "Hey, $player.name, what's up? Wanting to make some more serum?">>\
''You give $penny.name a smile.''
<<nm $player "Not exactly. One of the tasks $sophie.name assigned us involves the testing of the serum. We need to gather data on just how it affects people. $penny.name... I need you to help me test that.">>\
<<if not dose($penny,"obedient")>>\
''$penny.name looks a little shocked.''
<<else>>\
''$penny.name complies obediently.''
<</if>>\
''She holds the vial in her hand, looking at it hesitantly.''
<<nm $penny "Well, okay...">>\
''$penny.name removes the cap from the vial, takes a deep breath, and swallows the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<artB $penny "dosed,2">>\
<<Thought "Let's start with something simple. I'm sure $penny.name wouldn't mind taking on a little extra work around the lab...">>\
<<nm $player "$penny.name, you work hard in the lab, but you know it wouldn't hurt to push yourself just a little farther. From now you'll have some materials pre-prep'd for the morning on work days.">>\
''$penny.name nods slowly...''
<<Thought "She's not even out of the trance and it's already working...">>\
''After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<artB $penny "embarrassed">>\
<<nm $penny "Did I... Did I do good? Is this what you wanted?">>\
''You pat $penny.name on the head.''
<<nm $player "You did excellent, $penny.name. Just perfect. If you don't mind, could you take a quick inventory of what components we have prepared right now? It'd probably be a good idea to have a decent stock of each ready in a pinch.">>\
<<nm $penny "No problem, boss!">>\
<<love $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<set $serum[1].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 1>>
<<set $penny.doseCD += ($serum[1].cd + $penny.dose)>>
<<set newDose($penny,"makeMats")>>
<<AddNote $penny "I thought I'd try something easy on $penny.name when I used the $serum[1].name on her today, so I suggested she start having materials needed for serum production ready in the mornings. We'll see if that paid off.">>\<<loc_Lab>>\
''You hold a vial of $serum[1].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, come over here.">>\
''$penny.name excitedly drops what she was doing and runs over to you.''
<<nm $penny "Hey, boss, what's up? What can I do for ya, huh?">>\
''You return $penny.name's eager smile. She seems genuinely excited to please.''
<<nm $player "Now that we have this new $serum[1].name, I thought maybe you'd like to help me test it?">>\
''There's an all-too-brief flash of color that washes over $penny.name's eyes. It's unnatural, and familiar. She's still smiling brightly, seemingly unaware of the changes occurring in her.''
<<Thought "Looks like the original commands I gave her are still firmly in place.">>\
<<nm $penny "Yeah, I'm excited!">>\
''$penny.name grabs the vial from you, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "Hm, maybe I'll try something a little more... interesting...">>\
<<nm $player "You've been keeping notes on the progress we've been making with the serums, but lately you've been wondering if there's more you can do to that end. Actually, you think the best way to collect data would be to use yourself as a test subject and document the changes. Every morning, you'll consume a portion of the serums we've been creating, documenting what you can from the experience.">>\
''$penny.name nods excitedly.''
<<Thought "This seems a little risky, but, it could provide some good data...">>\
''After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Did I... Did I do good? Is this what you wanted?">>\
''You pat $penny.name on the head.''
<<nm $player "You did great, $penny.name. You're really helping me out here, y'know?">>\
''$penny.name can barely contain herself, clearly elated by your praise.''
<<love $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<AddConvo $penny 15>>\
<<AddConvo $penny 16>>\
<<AddWorkEvent 5>>\
<<AddWorkEvent 6>>\
<<set $serum[1].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 2>>
<<set $penny.doseCD += ($serum[1].cd + $penny.dose)>>
<<set newDose($penny,"testSerums")>>
<<set $penny.notepad to []>>\
<<set $penny.status to "Eager Experimentee">>\
<<AddNote $penny "Today I used the $serum[1].name to instruct $penny.name to start testing the MCS serums on herself in the mornings at the lab. She's to document what she can after taking them. If nothing else, this should prove interesting...">>\<<loc_Lab>>\
''You hold a vial of $serum[1].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, would you mind coming over here?">>\
''$penny.name sets down her paperwork and walks over.''
<<pic $penny>>\
<<art $penny>>\
<<nm $penny "Hey, $player.name, what's up? Wanting to make some more serum?">>\
''You give $penny.name a smile.''
<<nm $player "Not exactly. One of the tasks $sophie.name assigned us involves the testing of the serum. We need to gather data on just how it affects people. $penny.name... I need you to help me test that.">>\
<<if not dose($penny,"obedient")>>\
''$penny.name looks a little shocked.''
<<else>>\
''$penny.name complies obediently.''
<</if>>\
''She holds the vial in her hand, looking at it hesitantly.''
<<nm $penny "It's not gonna... hurt is it?">>\
<<nm $player "No $penny.name, I promise you won't feel any ill effects from the serum. In fact, you probably won't even realize you've taken it!">>\
''$penny.name removes the cap from the vial, takes a deep breath, and swallows the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<artB $penny "dosed,2">>\
<<Thought "Let's see if we can build on what we've already done...">>\
<<nm $player "You're been having fun exploring your new sexuality lately, but you're finding that the more and more you get in touch with your inner slut, the more unfulfilled it leaves you. You need it, all the time, the feeling of someone running their hands down your body, touching you from the inside. It's almost all you can think about anymore!">>\
''$penny.name nods slowly, her face flushed as a small line of drool runs from the corner of her mouth.
After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Is that it?">>\
''You take the empty vial from $penny.name.''
<<nm $player "Yep, that was it. How are you feeling?">>\
''$penny.name starts panting lightly, and deliberately, rubbing her hands up and down her arms.''
<<nm $penny "Mmm, my whole body feels warm... it's kinda... nice...">>\
''?penny falls forward, burying her face in your chest as her hands run up and down your back.''
<<nm $penny "Seeeee? Maybe I should take these clothes off...">>\
<<nm $player "I-I think we have some work to get back to, yeah?" "Best not push it too far just yet">>\
<<nm $penny "Oh, right... work...">>\
<<love $penny 1>>
<<lust $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<set $serum[1].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 2>>
<<set $penny.doseCD += ($serum[1].cd + $penny.dose)>>
<<set newDose($penny,"needy")>>
<<set $penny.status to "@@.xxx;Needy@@">>\
<<AddNote $penny "I decided to push ?penny's sensuality a little further">>\<<loc_Lab>>\
''You hold a vial of $serum[2].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, come over here.">>\
''$penny.name excitedly drops what she was doing and runs over to you.''
<<nm $penny "Hey, boss, what's up? What can I do for ya, huh?">>\
''You return $penny.name's eager smile. She seems genuinely excited to please.''
<<nm $player "Now that we have this new $serum[2].name, I thought maybe you'd like to help me test it?">>\
''There's an all-too-brief flash of color that washes over $penny.name's eyes. It's unnatural, and familiar. She's still smiling brightly, seemingly unaware of the changes occurring in her.''
<<Thought "Looks like the original commands I gave her are still firmly in place.">>\
<<nm $penny "Yeah, I'm excited!">>\
''$penny.name grabs the vial from you, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "Since this is a new serum, let's try something a little easy...">>\
<<nm $player "$penny.name, I really appreciate you helping me out lately. You preparing materials overnight has been great, and I know how much you value your evenings. Still, you know you could be helping me out even more. You've been thinking that, even though it takes some time, you'd like to start processing a few extra batches of our MCS serums at night as well. In fact, you'll start on that tonight!">>\
''$penny.name nods excitedly.''
<<Thought "I probably didn't need the $serum[2].name for this, but I want to start slow here...">>\
''After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Did I... Did I do good? Is this what you wanted?">>\
''You pat $penny.name on the head.''
<<nm $player "You did great, $penny.name. You're really helping me out here, y'know?">>\
''$penny.name can barely contain herself, clearly elated by your praise.''
<<love $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<AddConvo $penny 12>>
<<AddConvo $penny 13>>
<<set $serum[2].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 2>>
<<set $penny.doseCD += ($serum[2].cd + $penny.dose)>>
<<set newDose($penny,"makeSerums")>>
<<set $penny.status to "Obedient">>
<<AddNote $penny "I used the new $serum[2].name on $penny.name for the first time today. Being a new serum, I decided to ease her into it with a relatively simple command, requesting she starts producing additional serums for me after hours.">><<loc_Lab>>\
''You hold a vial of $serum[2].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, come over here.">>\
''$penny.name excitedly drops what she was doing and runs over to you.''
<<nm $penny "Hey, boss, what's up? What can I do for ya, huh?">>\
''You return $penny.name's eager smile. She seems genuinely excited to please.''
<<nm $player "I'd like to test the $serum[2].name on you again, are you up for it?">>\
''There's an all-too-brief flash of color that washes over $penny.name's eyes. It's unnatural, and familiar. She's still smiling brightly, seemingly unaware of the changes occurring in her.''
<<Thought "Looks like the original commands I gave her are still firmly in place.">>\
<<nm $penny "Yeah, let's do it!">>\
''$penny.name grabs the vial from you, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "Well, since I'm already putting her to work, may as well profit off of it...">>\
<<nm $player "$penny.name, all your hard work lately has really been paying off! You've been churning out so many serum batches lately that you've been able to make a good chunk of change from the additional sales. Actually, you've been doing so well for yourself that you're starting to feel bad keeping all that extra income to yourself. From now on, you'll start keeping only what you need, giving the rest to me, because that's what will really make you happy!">>\
''$penny.name nods excitedly.''
<<Thought "I should really feel bad about this...">>\
''After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Did I... Did I do good? Is this what you wanted?">>\
''You pat $penny.name on the head.''
<<nm $player "You did great, $penny.name. You're really helping me out here, y'know?">>\
''$penny.name can barely contain herself, clearly elated by your praise.''
<<love $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<AddConvo $penny 14>>
<<set $serum[2].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 2>>
<<set $penny.doseCD += ($serum[2].cd + $penny.dose)>>
<<set newDose($penny,"sellSerums")>>
<<set $penny.status to "Obedient">>
<<AddNote $penny "I used the new $serum[2].name on $penny.name to have her start sending additional serum income to me. It's a little underhanded, maybe, but what I was really looking for was her eagerness to comply to the suggestion. She did not disappoint.">><<loc_Lab>>\
''You hold a vial of $serum[2].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, come over here.">>\
''$penny.name excitedly drops what she was doing and runs over to you.''
<<nm $penny "Hey, boss, what's up? What can I do for ya, huh?">>\
''You return $penny.name's eager smile. She seems genuinely excited to please.''
<<nm $player "I'd like to test the $serum[2].name on you again, are you up for it?">>\
''There's an all-too-brief flash of color that washes over $penny.name's eyes. It's unnatural, and familiar. She's still smiling brightly, seemingly unaware of the changes occurring in her.''
<<Thought "Looks like the original commands I gave her are still firmly in place.">>\
<<nm $penny "Yeah, let's do it!">>\
''$penny.name grabs the vial from you, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "I've already got her testing serums for me, but I wonder how far she'll actually go...">>\
<<nm $player "$penny.name, you've really been helping me out by testing all those serums on yourself, but you know deep down that you could potentially be so much more helpful. You really want to be helpful! You know the TFM serum might be a little unpredictable, but you think that by taking it in controlled doses you could safely observe the effects. You'd just love to provide that kind of data, it would make me so, so happy, and ultimately that's all that matters to you anymore.">>\
''$penny.name nods excitedly.''
<<Thought "I should really feel bad about this...">>\
''After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Did I... Did I do good? Is this what you wanted?">>\
''You pat $penny.name on the head.''
<<nm $player "You did great, $penny.name. You're really helping me out here, y'know?">>\
''$penny.name can barely contain herself, clearly elated by your praise.''
<<love $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<AddConvo $penny 18>>
<<AddConvo $penny 19>>
<<AddWorkEvent 7>>
<<set $serum[2].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 2>>
<<set $penny.doseCD += ($serum[2].cd + $penny.dose)>>
<<set newDose($penny,"testTFM")>>
<<set $penny.status to "Lab Rat">>
<<set $penny.tfmTimer to 0>>
<<set $penny.tfmNotes to []>>
<<AddNote $penny "I used the new $serum[2].name on $penny.name to have her start testing the TFM serum on herself. It's a little risky, but having her start logging this kind of data could prove invaluable.">><<loc_Lab>>\
''You hold a vial of $serum[2].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, would you mind coming over here?">>\
''$penny.name sets down her paperwork and saunters over, wrapping herself around your arm upon arrival.''
<<nm $penny "Heya, $player.name, what can I do for you? Wanting to experiment on me some more?">>\
''You give $penny.name a smile.''
<<nm $player "Actually, that's exactly what I was hoping to do! Do you mind letting me test a little more of the $serum[1].name on you to document the changes?">>\
''$penny.name gives you a mischievous look as she holds the vial in her hand, giggling.''
<<nm $penny "Well, alright. Just don't do anything naughty, okay?">>\
''$penny.name pops the cap off the vial, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "Alright $penny.name, time to... broaden your horizons.">>\
<<nm $player "$penny.name, acting slutty down here in the lab all the time is making you so happy! You just love the way it feels, flaunting your body, turning me on... But, what about everyone else in the office? The must be really jealous, right? When you start to think about all those people who could be looking at, getting turned on by you, well you just can't handle the excitement! You're going to start acting the way you do in the lab everywhere in the office from now on! You want to tease everyone you can find, but remember, with them it's all look and no touch!">>\
''$penny.name nods slowly. After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Mmm, hehe... Did I do good? D-did I... oooOOHH!! A-AAAAHHH!!!">>\
''She drops to the floor in front of you, the empty vial falling off to the side. There's a smell in there air, and a small puddle begins forming between $penny.name's legs.''
<<nm $player "$penny.name? Are you okay?">>\
''Her face contorts to form an expression of complete bliss, eyes wide and staring upward.''
<<nm $penny "S-soooo gooood! Oh my GOD that feels SO GOOD! I just, haaa... I just got so excited all of a sudden and... and... SPLOOSH! Hehehehe!">>\
''$penny.name sits in ecstasy for a moment before reaching her hand out.''
<<nm $player "All done?">>\
<<nm $penny "Mhm! Just needed to come real quick, hehe.">>\
''You help $penny.name to her feet. She jumps up and kisses you on the cheek before skipping back to her workstation.''
<<Thought "Oh man... Did I break $penny.name?">>\
<<love $penny 1>>
<<lust $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<AddConvo $penny 20>>
<<AddConvo $penny 21>>
<<AddWorkEvent 8>>
<<set $serum[2].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 2>>
<<set $penny.doseCD += ($serum[2].cd + $penny.dose)>>
<<set newDose($penny,"officeSlut")>>
<<set $penny.mood to "horny">>
<<set $penny.status to "@@.xxx;Office Tease@@">>
<<AddNote $penny "I used the new $serum[2].name to expand $penny.name's slutty behavior to include the entire office. I think I may have ramped up the excitement aspect though, because as soon as she woke up from her daze she had a huge, squirting orgasm right in the middle of the lab!">><<loc_Lab>>\
''You hold a vial of $serum[2].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, would you mind coming over here?">>\
''$penny.name sets down her paperwork and saunters over, wrapping herself around your arm upon arrival.''
<<nm $penny "Heya, $player.name, what can I do for you? Wanting to experiment on me some more?">>\
''You give $penny.name a smile.''
<<nm $player "Actually, that's exactly what I was hoping to do! Do you mind letting me test a little more of the $serum[1].name on you to document the changes?">>\
''$penny.name gives you a mischievous look as she holds the vial in her hand, smirking.''
<<nm $penny "Well, okay, but only 'cause it's for you.">>\
''$penny.name pops the cap off the vial, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "Alright $penny.name... Hmm...">>\
<<nm $player "$penny.name, you've really found yourself, sexually speaking, and you're ready to really embrace that side of you. Being aggressively dominant, maybe even a little sadistic, makes you happy, and you're going to start to really start adopting that persona. At the very least, you're going to start dressing the part from now on.">>\
''$penny.name nods slowly. After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Mmmmm, hey boss, wait here a sec, 'kay?">>\
''She turns around and heads for the back of the lab, tossing the vial over her shoulder for you to catch.''
<<nm $player "$penny.name? Hm...">>\
''After a few minutes of shuffling around in the back, $penny.name reappears, taking a seat in front of you.''
<<pic $penny "sit-dom">>\
<<set $penny.default to "penny-dom">>\
<<set $player.coinOutfits.pushUnique("penny-dom")>>\
<<nm $player "O-oh!">>\
<<nm $penny "You like it? I've been keeping this in my locker and I figured it was time to start wearing it more often. Hope you don't mind, hehe!">>\
''$penny.name stands up, turning around and leaning over the desk in front of her.''
<<pic $penny "sexy-dom">>\
<<nm $penny "Anyway, I need to get back to work, 'kay?">>\
<<nm $player "Y-yeah, heh, me too.">>\
''You return to your workstation, trying not to get too distracted by $penny.name's new outfit.''
<<Thought "This... This is gonna be fine, right?">>\
<<love $penny 1>>
<<lust $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<AddConvo $penny 26>>
<<AddConvo $penny 27>>
<<AddConvo $penny 28>>
<<AddWorkEvent 11>>
<<AddWorkEvent 13>>
<<if flag($tasha,"GenderReveal")>>
<<AddWorkEvent 12>>
<</if>>\
<<set $serum[2].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 2>>
<<set $penny.doseCD += ($serum[2].cd + $penny.dose)>>
<<set newDose($penny,"dom")>>
<<set $penny.isDom to true>>
<<set $penny.mood to "flirty">>
<<set $penny.status to "@@.xxx;Dominant Lab Assistant@@">>
<<AddNote $penny "I used the new $serum[2].name to get $penny.name to embrace her new sexually aggressive side. In turn, she busted out an incredibly sexy outfit to wear around the office!">><<loc_Lab>>\
<<set $penny.isMouse to true>>
''You see ?penny working on something in the corner, she's wearing a hoodie under her lab coat, which gets your attention. You walk over to see what she's up to.''
<<nm $player "Hey ?penny, how are-">>\
<<nm $penny "EEP!">>\
<<pic $penny>>\
<<art $penny "embarrassed,2">>\
''She jumps and spins around, her eyes wide with surprise. She quickly pulls the hood down, but you can see the tips of... something poking out from under her hair.''
<<nm $penny "H-h-hey boss! Sorry, didn't mean to squeak-FREAK! I meant freak... out... which is what I did... W-what's up?">>\
<<nm $player "I just, um, well you've been working on those TFM serum tests, and I was reading your notes. Are you okay?">>\
''?penny sniffles a little, rubbing her nose and tearing up slightly. Finally, she looks up at you with her big sad eyes, takes a breath, and pulls off the hood. Two floppy mouse ears pop up, and she looks at you with a mix of fear and hope.''
<<nm $penny "I uh... I think I might've gone too... far...">>\
<<nm $player "Oh, ?penny...">>\
''You walk over and give her a hug, and she starts to cry a little. You can feel her ears twitching and her nose wiggling as she tries to hold back her sobs.''
<<nm $penny "Am I gonna be okay, boss?">>\
<<nm $player "You'll be just fine. Maybe, let's put those serum tests on hold though, huh?">>\
<<nm $penny "Y-yeah... I think that's a good idea...">>\
''You sit with her for a while, letting her cry it out and calming her down. Eventually, she pulls away and wipes her eyes, sniffling a little.''
<<nm $penny "Alright! Back to work!">>\
<<love $penny>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<set $penny.nextSerum to 3>>
<<set $penny.doseCD += ($serum[2].cd + $penny.dose)>>
<<set newDose($penny,"mouse")>>
<<set $penny.status to "Gadget?">>
<<AddConvo $sophie 13>>
<<AddConvo $penny 32>>
<<AddWorkEvent 78>>
<<AddNote $penny "I went to check on ?penny only to find that her self-experimentation with the TFM serum seems to have... turned her into a mouse girl?">><<loc_Lab>>\
''You hold a vial of $serum[2].name in front of the light, examining it thoughtfully.''
<<nm $player "?penny, come over here.">>\
''?penny excitedly drops what she was doing and runs over to you.''
<<nm $penny "Hey, boss, what's up? What can I do for ya, huh?">>\
''You return ?penny's eager smile. She seems genuinely excited to please.''
<<nm $player "Now that we have this new $serum[2].name, I thought maybe you'd like to help me test it?">>\
''There's an all-too-brief flash of color that washes over ?penny's eyes. It's unnatural, and familiar. She's still smiling brightly, seemingly unaware of the changes occurring in her.''
<<Thought "Looks like the original commands I gave her are still firmly in place.">>\
<<nm $penny "Yeah, I'm excited!">>\
''?penny grabs the vial from you, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "Hm, maybe I'll try something a little more... interesting...">>\
<<nm $player "You've been keeping notes on the progress we've been making with the serums, but lately you've been wondering if there's more you can do to that end. You're going to finally take the initiative and throw \"ethics\" to the wind, testing your modified serums on unknowing subjects and recording the results in a diary you'll keep at your desk.">>\
''?penny nods excitedly.''
<<Thought "This will be interesting, but it could provide some good data...">>\
''After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Did I... Did I do good? Is this what you wanted?">>\
''You pat ?penny on the head.''
<<nm $player "You did great, ?penny. You're really helping me out here, y'know?">>\
''?penny can barely contain herself, clearly elated by your praise.''
<<love $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<set $serum[2].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 3>>
<<set $penny.doseCD += ($serum[2].cd + $penny.dose)>>
<<set newDose($penny,"serumDiaries")>>
<<set $penny.mcsNotes to []>>
<<set $penny.mcsNotesNew to false>>
<<set $penny.mcsTimer to 1>>
<<set $penny.status to "Documentarian">>
<<AddNote $penny "Today I used the $serum[2].name to instruct ?penny to start testing her serum creations on unknowing participants and record the results. If nothing else, this should prove interesting...">><<loc_Lab>>\
''You hold a vial of $serum[2].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, would you mind coming over here?">>\
''$penny.name sets down her paperwork and skips over, wrapping herself around your arm upon arrival.''
<<nm $penny "Hey sexy, what can I do for you? Wanna go to the back and have some fun?">>\
''You give $penny.name a smile as you hand her a vial of $serum[2].name.''
<<nm $player "Actually, I was hoping you'd help me test out another serum. Whaddaya say?">>\
''$penny.name gives you a mischievous look as she holds the vial in her hand, giggling.''
<<nm $penny "Well, alright. Just don't do anything naughty, okay?">>\
''$penny.name pops the cap off the vial, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "Alright $penny.name, I bet you could use some relief right about now...">>\
<<nm $player "$penny.name, you've been having so much fun showing off in front of everyone! It's been getting you so hot, but the constant need for release is just killing you. You can't just run around having sex with everyone, that's what sluts do! But maybe... Maybe if you charged for it that would make it okay? Yeah, you could be like a high class company escort! Not only could you finally start getting the sexual satisfaction you desperately crave, but you could make some extra money doing it! You think this would make you so happy, that you'll even give part of your profits to $player.name for helping you get to this point!">>\
''$penny.name nods slowly, drool sliding down her chin. After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Mmm... O-oh, hey boss, hehe. Hm? Was I drooling? Hahaha...">>\
''She wipes the drool off her chin and slowly goes back to her workstation.''
<<Thought "Wait, that's it?">>\
<<nm $player "$penny.name? Are you okay? $penny.name?">>\
''She doesn't seem to hear you at first before finally snapping to attention. There's a pensive expression on her face.''
<<nm $penny "Hm? Oh, haha, yeah, sorry boss. I was just a little lost in thought, that's all. Thinking maybe... hmm... Thinking about maybe starting my own side business, y'know?">>\
''$penny.name smiles quietly to herself as one hand idly caresses one of her breasts. After a moment, she returns to work.''
<<Thought "Hm, after last time, I guess I wasn't expecting such a mellow reaction... Guess we'll see what happens.">>\
<<love $penny 1>>
<<lust $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<AddConvo $penny 22>>
<<AddConvo $penny 23>>
<<AddWorkEvent 9>>
<<set $serum[2].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 3>>
<<set $penny.doseCD += ($serum[2].cd + $penny.dose)>>
<<set newDose($penny,"whore")>>
<<set $penny.mood to "horny">>
<<set $penny.status to "@@.xxx;Office Whore@@">>
<<set $penny.daysWhore to 0>>
<<set $penny.isWhore to true>>
<<AddNote $penny "I used the new $serum[2].name today in an effort to convince $penny.name to start selling her body around the office. Her response to the serum wasn't quite what I was expecting, but there was definitely a response. I'll have to keep an eye on her.">><<loc_Lab>>\
''You hold a vial of $serum[2].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, would you mind coming over here?">>\
''$penny.name sets down her paperwork and saunters over, wrapping herself around your arm upon arrival.''
<<nm $penny "Heya, $player.name, what can I do for you? Wanting to experiment on me some more?">>\
''You give $penny.name a smile.''
<<nm $player "Actually, that's exactly what I was hoping to do! Do you mind letting me test a little more of the $serum[1].name on you to document the changes?">>\
''$penny.name gives you a mischievous look as she holds the vial in her hand, giggling.''
<<nm $penny "Well, alright. Just don't do anything naughty, okay?">>\
''$penny.name pops the cap off the vial, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "Alright $penny.name, let's have some fun.">>\
<<nm $player "$penny.name, you've realized that recent events have really helped you get in touch with your sexual side. You love the way acting like this makes you feel, but deep down you know you still haven't truly embraced the real you. Deep down, there's a sexy, confident, ravenous version of yourself that you just can't contain any longer, and you're ready to release her on the world!">>\
''$penny.name nods slowly. After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Mmmmm, was that good for you?">>\
''She puts the empty vial into your hand.''
<<nm $player "Yes, $penny.name, that was excellent. How are you feeling?">>\
''$penny.name starts circling you seductively, running her hand along your waist before firmly grabbing your ass.''
<<nm $player "O-oh!">>\
<<nm $penny "I'm feeling better than ever, boss, hehe! Actually, mmm, I'm feeling pretty amazing...">>\
''$penny.name leans in and bites down on your earlobe, hard, before seductively walking back to her workstation.''
<<Thought "This... This is gonna be fine, right?">>\
<<love $penny 1>>
<<lust $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<AddConvo $penny 24>>
<<AddConvo $penny 25>>
<<AddWorkEvent 10>>
<<set $serum[2].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 3>>
<<set $penny.doseCD += ($serum[2].cd + $penny.dose)>>
<<set newDose($penny,"sadist")>>
<<set $penny.mood to "flirty">>
<<set $penny.status to "@@.xxx;Sexy Lab Assistant@@">>
<<AddNote $penny "I used the new $serum[2].name to draw out $penny.name's inner sexuality. I'm a little worried about what I may have awoken as a result.">><<loc_Lab>>\
''You hold a vial of $serum[2].name in front of the light, examining it thoughtfully.''
<<nm $player "$penny.name, come over here.">>\
''$penny.name excitedly drops what she was doing and runs over to you.''
<<nm $penny "Hey, boss, what's up? What can I do for ya, huh?">>\
''You return $penny.name's eager smile. She seems genuinely excited to please.''
<<nm $player "I think I'd like to test the $serum[2].name on you one last time, are you up for it?">>\
<<if dose($penny,"obedient")>>\
''There's an all-too-brief flash of color that washes over $penny.name's eyes. It's unnatural, and familiar. She's still smiling brightly, seemingly unaware of the changes occurring in her.''
<<Thought "Looks like the original commands I gave her are still firmly in place.">>\
<<nm $penny "Yeah, let's do it!">>\
<<else>>\
''$penny.name gives you a mischievous look as she holds the vial in her hand, smirking.''
<<nm $penny "Well, okay, but only 'cause it's for you.">>\
<</if>>\
''$penny.name grabs the vial from you, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "I've been having a lot of fun with $penny.name lately, maybe I should finish off this testing phase with something simple.">>\
<<nm $player "$penny.name, you've been doing some great work here lately! Even still, you're constantly thinking of new ways to enhance our productivity, and despite the fact that things have been a little stale around the lab recently, you're constantly thinking of new ways to increase our output. You know you're on to something, something big, something that could, say, more than double our current serum output! You're going to finish fleshing out that plan tonight and come in with a solution that we can put in place tomorrow!">>\
''$penny.name nods excitedly.''
<<Thought "That... sounded super boring saying it out loud... Oh well!">>\
''After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Did I... Did I do good? Is this what you wanted?">>\
''You pat $penny.name on the head.''
<<nm $player "You did great, $penny.name. You're really helping me out here, y'know?">>\
''$penny.name can barely contain herself, clearly elated by your praise.''
<<love $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<set $serum[3].qty -= 1>>
<<if $penny.isDom>>
<<set $penny.dose += 1, $penny.nextSerum to 7>>
<<else>>
<<set $penny.dose += 1, $penny.nextSerum to 0>>
<</if>>
<<set $penny.doseCD += ($serum[3].cd + $penny.dose)>>
<<set newDose($penny,"production")>>
<<AddNote $penny "I used the $serum[3].name on $penny.name to have her come up with a way to increase serum output in the lab. Yes, it's a little boring, but I've been manipulating her a lot lately so I thought it might be time to ease up a little. Besides, I think I've gotten about as far as I can with the $serum[2].name with her.">><<loc_Lab>>\
''You hold a vial of $serum[7].name in front of the light, examining it thoughtfully.''
<<nm $player "?penny, would you mind coming over here?">>\
''?penny sets down her paperwork and saunters over, wrapping herself around your arm upon arrival.''
<<nm $penny "Heya, $player.name, what can I do for you? Wanting to experiment on me some more?">>\
''You give ?penny a smile.''
<<nm $player "Actually, that's exactly what I was hoping to do! Do you mind letting me test a little of this new serum on you to document the changes?">>\
''?penny gives you a mischievous look as she holds the vial in her hand, giggling.''
<<nm $penny "Well, alright. Just don't do anything naughty, okay?">>\
''?penny pops the cap off the vial, happily knocking back the contents. It only takes a moment for her eyes to become vacant and cloudy, shifting colors slightly.''
<<Thought "I should probably just let the serum work, without issuing any new commands.">>\
''?penny stares into the distance. After a moment she snaps out of it. She looks at the empty vial, then up at you.''
<<nm $penny "Mmmmm, was that good for you?">>\
''She puts the empty vial into your hand.''
<<nm $player "Yes, ?penny, that was excellent. How are you feeling?">>\
''?penny starts circling you seductively, running her hand along your waist before firmly grabbing your ass.''
<<nm $player "O-oh!">>\
<<nm $penny "I'm feeling better than ever, boss, hehe! Actually, mmm, I'm feeling pretty amazing...">>\
''?penny leans in and bites down on your earlobe, hard, before seductively walking back to her workstation.''
<<Thought "This... This is gonna be fine, right?">>\
<<love $penny 1>>
<<lust $penny 1>>
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $penny.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Penny">>\
<<else>>\
<<btnLink "Go back to lab" "Lab" "passTime()">>
<</if>>\
<<set $serum[7].qty -= 1>>
<<set $penny.dose += 1, $penny.nextSerum to 0>>
<<set newDose($penny,"mcsx")>>
<<set newDose($penny,"scientist")>>
<<set $penny.mcsx.cd to $mcsxCD>>
<<set $penny.mood to "flirty">>
<<set $penny.status to "@@.xxx;Sexy Lab Assistant@@">>
<<AddNote $penny "I used the new $serum[7].name on ?penny today. We'll wait and see what happens...">><<loc_Lab>>\
<<Thought "Maybe I should try testing the serum on $penny.name...">>\
<<switch serumStatus($penny)>>\
<<case "max dose">>\
<<Thought "I think I've gone as far as I can go with experimenting on ?penny. Anything more would be excessive!">>\
<<btnLink "Change your mind" "Lab">>\
<<case "on cooldown">>\
<<Thought "This would be a good time to test some serum on ?penny, but I just used it recently. I should give ?penny another $penny.doseCD day(s) before trying again.">>\
<<btnLink "Change your mind" "Lab">>\
<<case "no serum">>\
<<if $penny.dose > 0>>\
<<Thought "I've done what I can with the formula I've been using. If I want to experiment more on ?penny, I'll have to bring something else to progress farther.">>\
<<else>>\
<<Thought "Y'know, if I had some serum prepared, now would be a great time to test it out on ?penny... Maybe next time.">>\
<</if>>\
<<btnLink "Change your mind" "Lab">>\
<<case "can dose">>\
<<if flag($penny,"StartJohn")>>\
<<Thought "A-actually, I don't know what ?john might do if I start messing with ?penny... maybe I shouldn't right now...">>\
<<elseif not dose($penny,"flirty")>>\
<<Thought "Hm, ?penny seems pretty... maleable... Maybe I should see how well the serum takes to her?">>\
<<btnChoice "Decide how to proceed" "Penny-Dose-Options">>
<<else>>\
<<Thought "This seems like a good chance to test out a serum on ?penny again.">>\
<<btnChoice "Decide how to proceed" "Penny-Dose-Options">>
<</if>>\
<<btnLink "Change your mind" "Lab">>\
<<default>>\
<<set _err to serumStatus($penny)>>\
<<error _err>>\
<<btnBack>>
<</switch>>\<<loc_Lab>>\
<<switch $penny.nextSerum>>\
<<case 1>>\
<<if not dose($penny,"slut")>>\
<<if not dose($penny,"obedient")>>\
<<btnChoice "Have her obey your commands over all others" "Penny-Dose-Obey">>\
<<elseif not dose($penny,"makeMats")>>\
<<btnChoice "Have her have some materials prepared every morning" "Penny-Dose-MakeMats">>\
<<else>>\
<<btnChoice "Ask her to start testing serums on herself" "Penny-Dose-TestSerums">>\
<</if>>\
<</if>>\
<<if not dose($penny,"obedient")>>\
<<if not dose($penny,"slut")>>\
<<btnChoice "Have her start acting sexy around the lab" "Penny-Dose-Slut">>\
<<elseif not dose($penny,"makeMats")>>\
<<btnChoice "Have her have some materials prepared every morning" "Penny-Dose-MakeMats">>\
<<else>>\
<<btnChoice "Have her start taking her new sensuality a little more seriously" "Penny-Dose-Needy">>\
<</if>>\
<</if>>\
<<case 2>>\
<<if not dose($penny,"makeSerums")>>\
<<btnChoice "Have her start preparing serums overnight for you" "Penny-Dose-MakeSerums">>\
<<else>>\
<<if not dose($penny,"slut")>>\
<<if not dose($penny,"sellSerums")>>\
<<if not dose($penny,"testTFM")>>\
<<btnChoice "Have her start testing TFM serums on herself" "Penny-Dose-TestTFM">>\
<<else>>\
<<if $penny.tfmReady>>\
<<btnChoice "Check on ?penny's TFM testing" "Penny-Dose-MousePenny">>\
<<else>>\
<<Thought "I should probably wait a bit before dosing her again. I wonder if she's been keeping notes on her experiments...">>\
<</if>>\
<</if>>\
<</if>>\
<<if not dose($penny,"testTFM")>>\
<<if not dose($penny,"sellSerums")>>\
<<btnChoice "Have her start giving you her share of serum sales" "Penny-Dose-SerumMoney">>\
<<else>>\
<<btnChoice "Start running and documenting various serum experiments" "Penny-Dose-SerumDiaries">>\
<</if>>\
<</if>>\
<<else>>\
<<if not dose($penny,"officeSlut")>>\
<<if not dose($penny,"dom")>>\
<<btnChoice "Have her get in touch with her true sexual nature" "Penny-Dose-Dom">>\
<<else>>\
<<btnChoice "Have her start embracing her new dominance" "Penny-Dose-Sadist">>\
<</if>>\
<</if>>\
<<if not dose($penny,"dom")>>\
<<if not dose($penny,"officeSlut")>>\
<<btnChoice "Have her start acting slutty around the whole office" "Penny-Dose-OfficeSlut">>\
<<else>>\
<<btnChoice "Have her start whoring herself out to the staff, giving you the profits" "Penny-Dose-Whore">>\
<</if>>\
<</if>>\
<</if>>\
<</if>>\
<<case 3>>\
<<btnChoice "Have her find a way to increase lab production output" "Penny-Dose-IncreaseOutput">>\
<<case 7>>\
<<btnChoice "Give ?penny a dose of MCSX" "Penny-Dose-MadScientist">>\
<<default>>\
<<error "nextSerum out of range: Value $penny.nextSerum">>\
<</switch>>
<<btnLink "Change your mind" "Lab">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<Thought "Now, how to test... I'm interested in what I can get away with with $sister.name. We've always gotten along fine, but she's never been particularly... reliable? I'd hate to pass up the opportunity to get back at her for all the times she left me hanging.">>\
<<nm $player "Hey, <<sis>>, we both know what you're actually looking at on your phone all day, and what you do in your room every morning. You're tired of keeping the fun all to yourself, and now you've decided that you're going to want to watch all those dirty videos with your big <<brother>> instead, any time we get the chance!">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Right, thanks for the drink, <<bro>>. Hey, you know I've been thinking. Now's probably not the best time, but I found this pretty awesome, uh, movie, and I think you'd like it! Maybe later we could watch it in your room?">>\
<<nm $player "Yeah, <<sis>>, that sounds like a lot of fun! Just come get me anytime." "Success!">>\
''Your <<sister>> smiles enthusiastically before turning around and... going straight to PornHub.''
<<Thought "Yep, not even trying to hide it anymore.">>\
<<btnLink "Finish chatting with $sister.name" "Home" "passTime()">>
<<set $serum[1].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 1>>\
<<set $sister.doseCD += ($serum[1].cd + $sister.dose)>>\
<<set newDose($sister,"porn")>>\
<<set $sister.status to "Porno Connoisseur">>\
<<AddNightEvent 2>>\
<<AddHomeEvent 15>>\
<<AddNote $sister "$sister.name's always had some interesting... browsing habits. Today I used the $serum[1].name to convince her to share them with me. Looks like when we get the chance she wants to show me a 'really cool video' later...">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<nm $player "$sister.name, watching those dirty movies together has made you start thinking some pretty inappropriate thoughts about your big <<brother>>. Thinking things like that gets you excited, and you want to explore the idea further. You think a good way to do that would be to start teasing me, slipping some clothing off whenever you think you can get away with it. You think that would turn you on, and be a lot of fun!">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Right, thanks for the drink, <<bro>>. Hey, I was just getting ready to watch a movie, what do you say?">>\
<<Thought "I guess I'll have to wait until later to see if it worked. For now I should just act normally.">>\
<<nm $player "Sure thing, <<sis>>. Sounds fun.">>\
''Your <<sister>> grabs the remote.''
<<lust $sister>>
<<btnLink "Watch a movie with $sister.name" "LivingRoom-Sister-Movie">>
<<set $serum[1].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 1>>\
<<set $sister.doseCD += ($serum[1].cd + $sister.dose)>>\
<<set newDose($sister,"tease")>>\
<<set $sister.status to "@@.xxx;Exhibitionist@@">>\
<<AddNightEvent 1>>\
<<AddNote $sister "I gave $sister.name the idea that she wants to start teasing me by showing some skin. As we were sitting in the living room in the middle of the day, I didn't get a chance to see if the serum took. I'll probably have to wait for an opportunity when things are a little more private.">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<nm $player "You've been thinking. Watching porn together has been great, but it sucks just watching it with your <<brother>> without actually being able to take care of anything. You've decided that it'd be perfectly natural to start masturbating while we watch your movies together, maybe even kind of fun! You're sure, from now on you're going to be masturbating whenever we're together watching porn.">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Right, thanks for the drink, <<bro>>. Hey, I was meaning to tell you. I've found some new videos I've been watching lately, they're pretty good! Maybe we could watch one later tonight?">>\
<<nm $player "Yeah, sounds great!">>\
''$sister.name nods excitedly and goes back to surfing porn on her phone, only this time she's browsing with one hand while fondling her jeans with the other...''
<<lust $sister>>
<<btnLink "Finish chatting with $sister.name" "Home" "passTime()">>
<<set $serum[1].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 1>>\
<<set $sister.doseCD += ($serum[1].cd + $sister.dose)>>\
<<set newDose($sister,"masturbate")>>\
<<set $sister.status to "@@.xxx;Exhibitionist@@">>\
<<AddNote $sister "I slipped $sister.name some $serum[1].name and told her that she should start masturbating during our little late-night movie sessions. She showed no hesitation in agreeing to the idea, though I can't say I'm surprised.">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<nm $player "Lately, you've been feeling awfully close to your <<brother>>. So close, in fact, that the idea of more intimate physical contact with <<him>> seems not only comfortable, but arousing. You've shared friendly pecks on the cheek before, but you want to get just a little bit closer. For starting, you want to start swinging by your <<brother>>'s room at night to give <<him>> a kiss goodnight, and you'll be sure to make the most of it!">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Right, thanks for the drink, that's so sweet of you!">>\
''Your <<sister>> sets the can down and jumps off the couch to give you a big hug, plus a not-so-subtle kiss on the neck.''
<<nm $player "Yeah, haha, no worries!">>\
''$sister.name nods excitedly and goes back to surfing porn on her phone, smiling happily to herself.''
<<lust $sister>>
<<btnLink "Finish chatting with $sister.name" "Home" "passTime()">>
<<set $serum[1].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 1>>\
<<set $sister.doseCD += ($serum[1].cd + $sister.dose)>>\
<<set newDose($sister,"kiss"), removeDose($sister,"tease")>>\
<<set $sister.status to "@@.xxx;Loving <<Sister>>@@">>\
<<AddNightEvent 9>>\
<<RemoveConvo $sister 14>>\
<<AddNote $sister "I slipped $sister.name some $serum[1].name and gave her the idea to come visit me at bedtime for a quick goodnight kiss. Nothing too crazy, but making her a little more affectionate now could have some great payoffs down the road.">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Aw, such a good older <<brother>>! Just what I... ne...">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<nm $player "$sister.name, you've had enough teasing, you just don't think it's fun anymore. All it's really doing is building up a ton of pent up sexual frustration and frankly you're ready to do something about that! From now on, you'll have no reservations allowing your <<brother>> to get you off, it's all in good fun, right?">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Mmm... what were we talking about? Eh, doesn't matter... Hey, I'm a little busy right now, but, umm...">>\
''She runs a finger up between her thighs.''
<<nm $sister "I might swing by later and get your, mmm, help with something, 'kay?">>\
<<nm $player "Um, sure <<sis>>, no problem.">>\
''Your <<sister>> gives you a devious wink before returning to her show.''
<<nm $sister "Right, anyway, nice talking to you <<bro>>. I'm gonna hang out here and... think about some things!">>\
<<lust $sister>>
<<btnLink "Finish chatting with $sister.name" "Home" "passTime()">>
<<set $serum[1].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 2>>\
<<set $sister.doseCD += ($serum[1].cd + $sister.dose)>>\
<<set newDose($sister,"dom"), newDose($sister,"relief"), $sister.isDom to true>>\
<<set $sister.status to "@@.xxx;Dominating <<Sister>>">>\
<<AddNightEvent 10>>\
<<AddHomeEvent 31>>\
<<RemoveNightEvent 1>>\
<<AddNote $sister "I used a dose of $serum[1].name on $sister.name, trying to convince to use me for sexual relief. From the sounds of things it might have actually worked!">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<nm $player "$sister.name, you've had enough teasing, you just don't think it's fun anymore. Instead, you've decided you want to be more hands on with your <<brother>>. From now on, whenever you have the chance, you'll want nothing more than to <<if hasPenis()>>wrap your hand around my cock and jerk me to completion<<else>>ram your fingers into my pussy until I cum<</if>>.">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Right, thanks for the drink, <<bro>>. I really appreciate you looking out for your little <<sister>>...">>\
''$sister.name's hand is running up your thigh as she talks to you, lightly brushing against your crotch.''
<<nm $player "Hey, no problem.">>\
''Your <<sister>> gives you a quick squeeze before withdrawing her hand.''
<<nm $sister "Right, anyway, nice talking to you <<bro>>. I'm gonna hang out here and... think about some things!">>\
<<lust $sister>>
<<btnLink "Finish chatting with $sister.name" "Home" "passTime()">>
<<set $serum[1].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 2>>\
<<set $sister.doseCD += ($serum[1].cd + $sister.dose)>>\
<<set newDose($sister,"handjob")>>\
<<set $sister.status to "@@.xxx;Incestuous Handjobber@@">>\
<<AddNote $sister "I used a dose of $serum[1].name on $sister.name, giving her the idea that she wants to start getting a little more 'hands on' with me. She seems to have taken the suggestion effectively, we'll have to see how it plays out later.">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<Thought "Go big or go home. I'm gonna see just how far I can push this.">>\
<<nm $player "$sister.name, you've been working hard, so hard you haven't had time to pursue a relationship. It's catching up to you, you're so pent up and masturbating isn't cutting it anymore. You desperately need a <<if hasPenis()>>rock hard cock<<else>>dripping wet cunt<</if>> in your mouth. You want your big <<brother>>'s, and it's all you can think about. You'd do anything for it!">>\
<<Thought "Maybe I went a little overboard, but hey, had to drive that one home. Do I really want my own <<sister>> going down on me, though? I mean, it's not like I'd be fucking her, plus she'd be under the influence of drugs and mind control, which is... better? Whatever, let's see how this plays out.">>\
''$sister.name's expression remains blank, she doesn't respond to your command at all. You notice saliva dribbling from the corner of her mouth before her eyes return to normal and she starts to regain her self''
<<nm $sister "Right <<bro>>, thanks for the dri- Thanks for... Fuck, why am drooling... I... Hey, <<bro>>? Man, it's fucking hot in here, right?">>\
<<Thought "Shit, is the serum rebounding? If it doesn't work that's one thing, but...">>\
<<nm $player "<<Sis>>? You okay? You look flushed. Do you need to go lie down?">>\
''There's desperation in $sister.name's eyes.''
<<nm $sister "What? Yeah, I'm fine, why? It's just a little... hot... Hey, where's $mom.name?">>\
<<nm $player "$mom.name? She locked herself in her room, I think she's napping. Why?">>\
''Her eyes widen.''
<<nm $sister "Hey, <<bro>>, I know you probably don't want to hear this from your <<sister>>, but, like... God... Okay look, here's the deal. I haven't gotten laid in like eight months, okay? It's starting to... affect me, and, like, well there's this perfectly good... Don't freak, okay? Promise?">>\
<<Thought "She really was pent up, I think I might have struck a nerve.">>\
<<nm $player "Why would I freak out? We're both adults here. Just because I'm your <<brother>> doesn't mean we can't talk about adult things like dating and sex and <<if isMale()>>sucking cock<<else>>eating pussy<</if>> or whatever.">>\
''$sister.name bites her lip.''
<<Thought "That did it, that sent her over the edge.">>\
<<nm $sister "...You're going to help me with my problem. Right now.">>\
''$sister.name heads up the stairs towards your room.''
<<if $sister.isDom>>\
<<btnLink "Follow her upstairs..." "Sister-Dose-Oral-Dom">>\
<<else>>\
<<btnLink "Follow her upstairs..." "Sister-Dose-Oral-2">>\
<</if>>\
<<set $sister.dose += 1>>\
<<set $serum[2].qty -= 1, $sister.nextSerum to 2>>\
<<set $sister.doseCD += ($serum[2].cd + $sister.dose)>>\
<<set newDose($sister,"oral")>>\
<<set $sister.status to "@@.xxx;Oral Addict@@">>\<<loc_Room>>\
''She pulls you into your room, shuts the door behind your both and sits down on your bed.''
<<pic $sister "spread">>\
<<nm $sister "Well? What the fuck are you waiting for!">>\
<<nm $player "Wait? I thought that...">>\
''Frustrated, your <<sister>> reaches up and pulls you down between her legs. Her tiny slit glistens with juices and the scents coming off of her are intoxicating.''
<<nm $sister "I don't know what you thought we were running up here for but if you don't hurry up and get to licking then I'm just gonna have to ride your face until I'm satisfied... So?">>\
<<nm $player "S-sorry, yeah!">>\
''You lean in close, sliding your tongue into her tiny, eager twat.''
<<pic $sister "eaten-by-player">>\
<<nm $sister "O-OOHH!! Mmmmmm, o-oohhh god!">>\
''She wraps her hands around your heads, grinding her mound into your mouth and coaxing your tongue deeper and deeper inside of her. After a few minutes of this, you can start to feel her pussy twitch and spasm.''
<<pic $sister "squirt">>\
<<nm $sister "F-FUCK!">>\
''Wave after wave of hot, thick juices spray down your throat and over your chin. It's so much that you start to choke after a point, pulling back and coughing up a small puddle on the ground in front of you.''
<<nm $player "<<cough>> There's- <<cough>><<cough>> so much!">>\
<<nm $sister "Mmmm, haaaa, haaa... y-y'know...">>\
''She looks down at you, smiling innocently.''
<<skillComment $sister "eatPussy.give"
"You're an AMAZING little pussylicker... Time for round two!"
"You're a damn good little pussylicker... Let's go again!"
"You're not half bad at this... Let's do it again!"
"You could really use some more practice... Let's go again!"
"You really suck at licking pussy... Time for some more practice!"
>>\
<<nm $player "W-what? Hold o-">>\
<<pic $sister "facesit-player">>\
''You're pushed to the ground as your younger <<sister>> straddles your face, grinding your wet cunt into your mouth, sliding her slit over your tongue and nose.''
<<nm $sister "Mmmm, we're gonna be here until I'm satisfied so make sure you do a good job!">>\
<<nm $player "Mmph! M-MPH! Hnmph..." "C-can't breath... getting dizzy...">>\
''This continues for an uncertain amount of time as you slip in and out of consciousness. Eventually, as the world starts to come back into focus, you see $sister.name standing over you, flushes and panting, putting her panties back on. Thick juices pour out of your mouth and pool around your head as you slowly sit up. It's now dark outside.''
<<pic $sister "naked">>\
<<nm $sister "Mmm, not bad <<brother>>, we'll definitely be doing that again! Oh, and don't forget to clean up before $mom.name sees this mess you made, hehe!">>\
<<nm $player "H-haaa... haaa...">>\
''She finishes dressing, giving you a condiscending pat on the head before leaving your room.''
<<lust $sister>>
<<dom $player -10>>
<<horny 10>>
<<AddNightEvent 11>>\
<<trackAction "eatPussy.give" $sister>>\
<<btnLink "Continue" "Room" "setTime('night')">><<loc_Room>>\
<<if isChastity()>>\
''You both run into your bedroom, door shut behind you. Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<nm $sister "I can't wait anymore, I need it...">>\
<<Thought "She stopped. What's she... oh fuck, I forgot!">>\
<<nm $sister "Hey, uh, <<bro>>... What's that on your, uh...">>\
''$sister.name pokes at your <<accf>>.''
<<nm $player "It's a long story. Why don't we just go ahead and forget about this...">>\
<<nm $sister "No way! Not when I'm already this horny!">>\
''$sister.name pushes you onto the bed and pulls your legs up, exposing your ass.''
<<nm $sister "If I can't go down on you the normal way, I'll just have to get a little... unorthodox...">>\
<<if not analPlugged()>>\
''Before you can question her, $sister.name pierces your anus with her tongue. You gasp, not accustomed to the sensation, but quickly learn to love it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to tongue fuck your ass for a few minutes, before moving to lick the length between your ass and imprisoned manhood. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously finger-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<<else>>\
''Your <<sister>> moves to begin licking your anus, but is stopped by the sight of the <<accb>> lodged in your ass.''
<<nm $sister "Hunh. I had something else in mind, but this'll work too!">>\
''$sister.name grabs hold of the <<accb>> and begins fucking you with it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to fuck your ass for a few minutes, before moving to lick the length between your asshole and imprisoned manhood. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously toy-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<</if>>\
<<nm $sister "How does it feel to get assfucked by your little <<sister>>, hm?">>\
''You can barely focus, between the pleasure and humiliation...''
<<nm $player "Feels... goo...">>\
<<nm $sister "Hah! What a slut. Well, since you won't be coming anyway, I guess I might as well get something out of this...">>\
''With that, $sister.name flips herself around and begins grinding her wet cunt into your open mouth.''
<<pic $action "female-facesit-player">>\
<<nm $sister "Ah! That's good! C'mon <<brother>>, do something useful for once and make your <<sister>> come!">>\
''She shoves herself deeper into you, riding you more forcibly while continuing to violate your ass as hard as she can. After a few moments, you can feel her pussy begin to tremble as she pushes even harder into you.''
<<nm $sister "FUCK! YES! YESSSS!!!">>\
<<pic $sister "orgasm">>\
''Your <<sister>> comes hard, flooding your mouth with her juices, making it hard to catch your breath between torrents.''
<<nm $sister "HAH! HM, haaa... Fuck... Well, <<bro>>, you can come see me anytime for more fun... Okay?">>\
<<Thought "...I can't...move...">>\
''Barely conscious now, you see your <<sister>> collecting her clothing and exiting your room.''
''As you drift off in your bed, used and humiliated, you can't help but wonder how this will change things moving forward...''
<<AddNote $sister "After using the $serum[2].name to suggest to her that she wanted nothing more than to go down on me, she took the idea and ran with it. However, when she saw that I was locked in a chastity device, she took control of the situation and wound up dominating me! Even though I put the idea in her head that it was me she wanted, it was clear that she was sexually frustrated to begin, possibly to an extreme level. This leads me to believe that if the drug is used to emphasize a feeling or idea that is already present, the outcome will be amplified. I'm curious to monitor her behavior the moving forward, now that the command has been followed through.">>\
<<lust $sister 1>>
<<dom $player -5>>
<<horny 10>>
<<trackAction "eatPussy.give" $sister>>\
<<elseif isSissy()>>\
''You both run into your bedroom, door shut behind you. Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<nm $sister "I can't wait anymore, I need it...">>\
<<Thought "She stopped. W-why did...">>\
<<nm $sister "Hey, uh, <<bro>>... What the fuck am I supposed to do with that?">>\
''Your <<sister>>'s staring at your flaccid penis. Her entire demeanor changes at the sight.''
<<nm $player "I-it f-felt harder... I...">>\
<<nm $sister "Ugh, how pathetic... Well, can't stop now, not when I'm already this horny!">>\
''$sister.name pushes you onto the bed and pulls your legs up, exposing your ass.''
<<nm $sister "If I can't go down on you the normal way, I'll just have to get a little... unorthodox...">>\
<<if not analPlugged()>>\
''Before you can question her, $sister.name pierces your anus with her tongue. You gasp, not accustomed to the sensation, but quickly learn to love it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to tongue fuck your ass for a few minutes, before moving to lick the length between your ass and <<pSize>>. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously finger-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<<else>>\
''Your <<sister>> moves to begin licking your anus, but is stopped by the sight of the <<accb>> lodged in your ass.''
<<nm $sister "Hunh. I had something else in mind, but this'll work too!">>\
''$sister.name grabs hold of the <<accb>> and begins fucking you with it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to fuck your ass for a few minutes, before moving to lick the length between your asshole and <<pSize>>. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously toy-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<</if>>\
<<nm $sister "How does it feel to get assfucked by your little <<sister>>, hm?">>\
''You can barely focus, between the pleasure and humiliation...''
<<nm $player "Feels... goo...">>\
<<nm $sister "Hah! What a slut. Well, since you won't be coming anyway, I guess I might as well get something out of this...">>\
''With that, $sister.name flips herself around and begins grinding her wet cunt into your open mouth.''
<<pic $action "female-facesit-player">>\
<<nm $sister "Ah! That's good! C'mon <<brother>>, do something useful for once and make your <<sister>> come!">>\
''She shoves herself deeper into you, riding you more forcibly while continuing to violate your ass as hard as she can. After a few moments, you can feel her pussy begin to tremble as she pushes even harder into you.''
<<nm $sister "FUCK! YES! YESSSS!!!">>\
<<pic $sister "orgasm">>\
''Your <<sister>> comes hard, flooding your mouth with her juices, making it hard to catch your breath between torrents.''
<<nm $sister "HAH! HM, haaa... Fuck... Well, <<bro>>, you can come see me anytime for more fun... Okay?">>\
<<Thought "...I can't...move...">>\
''Barely conscious now, you see your <<sister>> collecting her clothing and exiting your room.''
''As you drift off in your bed, used and humiliated, you can't help but wonder how this will change things moving forward...''
<<AddNote $sister "After using the $serum[2].name to suggest to her that she wanted nothing more than to go down on me, she took the idea and ran with it. However, when she saw that I had a pathetically useless penis, she took control of the situation and wound up dominating me! Even though I put the idea in her head that it was me she wanted, it was clear that she was sexually frustrated to begin, possibly to an extreme level. This leads me to believe that if the drug is used to emphasize a feeling or idea that is already present, the outcome will be amplified. I'm curious to monitor her behavior the moving forward, now that the command has been followed through.">>\
<<lust $sister 1>>
<<dom $player -5>>
<<horny 10>>
<<trackAction "eatPussy.give" $sister>>\
<<elseif hasPenis()>>\
''You both run into your bedroom, door shut behind you. Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<nm $sister "I can't wait anymore, I need it now!">>\
<<pic $sister "oral-mf1">>\
''Your <<sister>> pulls your pants off, exposing your <<pSize>>. Her eyes wide, she can barely contain her excitement.''
<<nm $sister "Fuck this is hot! I haven't seen one of these up close in ages, never would have guessed you'd be my next, <<bro>>.">>\
''The feeling of your little <<sister>>'s hot breath makes you even harder.''
<<nm $player "This is so fucking wrong, but, fuck, keep going! Lick it!">>\
''$sister.name didn't need a second invitation...''
<<pic $sister "suck-male">>\
''Your <<sister>> makes eye contact as she sucks away, savoring every drop she can extract. The feeling of her tongue sliding along your shaft sends electricity through your body, the taboo of it all only amplifying the sensation...''
<<pic $sister "oral-mf2">>\
''Your <<sister>> changes positions, now on her knees working your cock. You look huge with her tiny hand wrapped around it. You can tell she's trying to make you come now.''
<<Thought "What the fuck have gotten myOH GOD!!!">>\
''You can't even keep your own thoughts straight, never mind the fact that your <<sister>> seems to be slipping further and further away with each passing moment.''
<<nm $sister "$player.name, I... I want your cum!">>\
''She starts working you harder and faster until...''
<<pic $sister "handjob-finish">>\
''You can't hold it anymore, and before you know you're covering your <<sister>>'s face in hot jizz. Spraying rope after rope of cum onto her, she keeps jerking it until she's sure you're finished.''
<<nm $player "Fucking... FUCK!">>\
''$sister.name looks thoroughly satisfied with herself.''
<<nm $sister "Wow <<bro>>, looks like I wasn't the only one pent up!">>\
''You collapse into your bed.''
<<Thought "...I can't...move...so...good...">>\
''Barely conscious now, you see your <<sister>> collecting her clothing and exiting your room.''
<<nm $player "Yeah, thanks... $sister.name... Good talk... see ya... later...">>\
''As you drift off in your bed, drained and limp, you can't help but wonder how this will change things moving forward...''
<<AddDreamEvent 6>>\
<<AddDreamEvent 7>>\
<<AddNote $sister "Well, that was unexpected. After using the $serum[2].name to suggest to her that she wanted nothing more than to go down on me, she took the idea and ran with it. We spent the rest of the day in room engaged in some of the best oral sex I've ever had. Even though I put the idea in her head that it was me she wanted, it was clear that she was sexually frustrated to begin, possibly to an extreme level. This leads me to believe that if the drug is used to emphasize a feeling or idea that is already present, the outcome will be amplified. I'm curious to monitor her behavior the moving forward, now that the command has been followed through.">>\
<<love $sister 1>>
<<lust $sister 1>>
<<dom $player 5>>
<<horny 0>>
<<trackAction "suckCock.get" $sister>>\
<<elseif isFemale() or isBimbo()>>\
''You both run into your bedroom, door shut behind you. Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePussy $sister>>\
<<if frontPlugged()>>\
<<nm $sister "What's this? A <<accf>>? You won't be needing that today, <<bro>>!">>\
''$sister.name pulls the <<accf>> from your pussy and tosses it aside.''
<</if>>\
<<if hasStrapon()>>\
<<nm $sister "A strapon? Pretty kinky, <<bro>>! Maybe we'll use that later, but for now I want to focus... elsewhere...">>\
''$sister.name removes your harness and tosses it aside.''
<</if>>\
<<nm $sister "I can't wait anymore, I need it now!">>\
<<pic $sister "oral-ff1">>\
''Your <<sister>> pulls your <<UnderwearOrPants>> off, exposing your bare mound. Her eyes wide, she can barely contain her excitement.''
<<nm $sister "Fuck this is hot! I haven't seen one of these up close in ages, never would have guessed you'd be my next, <<bro>>.">>\
''The feeling of your little <<sister>>'s hot breath over your wet pussy makes you moan.''
<<nm $player "This is so fucking wrong, but, fuck, keep going! Lick it!">>\
''$sister.name didn't need a second invitation...''
<<pic $sister "eat-pussy">>\
''Your <<sister>> makes eye contact as she laps away, savoring every drop she can extract. Every flick of her tongue against your clit sends electricity through your body, the taboo of it all only amplifying the sensation...''
<<pic $sister "oral-ff2">>\
''As you look down you see your little <<sister>> pulling her panties off, exposing her own tiny, shaved, slit. She begins rubbing and fingering herself before returning to the task at hand.''
<<Thought "What the fuck have gotten myOH GOD!!!">>\
''You can't even keep your own thoughts straight, never mind the fact that your <<sister>> seems to be slipping further and further away with each passing moment.''
<<nm $sister "$player.name, I... I need you to...">>\
''She doesn't finish her thought, much less give you a chance to respond. Before you can process what's going on your <<sister>> has you on your back, grinding her pussy into your face. You're so lost in the moment yourself that you're more than happy to oblige.''
<<pic $sister "facesit-female">>\
''Your <<sister>>'s twitching at this point, digging deeper into your mouth, ready to climax at any moment. You're not too far off yourself, so before she has the chance to finish you flip her over and mount her face. $sister.name knows what to do, and from here you can easily continue returning the pleasure.''
<<pic $sister "69-female">>\
''The constant wet slapping of tongue on twat is finally broken by the sounds of your <<sister>>'s muffled orgasm.''
<<nm $player "SHHH! I know - OH FUCK! - I know it's good but if $mom.name here's us we're dead! OH FUCKING GOD!!!">>\
''Unable to heed your own advice, your own screaming release comes next. The fact that you're pouring buckets into your little <<sister>>'s mouth only further enhances the climax.''
<<Thought "...I can't...move...so...good...">>\
''Moments pass in what feel like hours. Your body is limp, and $sister.name has to force herself out from under you. She appears dazed, but satisfied, as she picks up her clothes and stumbles off to her own room.''
<<nm $player "Yeah, thanks... $sister.name... Good talk... see ya... later...">>\
''As you drift off in your bed, un-phased by the pool of yours and your <<sister>>'s juices you're now marinading in, you can't help but wonder how this will change things moving forward...''
<<AddDreamEvent 6>>\
<<AddDreamEvent 7>>\
<<AddNote $sister "Well, that was unexpected. After using the $serum[2].name to suggest to her that she wanted nothing more than to go down on me, she took the idea and ran with it. We spent the rest of the day in room engaged in some of the best oral sex I've ever had. Even though I put the idea in her head that it was me she wanted, it was clear that she was sexually frustrated to begin, possibly to an extreme level. This leads me to believe that if the drug is used to emphasize a feeling or idea that is already present, the outcome will be amplified. I'm curious to monitor her behavior moving forward, now that the command has been followed through.">>\
<<love $sister 1>>
<<lust $sister 1>>
<<dom $player 5>>
<<horny 0>>
<<trackAction "eatPussy.get" $sister>>\
<<trackAction "eatPussy.give" $sister>>\
<</if>>\
<<AddHomeEvent 24>>\
<<AddNightEvent 4>>\
<<btnLink "Continue" "Room" "setTime('night')">><<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Aw, such a good older <<brother>>! Just what I... ne...">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<nm $player "$sister.name, you've been having a lot of fun with your new... arrangement with your <<brother>>, but you feel like it's starting to get just a little boring. Having found this new level of comfort with your sexuality, you've decided you want to branching out and experimenting with other people. You're going to embrace this new sexual freedom and really start exploring your potential!">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Mmm... what were we talking about? Eh, doesn't matter... Anyway, thanks for the drink.">>\
''She seems a little more pensive than she was a moment ago.''
<<nm $sister "What's up, you still need something?">>\
<<nm $player "Huh? Oh, um, nope! I'll see you around!">>\
''Your <<sister>> gives you an unamused expression before returning to her show.''
<<lust $sister>>
<<btnLink "Finish chatting with $sister.name" "Home" "passTime()">>
<<set $serum[2].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 3>>\
<<set $sister.doseCD += ($serum[2].cd + $sister.dose)>>\
<<set newDose($sister,"slut")>>\
<<set $sister.status to "@@.xxx;Promiscuous <<Sister>>">>\
<<AddHomeEvent 19>>\
<<AddNote $sister "I used a dose of $serum[2].name on $sister.name, this time in the hopes that she might shift some of her attention away from me and start focusing on other partners. At the very least, I think I bought myself a little breathing room.">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<nm $player "You've been having a lot of fun exploring your new relationship with your <<brother>>, but it's always been under the pretext of a shared interest in, um, movies. You get excited thinking about the time we've been spending together, all the sneaking around, and you want to start exploring that further. You want to start sneaking into my room at night without your laptop and see just how far we can take this!">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Right, thanks for the drink, that's so sweet of you!">>\
''Your <<sister>> sets the can down and jumps off the couch to give you a big hug, plus a not-so-subtle kiss on the neck.''
<<nm $player "Yeah, haha, no worries!">>\
''$sister.name nods excitedly and goes back to surfing porn on her phone, smiling happily to herself.''
<<lust $sister>>
<<btnLink "Finish chatting with $sister.name" "Home" "passTime()">>
<<set $serum[2].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 3>>\
<<set $sister.doseCD += ($serum[2].cd + $sister.dose)>>\
<<set newDose($sister,"love")>>\
<<AddNightEvent 12>>\
<<AddHomeEvent 31>>\
<<set $sister.status to "@@.xxx;Curious <<Sister>>@@">>\
<<AddNote $sister "I slipped $sister.name some $serum[2].name, this time encouraging her to explore her developing feelings for me even further by coming to my room at night for some sexy time.">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<Thought "Alright, <<sis>>. Let's take this all the way.">>\
<<nm $player "$sister.name, you're done just 'fooling around' with your older <<brother>>, and you're ready for the real thing. You don't see any point being shy about it anymore, and you want me inside you. Next chance you get, you're gonna fuck your <<brother>>, and you can't wait.">>\
<<Thought "We both knew it'd come to this eventually, I'm just giving you a little push.">>\
''$sister.name's expression remains blank, she doesn't respond to your command at all. You notice saliva dribbling from the corner of her mouth before her eyes return to normal and she starts to regain her self.''
<<nm $sister "Right <<bro>>, thanks for the drink... Y'know... I've been thinking...">>\
<<nm $player "Thinking? About what, <<sis>>?">>\
''There's desperation in $sister.name's eyes. She's climbs on top of you and speaks directly into your ear.''
<<if $sister.isDom>>\
<<nm $sister "Thinking... it's time we fucked. NOW.">>\
<<else>>\
<<nm $sister "Big <<brother>>, I want you to FUCK me. Right now.">>\
<</if>>\
''She's panting.''
<<nm $player "Right now? Maybe we should go upstairs...">>\
''Her eyes widen. She slides off you and pulls you to your feet.''
<<btnLink "Follow her upstairs" "Sister-Dose-Sex-2">>\
<<set $serum[3].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 3>>\
<<set $sister.doseCD += ($serum[3].cd + $sister.dose)>>\
<<set newDose($sister,"sex")>>\
<<set $sister.status to "@@.xxx;<<Brother>> Fucker@@">>\
<<AddConvo $sister 23>>\<<loc_SisterRoom>>\
<<if isChastity()>>\
''You both run into your <<sister>>'s bedroom, door shut behind you. Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<nm $sister "I can't wait anymore, I need it...">>\
<<Thought "She stopped. What's she... oh fuck, I forgot!">>\
<<nm $sister "Hey, uh, <<bro>>... What's that on your, uh...">>\
''$sister.name pokes at your <<accf>>.''
<<nm $player "It's a long story. Why don't we just go ahead and forget about this...">>\
<<if $sister.isDom>>\
<<nm $sister "Oh-ho no, not a chance. If you can't fuck me, I guess I'll just have to fuck you instead.">>\
<<else>>\
<<nm $sister "Hehe, no way! We'll just have to adjust...">>\
<</if>>\
''$sister.name pushes you onto the bed and pulls your legs up, exposing your ass.''
<<nm $player "<<S-sis>>, what are you...">>\
<<if not analPlugged()>>\
''Before you can question her, $sister.name pierces your anus with her tongue. You gasp, not accustomed to the sensation, but quickly learn to love it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to tongue fuck your ass for a few minutes, before moving to lick the length between your ass and imprisoned manhood. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously finger-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<<else>>\
''Your <<sister>> moves to begin licking your anus, but is stopped by the sight of the <<accb>> lodged in your ass.''
<<nm $sister "Hunh. I had something else in mind, but this'll work too!">>\
''$sister.name grabs hold of the <<accb>> and begins fucking you with it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to fuck your ass for a few minutes, before moving to lick the length between your asshole and imprisoned manhood. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously toy-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<</if>>\
<<if $sister.isDom>>\
<<nm $sister "Hahaha, what a horny slut, getting assfucked by your little <<sister>>, hm?">>\
<<else>>\
<<nm $sister "How does it feel to get assfucked by your little <<sister>>, hm?">>\
<</if>>\
''You can barely focus, between the pleasure and humiliation...''
<<nm $sister "Well, you're not 'really' getting 'assfucked', are you? We'll have to fix that.">>\
''$sister.name rolls off you and walks into her closet. After a moment, she walks out wearing a large strapon cock.''
<<pic $sister "strapon">>\
<<nm $sister "You ready, <<bro>>?">>\
<<nm $player "I-I don't think-">>\
''Your <<sister>> mounts you, shoving her cock into your waiting, wet hole.''
<<if $sister.isDom>>\
<<nm $sister "Haha! Look at that face! What a slut. Mmm, you must be loving this, getting fucked like a bitch by your little <<sister>>. Ha...HAAA!!!">>\
<<else>>\
<<nm $sister "Jeez <<bro>>, you must really be into this! Mmmm, h-haaa!">>\
<</if>>\
<<pic $sister "fuck-player">>\
''She rides you harder and harder, fucking you deep as she revels in your situation.''
<<if $sister.isDom>>\
<<nm $sister "Ah! That's good! C'mon <<brother>>, come for your <<sister>>! I don't care if your little cock's caged or not, I'll milk you one way or another!">>\
<<else>>\
<<nm $sister "A-ahh, fuck! A-are you gonna cum? C-cause... I think I-I'm...">>\
<</if>>\
''$sister.name is getting off from the strapon as well, as the harness stimulates her clit.''
<<nm $sister "FUCK! YES! YESSSS!!!">>\
''Your <<sister>> comes hard, thrusting her fake cock further and further into your ass paying you no regard as she uses you as she sees fit.''
<<nm $sister "HAH! HM, haaa... Fuck... Well, ha, that was... great. Aw, looks like you didn't get to come after all. Well, that's too bad, <<bro>>. You just come back and see me when you're ready to give it another shot, okay? I'll be waiting!">>\
<<Thought "...I can't...move...">>\
''Barely conscious now, you see your <<sister>> collecting her clothing and exiting your room. As you drift off in your bed, used, sore and humiliated, you can't help but wonder how this will change things moving forward...''
<<AddDreamEvent 14>>\
<<AddNote $sister "I finally used my serum to make $sister.name have sex with me, however upon seeing me in chastity the plan backfire. She pushed me onto her bed and raped me with a strapon cock she had in her closet.">>\
<<lust $sister 1>>
<<dom $player -5>>
<<horny 10>>
<<trackAction "analFuck.get" $sister>>\
<<elseif isSissy()>>\
''You both run into your <<sister>>'s bedroom, door shut behind you. Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<nm $sister "I can't wait anymore, I need it...">>\
<<Thought "She stopped. What's she... oh fuck, I forgot!">>\
<<nm $sister "Hey, uh, <<bro>>... What the fuck is that?">>\
''Your <<sister>>'s staring at your flaccid <<pSize>>.''
<<nm $player "U-um, t-that's my... p-penis...">>\
<<if $sister.isDom>>\
<<nm $sister "...HAHAHA! What the fuck am I supposed to do with that thing? It's pathetic! It's more of a clit than a penis... Well, if you can't fuck me I guess I'll just have to fuck you instead.">>\
<<else>>\
<<nm $sister "Hmm, well that's not gonna work, is it? We'll just have to adjust...">>\
<</if>>\
''$sister.name pushes you onto the bed and pulls your legs up, exposing your ass.''
<<nm $player "<<S-sis>>, w-what are you...">>\
<<if not analPlugged()>>\
''Before you can question her, $sister.name pierces your anus with her tongue. You gasp, not accustomed to the sensation, but quickly learn to love it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to tongue fuck your ass for a few minutes, before moving to lick the length between your ass and imprisoned manhood. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously finger-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<<else>>\
''Your <<sister>> moves to begin licking your anus, but is stopped by the sight of the <<accb>> lodged in your ass.''
<<nm $sister "Hunh. I had something else in mind, but this'll work too!">>\
''$sister.name grabs hold of the <<accb>> and begins fucking you with it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to fuck your ass for a few minutes, before moving to lick the length between your asshole and imprisoned manhood. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously toy-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<</if>>\
<<if $sister.isDom>>\
<<nm $sister "Hahaha, what a horny slut, getting assfucked by your little <<sister>>, hm?">>\
<<else>>\
<<nm $sister "How does it feel to get assfucked by your little <<sister>>, hm?">>\
<</if>>\
''You can barely focus, between the pleasure and humiliation...''
<<nm $sister "Well, you're not 'really' getting 'assfucked', are you? We'll have to fix that.">>\
''$sister.name rolls off you and walks into her closet. After a moment, she walks out wearing a large strapon cock.''
<<pic $sister "strapon">>\
<<nm $sister "You ready, <<bro>>?">>\
<<nm $player "I-I don't think-">>\
''Your <<sister>> mounts you, shoving her cock into your waiting, wet hole.''
<<if $sister.isDom>>\
<<nm $sister "Haha! Look at that face! What a slut. Mmm, you must be loving this, getting fucked like a bitch by your little <<sister>>. Ha...HAAA!!!">>\
<<else>>\
<<nm $sister "Jeez <<bro>>, you must really be into this! Mmmm, h-haaa!">>\
<</if>>\
<<pic $sister "fuck-player">>\
''She rides you harder and harder, fucking you deep as she revels in your situation.''
<<if $sister.isDom>>\
<<nm $sister "Ah! That's good! C'mon <<brother>>, come for your <<sister>>! I don't care if your little clitty's isn't good for anything else, I'll milk you one way or another!">>\
<<else>>\
<<nm $sister "A-ahh, fuck! A-are you gonna cum? C-cause... I think I-I'm...">>\
<</if>>\
''$sister.name is getting off from the strapon as well, as the harness stimulates her clit.''
<<nm $sister "FUCK! YES! YESSSS!!!">>\
''Your <<sister>> comes hard, thrusting her fake cock further and further into your ass paying you no regard as she uses you as she sees fit.''
<<nm $sister "HAH! HM, haaa... Fuck... Well, ha, that was... great. Aw, look at that little stream of precum running down your leg. Is that the best you can do? Well, you just come back and see me when you're ready to give it another shot, okay? I'll be waiting!">>\
<<Thought "...I can't...move...">>\
''Barely conscious now, you see your <<sister>> collecting her clothing and exiting your room. As you drift off in your bed, used, sore and humiliated, you can't help but wonder how this will change things moving forward...''
<<AddDreamEvent 14>>\
<<AddNote $sister "I finally used my serum to make $sister.name have sex with me, however upon seeing my tiny, sissy dicklet the plan backfire. She pushed me onto her bed and raped me with a strapon cock she had in her closet.">>\
<<lust $sister 1>>
<<dom $player -5>>
<<tfm "fem">>
<<horny 0>>
<<trackAction "analFuck.get" $sister>>\
<<elseif hasPenis()>>\
''You both run into your <<sister>>'s bedroom, door shut behind you. Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<nm $sister "I can't wait anymore, I need it now!">>\
''Your <<sister>> pulls your pants off, exposing your <<pSize>>. Her eyes wide, she can barely contain her excitement.''
<<nm $sister "Mmm, yeah, there it is!">>\
<<if $sister.isDom>>\
''She wastes no time getting you in position, jerking your cock to keep you hard while she pushes you down and lines herself up.''
<<nm $sister "Better not cum too early, <<bro>>!">>\
<<nm $player "J-just like that? A-AH!">>\
<<else>>\
''The feeling of your little <<sister>>'s hot breath makes you even harder.''
<<nm $player "Well, go on, but don't forget that this is only the appetizer this time.">>\
''$sister.name didn't need a second invitation...''
<<pic $sister "suck-player">>\
''Your <<sister>> makes eye contact as she sucks away, savoring every drop she can extract. The feeling of her tongue sliding along your shaft sends electricity through your body, the taboo of it all only amplifying the sensation...''
<<nm $player "Okay <<sis>>, you ready?">>\
''$sister.name pops your dick out of her mouth and slides up onto her bed. As she spreads her legs for you, her inviting, wet pussy comes into full view.''
<<nm $sister "Don't keep me waiting now, <<bro>>!">>\
<<Thought "Fuck she's hot. Well, here I go!">>\
''You climb on top of your <<sister>>, staring down at her while she waits for you to enter her. She stares back, almost in a daze. Her cheeks are flushed and mouth is open, a thin line of drool runs down her face.''
<<nm $player "<<Sis>>...">>\
''You lean in, and the two of you embrace in a passionate, incestuous kiss that feels like it lasts for hours. Your hands explore each other's bodies, grabbing, rubbing, fingering, and finally...''
<<nm $sister "Mmm, come here <<bro>>!">>\
''$sister.name grabs you and pulls you under her, taking the top position. She grabs your desperately hard cock, her grip nearly bringing you to orgasm, and lines it up with her dropping cunt, lowering herself onto you.''
<</if>>\
<<pic $sister "ride-male">>\
<<nm $sister "O- Oh! $player.name! YES! FUCK!">>\
''You thrust upward into your <<sister>>, your <<pSize>> feels like it's on fire. She pushes back, forcing you deeper into her with every motion. ''
<<nm $player "<<S-sis>>... You feel incredible! I don't know how much longer...">>\
<<nm $sister "Don't stop <<brother>>, I'm almost there! Oh... OH FUCK!">>\
''She rams herself down onto you even harder than before, and you can feel yourself pushing into her cervix. The sensation only brings you closer faster...''
<<nm $sister "<<Bro>>! C-coming!!!">>
''You can't hold it anymore, and as your <<sister>> is in the middle of her own orgasm, you pull out from under her and move around.''
<<nm $sister "Y-yeah, fuck! G-give it to me <<bro>>! Give me your fucking cum!">>\
<<pic $sister "cum-on-face">>\
''You cover your <<sister>>'s face and mouth in your hot load as a look of pure satisfaction stretches across her glazed face.''
<<nm $player "<<S-sis>>... That was...">>\
<<nm $sister "Yeah...">>\
''The two of you lay on your <<sister>>'s bed for several hours, late into the night. When you finally wake up, you're both still naked on top of the covers. The door is still closed.''
<<Thought "W-what... Oh yeah. Man, what time is it?">>\
''Your <<sister>>'s alarm clock reads 3:00 AM.''
<<Thought "I should get back to my own bed before $mom.name wakes up...">>\
''You pull your clothes together and put a loose blanket over your <<sister>> before quietly returning to your own bed.''
<<if $sister.isDom>>\
<<lust $sister>>
<<else>>\
<<love $sister>>
<<lust $sister>>
<<dom $player 5>>
<</if>>\
<<horny 0>>
<<AddDreamEvent 15>>\
<<trackAction "pussyFuck.give" $sister>>\
<<AddNote $sister "After steadily progressing with the serum, my <<sister>> and I finally had sex. I have to wonder if the serum is entirely responsible, though, as the passion we felt was real, and natural. I feel like I can take this relationship even further now.">>\
<<elseif isFemale() or isBimbo()>>\
''You both run into your <<sister>>'s bedroom, door shut behind you. Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<nm $sister "I can't wait anymore, I need you now!">>\
<<pic $sister "sex-ff1">>\
''You grab your <<sister>>, pulling her close. You kiss her, lightly, before sliding your tongue into her mouth. The two of you embrace each other passionately for some time, hands and fingers exploring each other's bodies. After some time, $sister.name breaks the kiss. She's panting, her face is desperate.''
<<nm $sister "I... I need you!">>\
''You nod, and push her back into the bed. $sister.name sighs sensually as you kiss her neck, then her collar, her nipples, down to her stomach, and thighs, until you find yourself inches away from her dripping sex.''
<<nm $sister "<<Brother>>...">>\
<<pic $sister "eaten-by-female">>\
''You tease her clit with your tongue, flicking it lightly between licking up the length of her slit. Her body shudders with anticipation before you finally dig in deep.''
<<nm $sister "AH!">>\
''Your tongue spirals and laps and penetrates your <<sister>>'s cunt. She grabs your head as you drink in her wetness.''
<<nm $sister "<<Bro>>... this is amazing... but... I want more.">>\
''She slides up and kisses you deeply, the taste of her own juices mixed with making out with her own <<brother>> sending her into yet another orgasm. She breaks the kiss and slides you pants off.''
<<if not $sister.seePussy>>\
<<nm $sister "Is that... Y-you have a... A vagina!?">>\
<<nm $player "Well, you guys mentioned I was looking a little different... This was part of it. I guess you could say it was a lab accident... Is that a, problem?">>\
''$sister.name shakes her head, looking even more excited than before!''
<<set $sister.seePussy to true>>\
<<else>>\
<<if frontPlugged()>>\
<<nm $sister "What's this? A <<accf>>? You won't be needing that today, <<bro>>!">>\
''$sister.name pulls the <<accf>> from your pussy and tosses it aside.''
<<else>>\
''$sister.name licks her looks at the sight of your glistening slit.''
<</if>>\
<</if>>\
<<if hasStrapon()>>\
<<if $sister.isDom>>\
<<nm $sister "A strapon? You were wearing that this whole time? Saves me the trouble, hand it over!">>\
<<nm $player "You want to... Fuck me with it, you mean?">>\
<<nm $sister "Did you think I was gonna let you fuck ME? Oh come on...">>\
''You pull the harness off and hand it to your <<sister>>. She fastens it around her slender waist and begins stroking the large, fake cock.''
<<else>>\
<<nm $sister "A strapon? You were wearing that this whole time? That's... kinda hot. Hey, um, do think... I could try it on?">>\
<<nm $player "You want to... Fuck me with it, you mean?">>\
<<nm $sister "Yeah, if that's okay.">>\
''You pull the harness off and hand it to your <<sister>>. She fastens it around her slender waist and begins stroking the large, fake cock.''
<</if>>\
<<else>>\
<<nm $player "<<Sis>>?">>\
<<nm $sister "I, uh... I've been wanting to try something. I actually bought this a while ago on a whim but didn't actually have anyone to use it with, but now...">>\
''Your <<sister>> gets up and goes into her closet. When she comes back, she's holding a strapon cock in her hand.''
<<nm $sister "So... What do you think?">>\
''You quickly finish undressing, rolling over in $sister.name's bed and spreading your legs. Your <<pSize>> is ready and waiting as your <<sister>> fastens the strapon into place.''
<</if>>\
<<pic $sister "sex-ff2">>\
''$sister.name climbs on top of you, shoving her fake cock down your throat. You gag on in for several moments as your <<sister>> looks down on you. Finally she pulls out, and as you gasp for air she moves to penetrate you.''
<<nm $sister "Mm, ready <<bro>>?">>\
<<nm $player "Fuck! Just put it in already!">>\
''Your <<sister>> happily complies, sliding the large dildo effortlessly into your sopping mound. You tense at the new feeling of fullness in your abdomen, only pushing you to embrace your <<sister>> tighter.''
<<pic $sister "fuck-female">>\
<<nm $player "Oh FUCK! YES! Fuck me! Fuck your big <<brother>>! OH GOD!">>\
''She rams her cock into you as hard as she can, but it's not enough! Your lust has driven you over the edge, and you push your <<sister>> off you.''
<<pic $sister "sucked-by-female">>\
''You take the wet strapon into your mouth, sucking your juices off of it as you plunge your fingers into your pussy. Once you've had enough, you mount the cock and ride your <<sister>> into the bed.''
<<pic $sister "sex-ff3">>\
<<nm $sister "Holy shit! <<Bro>>! FUCK! YES! RIDE ME!!! FUCKING FUCK!">>\
<<nm $player "Mmmm YES! Shove your cock into your big <<brother>>! Make me cu- Oh! OHHHH FUUUUCKKKK!!!">>\
''You ride your <<sister>>'s strapon hard and fast, grinding the base into $sister.name's clit. You've both lost track of how many times the two of you have climaxed, both of you covered in sweat and drool and cum. You bounce on your <<sister>>'s cock, pushing each of you to one final orgasm, before you collapse onto her from sheer exhaustion...''
<<nm $sister "$player.name... I...">>\
<<nm $player "<<S-sis>>...">>\
<<pic $sister "sex-ff4">>\
''Neither of you able to find the words, you simply hold each other tight, kissing passionately until you finally pass out in each other's arms. The two of you lay on your <<sister>>'s bed for several hours, late into the night. When you finally wake up, you're both still naked on top of the covers. The door is still closed.''
<<Thought "W-what... Oh yeah. Man, what time is it?">>\
''Your <<sister>>'s alarm clock reads 3:00 AM.''
<<Thought "I should get back to my own bed before $mom.name wakes up...">>\
''You pull your clothes together and put a loose blanket over your <<sister>> before quietly returning to your own bed.''
<<if $sister.isDom>>\
<<lust $sister>>
<<else>>\
<<love $sister>>
<<lust $sister>>
<<dom $player 5>>
<</if>>\
<<horny 0>>
<<AddDreamEvent 15>>\
<<AddNote $sister "After steadily progressing with the serum, my <<sister>> and I finally had sex. I have to wonder if the serum is entirely responsible, though, as the passion we felt was real, and natural. I feel like I can take this relationship even further now.">>\
<<trackAction "eatPussy.give" $sister>>\
<<trackAction "eatPussy.get" $sister>>\
<<trackAction "pussyFuck.give" $sister>>\
<</if>>\
<<btnLink "Continue" "Room" "setTime('night')">><<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Aw, such a good older <<brother>>! Just what I... ne...">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<nm $player "$sister.name, you've really been enjoying yourself lately. This sense of power that comes with being a total bitch, especially to your <<brother>>, you love it! But the more you think about it, being a bitch, what really gets you excited is the idea of being an actual bitch. A bitch in heat, a breeding bitch meant to be fucked like a dog kind of bitch. The idea of being a slutty bitch whose only purpose in life is to get used and fucked like a bitch makes you want to get down on all fours and beg for it like a bitch!">>\
''$sister.name slowly nods in agreement, drool running down her chin as her breathing starts to race, before finally returning to her fully aware state.''
<<nm $sister "I, uh... w-what were we talking about again?">>\
''She slides a hand down under her panties and starts rubbing herself in front of you, pulling over a pillow to bite into as she does.''
<<nm $sister "M-MMMMPH! Haaa, s-sorry, so... you said you wanted to fuck? Right now? Well come on, take me already!">>\
<<pic $sister "spread">>\
<<nm $player "Ah, I-I actually have some thing I n-need to take care of...">>\
''Your <<sister>> starts to whimper.''
<<nm $sister "Aren't I a thing you need to take care of? Hmmmm, well fine, but you'd better take care of me later!">>\
''She rolls over on the couch, starting to masturbate as she returns to her show.''
<<lust $sister>>
<<btnLink "Finish chatting with $sister.name" "Home" "passTime()">>
<<set $serum[3].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 7>>\
<<set $sister.doseCD += ($serum[3].cd + $sister.dose)>>\
<<set newDose($sister,"dog")>>\
<<set $sister.default to "dakota-pet">>\
<<set $player.coinOutfits.pushUnique("dakota-pet")>>\
<<AddNightEvent 13>>\
<<RemoveNightEvent 3>>\
<<set $sister.status to "@@.xxx;Slut Puppy@@">>\
<<AddNote $sister "I used a dose of $serum[3].name on $sister.name, putting the idea in her head that her bitchy attitude lately was really just a plea to be treated like a bitch in heat. Based on her reaction to the serum, I think it may have just worked!">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<Thought "Alright, <<sis>>. Let's see how far you'll go.">>\
<<nm $player "$sister.name, you're so happy you finally got to have amazing sex with your <<brother>>, but the fact that we have to keep it a secret is just the worst. You've decided you're done fucking in your room with the door closed, and you don't want to keep it hidden anymore. From now on, whether $mom.name's here or not, you're going to fuck your <<brother>> whenever and wherever!">>\
<<Thought "At this point, $mom.name's so far gone she probably wouldn't care if she caught us fucking or not. Hell, after this little push I could probably make it a whole family effort!">>\
''$sister.name's expression remains blank, she doesn't respond to your command at all. You notice saliva dribbling from the corner of her mouth before her eyes return to normal and she starts to regain her self.''
<<nm $sister "Right <<bro>>, thanks for the drink.">>\
''$sister.name sets the can down and leans in.''
<<pic $sister "kiss-player">>\
<<nm $player "Mm, what was that for?">>\
''$sister.name smiles, saying nothing as she strips in front of you, pulling your clothes off once she's done.''
<<if isChastity() or isSissy() or $sister.isDom>>\
<<pic $sister "naked">>\
<<if hasPenis()>>\
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<else>>\
<<NoticePussy $sister>>\
''$sister.name licks her lips at the sight of your pussy.''
<</if>>\
<<if $sister.isDom>>\
<<nm $sister "Hmmm... I'mma fuck your ass! Bend over, slut!">>\
<<else>>\
<<nm $sister "Welp, guess I'm doing the fucking today!">>\
<</if>>\
<<if hasPenis()>>\
<<pic $sister "fuck-player">>\
<<if isSissy() or isChastity()>>\
''Since your <<sister>> can't get anything out of using your cock, she instead bends you over and fucks you in the ass for her own pleasure with a strapon she's been wearing under her clothes. Given your position, there's really not much you can do about it...''
<<else>>\
''Uninterested in letting you inside of her, she instead bends you over and fucks you in the ass for her own pleasure with a strapon she's been wearing under her clothes. Given your position, there's really not much you can do about it...''
<</if>>\
<<else>>\
<<pic $player "ass-fucked-by-female">>\
''Your <<sister>> is relentless as she bends you over and fucks you in the ass for her own pleasure with a strapon she's been wearing under her clothes. Given your position, there's really not much you can do about it...''
<</if>>\
<<nm $sister "Mmm... Tell me, <<brother>>, how does it feel to be your little <<sister>>'s personal fuck slut?">>\
''She rams the strapon into you harder, making you yelp.''
<<nm $player "G-good! Ah! P-please... Use me h-however you w-want... AH!">>\
<<nm $sister "Hahaha, good <<boy>>.">>\
''$sister.name continues fucking you on the couch, well into the afternoon...''
<<AddDreamEvent 14>>\
<<lust $sister>>
<<dom $player -5>>
<<horny 0>>
<<trackAction "analFuck.get" $sister>>\
<<elseif hasPenis()>>\
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<pic $sister "couchoral-mf1">>\
''Your <<sister>> slides your hard <<pSize>> into her mouth, sucking it thoroughly until it's properly lubricated, then climbing onto it.''
<<pic $sister "ride-male">>\
<<nm $sister "Mmm, yeah... C'mon big <<brother>>! Don't stop! Let's fuck like this all day long!">>\
''$sister.name rides you on the couch well into the afternoon...''
<<AddDreamEvent 16>>\
<<love $sister>>
<<lust $sister>>
<<dom $player 5>>
<<horny 0>>
<<trackAction "pussyFuck.give" $sister>>\
<<else>>\
<<if not $sister.seePussy>>\
<<nm $sister "Is that... Y-you have a... A vagina!?">>\
<<nm $player "Well, you guys mentioned I was looking a little different... This was part of it. I guess you could say it was a lab accident... Is that a, problem?">>\
''$sister.name shakes her head, looking even more excited than before!''
<<set $sister.seePussy to true>>\
<<else>>\
''$sister.name licks her lips at the sight of your pussy.''
<</if>>\
<<pic $sister "couchoral-ff1">>\
''Your <<sister>> pulls you down to her glistening twat, panting heavily as you extend your tongue to meet it. Once she's been sufficiently lubricated, you see her pull a huge strapon out from behind a cushion.''
<<nm $player "Oh? Wanting to fuck your <<brother>> again?">>\
<<nm $sister "Huh-uh, this time it's my turn!">>\
''She helps secure the harness around your waist and mount the large fake cock to it, then bends over the couch and opens her hole to you.''
<<pic $sister "fucked-by-female">>\
''Your <<sister>> moans in ecstasy as you fuck her over the couch. The two of you go at it well into the afternoon...''
<<AddDreamEvent 16>>\
<<love $sister>>
<<lust $sister>>
<<dom $player 5>>
<<horny 0>>
<<trackAction "pussyFuck.give" $sister>>\
<</if>>\
<<if dose($mom,"break") or dose($mom,"fuckshack")>>\
<<btnLink "Meanwhile..." "Sister-Dose-MomWatch">>
<<else>>\
<<btnLink "Continue" "Home" "passTime()">>
<</if>>\
<<set $serum[3].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 7>>\
<<set $sister.doseCD += ($serum[3].cd + $sister.dose)>>\
<<set newDose($sister,"sexHouse")>>\
<<set newDose($sister,"threesome")>>\
<<set $sister.status to "@@.xxx;Bold <<Brother>> Fucker@@">>\
<<AddNote $sister "I decided to take my last experiment one step further, insisting my <<sister>> throw all inhibitions to wind, wanting to fuck whenever and wherever, regardless of who might find out. She had no difficulty in this regard, and in fact probably didn't need the serum in the first place!">>\<<loc_Landing>>\
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<else>>\
<<pic $mom "solo3">>\
<</if>>\
<<nm $mom "Haa... haaa..." "My kids are... f-fu... Having sex with each other? Oh god... That's so... WRONG! I should, mmmmm... I should t-talk to them about how, ahhhh, naughty they're being...">>\
<<btnLink "Continue" "Home" "passTime()">>
<<set newDose($mom,"threesome")>>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Okay, well, now or never I guess.">>\
<<pic $sister>>\
<<art $sister "dosed,2">>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<nm $player "You love this new sense of sexual liberation you've found recently. It feels like you could do anything and find fulfillment! Come to think of it, didn't all this come about from watching porn together with your <<brother>>? You still watch porn all the time, but secretly you've always wanted to see what life was like on the other side of the camera. Maybe you're not ready to fly out to LA and make a name for yourself, but your laptop does have a decent webcam...">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Right, thanks for the drink, that's so sweet of you!">>\
''Your <<sister>> sets the can down and jumps off the couch to give you a big hug, plus a not-so-subtle kiss on the neck.''
<<nm $player "Yeah, haha, no worries!">>\
''She holds on to you, sliding one hand between your legs as she moves up to speak softly into your ear.''
<<nm $sister "U-um, hey, I was wondering if you might be willing to help me with some computer stuff later? I've kinda had a project in mind that I could use some help on.">>\
<<nm $player "Sure, that's no problem.">>\
''$sister.name nods excitedly and hops back down onto the couch.''
<<nm $sister "Hehe, thanks! Just come by whenever!">>\
<<love $sister>>
<<lust $sister>>
<<btnLink "Finish chatting with $sister.name" "Home" "passTime()">>
<<set $serum[3].qty -= 1>>\
<<set $sister.dose += 1, $sister.nextSerum to 7>>\
<<set $sister.doseCD += ($serum[3].cd + $sister.dose)>>\
<<set newDose($sister,"cam")>>\
<<set $sister.status to "@@.xxx;Entrepeneur@@">>\
<<AddNote $sister "I slipped $sister.name some $serum[3].name, putting the idea in her head to explore her interest with the porn industry. At the very least, to start camming. If I play it right, I might be able to benefit off this as well.">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Alright, time to see what this serum's capable of.">>\
<<pic $sister>>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<Thought "Hunh, seems like a pretty typical response. Maybe there isn't anything special about it after all? Well, no sense letting it go to waste... Let's have some fun, I guess.">>\
<<nm $player "Hey, <<sis>>, let's be honest. The reason you're so bitchy sometimes is because, deep down, you're really an actual bitch. Like, an honest-to-god slutty dog in heat, and you've finally decided to stop hiding and embrace that part of yourself. From now own, you're going to start acting like the real bitch you are.">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Right, thanks for the drink, <<bro>>. Really appreciate it!">>\
<<nm $player "Yeah, no problem, <<sis>>." "No reaction. Did it not work?">>\
''She continues sipping at her drink, mostly ignoring you.''
<<nm $sister "Was there... Something else?">>\
<<nm $player "Hm? Oh, no, sorry. Well... I'll be on my way then.">>\
<<nm $sister "Later, <<bro>>!">>\
''You leave, heading back to your room.''
<<Thought "She doesn't seem to be aware of the command, so at least that part worked. The theory is that the serum would take longer than usual before it exhibited any real effect, so, I guess all I can do is wait and observe for now.">>\
<<btnLink "Continue" "Home" "passTime()">>
<<set newDose($sister,"mcsx")>>\
<<set newDose($sister,"dogkota")>>\
<<set $serum[7].qty -= 1, $sister.nextSerum to 0>>\
<<set $sister.dose++>>\
<<AddNightEvent 6>>\
<<AddNote $sister "I tried the new MCS-X serum on $sister.name today, having her start behaving like a slutty dog. The initial effects seem no different than any other version of the serum, and I saw no immediate change in her behavior. Still, I should keep an eye on her over the next few days and see if anything actually does change.">>\<<loc_Room>>\
''You find yourself struggling to fall asleep tonight. Every noise and passing light distracts you, until finally you sit up in your bed out of frustration.''
<<Thought "Ah, fuck I... Hm?">>\
''You can hear noises coming from the alley behind your house. There's usually stray cats and dogs getting into things back there, but you could have swore you heard something distinctly human.''
<<Thought "Whatever... Gotta pee...">>\
''Your feet drag as you make your way down the hall to the bathroom. When you finish your business, you see your <<sister>>'s door is open at the end of the hall.''
<<Thought "Hunh, usually she keeps her door closed... I've been meaning to talk to her about things lately, maybe she's awake?">>\
''You're surprised to find your <<sister>>'s room completely empty. Through her open window you once again hear the sounds of animals scuffling around outside, followed by...''
<<Thought "$sister.name?">>\
''You're wide awake now. You run to the window to get a better look at what's going on outside, but are unable to see into the alley. You run to your room to throw some shoes on, and quietly head for the front door.''
<<Thought "It's unlocked?">>\
''The night is cool and dark, and dim streetlamp is only just enough to help you make your way into the alley. As the clouds part to allow for a brief flood of moonlight, you see it...''
<<pic $sister "dog1">>\
''The girl in the alley is unmistakably your <<sister>>. She's completely naked, on her hands and knees between two large Doberman Pinschers. While one impales her furiously from behind, the other forcefully fucks her mouth as she gags.''
<<pic $sister "dog2">>\
<<nm $player "..." "<<Sis>>...">>\
''You struggle to form words, only able to watch the spectacle unfold in front of you. A look of pure, blissful lust stretches across your <<sister>>'s face as her new doggy lovers empty their hot canine loads into her. First her cunt...''
<<pic $sister "dog3">>\
''...then her mouth...''
<<pic $sister "dog4">>\
''She collapses between them, licking up whatever pools of cum escaped her mouth. Only a moment later, the dogs scatter, leaving your <<sister>> a used, sticky mess in the back alley of your house. You realize now the true extent of the MCS-X serum, as your little <<sister>> rapidly degrades into nothing more than a doggy fuckhole...''
''You can't really process it, nor can you explain the burning feeling between your legs. As you watch $sister.name revel in fresh dog cum, bringing herself to orgasm after orgasm, you can feel your <<pSize>> about to explode in your <<UnderwearOrPants>>.''
''Silently, you go back to your room and lay in your bed. Several minutes later, the sound of trampling fills the house as $sister.name runs top speed from the front door to her bedroom, leaping into her bed...''
<<Thought "...I'm sorry, <<sis>>. I hope you can still find happiness in your new life.">>\
''Your hand subconsciously slides down beneath your <<UnderwearOrPants>>, your <<PussyOrCock>> burning with need, and you masturbate yourself to sleep...''
<<preg $sister "stray dogs">>
<<btnLink "Go to sleep..." "Room-Sleep">>
<<set $sister.isDog to true>>\
<<set $sister.status to "@@.xxx;Doggy Fuck Slave@@">>\
<<RemoveHomeEvent 0 15 16 17 18 19 20 21 22 23 24>>\
<<RemoveNightEvent 1 2 3 4 13>>\
<<AddNightEvent 7>>\
<<AddDreamEvent 17>>\
<<AddNote $sister "Last night, I found my <<sister>> in the alley behind our house, getting fucked by two stray dogs. The look on her face implied she was loving every second of it, giving in completely to the MCS-X, and turning into a true and complete dog slut... At this point, she can't even communicate properly anymore, and seems to live only to be bred and fucked.">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Alright, time to see what this serum's capable of.">>\
<<pic $sister>>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<Thought "Hunh, seems like a pretty typical response. Maybe there isn't anything special about it after all? To be fair, all I really wanted to use it for, was... well...">>\
<<nm $player "$sister.name, it's been a crazy ride, huh? You never thought you'd ever end up in this kind of relationship with your <<brother>> of all people but here you are! Whatever happens, the one thing that you've decided is that you're going to commit yourself to being fully devoted to your <<brother>> as <<his>> lover, maybe even <<his>> bride one day!">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Right, thanks for the drink, <<bro>>. Really appreciate it!">>\
<<nm $player "Yeah, no problem, <<sis>>." "No reaction. Did it not work?">>\
''She continues sipping at her drink, smiling to herself. You can't help but notice she's suddenly blushing hard.''
<<nm $player "<<Sis>>? You okay?">>\
<<nm $sister "H-huh!? Oh, no, I'm good! Hey, um, you wanna sit down and join me for a bit? This show just started and, um, it looks really good, so I thought, maybe...">>\
<<nm $player "I'd love to! Scoot!">>\
''$sister.name giggles excitedly, making "just" enough room for you to sit down and immediately diving into a cuddle once you do. She turns up the TV and rests her head on your chest. The two of you stay like this for the entirety of the show until you finally excuse yourself.''
<<Thought "I have a good feeling about this...">>\
<<love $sister>>
<<btnLink "Continue" "Home" "passTime()">>
<<set newDose($sister,"lover"), $sister.nextSerum to 0>>\
<<set $serum[7].qty -= 1, $sister.dose++>>\
<<set $sister.isLover to true>>\
<<set $sister.status to "@@.xxx;Devoted <<Sister>>@@">>\
<<AddNote $sister "I tried the new MCS-X serum on $sister.name today, choosing to solidify the idea that she's completely in love with me. I'm not sure I even needed such an experimental serum to achieve that, but the outcome seems to be favorable...">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Alright, time to see what this serum's capable of.">>\
<<pic $sister>>\
<<nm $sister "Aw, see? You're good for something after... all...">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<Thought "Hunh, seems like a pretty typical response. Maybe there isn't anything special about it after all? To be fair, all I really wanted to use it for, was... well...">>\
<<nm $player "$sister.name, it's been a crazy ride, huh? You never thought you'd ever end up in this kind of relationship with your <<brother>> of all people but here you are! Whatever happens, the one thing that you've decided is that you're going to commit yourself to being <<his>>... dominant mistress! You and $mom.name will do whatever it takes to make sure your <<brother>> is taken care of, even if, especially if that means being a little hard on <<him>> sometimes.">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Mmm, that hit the spot. Oh, you're still here?">>\
<<nm $player "O-oh, yeah, sorry, I'll just-" "No reaction. Did it not work?">>\
''Your <<sister>> slams her feet up on the arm of the couch, hard enough to cut you off of your train of thought.''
<<nm $sister "My show just started, and my feet hurt. Rub them until it's over.">>\
<<nm $player "I-I... Y-yes, <<sis>>.">>\
''$sister.name gives you an approving smile as you kneel down next to her and start massaging her tiny feet. You take great pleasure in the occasional moan or purr you manage to coax out of her. The two of you stay like this for the entirety of the show until she finally waves you off, satisfied with your service.''
<<Thought "I mean... at this point I'd just be lying to myself if I said this isn't what I wanted, right?">>\
<<lust $sister>>
<<btnLink "Continue" "Home" "passTime()">>
<<set newDose($sister,"mistress"), $sister.nextSerum to 0>>\
<<set $serum[7].qty -= 1, $sister.dose++>>\
<<set $sister.isMistress to true>>\
<<set $sister.status to "@@.xxx;Mistress $sister.name@@">>\
<<AddNote $sister "I tried the new MCS-X serum on $sister.name today, choosing to solidify the idea that she's forever my mistress. I'm not sure I even needed such an experimental serum to achieve that at this point, but the outcome seems to be more or less as expected. I don't know why, but the idea of $sister.name playing the dominant mistress role just gets me so... excited.">>\<<loc_LivingRoom>>\
''You grab a soda from the fridge and slip the serum into it before returning to the living room.''
<<nm $player "Hey <<sis>>, wanna hang out? Brought you a drink.">>\
''$sister.name sits up and happily takes the cold soda from you. You're a little surprised when she chugs it down, though.''
<<Thought "Alright, time to see what this serum's capable of.">>\
<<pic $sister>>\
<<nm $sister "Awesome, <<bro>>, thanks a-">>\
''Your <<sister>> trails off, eyes vacant and cloudy, shifting colors slightly. This is your chance.''
<<Thought "Hunh, seems like a pretty typical response. Maybe there isn't anything special about it after all? Well, no sense letting it go to waste... Let's have some fun, I guess.">>\
<<nm $player "Hey, <<sis>>, we both know you're hopelessly addicted to porn. That's all well and good, but if you're being honest with yourself you know the real reason you love it so much is because it helps you get in touch with the 'real' you, the 'slutty little <<sister>>' version of you. The 'pornstar' version of you. You don't want to ignore that part of you anymore, and starting now you're going to embrace your true, slutty pornstar version of yourself!">>\
''$sister.name slowly nods in agreement before soon returning to her fully aware state.''
<<nm $sister "Right, thanks for the drink, <<bro>>. Really appreciate it!">>\
<<nm $player "Yeah, no problem, <<sis>>." "No reaction. Did it not work?">>\
''She continues sipping at her drink, mostly ignoring you.''
<<nm $sister "Was there... Something else?">>\
<<nm $player "Hm? Oh, no, sorry. Well... I'll be on my way then.">>\
<<nm $sister "Later, <<bro>>!">>\
''You leave, heading back to your room.''
<<Thought "She doesn't seem to be aware of the command, so at least that part worked. The theory is that the serum would take longer than usual before it exhibited any real effect, so, I guess all I can do is wait and observe for now.">>\
<<lust $sister>>
<<btnLink "Continue" "Home" "passTime()">>
<<set newDose($sister,"mcsx")>>\
<<set newDose($sister,"proCamgirl")>>\
<<set $sister.mcsx.porn to 1, $sister.dose++>>\
<<set $sister.mcsx.cd to $mcsxCD>>\
<<set $serum[7].qty -= 1, $sister.nextSerum to 0>>\
<<AddNote $sister "I tried the new MCS-X serum on $sister.name today, having her start behaving like a slutty pornstar. The initial effects seem no different than any other version of the serum, and I saw no immediate change in her behavior. Still, I should keep an eye on her over the next few days and see if anything actually does change.">>\<<loc_Room>>\
''You lay in your bed, struggling to fall asleep. After tossing and turning for who knows how long, you notice faint sounds and lights coming from downstairs.''
<<Thought "Hm? Is someone up late watching TV? Well, fuck, I guess I'll go join them...">>\
''You roll out of your bed and make your way down stairs, not quite prepared for the sight awaiting you.''
<<pic $events "porn-tv">>\
''Your <<sister>> is on the couch, masturbating to hardcore porn streaming to the 65 inch TV in your living room. You're not sure whether she hasn't noticed you yet, or if she just doesn't care, as you approach her.''
<<nm $player "Um, hey <<sis>>.">>\
<<nm $sister "Oh, hey <<bro>>. Couldn't sleep?">>\
<<nm $player "No, I guess not. So, uh... What are you watching?" "Guess she just doesn't care.">>\
''The fucking on the TV intensifies, and you've noticed your <<sister>> hasn't removed her hand from her panties yet.''
<<nm $sister "Oh, this is one of my favorite videos lately. Rubbing one out late at night helps me relax, and I wanted to watch it on something bigger than my laptop screen... Hey, come over here!">>\
''You take a seat by $sister.name.''
<<nm $sister "...Well? What are you waiting for? Start masturbating!">>\
<<nm $player "What?">>\
<<nm $sister "You heard me. C'mon, this is like, super hot, right? I know you're getting worked up down there. It's just masturbating, it's no big deal...">>\
''$sister.name starts tugging on your <<bottom>> until both her insistence, as well as the imagery on the screen, finally get the better of you.''
<<nm $player "Fine, jeez...">>\
<<if isWearingUnderwear()>>\
''You pull down your <<bottom>> and slide your hand down your <<underwear>>.''
<<else>>\
''You pull down your <<bottom>>, exposing your <<pSize>>.''
<<nm $sister "No underwear, <<bro>>? Mmm, that's pretty hot!">>\
<</if>>\
''You both casually masturbate over the next few minutes. You try to match your <<sister>>'s pace, while also watching the screen, while also keeping an ear out for your <<mom>>. In fact, you're so distracted that you don't even notice at first when $sister.name slides her hand under yours.''
<<nm $player "H-huh!? <<sis>>? What're you-">>\
<<nm $sister "Oh hush, <<brother>>, I'm just helping you out. It's not a big deal, really!">>\
<<if isChastity()>>\
''Your <<sister>>'s fingers fumble around the <<accf>> imprisoning your <<PussyOrCock>>.''
<<nm $sister "Oh, so you're into that sort of thing, huh? That's fine, I guess, but it sure makes this a lot more boring, but, I guess I can play that role, too... Well, I guess you'll just have to take care of me instead.">>\
<<elseif isSissy()>>\
''Your <<sister>>'s fingers fumble around your <<pSize>>''
<<nm $sister "What the fuck is this? Is this supposed to be your cock? Holy shit, that's fucking depressing... You're probably some kind of little sissy bitch that gets off on humiliation, aren't you? That's fine, I guess I can play that role, too... Well, you'll just have to take care of me instead.">>\
<<elseif hasPenis()>>\
''Your <<sister>> has begun stroking your hardening cock, expertly working it towards orgasm.''
<<nm $sister "Jeez, <<bro>>, I can already feel you twitching! Is your little <<sister>>'s hand really so good? Well, can't have you ruining my fun, right? Why don't you crawl down here and take care of me instead?">>\
<<else>>\
''Your <<sister>> has begun expertly rubbing your pussy, quickly and expertly bringing close to an orgasm by her hand.''
<<nm $sister "Jeez, <<bro>>, I can already feel you twitching! Is your little <<sister>>'s hand really so good? Well, can't have you ruining my fun, right? Why don't you crawl down here and take care of me instead?">>\
<</if>>\
<<nm $player "Take care of...">>\
@@SMACK!@@
''Your <<sister>> slaps your <<if hasPenis()>>scrotum<<else>>clit<</if>>, hard enough to elicit a yelp.''
<<nm $player "W-what the fu-">>\
<<nm $sister "Shut up <<if isMale() or isSissy()>>sissy!<<else>>slut!<</if>> Now get on your knees and eat your mistress's pussy!">>\
<<nm $player "I-I'm not going to-">>\
@@SMACK!@@
<<Thought "FUUUUUCK!">>\
''Unable to endure another assault on your <<if hasPenis()>>testicles<<else>>pussy<</if>>, you reluctantly slide between your <<sister>>'s feet in front of the couch. She pulls off her panties and spreads her legs wide.''
<<nm $sister "What are you waiting for? Get to work, slut!">>\
''You lean into your <<sister>>'s tiny mound, already dripping wet from her earlier activities, and begin licking. Despite the coercion, you quickly find yourself overwhelmed and intoxicated by your <<sister>>'s scent. Your tongue runs along her narrow slit, stopping intermittently to flick her clitoris.''
<<nm $sister "Mmmm, yeahhh. You're really good at this, <<bro>>! I should make you my full-time pussy eater!">>\
''You continue digging into your <<sister>>'s pussy, your tongue flicking, sliding, swirling and piercing, until finally you can feel her thighs begin to tremble.''
<<nm $sister "Oh fuck... FUCK! Don't stop! I'm... I'm co-">>\
''Your <<sister>> grabs your head, forcing it into place as her juices flood your mouth. You choke and cough, but $sister.name keeps your head locked onto her gushing pussy for several moments as her orgasm continues.''
<<nm $sister "Mmmmmmm... YES! Oh, god, this is so much better than masturbating by myself! I hope you had a good time, big <<brother>>, because I'm gonna start using you like this from now on!">>\
''Your <<sister>> stands up, sliding her wet twat up along your nose and head before turning around and cramming her damp panties into your mouth.''
<<nm $sister "You keep those, <<bro>>!">>\
''$sister.name walks up to her room, leaving you to clean up and turn off the TV...''
<<Thought "Man, what the fuck has gotten... Is this the effects of the MCS-X? It would make sense. I wonder how much farther it'll go?">>\
''You finish up and head up to your room.''
<<lust $sister 1>>
<<dom $player -5>>
<<horny 10>>
<<trackAction "eatPussy.give" $sister>>\
<<set $sister.mcsx.porn += 1>>\
<<set $sister.mcsx.cd += $mcsxCD>>\
<<set $sister.status to "@@.xxx;Porn Addict@@">>\
<<AddHomeEvent 19>>\
<<AddHomeEvent 24>>\
<<AddNightEvent 4>>\
<<set $sister.default to "dakota-porn">>\
<<set $player.coinOutfits.pushUnique("dakota-porn")>>\
<<AddNote $sister "Last night I found my <<sister>> watching porn on the living room TV downstairs. She insisted I join her, though that situation quickly escalated into her forcing me to eat her out on the couch. I have to assume this is the result of the MCS-X, though I wonder if it's really reached its full effect yet...">>\
<<btnLink "Go to sleep..." "Room-Sleep">><<loc_Room>>\
''You collapse in bed after a long day.''
<<Thought "$mom.name said she was spending the night at grandma's house, so it's just $sister.name and I tonight. It'd probably be fun to stay up and do something, but... too... tired...">>\
''You're just about to drift off when your <<sister>> comes barging into the bedroom.''
<<nm $sister "$player.name! $player.name! Wake up!">>\
<<nm $player "Ugghhhhh... What do yo-">>\
<<pic $sister "dakota-nekkid">>\
''Your <<sister>>'s completely naked, standing over your bed.''
<<nm $player "Why... are you naked?">>\
<<nm $sister "What do you mean 'why', I told you tonight's the night! Now come on!">>\
<<nm $player "You told me... no such thing.">>\
<<nm $sister "What? Really? Well... That doesn't matter. Everyone's here, and I need you to work the camera!">>\
''You stare blankly at your <<sister>> as you try to process all the things she's just said to you. Tired of waiting, she grabs you by the arm and drags you downstairs to the living room where several men are sitting on the couch waiting.''
<<loc_LivingRoom>>\
<<Thought "They're... naked...">>\
<<nm $sister "Okay everyone, this is my <<brother>>, $player.name, and <<he>>'ll be filming us tonight!">>\
''After some uncomfortable waving, you step behind the camera your <<sister>> has set up on a tripod near the corner of the room.''
<<nm $sister "Well, okay! This is my first time doing this so I guess I'll just leave myself in your big strong capable hands! <<Brother>>, let me know when that things recording.">>\
<<nm $player ".......................">>\
<<nm $sister "<<Brother>>!!!">>\
<<nm $player "Y-yeah... Okay, yeah, it's recording.">>\
''Your <<sister>> smiles wide before falling back into a net of waiting hands and hardening cocks. The men swarm her, and within seconds she has a cock in her mouth and one in each hand, alternating constantly in an effort to keep all her guests happy.''
<<pic $sister "gang1">>\
<<nm $sister "Mph! Mph! Ahhhh... You're all so amaz-MPH!">>\
''She gives up trying to speak as the men ensure her mouth is constantly occupied by cock. It's not long before she's finally lifted into position and penetrated by the first of her many lovers.''
<<nm $sister "Mph, mgmff, mph HNGG!!">>\
<<pic $sister "gang2">>\
''Her tight slit is spread hard and fast, and she's given no time to recover before the man begins roughly bouncing her small body on his large dick. She's still trying to focus on the cocks in her mouth and in her hands, while the fucking beneath her intensifies.''
<<pic $sister "gang3">>\
''You watch as your <<sister>> is passed around like some kind of sweaty sex toy among the large group of men. None of her holes are empty for any length of time as a never ending stream of cocks violate every orifice of her tiny body...''
<<Thought "I can't believe I'm just standing here filming my little <<sister>> getting gangbanged... I mean, it's not like I can be too surprised about it, this is the command I gave it. Still, I didn't think she'd take it to this extreme.">>\
''As you watch the scene unfold, your hand slides down under your <<UnderwearOrPants>>, and you begin rubbing your <<pSize>>.''
<<if isChastity()>>\
''The <<accf>> on your <<PussyOrCock>> prevents you from applying any direct contact, so you resort to cupping your testicles with your palm while lightly pressuring your anus. As the action in front of you picks up, you eventually succumb to outright finger-fucking yourself!''
<<pic $sister "gang4">>\
''The group of men finally take turns emptying their loads onto your exhausted <<sister>>, who happily accepts each and every one whether it be on her face, tongue, chest or deep inside her. You, meanwhile, drop to your knees panting like a dog as you force out a tiny, anally-induced orgasm.''
<<elseif isSissy()>>\
''Your useless <<pSize>> prevents you from achieving any measure of harness, so you resort to rubbing your tiny dicklet like a clit, and using the ample percum to lubricate your sissy asspussy. As the action in front of you picks up, you eventually succumb to outright finger-fucking yourself!''
<<pic $sister "gang4">>\
''The group of men finally take turns emptying their loads onto your exhausted <<sister>>, who happily accepts each and every one whether it be on her face, tongue, chest or deep inside her. You, meanwhile, drop to your knees panting like a dog as you force out a tiny, anally-induced orgasm.''
<<elseif hasPenis()>>\
''Your <<pSize>> grows and hardens in your hand as you stroke it beneath your <<bottom>>. Seeing your little <<sister>> taking in so much cock while you film it is pushing you to the brink.''
<<pic $sister "gang4">>\
''The group of men finally take turns emptying their loads onto your exhausted <<sister>>, who happily accepts each and every one whether it be on her face, tongue, chest or deep inside her. You, meanwhile, drop to your knees panting like a dog as you shoot stream after stream of hot cum into your <<UnderwearOrPants>>.''
<<else>>\
''Your <<pSize>> pulses with need as you plunge your fingers deeper and deeper inside of it, circling your throbbing clit between penetrations. Seeing your little <<sister>> taking in so much cock while you film it is pushing you to the brink.''
<<pic $sister "gang4">>\
''The group of men finally take turns emptying their loads onto your exhausted <<sister>>, who happily accepts each and every one whether it be on her face, tongue, chest or deep inside her. You, meanwhile, drop to your knees panting like a dog as you shoot stream after stream of hot squirt into your <<UnderwearOrPants>> and down your legs.''
<</if>>\
<<Thought "Holy... fuck...">>\
''Your <<sister>>, covered in sweat and semen, locks her gaze with yours as the men all work on gathering their things and leaving your house. $sister.name begins to masturbate as she stares at you, swirling the cum from multiple men into her heavily used cunt, while you work to regain the feeling in your legs. She finally pulls herself off the ground and makes her way to you.''
<<pic $sister "kiss-player">>\
''The taste of spit and semen floods your mouth, but you're too exhausted to fight back, instead embracing the obscenity of it all. Your <<sister>> pushes you onto your back and mounts you, grinding herself into your waist while forcing her tongue as far down your throat as she can. Her eyes, full of lust and satisfaction, staring into yours are the last thing you remember before fading off...''
<<btnLink "Hours later..." "Sister-MCSX-Porn-2b">><<loc_LivingRoom>>\
''You wake up on the living room floor. Your <<sister>> is gone, as is the camera, and the lights are still on. Looking down, your <<bottom are>> pulled off, now draped over the couch, and your <<top>> is saturated in... something.''
<<Thought "Is this... What did she do while I was out? What time is it...">>\
''The digital clock on the wall shines 3:15 AM. You pull yourself to your feet, grabbing your <<bottom>> and dragging yourself upstairs to your bed.''
<<Thought "Ugh... too tired... to think...">>\
<<lust $sister 1>>
<<dom $player -5>>
<<horny 0>>
<<set $sister.mcsx.porn += 1>>\
<<set $sister.mcsx.cd += $mcsxCD>>\
<<set $sister.status to "@@.xxx;Sex Addict@@">>\
<<AddNote $sister "Last night, $sister.name brought me downstairs while our <<mother>> was out of town so I could film her getting gangbanged in our living room by a group of men. She took so many cocks in all of her holes, and I couldn't help but get off to it. When all was said and done, we made out on the floor until I passed out...">>\
<<btnLink "Go to sleep..." "Room-Sleep">><<loc_Room>>\
''You're getting ready for bed when you suddenly hear $sister.name knocking on your doorframe.''
<<pic $sister "door">>\
<<nm $sister "Um, hey <<bro>>, you busy?">>\
<<nm $player "Just getting ready to crash, what's up?">>\
<<nm $sister "I know it's last minute, but I kinda have this... thing scheduled at a studio across town. Kinda like an audition. I was wondering if maybe you could take me and stick around for it? I could really use your support.">>\
<<nm $player "Across town? Now?">>\
<<nm $sister "Please???">>\
<<nm $player ".....Okay, fine, give me a minute to get ready." "This seems really important to her... ugh...">>\
''Your <<sister>> runs back to her room while you put your clothes back on and head for the front door. After a minute, she runs out to meet you at the car.''
<<btnLink "Drive to the studio" "Sister-MCSX-Porn-3b">><<loc_Studio>>\
<<Thought "Is this... it?">>\
''You pull up to the address your <<sister>> gave. Rather than a commercial studio like you'd imagined, you pull up to a two story house on the outskirts of a developing neighborhood. There's a handful of vehicles parked in the driveway, so you pull up to the curb.''
''Your <<sister>> jumps out of the car and runs up to the door, knocking excitedly as she waves you over to join her.''
''A large man answers the door.''
<<nm $ron "Heyyyyyy, you must be $sister.name! Name's $ron.name, good to finally meetcha in person! And, ah, who's your <<if isMale()>>boy<<else>>girl<</if>>friend here?">>\
<<nm $sister "This is my <<brother>>, $player.name!">>\
<<nm $ron "Your... <<Brother>>? Hehehe, look, I'm all for the kinky incest shit but this ain't that kinda shoot tonight! Gotta say, though, ya' <<brother>> ain't half bad! If ah, you wanna come see me afterward I'm sure we could work somethin' out...">>\
<<nm $player "Haha, no, no... I'm just moral support for what I can only imagine is my <<sister>>'s first... official... porn shoot...">>\
<<nm $sister "YEP!">>\
<<Thought "Fuck...">>\
<<nm $ron "Hahaha! Great! Well come on, come on, let's get inside so you can meet your costars!">>\
''You're both led into the house. AV equipment and cases are scattered around the floor, while various staff members run from room to room. The dining room has been repurposed with a collapsible wardrobe and vanity. $ron.name headed up to the second floor where more people wait in the master bedroom.''
<<nm $ron "And here we are! $sister.name, meet $sam.name and, uh, Johnny.">>\
<<pic $npc "samantha">>\
<<nm $sam "Hey! You're $sister.name, right? OHMYGOD you're so CUTE!">>\
<<nm $sister "Thanks! I'm super excited!">>\
<<nm $sam "Oh you should be! Johnny over there is like, super fun to work with! He doesn't, like, really talk, but he's a totally nice guy with like, just the best cock!">>\
''Johnny looks over and gives a friendly nod.''
<<nm $sam "This is gonna be so much FUN!">>\
<<nm $ron "OH it makes me so HAPPY to see everyone getting along! We've still got a job to do tonight and it's high time we start. $player.name, if you wouldn't mind standing back over behind the camera guys, we'll get this party started! $sister.name, dear, go ahead and take a seat with Ms. $sam.name on the bed and just, ah, follow her lead. Once we get a flow going we can adjust as needed. Johnny, you'll come in later.">>\
''You take your position in the back of the room, careful to stay well clear of any cables or equipment, and settle in for what your assume will be a long awkward night...''
<<pic $npc "samantha-porn1">>\
''$sam.name takes $sister.name down onto the bed. They kiss, while exploring each other's bodies with their fingers, until finally $sam.name slides down and begins tonguing your <<sister>>'s slit. $sister.name moans softly, and you honestly can't tell if she's playing into her role or if she's legitimately getting into it...''
<<Thought "The MCS-X has taken her a lot farther than I had anticipated. Even though she knows this is all for show, it wouldn't surprise me at all if her reactions were 100% genuine... in fact, I'm certain that's the case.">>\
<<pic $npc "samantha-porn2">>\
''Johnny's joined the girls, and now they're both taking turns going down on him. $sam.name's eyes are locked with $sister.name's as they go back and forth, licking the length of his shaft, sucking it deep into their throats.''
<<nm $sam "Mmmmm, it's good, right $sister.name?">>\
''$sister.name licks Johnny's cock from the base to the tip before going in for a sensual kiss with $sam.name.''
<<nm $sister "It's so good, $sam.name, but... I think I need more now...">>\
<<pic $npc "samantha-porn3">>\
''Your <<sister>> rolls over onto her back as $sam.name climbs up next to her. She rubs $sister.name's pussy invitingly, beckoning Johnny over. He spreads your <<sister>>'s legs, effortlessly burying his large cock into $sister.name's drooling cunt.''
<<nm $sam "Mmm, yeah, just like that. She's so tight, isn't she, Johnny? Must feel really good to have your big hard cock inside her tight little pussy, huh? What about you, $sister.name? Is it good for you?">>\
<<nm $sister "Yeahhhhh... So good...">>\
<<pic $npc "samantha-porn4">>\
<<nm $sam "It's no fun being left out... Here, $sister.name, give me some attention, too.">>\
''$sam.name slides down next to your <<sister>>, pulling Johnny into herself as $sister.name lays next to her masturbating. As you're watching in a daze, $ron.name walks back towards you.''
<<nm $ron "Maaaaaaan! Your <<sister>>'s somethin' else lemme tell ya'! Hell, she's got sucha knack for this that I don' even gotta direct.">>\
<<pic $npc "samantha-porn5">>\
<<nm $player "I... uh... Thank you?">>\
''$ron.name slaps you on the arm.''
<<nm $ron "I'm just sayin'... Your <<sister>>'s gotta rare talent there, one that could take her far if she decided to join the industry.">>\
<<Thought "If she joined...">>\
''The reality of the MCS-X's true effects begin to set in.''
<<nm $player "Well, I guess that would be her... choice...">>\
<<pic $npc "samantha-porn6">>\
<<nm $ron "Well, she seems t'know what she wants outta life, so...">>\
''You look on in silence as $sister.name, $sam.name and Johnny their seemingly effortless dance of grabbing, groping, rubbing, kissing, licking, sucking and fucking...''
<<pic $npc "samantha-porn7">>\
<<nm $sister "I want it! I want your cum, Johnny!">>\
<<nm $sam "Yes! Give it to us, Johnny!">>\
''The girls return to sucking Johnny's hard, wet cock as the scene, and its participants, reaches its climax. Right on cue, Johnny releases a massive load on $sam.name and your <<sister>>, which they immediately begin sharing with each other.''
<<pic $npc "samantha-porn8">>\
<<nm $sam "Mmmmm.... $sister.name.... You taste so good...">>\
''$sam.name and $sister.name are so lost in each other that they don't even notice when $ron.name calls for a wrap, or when the crew finishes packing up and leaving, or when the whole house has vacated for the night. You try one last time to get your <<sister>>'s attention as she buries her face in $sam.name's mound, only to once again fail. $sam.name herself seems only barely holding on to her consciousness as $sister.name brings her to orgasm after orgasm.''
''Finally, you go home.''
<<Thought "I wonder... if I fucked up. She seemed legitimately happy, though I don't know how much of that was her and how much was the serum. Either way, I don't think there's anything I can do about it. Hopefully she'll come back home soon...">>\
<<set $sister.mcsx.porn += 1>>\
<<set $sister.status to "@@.xxx;Pornstar@@">>\
<<AddNote $sister "$sister.name had me take her to her first official porno shoot tonight, where she spent hours on end fucking a girl named $sam.name after performing a threesome scene with her and some guy. I couldn't get her to come back home with me...">>\
<<btnLink "Go to sleep..." "Room-Sleep">><<loc_LivingRoom>>\
<<switch serumStatus($sister)>>\
<<case "max dose">>\
<<Thought "I think I've gone as far as I can go with experimenting on $sister.name. Anything more would be excessive!">>\
<<btnLink "Watch a movie with her instead" "LivingRoom-Sister-Movie">>
<<case "on cooldown">>\
<<Thought "This would be a good time to test some serum on $sister.name, but I just used it recently. I should give $sister.name another $sister.doseCD day(s) before trying again.">>\
<<btnLink "Watch a movie with her instead" "LivingRoom-Sister-Movie">>
<<case "no serum">>\
<<set _ls to $sister.nextSerum - 1>>\
<<set _lastSerum to $serum[_ls].name>>\
<<if $sister.dose > 0>>\
<<Thought "I've done what I can with the formula I've been using. If I want to experiment more on $sister.name, I'll have to bring something else to progress farther.">>\
<<else>>\
<<Thought "Y'know, if I had some serum prepared, now would be a great time to test it out on $sister.name... Maybe next time.">>\
<</if>>\
<<btnLink "Watch a movie with her instead" "LivingRoom-Sister-Movie">>
<<case "can dose">>\
<<if not dose($sister,"porn")>>\
<<Thought "Now might be the perfect opportunity to test out the new serum. I'm interested to see the effects it has on someone closer to me. I could try something simple, just to get a baseline or I could try taking it farther. Going that route could potentially have some repercussions, but it would give me a much better sense of how well the drug works...">>\
<<else>>\
<<Thought "This seems like a good chance to test out a serum on $sister.name again.">>\
<</if>>\
<<btnChoice "Slip some serum into $sister.name's drink" "Sister-Dose-Options">>
<<btnLink "Watch a movie with her instead" "LivingRoom-Sister-Movie">>
<<default>>\
<<set _err to serumStatus($sister)>>\
<<error _err>>\
<<btnBack>>
<</switch>>\<<loc_LivingRoom>>\
<<Thought "What to do...">>\
<<switch $sister.nextSerum>>\
<<case 1>>\
<<if not dose($sister,"porn")>>\
<<btnChoice "Have her want to start watching porn with you" "Sister-Dose-Porn">>\
<<else>>\
<<if not dose($sister,"masturbate") and not dose($sister,"kiss")>>\
<<if not dose($sister,"tease")>>\
<<btnChoice "Have her start wanting you to see her naked" "Sister-Dose-Tease">>\
<<elseif not dose($sister,"kiss") and not dose($sister,"dom")>>\
<<btnChoice "Have her come to you to relieve sexual stress" "Sister-Dose-Relief">>\
<<btnChoice "Have her come to your room before bed to kiss you goodnight" "Sister-Dose-Kiss">>\
<</if>>\
<</if>>\
<<if not dose($sister,"tease") or dose($sister,"kiss")>>\
<<if not dose($sister,"masturbate")>>\
<<btnChoice "Have her start masturbating while you're watching porn together" "Sister-Dose-Masturbate">>\
<<elseif not dose($sister,"kiss")>>\
<<btnChoice "Have her come to your room before bed to kiss you goodnight" "Sister-Dose-Kiss">>\
<<elseif not dose($sister,"handjob")>>\
<<btnChoice "Have her want to start touching each other while watching porn together" "Sister-Dose-Handjob">>\
<</if>>\
<</if>>\
<</if>>\
<<case 2>>\
<<if not dose($sister,"oral")>>\
<<btnChoice "Have her want to engage in oral sex with you" "Sister-Dose-Oral">>\
<<else>>\
<<if dose($sister,"relief") or flag($sister,"Breakup")>>\
<<btnChoice "Have her acting more sexually open with other people" "Sister-Dose-Slut">>\
<</if>>
<<if dose($sister,"kiss")>>\
<<btnChoice "Have her want to start exploring your sibling relationship further" "Sister-Dose-Love">>\
<</if>>\
<</if>>\
<<case 3>>\
<<if not flag($sister,"See-MCS2-Event")>>\
<<Thought "I should try seeing how the recent serum experiment plays out before trying to go further with $sister.name">>\
<<elseif not dose($sister,"sex")>>\
<<btnChoice "Have her want to start have sex with you" "Sister-Dose-Sex">>\
<<else>>\
<<if not dose($sister,"sexHouse")>>\
<<btnChoice "Have her stop trying to hide your sexual relationship at home" "Sister-Dose-SexHouse">>\
<</if>>\
<<if not dose($sister,"dog") and dose($sister,"slut")>>\
<<btnChoice "Have her start acting like a bitch in heat" "Sister-Dose-Bitch">>\
<</if>>\
<<if not dose($sister,"cam") and dose($sister,"love")>>\
<<btnChoice "Have her embrace her love of porn and start camming at home" "Sister-Dose-Camgirl">>\
<</if>>\
<</if>>\
<<case 7>>\
<<if dose($sister,"slut")>>\
<<btnChoice "Enforce your relationship with $sister.name as your mistress" "Sister-Dose-Mistress">>\
<<else>>\
<<btnChoice "Enforce your relationship with $sister.name as your lover" "Sister-Dose-Lover">>\
<</if>>\
<<if dose($sister,"dog") and not dose($mom,"threesome")>>\
<<btnChoice "Use the $serum[7].name on $sister.name..." "Sister-Dose-Dog">>\
<</if>>\
<<if dose($sister,"cam") and not dose($mom,"threesome") and not dose($mom,"dom")>>\
<<btnChoice "Use the $serum[7].name on $sister.name..." "Sister-Dose-Pornstar">>\
<</if>>\
<<default>>\
<<error "nextSerum out of range: Value $sister.nextSerum">>\
<</switch>>
<<btnLink "Watch a movie with her instead" "LivingRoom-Sister-Movie">><<loc_SalesOffice>>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<SetFlag $tasha "GenderReveal">>\
''You walk in on ?tasha masturbating, revealing herself as being a transgirl.''
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<Thought "Alright, let's just... Wait... What's that noise?">>\
''As you approach ?tasha's office, you can hear the unmistakeable sound of a woman pleasuring herself.''
<<Thought "Is she masturbating in there!?">>\
''You can hear ?tasha growing louder and louder as you approach the cracked door. The pace of her breathing is increasing, and her panting is audible and arousing. You eagerly move up to the doorway for a better look, but you weren't quite expecting what you'd see next...''
<<nm $tasha "Hmmm, haaaa, haaaa, ooohhhh...">>\
<<pic $tasha "solo">>\
<<act $tasha "solo,cum" 1>>\
''You stare on in shock as ?tasha pumps her huge... cock? You're fixated on ?tasha's hand as she strokes the length of the penis between her legs, still completely oblivious to your presence and lost to her own lust.''
<<Thought "Oh wow, I'd have never guessed... Ahhh, hm...">>\
<<btnChoice "Try to get a better look - <<t1>>" "Tasha-TransReveal-Look">>\
<<btnChoice "Sneak away before she notices you" "Work">>\
<</if>>\<<loc_SalesOffice>>\
<<SetFlag $tasha "CaughtMasturbating">>\
''You carefully move closer to get a better look a ?tasha working her member.''
<<Thought "Man, she's really getting into it... hm? O-oh shi-">>\
''Realizing far too late that you've lost your footing, you quickly find yourself flying through the doorway and crashing to the ground.''
@@CRASH!!!@@
<<nm $player "O-owww...">>\
<<pic $tasha>>\
<<art $tasha "embarrassed,0,default-hard">>\
<<nm $tasha "AH!! Huh? $player.name!? What the fuck!!?">>\
''?tasha hurriedly stuffs her cock back into her panties and pushes her skirt back down, covering her crotch in equal parts embarrassment and anger. You pull yourself back up with a chair and try to explain.''
<<nm $player "I-I was just passing by, and there, um, noises... Curiosity got the better of me, and then, well, here we are, hehe...">>\
''?tasha doesn't appear amused. Her embarrassment quickly slips away as she becomes more and more flustered.''
<<nm $tasha "Oh bullshit! You knew exactly what was going on and you decided to just creep into my office and sneak a peek and... What are you staring at!?">>\
<<pic $tasha "skirt-bulge">>\
<<art $tasha "angry,0,default-hard">>\
<<nm $player "You're, um...">>\
''You point at the bulge growing under her skirt. She squeals as her face turns red and she throws herself back down into her chair, hands again covering her crotch.''
<<nm $tasha "S-so, you... you know then...">>\
<<nm $player "Heh, uh, yeah... Not quite what I was expecting to see.">>\
''?tasha stares down into the floor.''
<<btnChoice "But I'm not saying it's a bad thing!" "Tasha-TransReveal-Accept">>\
<<btnChoice "So... I'm gonna... go..." "Tasha-TransReveal-Reject">>\<<loc_SalesOffice>>\
<<nm $player "But I'm not saying it's a bad thing!">>\
''?tasha shyly looks up at you, through her hair.''
<<pic $tasha>>\
<<art $tasha "embarrassed,2">>\
<<nm $tasha "It's... It's not?">>\
<<nm $player "No, not at all! Why would it be? It just, caught me by surprise is all.">>\
''Wiping her eyes, ?tasha brushes the hair from her face and smiles softly at you.''
<<nm $tasha "Heh, thanks... It's not like I try to hide it from people... I guess I'm just not as comfortable with myself as I'd like to be... I started, um, transitioning several years ago. Once Sophie found me and gave me a job here, I was able to afford, um, these, and some other things...">>\
''?tasha bounces her breasts in her hands.''
<<nm $tasha "It was... harder on me than I thought it would be... and when it came to, my, u-um, you know... I don't know... I couldn't bring myself to give it up, y'know?">>\
<<if hasPenis()>>\
<<if $player.identity isnot "female">>\
<<nm $player "Haha, yeah, I'd have to say I'm pretty fond of mine.">>\
<<else>>\
<<nm $player "Hm, yeah... I could see that.">>\
<</if>>\
<<else>>\
<<nm $player "Haha, well, yeah... I guess if I had one I'd be pretty attached, too.">>\
<</if>>\
''Blood suddenly rushes back into ?tasha's cheeks as her face starts to burn bright red.''
<<nm $tasha "Omigosh! I-I can't believe I just spilled all that out to you! I don't- I- Ohhh!!!">>\
''She starts panicking in her seat again. You reach out and pat her on the head, causing her to relax for a moment.''
<<nm $player "Hey, you're fine. I think sometimes people just need to talk, y'know? Even if that means dumping their feelings on someone. Really, I don't mind! I'm glad you decided to talk to me...">>\
''?tasha stares at you for a moment, almost in disbelief. Her body, almost by itself, jumps forward as she wraps her arms around you.''
<<nm $tasha "Thanks, $player.name...">>\
''She holds the embrace for a few moments before letting you go.''
<<nm $player "Any time... I actually need to get back to work. Wasn't planning on hanging around this long.">>\
''You get up to leave and just as your clearing the doorway you hear ?tasha clear her throat sharply.''
<<nm $tasha "Well, whatever you WERE planning on doing when you decided to drop by earlier...">>\
''She lets the uncomfortable silence linger.''
<<nm $tasha "...Next time try to be a little more quiet about it, okay?">>\
''You don't respond, instead only laughing as you close the door behind you.''
<<Thought "Man, not how I was expecting my day to go...">>\
<<AddNote $tasha "I had an interesting run in with ?tasha this morning that resulted in me discovering she's transsexual. We ended up having a good talk, and I think we became a little closer because of it.">>\
<<SetFlag $tasha "GenderReveal">>\
<<if dose($penny,"dom")>>\
<<AddWorkEvent 13>>\
<</if>>\
<<AddWorkEvent 14>>\
<<AddConvo $tasha 4>>\
<<love $tasha 10>>
<<btnLink "Go back to lobby" "Work" "passTime()">><<loc_SalesOffice>>\
<<nm $player "So... I'm gonna... go...">>\
''You awkwardly backpedal out of the room until you cleared the doorway, then quietly close the door leaving ?tasha quietly staring into the floor, her face flushed and tears forming in the corners of her eyes.''
<<love $tasha -100>>
<<btnLink "Return to the lobby" "Work" "passTime()">><<loc_SalesOffice>>\
''You add a vial of $serum[1].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[1].name.''
<<Thought "Let's try something simple.">>\
<<nm $player "$tasha.name, you still can't help but about how excited you became when I caught you masturbating in your office. The idea of me watching you thrills you like nothing else, and from now you'll be making it a point to jerk off in your office every morning, knowing you'll cum extra hard if I'm watching.">>\
<<Thought "That should be easy enough. She's already been caught by me once.">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey... Y'know, you should swing by to tell me good morning... S-since my office is on your way in and all...">>\
''You smile and take a sip of your coffee.''
<<nm $player "Yeah, I'd like that a lot.">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[1].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 1>>\
<<set $tasha.doseCD += ($serum[1].cd + $tasha.dose)>>\
<<set newDose($tasha,"masturbate")>>\
<<set $tasha.status to "@@.xxx;Exhibitionist@@">>\
<<AddWorkEvent 14>>
<<AddNote $tasha "I slipped some $serum[1].name into $tasha.name's coffee at work today. I decided to try and convince her to start masturbating in her office in the morning before others start showing up to work. If I come in early and swing by her office before heading to lab, I should be able to catch her in the act.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[1].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[1].name.''
<<Thought "Let's try something simple.">>\
<<nm $player "Okay $tasha.name, we're coworkers, sure, but you'd like to see us become good friends as well. You think a good way to kick off our friendship would be to start meeting me in my lab in the mornings, maybe bring some coffee for us to chat over.">>\
<<Thought "That should be easy enough. Free coffee and more time with $tasha.name, what could be better?">>\
''$tasha.name nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, you know we should hang out more often, doncha think?">>\
''You smile and take a sip of your coffee.''
<<nm $player "Yeah, I'd like that a lot.">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[1].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 1>>\
<<set $tasha.doseCD += ($serum[1].cd + $tasha.dose)>>\
<<set newDose($tasha,"coffee")>>\
<<set $tasha.status to "Personal Barista">>\
<<AddConvo $tasha 11>>
<<AddNote $tasha "I slipped some $serum[1].name into $tasha.name's coffee at work today. I decided to try something easy, suggesting that she starts meeting me in the morning in my lab with coffee to hang out.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[1].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[1].name.''
<<Thought "Let's see if we can't build on what we've already started...">>\
<<nm $player "$tasha.name, you're starting to realize how much you love the rush that comes with masturbating publicly. Not only does the idea of getting caught get you off, but the act itself has started making you more sure of yourself. You're going to take this newfound confidence into the workplace, applying it both to your job, and your relationships.">>\
<<Thought "Let's see how that affects her general attitude.">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee and throws her arms around you.''
<<nm $tasha "Hehe! You're the best!">>\
<<nm $player "Ha, ahhh, yeah, you too, $tasha.name.">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[1].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 2>>\
<<set $tasha.doseCD += ($serum[1].cd + $tasha.dose)>>\
<<set newDose($tasha,"saleswoman")>>\
<<set $tasha.status to "Star Saleswoman">>\
<<AddWorkEvent 50>>\
<<AddWorkEvent 53>>\
<<AddNote $tasha "I slipped some $serum[1].name into $tasha.name's coffee at work today. I decided to build upon the last serum, and see if I could get her to apply some of that sexual confidence to the rest of her life as well.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[1].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[1].name.''
<<Thought "Let's see...">>\
<<nm $player "$tasha.name, as we've started spending more and more time together, you've come to realize just how deep your feelings for me run, and you're not sure you can, or even want to fight them anymore. From now on, you're no longer going to be afraid to explore these feelings.">>\
<<Thought "This should provoke at least some kind of change to her behavior.">>\
''$tasha.name nods in agreement with your suggestion, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name!">>\
''$tasha.name leans over and gives you a peck on the cheek, blushing heavily afterwards, but not appearing the least bit regretful.''
<<nm $player "Ah hehe, t-thanks $tasha.name.">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[1].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 2>>\
<<set $tasha.doseCD += ($serum[1].cd + $tasha.dose)>>\
<<set newDose($tasha,"love")>>\
<<set $tasha.status to "In Love?">>\
<<AddWorkEvent 16>>\
<<AddConvo $tasha 12>>\
<<AddNote $tasha "I slipped some $serum[1].name into $tasha.name's coffee at work today. I gave her the idea that she may be in love with me, and that she should try to explore these feelings more.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[2].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[2].name.''
<<Thought "Alright $tasha.name, let's have some fun...">>\
<<nm $player "$tasha.name, you've been too nervous to take things up a notch at the office, but you're not going to let your anxiety stop you from having fun anymore! You've been getting away with masturbating in your office for a while now, so how risky could <<if hasPenis()>>giving a blowjob<<else>>eating pussy<</if>> really be?">>\
<<Thought "This'll be interesting...">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "W-what was that for?">>\
''She shrugs.''
<<nm $tasha "Just wanted to!">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[2].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 2>>\
<<set $tasha.doseCD += ($serum[2].cd + $tasha.dose)>>\
<<set newDose($tasha,"oral")>>\
<<set $tasha.status to "@@.xxx;Oral Fixation@@">>\
<<set $tasha.breakup to true>>\
<<AddWorkEvent 47>>\
<<AddWorkEvent 49>>\
<<AddNote $tasha "I slipped some $serum[2].name into $tasha.name's coffee at work today. I convinced her to want to start having oral sex at work.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[2].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[2].name.''
<<Thought "Let's see...">>\
<<nm $player "$tasha.name, this new confidence of yours has done wonders for your self image, but you can't help but feel like you're still being held back. There's still this block in your mind that stops you from being the person you really want to be. From now on, you're not going to let anything stop you from getting what you want!">>\
<<Thought "Alright, this should be interesting...">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "Mmm, that's nice...">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[2].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 2>>\
<<set $tasha.doseCD += ($serum[2].cd + $tasha.dose)>>\
<<set newDose($tasha,"confidence")>>\
<<set $tasha.status to "Confident Saleswoman">>\
<<AddWorkEvent 51>>\
<<AddWorkEvent 52>>\
<<AddConvo $tasha 21>>\
<<AddNote $tasha "I slipped some $serum[2].name into $tasha.name's coffee at work today. I attempted to make her more sexually assured of herself.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[2].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[2].name.''
<<Thought "Let's see...">>\
<<nm $player "$tasha.name, while you've definitely established yourself as a confident woman who knows what she wants, you can't help but feel a little at odds with yourself when it comes to that above average cock hanging between your legs. You're over it! That huge cock is yours to use as you please and you're not going to let your insecurities stop you from being who you want to be anymore!">>\
<<Thought "Alright, this should be interesting...">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee, moves over to you and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "Mmm..." "Holy shit... I can feel her rock hard bulge pressing against me!">>\
''She finally breaks the kiss, sitting back down across from you. The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[2].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 3>>\
<<set $tasha.doseCD += ($serum[2].cd + $tasha.dose)>>\
<<set newDose($tasha,"dom")>>\
<<set $tasha.isDom to true>>\
<<set $tasha.status to "@@.xxx;Dominant Transgirl@@">>\
<<AddConvo $tasha 22>>\
<<AddWorkEvent 54>>\
<<AddNote $tasha "I slipped some $serum[2].name into $tasha.name's coffee at work today. This time I dosed her to embrace her large cock, prefering to take change during sexual encounters.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[2].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[2].name.''
<<Thought "Let's see...">>\
<<nm $player "$tasha.name, being together has been great, but you can't help but feel there's something more you could be doing to progress this relationship, whether it be using your position to help make things a little more comfortable for us, or just being more affectionate around the office.">>\
<<Thought "Alright, this should be interesting...">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "Mmm, that's nice...">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[2].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 2>>\
<<set $tasha.doseCD += ($serum[2].cd + $tasha.dose)>>\
<<set newDose($tasha,"friends")>>\
<<set $tasha.status to "Friends with Benefits">>\
<<AddWorkEvent 46>>\
<<AddConvo $tasha 15>>\
<<AddNote $tasha "I slipped some $serum[2].name into $tasha.name's coffee at work today. I kept things light this time, convincing her to be a little more affectionate around the office, and maybe even scoring me a few employee perks!">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[2].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[2].name.''
<<Thought "Let's see...">>\
<<nm $player "$tasha.name, we've been having a lot of fun together, but it's just about time we take things a step further. You've been thinking the same, and starting tonight, you'll be staying late at work in the hopes that we can finally have some real fun in your office.">>\
<<Thought "Alright, this should be interesting...">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Say, I've got some extra work to take care of tonight, so I'll be staying late. U-um, i-if you're not too busy, you should, um... Stop by, maybe?">>\
<<nm $player "Sure, that'd be great!">>\
''She can't contain her excitement, smiling wide and blushing deeply. The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[2].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 3>>\
<<set $tasha.doseCD += ($serum[2].cd + $tasha.dose)>>\
<<set newDose($tasha,"officeSex")>>\
<<set $tasha.status to "@@.xxx;Friends with Benefits@@">>\
<<AddNote $tasha "I slipped some $serum[2].name into $tasha.name's coffee at work today. This time, I tried pushing her a little further, convincing her to meet me for an evening rendezvous in her office.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[3].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[3].name.''
<<Thought "Alright $tasha.name, let's have some fun...">>\
<<nm $player "$tasha.name, we've been having a great time together, but you're finding the time we spend at work just doesn't cut it anymore. You've decided that you're ready to bring me back to your apartment so we can see where the night takes us.">>\
<<Thought "This'll be interesting...">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "W-what was that for?">>\
''She shrugs.''
<<if not flag($player,"callTasha")>>\
<<nm $tasha "Just wanted to! Oh, by the way, I don't think I've given this to you yet...">>\
''$tasha.name writes her phone number down on a sticky note, handing it to you with a smile.''
<<nm $tasha "We, u-um, should totally hang out some time... Give me a call, o-okay?">>\
<<nm $player "Oh yeah, you got it!">>\
@@.data;You now have $tasha.name's phone number!@@
<<SetFlag $player "callTasha">>\
<<else>>\
<<nm $tasha "Just wanted to! Oh, hey, you should definitely come by my apartment sometime! Shoot me a text and I'll send you the address.">>\
<<nm $player "Sounds good!">>\
<</if>>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[3].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 3>>\
<<set $tasha.doseCD += ($serum[3].cd + $tasha.dose)>>\
<<set newDose($tasha,"apartment")>>\
<<set newDose($tasha,"sex")>>\
<<run setDailyCD("TashaSecondDate",3)>>\
<<set $tasha.status to "@@.xxx;Lover@@">>\
<<AddNote $tasha "I slipped some $serum[3].name into $tasha.name's coffee at work today. I pushed her to want to spend even more time together, specifically overnight.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[3].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[3].name.''
<<Thought "Alright $tasha.name, let's have some fun...">>\
<<nm $player "$tasha.name, you can't help but feel that you've been living your best life lately. The freedom to be yourself has been everything you'd ever hoped, and now you're ready to take it out into the world! After work, you're going to start looking for places to go and experience life to the fullest.">>\
<<Thought "This'll be interesting...">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "W-what was that for?">>\
''She shrugs.''
<<nm $tasha "Say, u-um... So I was reading about this place downtown... It's a k-kinda like a private club? L-like a... sex club. It's called Club Pearl, have you heard of it?">>\
<<nm $player "Can't say that I have. You thinking about visiting?">>\
''$tasha.name goes deep red.''
<<nm $tasha "W-well, maybe...">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[3].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 3>>\
<<set $tasha.doseCD += ($serum[3].cd + $tasha.dose)>>\
<<set newDose($tasha,"adventure")>>\
<<set $tasha.status to "@@.xxx;Adventurous Transgirl@@">>\
<<SetFlag $tasha "GoingClubbing">>\
<<AddNote $tasha "I slipped some $serum[3].name into $tasha.name's coffee at work today. I pushed her to take her new confidence out into the world. Turns out, she'd already been thinking about it, and even had a place in mind.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[3].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[3].name.''
<<Thought "Alright $tasha.name, let's have some fun...">>\
<<nm $player "$tasha.name, after all you've seen and done, you no longer feel the need to hide behind your insecurities. You're a new woman now, one who won't let anything or anyone stand between her and what she wants!">>\
<<Thought "This'll be interesting...">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "W-what was that for?">>\
''She shrugs.''
<<nm $tasha "Hey so, I've been spending a lot of time at Club Pearl lately. I think I might even be a little popular now! Anyway, next time I go I'm taking you with me, okay?">>\
<<nm $player "Um, sure thing $tasha.name.">>\
''$tasha.name smiles wide.''
<<nm $tasha "Awesome!">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[3].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 7>>\
<<set $tasha.doseCD += ($serum[3].cd + $tasha.dose)>>\
<<set newDose($tasha,"clubbing")>>\
<<run setDailyCD("TashaClub",3)>>\
<<set $tasha.status to "@@.xxx;Club Gurl@@">>\
<<AddNote $tasha "I slipped some $serum[3].name into $tasha.name's coffee at work today. I used the serum to break down any remaining walls and reservations $tasha.name may still be having about her sexuality.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Sales-Tasha-GotoClub" "setTime('evening')">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[3].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[3].name.''
<<Thought "Alright $tasha.name, let's have some fun...">>\
<<nm $player "$tasha.name, you're finding it harder and harder to be away from me. As far as you're concerned, we should be living together! You're going to make it a point to start acting like, I don't know, a wife might whenever we're out together, including when we're with my family.">>\
<<Thought "This'll be interesting...">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "W-what was that for?">>\
''She shrugs.''
<<nm $tasha "Say, u-um... I thought that... maybe... it might be kind of fun t-to, um, maybe have dinner over at your place some time? I-I'd really like to see your ?mom and ?sister, too...">>\
<<nm $player "That sounds like a great idea! I'll let you know when we have some time.">>\
''$tasha.name's face lights up.''
<<nm $tasha "O-okay! Awesome!">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[3].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 3>>\
<<set $tasha.doseCD += ($serum[3].cd + $tasha.dose)>>\
<<set newDose($tasha,"family")>>\
<<set $tasha.status to "Wife Material">>\
<<AddNote $tasha "I slipped some $serum[3].name into $tasha.name's coffee at work today. I continued building on her devotion, insisting she start acting like more of a fiance than a friend, as well as wanting to spend more time with $mom.name and $sister.name.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[3].name to $tasha.name's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey $tasha.name. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''$tasha.name takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''$tasha.name trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[3].name.''
<<Thought "Alright $tasha.name, let's have some fun...">>\
<<nm $player "$tasha.name, by now you've surely realized that you're more like a wife to me than anything else. In fact, you 'are' my wife, $tasha.name, and you're ready to start really acting like it!">>\
<<Thought "This'll be interesting...">>\
''$tasha.name nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''$tasha.name sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "W-what was that for?">>\
''She shrugs.''
<<nm $tasha "Just love you's all, hehehe!">>\
<<nm $player "Aww, I love you too, $tasha.name!">>\
''$tasha.name's face lights up.''
<<nm $tasha "T-that makes me so happy!">>\
''?tasha starts slowly approaching you...''
<<btnLink "Continue" "Tasha-Dose-WeddingSex">>\
<<set $serum[3].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 0>>\
<<set $tasha.doseCD += ($serum[3].cd + $tasha.dose)>>\
<<set newDose($tasha,"wife")>>\
<<set $tasha.isBride to true>>\
<<AddConvo $tasha 18>>\
<<set $tasha.status to "@@.xxx;Loving Housewife@@">>\
<<AddNote $tasha "I slipped some $serum[3].name into $tasha.name's coffee at work today. This will be the last dose I give, as she's now completely under my control, believing herself to be my wife.">>\<<loc_SalesOffice>>\
''You add a vial of $serum[7].name to ?tasha's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey ?tasha. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''?tasha takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''?tasha trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[7].name.''
<<Thought "Alright ?tasha, let's see what we can do with this...">>\
<<nm $player "?tasha, you've discovered this amazing new world outside of work. The club scene feels like home for you, a place where you can truly be sexually liberated and enjoy life the way you want to! Imagine being able to bring your favorite aspects of the club, into the rest of your life?">>\
<<Thought "This'll be interesting...">>\
''?tasha nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''?tasha sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "W-what was that for?">>\
''She shrugs.''
<<nm $tasha "Hey, just curious... how do you think fishnets would look on me?">>\
<<nm $player "Like, at work?">>\
''She nods.''
<<nm $player "I think they'd look pretty hot.">>\
''?tasha smiles wide, excitedly twitching her nose.''
<<nm $tasha "Awesome!">>\
<<Thought "Did her nose just twitch? Did it always do that?">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[7].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 0>>\
<<set newDose($tasha,"mcsx")>>\
<<set newDose($tasha,"bunny")>>\
<<set $tasha.mcsx.cd to $mcsxCD>>\
<<set $tasha.status to "@@.xxx;Club Gurl?@@">>\
<<AddNote $tasha "I slipped some $serum[7].name into ?tasha's coffee at work today. Not knowing what the outcome would be, I decided to push her in the direction she was already moving in. Now to watch and see what happens.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_SalesOffice>>\
''You add a vial of $serum[7].name to ?tasha's coffee and walk towards her office.''
<<nm $tasha "Hey $player.name, how's it going? Oh, is that for me?">>\
<<nm $player "Hey ?tasha. Yeah, I figured you could use some caffeine about now. Here you go.">>\
''?tasha takes the cup from you and starts drinking.''
<<nm $tasha "Thanks $player.name, you're a life-...">>\
<<pic $tasha>>\
<<art $tasha "dosed,2">>\
''?tasha trails off. Her eyes have glazed over. They've become cloudy, and their color has shifted slightly. She's now under the effects of the $serum[7].name.''
<<Thought "Alright ?tasha, let's see what we can do with this...">>\
<<nm $player "?tasha, you've discovered this amazing new world outside of work. The club scene feels like home for you, a place where you can truly be sexually liberated and enjoy life the way you want to! Imagine being able to truly immerse yourself in that life!">>\
<<Thought "This'll be interesting...">>\
''?tasha nods in agreement with your suggestion, blushing hard and breathing heavy, and after a few more seconds snaps back to reality.''
<<nm $tasha "You're a lifesaver, $player.name. Hey, c'mere!">>\
''?tasha sets down her coffee and gives you a deep kiss.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... Hehehe!">>\
<<nm $player "W-what was that for?">>\
''She shrugs.''
<<nm $tasha "Hey, just curious... how do you think fishnets would look on me?">>\
<<nm $player "Like, at work?">>\
''She shrugs.''
<<nm $player "I think they'd look pretty hot.">>\
''?tasha smiles wide, the gears clearly turning.''
<<nm $tasha "Awesome!">>\
''The two of you continue chatting until it's time for you both to get back to work.''
<<set $serum[7].qty -= 1>>\
<<set $tasha.dose += 1, $tasha.nextSerum to 0>>\
<<set newDose($tasha,"mcsx")>>\
<<set newDose($tasha,"stripper")>>\
<<set $tasha.mcsx.cd to $mcsxCD>>\
<<set $tasha.status to "@@.xxx;Entrepreneur?@@">>\
<<AddNote $tasha "I slipped some $serum[7].name into ?tasha's coffee at work today. Not knowing what the outcome would be, I decided to push her in the direction she was already moving in. Now to watch and see what happens.">>\
<<if $UsingComputer>>\
<<unset $UsingComputer>>\
<<set $tasha.doseCD to 0>>\
<<btnLink "Continue" "Computer-Dose-Tasha">>\
<<else>>\
<<btnLink "Go back" "Work" "passTime()">>
<</if>>\<<loc_Commons>>\
<<if $tasha.isDating or $tasha.hasPussy>>\
<<Thought "I really shouldn't be testing serums on someone I'm trying to build a relationship with...">>\
<<btnLink "Go to sales office" "Sales-Tasha-Talk">>
<<else>>\
<<switch serumStatus($tasha)>>\
<<case "max dose">>\
<<Thought "I think I've gone as far as I can go with experimenting on $tasha.name. Anything more would be excessive!">>\
<<btnLink "Go to sales office" "Sales-Tasha-Talk">>
<<case "on cooldown">>\
<<Thought "This would be a good time to test some serum on $tasha.name, but I just used it recently. I should give $tasha.name another $tasha.doseCD day(s) before trying again.">>\
<<btnLink "Go to sales office" "Sales-Tasha-Talk">>
<<case "no serum">>\
<<set _ls to $tasha.nextSerum - 1>>\
<<set _lastSerum to $serum[_ls].name>>\
<<if $tasha.dose > 0>>\
<<Thought "I've done what I can with the formula I've been using. If I want to experiment more on $tasha.name, I'll have to bring something else to progress farther.">>\
<<else>>\
<<Thought "Y'know, if I had some serum prepared, now would be a great time to test it out on $tasha.name... Maybe next time.">>\
<</if>>\
<<btnLink "Go to sales office" "Sales-Tasha-Talk">>
<<case "can dose">>\
<<Thought "You know, this would be a perfect time to use a serum on $tasha.name">>\
<<btnChoice "Slip some serum into $tasha.name's drink" "Tasha-Dose-Options">>
<<btnLink "Just visit $tasha.name instead" "Sales-Tasha-Talk">>
<<default>>\
<<set _err to serumStatus($tasha)>>\
<<error _err>>\
<<btnBack>>
<</switch>>\
<</if>>\<<loc_SalesOffice>>\
<<Thought "What to do...">>\
<<switch $tasha.nextSerum>>\
<<case 1>>\
<<if not flag($tasha,"GenderReveal")>>\
<<btnChoice "See what $tasha.name's up to and decide from there" "Tasha-Dose-TransReveal">>\
<<else>>\
<<if $tasha.dose is 0>>\
<<btnChoice "Have $tasha.name develop her exhibitionist side" "Tasha-Dose-Masturbate">>\
<<btnChoice "Have $tasha.name start buying you coffee in the morning" "Tasha-Dose-Coffee">>\
<<else>>\
<<if dose($tasha,"masturbate")>>\
<<btnChoice "Make $tasha.name more confident" "Tasha-Dose-Saleswoman">>\
<<else>>\
<<btnChoice "Convince $tasha.name she may be in love with you" "Tasha-Dose-Devoted">>\
<</if>>\
<</if>>\
<</if>>\
<<case 2>>\
<<if not dose($tasha,"oral")>>\
<<btnChoice "Have $tasha.name want to engage in oral sex" "Tasha-Dose-Oral">>\
<<else>>\
<<if dose($tasha,"saleswoman")>>\
<<if not dose($tasha,"confidence")>>\
<<btnChoice "Make her even more sexually confident in herself" "Tasha-Dose-Confidence">>\
<<else>>\
<<btnChoice "Have her embrace her cock, preferring the top position" "Tasha-Dose-TopEnergy">>\
<</if>>\
<<else>>\
<<if not dose($tasha,"friends")>>\
<<btnChoice "Have her want to become even more overtly affectionate with you" "Tasha-Dose-Friends">>\
<<else>>\
<<btnChoice "Have her stay late to fool around with you at the office" "Tasha-Dose-AfterHours">>\
<</if>>\
<</if>>\
<</if>>\
<<case 3>>\
<<if not dose($tasha,"apartment")>>\
<<btnChoice "Have her want to spend more time with you outside of work" "Tasha-Dose-Sleepovers">>\
<<else>>\
<<if dose($tasha,"dom")>>\
<<if not dose($tasha,"adventure")>>\
<<btnChoice "Have her want to start acting more adventurous outside of work" "Tasha-Dose-Adventure">>\
<<else>>\
<<btnChoice "Have her become even more involved in the club scene" "Tasha-Dose-Clubbing">>\
<</if>>\
<<else>>\
<<if not dose($tasha,"family")>>\
<<btnChoice "Have her want to become more involved with you and your family outside of work" "Tasha-Dose-Family">>\
<<else>>\
<<btnChoice "Have her believe she's your wife" "Tasha-Dose-Wedding">>\
<</if>>\
<</if>>\
<</if>>\
<<case 7>>\
<<if dose($tasha,"dom")>>\
<<if $tasha.lust > 49>>\
<<btnChoice "Use the $serum[7].name on ?tasha..." "Tasha-Dose-Bunny">>\
<<else>>\
<<btnChoice "Use the $serum[7].name on ?tasha..." "Tasha-Dose-Stripper">>\
<</if>>\
<<else>>\
''You roll the vial of MCS-X in your hand.''
<<Thought "She's become so intensely devoted to me, I can't see the MCS-X serum having a meaningful effect on ?tasha. I'd rather save it for something better.">>\
<</if>>\
<<default>>\
<<error "nextSerum out of range: Value $tasha.nextSerum">>\
<</switch>>\
<<btnLink "Just visit $tasha.name instead" "Sales-Tasha-Talk">><<widget "DreamCheck">>
<<AddDreamEvent 100>> /* Ava */
<<if loveTier($mom) > 0>><<AddDreamEvent 101>><</if>>
<<if loveTier($mom) > 1>><<AddDreamEvent 102>><</if>>
<<if loveTier($mom) > 2>><<AddDreamEvent 103>><</if>>
<<if loveTier($mom) > 3>><<AddDreamEvent 104>><</if>>
<<if loveTier($mom) > 4>><<AddDreamEvent 105>><</if>>
<<if lustTier($mom) > 0>><<AddDreamEvent 106>><</if>>
<<if lustTier($mom) > 1>><<AddDreamEvent 107>><</if>>
<<if lustTier($mom) > 2>><<AddDreamEvent 108>><</if>>
<<if lustTier($mom) > 3>><<AddDreamEvent 109>><</if>>
<<if lustTier($mom) > 4>><<AddDreamEvent 110>><</if>>
<<AddDreamEvent 200>> /* Dakota */
<<if loveTier($sister) > 0>><<AddDreamEvent 201>><</if>>
<<if loveTier($sister) > 1>><<AddDreamEvent 202>><</if>>
<<if loveTier($sister) > 2>><<AddDreamEvent 203>><</if>>
<<if loveTier($sister) > 3>><<AddDreamEvent 204>><</if>>
<<if loveTier($sister) > 4>><<AddDreamEvent 205>><</if>>
<<if lustTier($sister) > 0>><<AddDreamEvent 206>><</if>>
<<if lustTier($sister) > 1>><<AddDreamEvent 207>><</if>>
<<if lustTier($sister) > 2>><<AddDreamEvent 208>><</if>>
<<if lustTier($sister) > 3>><<AddDreamEvent 209>><</if>>
<<if lustTier($sister) > 4>><<AddDreamEvent 210>><</if>>
<<AddDreamEvent 300>> /* Sophie */
<<if loveTier($sophie) > 0>><<AddDreamEvent 301>><</if>>
<<if loveTier($sophie) > 1>><<AddDreamEvent 302>><</if>>
<<if loveTier($sophie) > 2>><<AddDreamEvent 303>><</if>>
<<if loveTier($sophie) > 3>><<AddDreamEvent 304>><</if>>
<<if loveTier($sophie) > 4>><<AddDreamEvent 305>><</if>>
<<if lustTier($sophie) > 0>><<AddDreamEvent 306>><</if>>
<<if lustTier($sophie) > 1>><<AddDreamEvent 307>><</if>>
<<if lustTier($sophie) > 2>><<AddDreamEvent 308>><</if>>
<<if lustTier($sophie) > 3>><<AddDreamEvent 309>><</if>>
<<if lustTier($sophie) > 4>><<AddDreamEvent 310>><</if>>
<<if visited("Work")>>
<<AddDreamEvent 400>> /* Diana */
<<if loveTier($diana) > 0>><<AddDreamEvent 401>><</if>>
<<if loveTier($diana) > 1>><<AddDreamEvent 402>><</if>>
<<if loveTier($diana) > 2>><<AddDreamEvent 403>><</if>>
<<if loveTier($diana) > 3>><<AddDreamEvent 404>><</if>>
<<if loveTier($diana) > 4>><<AddDreamEvent 405>><</if>>
<<if lustTier($diana) > 0>><<AddDreamEvent 406>><</if>>
<<if lustTier($diana) > 1>><<AddDreamEvent 407>><</if>>
<<if lustTier($diana) > 2>><<AddDreamEvent 408>><</if>>
<<if lustTier($diana) > 3>><<AddDreamEvent 409>><</if>>
<<if lustTier($diana) > 4>><<AddDreamEvent 410>><</if>>
<<AddDreamEvent 500>> /* Tasha */
<<if loveTier($tasha) > 0>><<AddDreamEvent 501>><</if>>
<<if loveTier($tasha) > 1>><<AddDreamEvent 502>><</if>>
<<if loveTier($tasha) > 2>><<AddDreamEvent 503>><</if>>
<<if loveTier($tasha) > 3>><<AddDreamEvent 504>><</if>>
<<if loveTier($tasha) > 4>><<AddDreamEvent 505>><</if>>
<<if lustTier($tasha) > 0>><<AddDreamEvent 506>><</if>>
<<if lustTier($tasha) > 1>><<AddDreamEvent 507>><</if>>
<<if lustTier($tasha) > 2>><<AddDreamEvent 508>><</if>>
<<if lustTier($tasha) > 3>><<AddDreamEvent 509>><</if>>
<<if lustTier($tasha) > 4>><<AddDreamEvent 510>><</if>>
<<if $john.isFemale>>
<<AddDreamEvent 600>> /* Chanel */
<<if loveTier($john) > 0>><<AddDreamEvent 601>><</if>>
<<if loveTier($john) > 1>><<AddDreamEvent 602>><</if>>
<<if loveTier($john) > 2>><<AddDreamEvent 603>><</if>>
<<if loveTier($john) > 3>><<AddDreamEvent 604>><</if>>
<<if loveTier($john) > 4>><<AddDreamEvent 605>><</if>>
<<if lustTier($john) > 0>><<AddDreamEvent 606>><</if>>
<<if lustTier($john) > 1>><<AddDreamEvent 607>><</if>>
<<if lustTier($john) > 2>><<AddDreamEvent 608>><</if>>
<<if lustTier($john) > 3>><<AddDreamEvent 609>><</if>>
<<if lustTier($john) > 4>><<AddDreamEvent 610>><</if>>
<</if>>
<<AddDreamEvent 800>> /* Penny */
<<if loveTier($penny) > 0>><<AddDreamEvent 801>><</if>>
<<if loveTier($penny) > 1>><<AddDreamEvent 802>><</if>>
<<if loveTier($penny) > 2>><<AddDreamEvent 803>><</if>>
<<if loveTier($penny) > 3>><<AddDreamEvent 804>><</if>>
<<if loveTier($penny) > 4>><<AddDreamEvent 805>><</if>>
<<if lustTier($penny) > 0>><<AddDreamEvent 806>><</if>>
<<if lustTier($penny) > 1>><<AddDreamEvent 807>><</if>>
<<if lustTier($penny) > 2>><<AddDreamEvent 808>><</if>>
<<if lustTier($penny) > 3>><<AddDreamEvent 809>><</if>>
<<if lustTier($penny) > 4>><<AddDreamEvent 810>><</if>>
<<AddDreamEvent 900>> /* Kagney */
<<if loveTier($kagney) > 0>><<AddDreamEvent 901>><</if>>
<<if loveTier($kagney) > 1>><<AddDreamEvent 902>><</if>>
<<if loveTier($kagney) > 2>><<AddDreamEvent 903>><</if>>
<<if lustTier($kagney) > 0>><<AddDreamEvent 906>><</if>>
<<if lustTier($kagney) > 1>><<AddDreamEvent 907>><</if>>
<<if lustTier($kagney) > 2>><<AddDreamEvent 908>><</if>>
<</if>>
<<if $ElsaVisiting or flag($elsa,"Company")>> /* Elsa */
<<AddDreamEvent 1000>>
<</if>>
<<if flag($elsa,"Company")>>
<<AddDreamEvent 1006>>
<</if>>
<</widget>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<pic $mom>>\
<<art $mom "happy,2">>\
''It's a memory you have from when you were younger. You miss getting to be as close to her as you used to be.''
<<love $mom>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<pic $mom "dream-aff-1">>\
<<art $mom>>\
''You dream of a much younger version of your ?mother. She's so cute, and so happy, and so full of life. You feel like you should have spent more time with her when you were younger.''
<<nm $player "That's right, my ?mom was really attractive when she was younger...">>\
<<love $mom>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<pic $mom "ava-outdoorsy">>\
<<art $mom "happy">>\
''The two of you are on a little date out. She has you by the hand, leading you through a park and getting excited over the various plants and animals you see. She's so happy, and you're so happy, and everything is perfect.''
<<nm $mom "Hehe, isn't this nice, ?mc?">>\
<<love $mom>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<pic $mom "dream-aff-2">>\
<<act $mom "solo">>\
''Your ?mother is in front of you, lightly and sensually touching herself as she stares into your eyes.''
<<nm $mom "Mmm, feels so nice...">>\
<<love $mom>>
<<lust $mom>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<if hasPenis()>>\
<<pic $mom "dream-aff-3m">>\
<<else>>\
<<pic $mom "dream-aff-3f">>\
<</if>>\
<<act $mom "blowjob">>\
''Your ?mother is on her knees in front of you, servicing you with her mouth...''
<<nm $mom "Mmmm... mmmph... hngph... mmm...">>\
<<love $mom>>
<<lust $mom>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<if hasPenis()>>\
<<pic $mom "dream-aff-5m">>\
<<else>>\
<<pic $mom "dream-aff-5f">>\
<</if>>\
<<act $mom "doggy,player,creampie">>\
''You're having intimate, loving sex with your ?mother. You hold each other tightly as you're both lost to the pleasure...''
<<nm $mom "Haaa... haa... mmmm, baby... you're gonna make me c-cum! Oh f-fuck!">>\
<<pic $mom "orgasm">>\
<<love $mom>>
<<lust $mom>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<pic $mom "dream-cor-1">>\
<<art $mom "aroused,0,lingerie">>\
''Your ?mom stands in front of you, teasing in lingerie.''
<<nm $mom "Mmm, what do you think baby? Mommy's titties too big for this outfit?">>\
<<lust $mom>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<if hasPenis()>>\
<<pic $mom "dream-cor-2m">>\
<<act $mom "blowjob">>\
<<else>>\
<<pic $mom "dream-cor-2f">>\
<<act $mom "eatpussy">>\
<</if>>\
''Your ?mother is on her knees in front of you, eagerly and sloppily servicing you with her mouth...''
<<nm $mom "Mmmm... mmmph... hngph... mmm...">>\
<<lust $mom>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<if hasPenis()>>\
<<pic $mom "dream-cor-3m">>\
<<else>>\
<<pic $mom "dream-cor-3f">>\
<</if>>\
<<act $mom "titfuck,player,cum">>\
''Your ?mother is on her knees in front of you, your hard cock between her tits.''
<<if hasPenis()>>\
<<nm $mom "Mmm, baby, how does your meaty cock feel between mama's titties?">>\
<<else>>\
<<Thought "What the fuck, am I dreaming? Why do I have a cock, and... why does it feel so good between my ?mom's breasts? Oooohhhh...">>\
<<nm $mom "Mmm, baby, how does your meaty cock feel between mama's titties?">>\
<</if>>\
<<lust $mom>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<if hasPenis()>>\
<<pic $mom "dream-cor-4m">>\
<<else>>\
<<pic $mom "dream-cor-4f">>\
<</if>>\
<<act $mom "orgasm">>\
<<nm $mom "F-fuck! FUCK! OH GOD NO MORE!!! FUUUUUU...">>\
''Your ?mother is laying on the bed while you mercilessly force one orgasm after another out of her. Every time you so much as slide your finger along her pussy she explodes in another spraying climax.''
<<nm $mom "Haaa... haaa... oh my god... oh fuck... FUCK!!!">>\
<<lust $mom>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?mother...''
<<if hasPenis()>>\
<<pic $mom "dream-cor-5m">>\
<<else>>\
<<pic $mom "dream-cor-5f">>\
<</if>>\
<<art $mom "anal,player,creampie">>\
''You're behind your ?mother, ramming your <<StraponOrCock size>> in and out of her tight asshole. She's gripping the sheets, biting her pillow, and moaning wildly as you do.''
<<nm $mom "Haaa... haa... mmmm, baby... you're gonna make me c-cum again! Oh f-fuck!">>\
<<pic $mom "orgasm">>\
<<nm $mom "Harder!">>\
<<lust $mom>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?john...''
<<pic $john "beg">>\
<<art $john "aroused,2">>\
''?john sits in front of you, legs spread and barely covered cleavage on display. She's looking at you with a sultry smile, her eyes filled with lust.''
<<nm $john "Mmm, this body feels sooooo good!">>\
<<lust $john>><<loc_Dream>>\
''You have a dream about ?john...''
<<pic $john "dream-aff-1">>\
<<art $john "aroused,1,lingerie">>\
''You dream about ?john, teasing you in sexy lingerie. She flutters her eyes at you, biting her lip as she slowly runs her hands over her body.''
<<nm $john "Mmm, see something you like?">>\
<<lust $john>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?john...''
<<if isMale()>>\
<<pic $john "dream-aff-2m">>\
<<else>>\
<<pic $john "dream-aff-2f">>\
<</if>>\
<<act $john "kiss,player">>\
''You press your body against ?john's as your tongue glides along her huge breasts. She moans in pleasure as you tease her nipples with your tongue, her hands running through your hair.''
<<nm $john "Mmm, yes, just there... ooohhhh...">>\
<<love $john>>
<<lust $john>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?john...''
<<if isMale()>>\
<<pic $john "dream-aff-3m">>\
<<else>>\
<<pic $john "dream-aff-3f">>\
<</if>>\
<<act $player "eatpussy">>\
''You're between ?john's thighs, your tongue eagerly burying itself in her wet pussy, lapping up her juices and teasing her clit. She moans as she approaches another orgasm...''
<<nm $john "F-ffffuck!!!!">>\
<<love $john>>
<<lust $john>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?john...''
<<if hasPenis()>>\
<<pic $john "dream-aff-4m">>\
<<else>>\
<<pic $john "dream-aff-4f">>\
<</if>>\
<<act $john "doggy,player,creampie">>\
''You're having intimate, loving sex with ?john. You hold each other tightly as you're both lost to the pleasure...''
<<nm $john "Haaa... haa... mmmm, ?mc... fuck me like the bimbo slut I am!">>\
<<pic $john "orgasm">>\
<<love $john>>
<<lust $john>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?john...''
<<if hasPenis()>>\
<<pic $john "dream-aff-5m">>\
<<else>>\
<<pic $john "dream-aff-5f">>\
<</if>>\
<<art $john "aroused,1,latex">>\
''?john's set up an elaborate role-play scene, dressed in a sexy outfit as she takes charge.''
<<nm $john "Mmmm, tee-hee! How's that, huh? Tell me how bad you wanna cum baby!">>\
<<pic $john "orgasm">>\
<<love $john>>
<<lust $john>>
<<horny 100>><<loc_Dream>>\
''You have a dream about ?john...''
<<pic $john "dream-cor-1">>\
<<art $john "aroused,0,naked">>\
''?john is in a tiny, slutty outfit, obvious discomfort on her face as she's seemingly forced to strip for you. She gasps with a lustful expression as she slowly exposes more of her curvy body...''
<<nm $john "I-I don't... ooohhhhh... d-don't look!">>\
<<lust $john>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?john...''
<<if hasPenis()>>\
<<pic $john "dream-cor-2m">>\
<<else>>\
<<pic $john "dream-cor-2f">>\
<</if>>\
<<act $player "orgasm">>\
<<if hasPenis()>>\
''?john is knelt between your legs, eagerly licking and sucking your balls as her hand runs along the length of your cock.''
<<else>>\
''?john is knelt between your legs, eagerly licking and rimming your <<aSize>> as her fingers rub and tease your clit.''
<</if>>\
<<nm $john "Mmph... mph... hngph...">>\
<<lust $john>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?john...''
<<pic $john "dream-cor-3">>\
<<act $john "orgasm">>\
''?john is in front of you, thrusting a glass dildo effortlessly into her tight asshole. She stares into your eyes as she rides the toy, moaning in pleasure.''
<<nm $john "Mmm, feels so nice...">>\
<<lust $john>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?john...''
<<if hasPenis()>>\
<<pic $john "dream-cor-4m">>\
<<else>>\
<<pic $john "dream-cor-4f">>\
<</if>>\
<<art $john "anal,player,creampie">>\
''You're behind ?john, ramming your <<StraponOrCock size>> in and out of her tight asshole. She's gripping the sheets, biting her pillow, and moaning wildly as you do.''
<<nm $john "Haaa... haa... mmmm, baby... you're gonna make me c-cum again! Oh f-fuck!">>\
<<pic $john "orgasm">>\
<<nm $john "Harder!">>\
<<lust $john>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?john...''
<<pic $john "dream-cor-5">>\
<<art $john "blowjob,facial">>\
''You're in a dark room with ?john, her being the only thing visible to you. From the darkness, faceless bodies slowly emerge, all with large, pulsing cocks. As ?john starts to suck and stroke them, you can feel yourself start to heat up, as if it's you she's pleasing. Her eyes roll back as one load after another is shot onto her lips and chest, a look of pure ecstacy on her face...''
<<nm $john "Give me all your cum! Mmmm...">>\
<<pic $john "orgasm">>\
<<act $john "orgasm">>\
<<lust $john>>
<<horny 100>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<pic $sister>>\
<<art $sister "happy,2">>\
''The two of you used to have so much fun together when you were younger. You wish you could go back to those days, when you were both so happy and carefree.''
<<love $sister>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<pic $sister "dream-aff-1">>\
<<art $sister>>\
''The two of you are sitting on the couch together, watching some old movie. ?dakota cuddles up next to you and you lay your arm around her shoulder.''
<<nm $sister "Oh wow, I haven't seen this in forever!">>\
<<nm $player "Since we were kids, right?">>\
<<nm $sister "Hehe!">>\
<<love $sister>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<pic $sister "dream-aff-2">>\
<<art $sister "happy">>\
''The two of you are on a little date out. ?dakota's sitting across from you at a table, smiling and giggling as she eats her food. You don't recall having ever been to this restaurant before, but it's nice. The food is good, and the atmosphere is pleasant. You're having a good time. and so is she. She's so cute when she's happy. You can't help but smile yourself.''
<<nm $sister "This is so nice!">>\
<<love $sister>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<if hasPenis()>>\
<<pic $sister "dream-aff-3m">>\
<<else>>\
<<pic $sister "dream-aff-3f">>\
<</if>>\
<<act $player "eatpussy">>\
''You're knelt between your ?sister's legs, happily lapping away at her drenched pussy.''
<<nm $sister "Mmm, feels so nice...">>\
<<love $sister>>
<<lust $sister>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<if hasPenis()>>\
<<pic $sister "dream-aff-4m">>\
<<act $sister "blowjob">>\
<<else>>\
<<pic $sister "dream-aff-4f">>\
<<act $sister "eatpussy">>\
<</if>>\
''Your ?sister is on her knees in front of you, servicing you with her mouth...''
<<nm $sister "Mmmm... mmmph... hngph... mmm...">>\
<<love $sister>>
<<lust $sister>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<if hasPenis()>>\
<<pic $sister "dream-aff-5m">>\
<<else>>\
<<pic $sister "dream-aff-5f">>\
<</if>>\
<<act $sister "doggy,player,creampie">>\
''You're having intimate, loving sex with your ?sister. You hold each other tightly as you're both lost to the pleasure...''
<<nm $sister "Haaa... haa... mmmm, <<bigbrother>>... you're gonna make me c-cum! Oh f-fuck!">>\
<<pic $sister "orgasm">>\
<<love $sister>>
<<lust $sister>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<pic $sister "dream-cor-1">>\
<<art $sister "aroused,0,naked">>\
''Your ?sister is stretched over your lap, her neck craned back to look up at you. Your hand is stinging slightly, and you notice ?dakota's bare ass is bright red.''
<<nm $sister "M-mm... s-sorry, should I start counting again? I might squirt if you spank me again...">>\
<<lust $sister>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<if hasPenis()>>\
<<pic $sister "dream-cor-2m">>\
<<act $sister "blowjob,lick">>\
<<else>>\
<<pic $sister "dream-cor-2f">>\
<<act $sister "eatpussy">>\
<</if>>\
''Your ?sister is on her knees in front of you, <<if hasPenis()>>eagerly and sloppily rolling your testicles in her mouth<<else>>excitedly plunging her fingers in and out of your gushing pussy<</if>>...''
<<nm $sister "Mmmm... mmmph... hngph... mmm...">>\
<<lust $sister>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<if hasPenis()>>\
<<pic $sister "dream-cor-3m">>\
<<act $sister "blowjob">>\
<<else>>\
<<pic $sister "dream-cor-3f">>\
<<act $sister "eatpussy">>\
<</if>>\
''Your ?sister is on her knees in front of you, greedily <<if hasPenis()>>gagging herself on your rock hard cock<<else>>burying her face into your soaked pussy<</if>>...''
<<nm $sister "Hngph! Omgph! Nngph! Mmmph...">>\
<<lust $sister>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<if hasPenis()>>\
<<pic $sister "dream-cor-4m">>\
<<else>>\
<<pic $sister "dream-cor-4f">>\
<</if>>\
<<art $sister "anal,player,creampie">>\
''You're behind your ?sister, ramming your <<StraponOrCock size>> in and out of her tight asshole. She's gripping the sheets, biting her pillow, and moaning wildly as you rail her from behind.''
<<nm $sister "Haaa... haa... mmmm, <<bigbrother>>... you're gonna make me c-cum again! Oh f-fuck!">>\
<<pic $sister "orgasm">>\
<<nm $sister "Harder!">>\
<<lust $sister>>
<<horny 10>><<loc_Dream>>\
''You have a dream about your ?sister...''
<<if hasPenis()>>\
<<pic $sister "dream-cor-5m">>\
<<else>>\
<<pic $sister "dream-cor-5f">>\
<</if>>\
<<art $sister "anal,player,creampie">>\
''You're behind your ?sister again, absolutlely wrecking her tiny asshole with your <<StraponOrCock size>>. She's in tears, but still begging you to fuck her harder and harder.''
<<nm $sister "H-harder! HARDER! D-DON'T STOP! FUCK I'M CUMMING AGAIN!!!">>\
<<pic $sister "orgasm">>\
<<nm $sister "Let's keep going! FUCK!">>\
<<lust $sister>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?diana...''
<<pic $diana>>\
<<art "cg/1-1-MeetDiana">>\
''?diana sits in front of you, smiling warmly. She's wearing a tight, black dress that shows off her figure, and her hair falls past her shoulders. She looks absolutely stunning.''
<<love $diana>><<loc_Dream>>\
''You have a dream about ?diana...''
<<pic $diana "dream-aff-1">>\
<<art $diana "aroused,2,lingerie">>\
''You dream about ?diana, wearing a sexy teacher outfit. She's sitting on a desk, her legs crossed, and she's looking at you with a sultry smile.''
<<nm $diana "Mmm, I'm going to need you to stay after class today...">>\
<<lust $diana>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?diana...''
<<if hasPenis()>>\
<<pic $diana "dream-aff-2m">>\
<<else>>\
<<pic $diana "dream-aff-2f">>\
<</if>>\
<<act $player "eatpussy">>\
''You and ?diana are rolling in what feels like an infinite mattress, your face between her thighs and hers between yours as the two of you pleasure each other amidst the endless sheets...''
<<nm $diana "Mmm, yes, just there... ooohhhh...">>\
<<love $diana>>
<<lust $diana>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?diana...''
<<if hasPenis()>>\
<<pic $diana "dream-aff-3m">>\
<<act $diana "blowjob">>\
<<else>>\
<<pic $diana "dream-aff-3f">>\
<<act $diana "eatpussy">>\
<</if>>\
''?diana is on her knees in front of you, servicing you with her mouth...''
<<nm $diana "Mmmm... mmmph... hngph... mmm...">>\
<<love $diana>>
<<lust $diana>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?diana...''
<<if hasPenis()>>\
<<pic $diana "dream-aff-4m">>\
<<else>>\
<<pic $diana "dream-aff-4f">>\
<</if>>\
<<act $diana "doggy,player,creampie">>\
''You're having intimate, loving sex with ?diana. You hold each other tightly as you're both lost to the pleasure...''
<<nm $diana "Haaa... haa... mmmm, ?mc... you're gonna make me c-cum! Oh f-fuck!">>\
<<pic $diana "orgasm">>\
<<love $diana>>
<<lust $diana>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?diana...''
<<if hasPenis()>>\
<<pic $diana "dream-aff-5m">>\
<<else>>\
<<pic $diana "dream-aff-5f">>\
<</if>>\
<<act $diana "anal,player,creampie">>\
''You're having intimate, loving anal sex with ?diana. You slowly push your <<StraponOrCock size>> into her tight asshole, feeling her breath on your ear as she gasps in pleasure.''
<<nm $diana "S-so big... ooohhhh... ?mc...">>\
<<pic $diana "orgasm">>\
<<love $diana>>
<<lust $diana>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?diana...''
<<pic $diana "dream-cor-1">>\
<<art $diana "aroused,0,naked">>\
''?diana is sitting on her desk, her legs spread moaning in pleasure while your fingers slide in and out of her tight, wet pussy. The sensations send ripples through your body, almost as if with every thrust, you can feel what she's feeling.''
<<nm $diana "That's it... mmmm, yes, just like that... O-OHH!!">>\
<<lust $diana>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?diana...''
<<pic $diana "dream-cor-2">>\
<<act $diana "orgasm">>\
''?diana is in front of you, lowering herself onto a glass dildo that slides effortlessly into her tight asshole. She stares into your eyes as she rides the toy, moaning in pleasure.''
<<nm $diana "Mmm, feels so nice...">>\
<<lust $diana>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?diana...''
<<if hasPenis()>>\
<<pic $diana "dream-cor-3m">>\
<<act $diana "blowjob">>\
<<else>>\
<<pic $diana "dream-cor-3f">>\
<<act $diana "eatpussy">>\
<</if>>\
''?diana has given herself over completely to your pleasure, servicing your <<PussyOrCock>> with all her ability. You can feel yourself melting inside her mouth.''
<<nm $diana "Mmmm... mmmph... mmngh... mph...">>\
<<lust $diana>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?diana...''
<<if hasPenis()>>\
<<pic $diana "dream-cor-4m">>\
<<else>>\
<<pic $diana "dream-cor-4f">>\
<</if>>\
<<art $diana "anal,player,creampie">>\
''You're behind ?diana, ramming your <<StraponOrCock size>> in and out of her tight asshole. She's gripping the sheets, biting her pillow, and moaning wildly as you do.''
<<nm $diana "Haaa... haa... mmmm, baby... you're gonna make me c-cum again! Oh f-fuck!">>\
<<pic $diana "orgasm">>\
<<nm $diana "Harder!">>\
<<lust $diana>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?diana...''
<<pic $diana "dream-cor-5">>\
<<art $diana "blowjob,facial">>\
''You're in a dark room with ?diana, her being the only thing visible to you. From the darkness, faceless bodies slowly emerge, all with large, pulsing cocks. As ?diana starts to suck and stroke them, you can feel yourself start to heat up, as if it's you she's pleasing. Her eyes roll back as one load after another is shot onto her lips and chest, a look of pure ecstacy on her face...''
<<nm $diana "Give me all your cum! Mmmm...">>\
<<pic $diana "orgasm">>\
<<act $diana "orgasm">>\
<<lust $diana>>
<<horny 100>><<loc_Dream>>\
''You have a dream about ?elsa...''
<<pic $elsa>>\
<<art $elsa "happy,2">>\
''You about your young cousin, happily bouncing around the house, wearing her cute little outfits. She's so adorable, and she's so happy to see you.''
<<nm $elsa "Hey you!">>\
<<love $elsa>>
<<RemoveDreamEvent 1000>>\
<<AddDreamEvent 1001>>\<<loc_Dream>>\
''You have a dream about ?elsa...''
<<pic $elsa "dream-aff-1">>\
<<art $elsa "happy,2,naked">>\
''You dream about ?elsa, stripping her clothing off in front of you. She smiles brightly at you as her hands move over her breasts, teasing you with her young, tight body.''
<<nm $elsa "Hehe! See something you like?">>\
<<lust $elsa>>
<<horny 10>>
<<RemoveDreamEvent 1001>>\
<<AddDreamEvent 1002>>\<<loc_Dream>>\
''You have a dream about ?elsa...''
<<if hasPenis()>>\
<<pic $elsa "dream-aff-2m">>\
<<act $elsa "blowjob">>\
<<else>>\
<<pic $elsa "dream-aff-2f">>\
<<act $elsa "eatpussy">>\
<</if>>\
''Your cousin is enthusiastically servicing your <<PussyOrCock size>> with her mouth. You can feel waves of pleasure rolling over your entire body.''
<<nm $elsa "Mmm, mmmmm... mmmph...">>\
<<love $elsa>>
<<lust $elsa>>
<<horny 10>>
<<RemoveDreamEvent 1002>>\
<<AddDreamEvent 1003>>\<<loc_Dream>>\
''You have a dream about ?elsa...''
<<if hasPenis()>>\
<<pic $elsa "dream-aff-3m">>\
<<else>>\
<<pic $elsa "dream-aff-3f">>\
<</if>>\
<<act $elsa "doggy,player,creampie">>\
''You're having intense, wet sex with ?elsa. You hold her close as you're both lost to the pleasure...''
<<nm $elsa "Haaa... haa... mmmm, ?mc... you're gonna make me c-cum! Oh f-fuck!">>\
<<pic $elsa "orgasm">>\
<<love $elsa>>
<<lust $elsa>>
<<horny 10>>
<<RemoveDreamEvent 1003>>\
<<AddDreamEvent 1000>>\<<loc_Dream>>\
''You have a dream about ?elsa...''
<<pic $elsa "dream-cor-1">>\
<<art $elsa "aroused,1,naked">>\
''?elsa dances in front of you, wearing a sexy outfit and slowly stripping off her clothes.''
<<nm $elsa "Mmmm... What do you think, cuz'?">>\
<<lust $elsa>>
<<horny 10>>
<<RemoveDreamEvent 1006>>\
<<AddDreamEvent 1007>>\<<loc_Dream>>\
''You have a dream about ?elsa...''
<<if hasPenis()>>\
<<pic $elsa "dream-cor-2m">>\
<<act $elsa "blowjob">>\
<<else>>\
<<pic $elsa "dream-cor-2f">>\
<<act $elsa "eatpussy">>\
<</if>>\
''?elsa is on her knees in front of you, greedily <<if hasPenis()>>gagging herself on your rock hard cock<<else>>burying her face into your soaked pussy<</if>>...''
<<nm $elsa "Hngph! Omgph! Nngph! Mmmph...">>\
<<lust $elsa>>
<<horny 10>>
<<RemoveDreamEvent 1007>>\
<<AddDreamEvent 1008>>\<<loc_Dream>>\
''You have a dream about ?elsa...''
<<if hasPenis()>>\
<<pic $elsa "dream-cor-3m">>\
<<else>>\
<<pic $elsa "dream-cor-3f">>\
<</if>>\
<<act $elsa "doggy,player,creampie">>\
''You're behind ?elsa, ramming your <<StraponOrCock size>> in and out of her gushing pussy. She's gripping the sheets, biting her pillow, and moaning wildly as you do.''
<<nm $elsa "Haaa... haa... mmmm, ?mc... you're gonna make me c-cum again! Oh f-fuck!">>\
<<pic $elsa "orgasm">>\
<<nm $elsa "H-harder! Please!!!">>\
<<lust $elsa>>
<<horny 100>>
<<RemoveDreamEvent 1008>>\
<<AddDreamEvent 1006>>\/* No Dream */\
''You sleep soundly, not recalling having dreamed at all...''/* Sophie Tease */\
<<pic $sophie "tease">>\
<<art "events/dreams/sophie-tease">>\
''You dream about your boss, $sophie.name, teasing you provocatively...''
<<horny 10>>
<<AddDreamEvent 0 2 3>>\/* No Dream */\
''You sleep soundly, not recalling having dreamed at all...''/* No Dream */\
''You sleep soundly, not recalling having dreamed at all...''/* Ava Tease */\
<<pic $mom "solo1">>\
<<act $mom "solo">>\
''You dream about your <<mother>>, teasing you in lingerie... she's rubbing herself, her massive tits hanging out of her top...''
<<horny 10>>/* Dommed by Dakota */\
<<if $player.baseGender is "male">>\
<<pic $action "male-eat-pussy">>\
<<else>>\
<<pic $sister "couchoral-ff1">>\
<</if>>\
<<act $player "eatpussy">>\
''You dream about your <<littlesister>>, $sister.name. You're licking her pussy and sucking her clit... because... she ordered you to...''
<<nm $sister "Mmm, yes, keep at it! Oooohhhh...">>\
<<dom $player -1>>
<<horny 10>>/* Dakota Couch Oral 1 */\
<<if hasPenis()>>\
<<pic $sister "couchoral-mf2">>\
''You dream about your <<littlesister>>, $sister.name. She's bobbing up and down on your <<pDSize>>, looking you in the eyes...''
<<horny 10>>
<<else>>\
<<pic $sister "couchoral-ff2">>\
''You dream about your <<littlesister>>, $sister.name. You're smothering her face, grinding your pussy into her mouth...''
<<horny 10>>
<</if>>\/* Dakota Couch Oral 2 */\
<<if hasPenis()>>\
<<pic $sister "couchoral-mf3">>\
''You dream about your <<littlesister>>, $sister.name. She's taking your cock in her hand, jerking you off onto her face....''
<<horny 10>>
<<else>>\
<<pic $sister "couchoral-ff2">>\
''You dream about your <<littlesister>>, $sister.name. You're smothering her face, grinding your pussy into her mouth...''
<<horny 10>>
<</if>>\/* Penny Cuckold 1 */\
<<pic $penny "officesexmf1">>\
''You dream about $penny.name, getting taken from behind and pounded relentlessly by $john.name... Part of you wishes it was you instead of $penny.name...''
<<dom $player -1>>
<<horny 10>>/* Penny Cuckold 2 */\
<<pic $penny "officesexmf3">>\
<<act $penny "blowjob,facial,dosed">>\
''You dream about $penny.name, taking $john.name's hot load on her face and in her mouth... Part of you wishes it was you instead of $penny.name...''
<<dom $player -1>>
<<horny 10>>/* Penny Cuckold 3 */\
<<if isMale()>>\
<<pic $penny "cuckoldmf2">>\
''You dream about $penny.name, fucking you in the ass with a strapon...''
<<elseif hasPenis()>>\
<<pic $player "fucked-by-female">>\
''You dream about $penny.name, fucking you in the ass with a strapon...''
<<else>>\
<<pic $penny "cuckoldff2">>\
''You dream about $penny.name, fucking you in the ass with a strapon...''
<</if>>\
<<dom $player -1>>
<<horny 10>>/* Chanel TF */\
<<switch random(1,4)>>\
<<case 1>>\
<<pic $john "blowjob-double">>\
''You dream of $john.name, choking down a pair of cocks in your lab while you and $penny.name watch.''
<<case 2>>\
<<pic $john "mmf">>\
''You dream of $john.name, getting fucked while sucking cock in your lab while you and $penny.name watch.''
<<case 3>>\
<<pic $john "dp">>\
''You dream of $john.name, getting double penetrated in your lab while you and $penny.name watch.''
<<case 4>>\
<<pic $john "blowjob-double-finish">>\
''You dream of $john.name, taking two loads to the face in your lab while you and $penny.name watch.''
<</switch>>\
<<horny 10>>/* John Bathroom */\
<<pic $john "sucked-by-player">>\
''You dream about $john.name facefucking you in the bathroom...''
<<dom $player -1>>
<<if isSissy() or isBimbo()>>\
<<horny 10>>
<</if>>\/* Kiss Penny */\
<<pic $penny "kiss-player">>\
''You dream about $penny.name, and the kiss she surprised you with down in the lab.''/* Dakota Pegging */\
<<if hasPenis()>>\
<<pic $sister "fuck-player">>\
''You dream about your <<sister>>, fucking you in the ass with her strapon...''
<<dom $player -1>>
<<if isSissy() or isBimbo()>>\
<<horny 10>>
<</if>>\
<<else>>\
<<pic $sister "fuck-female">>\
''You dream of your <<sister>>, $sister.name, fucking you hard with her strapon cock...''
<<horny 10>>
<</if>>\/* Dakota Sex */\
<<if hasPenis()>>\
<<if random(1,2) is 1>>\
<<pic $sister "ride-male">>\
''You dream of your <<sister>>, $sister.name, riding you, taking your hard cock deep into her pussy...''
<<horny 10>>
<<else>>\
<<pic $sister "cum-on-face">>\
''You dream of your <<sister>>, $sister.name, taking your load on her face after a hard fucking...''
<<horny 10>>
<</if>>\
<<else>>\
<<switch random(1,4)>>\
<<case 1>>\
<<pic $sister "sex-ff3">>\
''You dream of your <<sister>>, $sister.name, as you ride her strapon...''
<<horny 10>>
<<case 2>>\
<<pic $sister "sex-ff3">>\
''You dream of your <<sister>>, $sister.name, kissing you on the bed after a hard fucking...''
<<horny 10>>
<<case 3>>\
<<pic $sister "fuck-female">>\
''You dream of your <<sister>>, $sister.name, fucking you hard with her strapon cock...''
<<horny 10>>
<<case 4>>\
<<pic $sister "sucked-by-female">>\
''You dream of your <<sister>>, $sister.name, as you suck your own cum off her strapon...''
<<horny 10>>
<</switch>>\
<</if>>\/* Dakota Couch Sex */\
<<if hasPenis()>>\
<<pic $sister "ride-male">>\
''You dream about your <<sister>>, $sister.name, as she rides your <<pSize>> on the living room couch...''
<<horny 10>>
<<else>>\
<<pic $sister "fucked-by-female">>\
''You dream about your <<sister>>, $sister.name, as you fuck her with a huge strapon over the living room couch...''
<<horny 10>>
<</if>>\/* Dakota Dogs */\
<<switch random(1,4)>>\
<<case 1>>\
<<pic $sister "dog1">>\
''You dream about your <<sister>>, $sister.name, as you watch her getting fucked by dogs in the alley behind your house...''
<<case 2>>\
<<pic $sister "dog2">>\
''You dream about your <<sister>>, $sister.name, as you watch her sucking a dog's cock in the alley behind your house...''
<<case 3>>\
<<pic $sister "dog3">>\
''You dream about your <<sister>>, $sister.name, as you watch her getting used by dogs in the alley behind your house...''
<<case 4>>\
<<pic $sister "dog4">>\
''You dream about your <<sister>>, $sister.name, as you watch her getting used by dogs in the alley behind your house...''
<</switch>>\/* Diana Oral */\
<<if hasPenis()>>\
<<if random(1,2) is 1>>\
<<pic $diana "blowjob">>\
''You dream about $diana.name... She's going to town on your cock in her office...''
<<else>>\
<<pic $diana "cum-on-face">>\
''You dream about $diana.name... You're coming on her face and tits after an amazing blowjob in her office...''
<</if>>\
<<else>>\
<<if random(1,2) is 1>>\
<<pic $diana "eat-pussy">>\
''You dream about $diana.name... She's lapping away at your pussy...''
<<else>>\
<<pic $diana "eat-pussy2">>\
''You dream about $diana.name... She's licking and sucking your clit... You orgasm intensely...''
<</if>>\
<</if>>\/* Diana Sex */\
<<if hasPenis()>>\
<<if random(1,2) is 1>>\
<<pic $diana "fucked-by-male">>\
''You dream about $diana.name... You're fucking her from behind on her desk in her office...''
<<else>>\
<<pic $diana "cum-in-mouth">>\
''You dream about $diana.name... You're fucking her in her office, and pulling out to blow your load on her face...''
<</if>>\
<<else>>\
<<pic $diana "fucked-by-female">>\
''You dream about $diana.name... Fucking her in her office with a strapon...''
<</if>>\/* Oral with Sophie */\
<<if hasPenis()>>\
<<if random(1,2) is 1>>\
<<pic $sophie "suck-player">>\
''You dream of $sophie.name sucking your <<pDSize>>...''
<<else>>\
<<pic $sophie "cum-on-face">>\
''You dream of $sophie.name, as you empty your load on her face...''
<</if>>\
<<else>>\
<<pic $action "female-eat-pussy">>\
''You dream of $sophie.name as she eats out your <<vDSize>>...''
<</if>>\
<<horny 10>>/* Sex with Sophie */\
<<if hasPenis()>>\
<<pic $sophie "fucked-by-player">>\
''You dream about $sophie.name as you slam your <<pDSize>> into her dripping cunt...''
<<elseif hasStrapon()>>\
<<pic $sophie "fucked-by-player">>\
''You dream about $sophie.name as you slam your <<accf>> into her dripping cunt...''
<<else>>\
<<pic $action "fingering">>\
''You dream about $sophie.name as you finger-fuck her dripping cunt until she squirts...''
<</if>>\
<<horny 10>>/* Pleasuring Sophie */\
<<pic $action "player-eat-pussy">>\
''You dream of $sophie.name as she lunges forward and grabs you by your <<top>>, pulling you down between her legs. Her scent is overwhelming, dizzying, and your unable to muster up any ability to resist as she pulls you into her.''
<<nm $sophie "Mmmmm, yesssss... That's a good <<boy>>, $player.sophieName, keep it u-up! O-ohhhh... haaa...">>\
<<dom $player -1>>
<<horny 10>>/* Lauren in the Changing Room */\
<<if isSissy()>>\
<<if analPlugged()>>\
<<pic $action "anal-dildo">>\
''You dream of $lauren.name, pulling you into the changing room and fucking your asshole with your <<accb>>...''
<<nm $lauren "Hehe, how's that feel little sissy slut? Think I can make you cum like this?">>\
<<else>>\
<<pic $action "anal-fingering">>\
''You dream of $lauren.name, pulling you into the changing room and fucking your asshole with her fingers...''
<<nm $lauren "Hehe, how's that feel little sissy slut? Think I can make you cum like this?">>\
<</if>>\
<<dom $player -1>>
<<elseif hasPenis()>>\
<<pic $lauren "suck-player">>\
''You dream of $lauren.name, pulling you into the changing room and sucking your <<pDSize>>...''
<<nm $lauren "Mmmph, mmmm, mph, mph, mph!">>\
<<else>>\
<<pic $lauren "eat-pussy">>\
''You dream of $lauren.name, pulling you into the changing room and eating your pussy...''
<<nm $lauren "Mmmph, mmmm, mph, mph, mph!">>\
<</if>>\
<<horny 10>>/* Sucking Tasha */\
<<pic $action "player-suck-ts">>\
''You dream about $tasha.name, as she forces her huge cock down your throat... her cum coating your tongue...''
<<horny 10>>/* Tasha Sucking */\
<<if hasPenis()>>\
<<pic $tasha "suck-player">>\
''You dream about $tasha.name... sucking your cock...''
<<elseif hasStrapon()>>\
<<pic $action "ts-suck-strapon">>\
''You dream about $tasha.name... sucking your strapon cock...''
<<else>>\
<<pic $action "ts-eat-pussy">>\
''You dream about $tasha.name... eating your pussy...''
<</if>>\
<<horny 10>>/* Fucked by Tasha */\
<<pic $action "ts-fuck-player">>\
''You dream about $tasha.name... fucking you over and over again...''
<<horny 10>>
<<tfm "fem">>/* Suck Sophie's Strapon */\
<<pic $action "player-suck-strapon">>\
''You dream about $sophie.name... forcing you to suck her strapon cock...''
<<horny 10>>
<<tfm "fem">>/* Fucking Tasha */\
<<pic $action "player-fuck-ts">>\
''You dream about fucking $tasha.name in her ass...''
<<horny 10>>
<<tfm "mas">>/* Tasha's Sybian */\
<<pic $action "female-solo-sybian-cum">>\
<<if hasPenis()>>\
''You dream about riding $tasha.name's sybian, back when you still had your pussy...''
<<else>>\
''You dream about being forced to ride $tasha.name's sybian for hours, orgasming repeatedly...''
<<horny 30>>
<<dom $player -1>>
<</if>>\/* Club Pearl - Men Gangbang */\
<<pic $action "sissy-gangbang">>\
''You dream about getting gangbanged by a group of men at Club Pearl...''
<<horny 10>>
<<dom $player -1>>/* Club Pearl - Women Gangbang */\
<<pic $action "sissy-strapon-gangbang">>\
''You dream about getting gangbanged by a group of women at Club Pearl...''
<<horny 10>>
<<dom $player -1>>/* The Pit - Getting Milked */\
<<pic $action "machine-fuck-player">>\
''You dream about being strapped to the milker in The Pit, fucked relentlessly all night long...''
<<horny 10>>
<<dom $player -1>>/* The Pit - Breeding Bull */\
<<pic $action "female-creampie">>\
''You dream about being used as a breeding bull in The Pit, forced to impregnate women all night long...''
<<horny 10>>
<<dom $player -1>>/* The Pit - Breeding Cow */\
<<pic $action "male-fuck-female-doggy">>\
''You dream about being used as a breeding cow in The Pit, forced to allow men to try and impregnate you all night long...''
<<horny 10>>
<<dom $player -1>><<loc_Dream>>\
''You have a dream about ?kagney...''
<<pic $kagney>>\
<<art $kagney "happy,2">>\
''You think about ?kagney, standing behind the front desk in the lobby. She's happily flipping through a magazine, and she looks up at you and smiles as you walk by.''
<<nm $kagney "Hehe! Hey, ?mc!">>\
<<love $kagney>><<loc_Dream>>\
''You have a dream about ?kagney...''
<<pic $kagney "dream-aff-1">>\
<<art $kagney "aroused,2,naked">>\
''You dream about ?kagney, stripping her clothing off in front of you. She looks up at you, need in her eyes, as she bites her lip.''
<<nm $kagney "Mmm, ?mc...">>\
<<lust $kagney>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?kagney...''
<<if hasPenis()>>\
<<pic $kagney "dream-aff-2m">>\
<<act $kagney "blowjob">>\
<<else>>\
<<pic $kagney "dream-aff-2f">>\
<<act $kagney "eatpussy">>\
<</if>>\
''She's lovingly servicing your <<PussyOrCock size>> with her mouth and body. You can feel waves of pleasure rolling over your entire body.''
<<nm $kagney "Mmm, mmmmm... mmmph...">>\
<<love $kagney>>
<<lust $kagney>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?kagney...''
<<if hasPenis()>>\
<<pic $kagney "dream-aff-3m">>\
<<else>>\
<<pic $kagney "dream-aff-3f">>\
<</if>>\
<<act $kagney "doggy,player,creampie">>\
''You're having intimate, loving sex with ?kagney. You hold each other tightly as you're both lost to the pleasure...''
<<nm $kagney "Haaa... haa... mmmm, ?mc... you're gonna make me c-cum! Oh f-fuck!">>\
<<pic $kagney "orgasm">>\
<<love $kagney>>
<<lust $kagney>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?kagney...''
<<pic $kagney "dream-cor-1">>\
<<act $kagney "orgasm">>\
''?kagney is sitting in front of you, pleasuring herself with her fingers, tongue, and toys. You watch intently, almost feeling what she's feeling as she explores her body.''
<<nm $kagney "So good... mmmm... O-OHH!!">>\
<<lust $kagney>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?kagney...''
<<pic $kagney "dream-cor-2">>\
<<act $kagney "orgasm">>\
''?kagney is in a small room, hooked up to a fucking machine. She moans and winces in pain and pleasure as the piston mercilessly pounds her tight pussy with it's large toy attachment.''
<<nm $kagney "A-ah! Ohhh... Mmmm fuck! FUCK! C-CUMMING AGAIN!">>\
<<lust $kagney>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?kagney...''
<<if hasPenis()>>\
<<pic $kagney "dream-cor-3m">>\
<<else>>\
<<pic $kagney "dream-cor-3f">>\
<</if>>\
<<act $kagney "doggy,player,creampie">>\
''You're behind ?kagney, ramming your <<StraponOrCock size>> in and out of her gushing pussy. She's gripping the sheets, biting her pillow, and moaning wildly as you do.''
<<nm $kagney "Haaa... haa... mmmm, baby... you're gonna make me c-cum again! Oh f-fuck!">>\
<<pic $kagney "orgasm">>\
<<nm $kagney "H-harder! Please!!!">>\
<<lust $kagney>>
<<horny 100>><<loc_Dream>>\
''You have a dream about ?penny...''
<<pic $penny>>\
<<art "cg/1-4-MeetPenny">>\
''You felt so much warmth coming off of ?penny when you first met her. She was so happy to see you, and you were so happy to see her. You can't help but smile as you remember that moment.''
<<love $penny>><<loc_Dream>>\
''You have a dream about ?penny...''
<<pic $penny "dream-aff-1">>\
<<art $penny "aroused,1,lingerie">>\
''She stands in front of you, slowly peeling off her clothing and revealing her body to you. You can't help but stare as she bares more and more skin...''
<<nm $penny "Hm? See something you like boss?">>\
<<love $penny>><<loc_Dream>>\
''You have a dream about ?penny...''
<<pic $penny "dream-aff-2">>\
<<art $penny "aroused,2,naked">>\
''?penny is standing in front of you, topless. She's blushing, but smiling at you. You can't help but stare at her bare breasts. One of her hands is covering her crotch, but you can see her fingers moving...''
<<nm $penny "Mmmm... ?mc...">>\
<<love $penny>><<loc_Dream>>\
''You have a dream about ?penny...''
<<if hasPenis()>>\
<<pic $penny "dream-aff-3m">>\
<<else>>\
<<pic $penny "dream-aff-3f">>\
<</if>>\
<<act $player "eatpussy">>\
''You and ?penny are rolling in what feels like an infinite mattress, your face between her thighs and hers between yours as the two of you pleasure each other amidst the endless sheets...''
<<nm $penny "Mmm, feels so nice...">>\
<<love $penny>>
<<lust $penny>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?penny...''
<<if hasPenis()>>\
<<pic $penny "dream-aff-4m">>\
<<act $penny "blowjob">>\
<<else>>\
<<pic $penny "dream-aff-4f">>\
<<act $penny "eatpussy">>\
<</if>>\
''Your ?penny is on her knees in front of you, servicing you with her mouth...''
<<nm $penny "Mmmm... mmmph... hngph... mmm...">>\
<<love $penny>>
<<lust $penny>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?penny...''
<<if hasPenis()>>\
<<pic $penny "dream-aff-5m">>\
<<else>>\
<<pic $penny "dream-aff-5f">>\
<</if>>\
<<act $penny "doggy,player,creampie">>\
''You're having intimate, loving sex with ?penny. You hold each other tightly as you're both lost to the pleasure...''
<<nm $penny "Haaa... haa... mmmm, ?mc... you're gonna make me c-cum! Oh f-fuck!">>\
<<pic $penny "orgasm">>\
<<love $penny>>
<<lust $penny>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?penny...''
<<pic $penny "dream-cor-1">>\
<<art $penny "aroused,0,naked">>\
''?penny is sitting up on a desk in your lab, her legs spread moaning in pleasure while your fingers slide in and out of her tight, wet pussy. The sensations send ripples through your body, almost as if with every thrust, you can feel what she's feeling.''
<<nm $penny "Mmm.... mmm... h-hahaa! Oh fuck! FUCK!">>\
<<lust $penny>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?penny...''
<<pic $penny "dream-cor-2">>\
<<art $penny "aroused,0,naked">>\
''?penny is bent over in front of you, bucking and quivering in pain and pleasure as you ram two fingers in and out of her tiny asshole. She looks back at you, drool running from her mouth as her face is completely lost to the ecstasy.''
<<nm $penny "Harder! Harder! Make me moan like a bitchOH FUCK!">>\
<<lust $penny>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?penny...''
<<if hasPenis()>>\
<<pic $penny "dream-cor-3m">>\
<<else>>\
<<pic $penny "dream-cor-3f">>\
<</if>>\
<<art $penny "anal,player,creampie">>\
''You're behind ?penny, ramming your <<StraponOrCock size>> in and out of her tight asshole. She's gripping the sheets, biting her pillow, and moaning wildly as you rail her from behind.''
<<nm $penny "Haaa... haa... mmmm, b-boss... you're gonna make me c-cum again! Oh f-fuck!">>\
<<pic $penny "orgasm">>\
<<nm $penny "Harder!">>\
<<lust $penny>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?penny...''
<<pic $penny "dream-cor-4">>\
<<act $penny "orgasm">>\
''?penny sits on a desk in your lab, naked with her arms bound behind her back. You plunge your fingers in and out of her gushing pussy, an activity you've been involved in for quite a while now it seems.''
<<nm $penny "Haaa... haa... mmmm, b-boss... you're gonna make me c-cum again! Oh f-fuck! I c-can't t-take anymore! Fuck!!!">>\
<<lust $penny>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?penny...''
<<if hasPenis()>>\
<<pic $penny "dream-cor-5m">>\
<<else>>\
<<pic $penny "dream-cor-5f">>\
<</if>>\
<<art $penny "anal,player,creampie">>\
''You're behind ?penny again, absolutlely wrecking her tiny asshole with your <<StraponOrCock size>>. She's in tears, but still begging you to fuck her harder and harder.''
<<nm $penny "H-harder! HARDER! D-DON'T STOP! FUCK I'M CUMMING AGAIN!!!">>\
<<pic $penny "orgasm">>\
<<nm $penny "Let's keep going! FUCK!">>\
<<lust $penny>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?saya...''
<<pic $npc "saya">>\
<<art $saya "happy,2">>\
''You think about ?saya, floating around in your mind. You feel a warm, happy feeling in your chest as you think about her.''
<<nm $saya "Hehe! Heya, ?mc!">>\<<loc_Dream>>\
''You have a dream about ?saya...''
<<pic $npc "saya-dream1">>\
<<art $saya "aroused,2,naked">>\
''You dream about ?saya, bent over in front of you with need in her eyes.''
<<nm $saya "Mmm, ?mc...">>\
<<horny 100>><<loc_Dream>>\
''You have a dream about ?saya...''
<<if hasPenis()>>\
<<pic $npc "saya-suck1">>\
<<else>>\
<<pic $npc "saya-lick1">>\
<</if>>\
''She's lovingly servicing your <<PussyOrCock size>> with her mouth and body. You can feel waves of pleasure rolling over your entire body.''
<<nm $saya "Mmm, mmmmm... mmmph...">>\
<<if hasPenis()>>\
<<pic $npc "saya-suck2">>\
<<else>>\
<<pic $npc "saya-lick2">>\
<</if>>\
<<horny 100>><<loc_Dream>>\
''You have a dream about ?saya...''
<<pic $npc "saya-futa">>\
''She stands in front of you, a huge cock having sprung out from between her thighs.''
<<nm $saya "Mmmm, heheheh! Ready for some fun!?">>\
<<horny 100>><<loc_Dream>>\
<<SetFlag $saya "Dream1">>\
''As you drift off to sleep, you find yourself in a familiar space. The cool air of the night brushes against your skin, and the soft grass beneath your feet is a welcome sensation. You look around, and find yourself in the middle of a field, surrounded by trees. The moon is full and bright, and the stars twinkle in the sky. You feel at peace here, and you can't help but smile. Suddenly, a hand on your shoulder snaps you out of your calm. You're not the least bit surprised to find ?saya behind you, floating just inches off the ground.''
<<pic $npc "saya">>\
<<art $saya "happy">>\
<<nm $saya "Hehe, welcome back!">>\
<<nm $player "Seems I keep ending up here. Can't I have regular dreams anymore?">>\
''She giggles, and shakes her head.''
<<nm $saya "Who said this is a dream?">>\
<<nm $player "Well what would you call it?">>\
''?saya tilts her head, as if feigning thoughtfulness, before planting her feet on the ground and walking up to you.''
<<nm $saya "Hmmm... I like to think of it as serendipity! It just so happens that you and I came to be at the right place and the right time. It's kinda romantic isn't it!">>\
<<nm $player "I guess so. But none of it's real.">>\
''She hops back, again levitating just off the ground. A pouty look crosses her face.''
<<nm $saya "So mean! I am too real! And... I can prove it!">>\
''She floats over to you, and wraps her arms around your neck, pulling you into a kiss. You're surprised at first, but you quickly melt into it, and wrap your arms around her waist. She pulls away, and smiles at you.''
<<nm $saya "Real enought?">>\
<<nm $player "It's nice, but it's still a dream, isn't it?">>\
''?saya floats up even higher, seemingly fed up with your prodding.''
<<nm $saya "What is a dream? A miserable little pile of secrets? Anyway enough of this shit, if you really like me you'll just have to hunt down the rest of them...">>\
<<nm $player "The rest of what? Also you can't make that reference and tell me I'm not dreaming!">>\
''The world around you starts getting darker. From the blackness you can hear ?saya's voice echoing.''
<<nm $saya "Tee-hee! Find them, and make sure you look everywhere! Oh, and I @@.xxx;wouldn't bother putting too much effort into finding your next one@@, know what I mean?">>\
<<nm $player "Wait!">>\
<<btnLink "Wake up..." "Room-Morning">><<loc_Dream>>\
<<SetFlag $saya "Dream2">>\
<<pic $npc "saya">>\
<<art $saya "happy">>\
<<nm $saya "You found one!">>\
<<nm $player "One... oh! You mean that coin. Are you going to actually tell me something useful this time?">>\
''She giggles and floats around.''
<<nm $saya "Nuh-uh! We're still playing, silly! Plus, you still have one more to find for this round!">>\
<<nm $player "Seriously? Any hints?">>\
<<nm $saya "A hint? Hmmm... well, the only hint I'll give you is that I've already given the hint to you!">>\
''?saya looks all too pleased with herself as she floats away.''
<<nm $player "So helpful...">>\
<<btnLink "Wake up..." "Room-Morning">><<loc_Dream>>\
<<SetFlag $saya "Dream2">>\
<<SetFlag $saya "Dream3">>\
<<pic $npc "saya">>\
<<art $saya "happy">>\
<<nm $saya "You did it!">>\
<<nm $player "Yep, I found your silly coins... Gonna offer some insight now?">>\
''?saya moves her fist to her mouth and clears her throat before stepping up to you and placing one of her delicate fingers on your chest. You feel warmth radiating from her finger, and it spreads throughout your body, making you feel relaxed and at ease.''
<<nm $saya "Wellll, to be fair you've hardly collected \"all\" my silly little coins.">>\
''You can't help but roll your eyes, something ?saya definitely notices but chooses to ignore.''
<<nm $saya "I suppose I do owe you something... What do you think I am?">>\
<<nm $player "You're a dream. I've consumed too much animated media over my lifetime and now all my grandma's fears are coming to fruition.">>\
''?saya scoffs, as if offended.''
<<nm $saya "Okay, <<sir>>, then explain those silly little coins!">>\
<<nm $player "They're quarters. Lack of sleep and too much work is making me hallucinate.">>\
''She buries her face in her hands, and shakes her head.''
<<nm $saya "You're hopeless... I'm not a dream, think of me more as a... hmm... Ah! Like a memory!">>\
<<nm $player "A memory? I think I would have remembered someone like you.">>\
''?saya giggles, and floats around you, her hands behind her back.''
<<nm $saya "I never said I was \"your\" memory, silly. I'm a little more distant than that, anyway.">>\
<<nm $player "So you're a ghost.">>\
''?saya stops, and looks at you, her eyes wide.''
<<nm $saya "A ghost? No, no, no, no, no! I'm not a ghost! I mean... I hope I'm not a ghost?">>\
''She starts frantically patting herself down, pinching on her arms and legs, as if to make sure she's still there.''
<<nm $saya "Phew, nope, not a ghost!">>\
<<nm $player "You're insane.">>\
<<nm $saya "Maybe! Maybe if you find the next set of my... silly little coins... I'll give you a little more than I did tonight. Sound good?">>\
<<nm $player "I mean, I guess. Any hints for these?">>\
<<nm $saya "There are three this time, and, hmm... Oh, I know! These coins are all @@.xxx;feeling a little lonely and peckish@@!">>\
''?saya smiles at you as she floats away.''
<<nm $player "That's... What does that mean!?">>\
<<btnLink "Wake up..." "Room-Morning">><<loc_Dream>>\
<<SetFlag $saya "Dream4">>\
<<pic $npc "saya">>\
<<art $saya "happy">>\
<<nm $saya "Look at you finding all my things! You're so good at this!">>\
<<nm $player "What can I say, I'm a regular <<if isMale()>>Nathan Drake<<else>>Lara Croft<</if>>. Don't suppose there's any chance you'll tell me a bit about them this time?">>\
''?saya motions over to a space behind here, where just a moment ago there was nothing. Now, there's a small table with two chairs, and a tea set. She floats over to one of the chairs and sits down, motioning for you to do the same.''
<<nm $player "Just keeps getting crazier...">>\
''You sit down, and ?saya pours you a cup of tea. You take a sip, and it's surprisingly good. You're not sure what you were expecting, but it certainly wasn't this.''
<<nm $saya "Mmm, alright, I suppose I'll give you something. I soooo wanted to do this whole \"You can ask me one single question and I'll answer it honestly!\" thing but we both know the player's just gonna save scum, so... meh.">>\
<<nm $player "Oh? Are we in some kind of RPG now?">>\
''?saya sips her tea.''
<<nm $saya "I mean, you were just doing fetch quests for me...">>\
<<nm $player "I... ugh. Fair.">>\
''?saya giggles, and sets her tea down.''
<<nm $saya "I'm certainly not going to give it all away now, you'll have to work harder for that! But... well, for starters I'm definitely not a dream, not really, more like I use dreams as a way to establish communication.">>\
<<nm $player "Like Freddy Kruger?">>\
<<nm $saya "Like a sexy Freddy Kruger! Though, I don't think I can kill you in your dreams... probably? Maybe we could...">>\
<<nm $player "Rather not!">>\
<<nm $saya "Fine.">>\
''She takes another sip of tea.''
<<nm $saya "Anyway, <<Mr>> No Fun, you should know I've been around for a while. Like... \"a while\"... so it's no insignificant thing when I say that over the last couple hundred years or so I've taken some particular in a handful of people.">>\
<<nm $player "And I take it I'm the latest?">>\
<<nm $saya "Bingo!">>\
''You take another sip of your tea as you process taking all this in, in a dream no less.''
<<nm $player "So what do you want from me?">>\
<<nm $saya "Same thing most demons want from their interests... Entertainment! I think you could be VERY entertaining, so I've decided to keep an eye on you!">>\
''There's a calming silence as you both drink.''
<<nm $player "So you're a demon.">>\
<<nm $saya "I feel like that's a matter of perspective.">>\
<<nm $player "My perspective is you just used the word.">>\
''She shrugs as she sips her tea one last time.''
<<nm $player "Whatever... And the coins?">>\
<<nm $saya "Well, it should be pretty obvious to you now that I can't just show up to your bedroom... mmm, no matter how much fun that would be... but there are still ways for me to manifest during your waking hours. The coins, and not just the cute goat ones, are one such way. You finding and gathering them is like, strengthening our bond, y'know?">>\
''You both stand at the same time, the entire table vanishing as you do.''
<<nm $saya "Anywho, our time's up again. Real shame, too. Of course, if you'd like to continue our little conversation... maybe exchange more than just words... then I may have dropped a few more coins around. Four this time.">>\
<<nm $player "Seriously? Talk about a cliffhanger.">>\
<<nm $saya "I had such a good time chatting with you, I'll even give you another hint! These coins are all @@.xxx;greedy little bastards@@, especially for being money themselves!">>\
''?saya smiles at you as she floats away.''
<<nm $player "Cool. That's... cool.">>\
<<btnLink "Wake up..." "Room-Morning">><<loc_Dream>>\
<<SetFlag $saya "Dream5">>\
<<pic $npc "saya">>\
<<art $saya "aroused">>\
<<nm $saya "You found them all!">>\
<<nm $player "All of them? There aren't any more I should know about?">>\
''?saya floats over to you, and wraps her arms around your neck, pulling you into a kiss. You're surprised at first, but you quickly melt into it, and wrap your arms around her waist. She pulls away, and smiles at you.''
<<nm $saya "You're dreaming sweetie, now's not the time to worry about \"anything\" right now!">>\
''Before you can speak, ?saya runs her finger over your mouth, and you feel a warmth spread through your body. You feel yourself getting more and more relaxed, and you can't help but smile. Her lips brush against your neck, and you start to shiver. You feel her hands on your chest, and you release a soft moan.''
<<nm $saya "You're so cute when you're like this... Now, let's have some real fun!">>\
''?saya shoves you backwards, sending you falling to the grass. It's only just now you notice you're completely naked. You look up at her, and she's smiling down at you, her eyes filled with lust.''
<<nm $saya "I've been wanting to taste this for quite some time!">>\
<<pic $npc "saya-oral1">>\
''She straddles your waist, kissing your neck, down to your chest and stomach, before finally settling on your quivering <<PussyOrCock>>.''
<<nm $saya "Now let's have some fun!">>\
<<if hasPenis()>>\
<<if not hasWorkingPenis()>>\
<<if isChastity()>>\
<<if isSissy()>>\
<<nm $saya "Let's just pretend you were never wearing that thing, and just for tonight, let's make your little dicklet a little less useless, hm?">>\
<<else>>\
<<nm $saya "Let's just pretend you were never wearing that thing...">>\
<</if>>\
<<else>>\
<<nm $saya "Mmm, just for tonight, let's make your little dicklet a little less useless, hm?">>\
<</if>>\
<</if>>\
<<pic $npc "saya-suck1">>\
<<act $saya "blowjob">>\
''Your entire body lights up as she effortlessly inhales your <<pSize>>. You can feel her tongue wrapping and swirling around it, almost stroking it as her lips slide along your length.''
<<nm $player "I-I'm gonna...">>\
''You quickly approach orgasm, about to erupt down ?saya's throat, but it never happens. Instead, you're held just on the razor's edge, effectively giving you all the extreme pleasure of a climactic orgasm, amplified somehow, but with none of the release.''
<<pic $npc "saya-suck2">>\
<<else>>\
<<pic $npc "saya-lick1">>\
<<act $saya "eatpussy">>\
''Your entire body lights up as she buries her tongue deep into your <<vSize>>. You can feel her tongue pulsing and swirling around it, gently nibbling your clit.''
<<nm $player "I-I'm gonna...">>\
''You quickly approach orgasm, about to erupt across ?saya's face, but it never happens. Instead, you're held just on the razor's edge, effectively giving you all the extreme pleasure of a climactic orgasm, amplified somehow, but with none of the release.''
<<pic $npc "saya-lick2">>\
<</if>>\
<<nm $saya "Hehe, like that? Just a little power I have! If you could move you'd be writhing in ecstacy right now!">>\
<<nm $player "If I...">>\
''Suddenly, you realize you can, in fact, not move. It's as if a numbing weight is pressing down on your entire body, though you also seem to find it oddly comforting. After what feels like hours of ?saya working her "magic" on you, a new feeling starts welling up from deep inside you. Your breathing intensifies, your muscles begin twitching until suddenly...''
<<nm $player "FUUUUUUUUCCCCKKK!!!">>\
''You're hit with an orgasm so intense, so powerful, that you're sure you've never felt anything like it before. It's as if every nerve in your body is on fire, and you're sure you're going to pass out from the sheer pleasure of it all. But you don't. Instead, you're left in a state of pure, unadulterated bliss, your body still twitching and spasming from the aftershocks of your orgasm.''
<<nm $saya "Tee-hee! You just had the best orgasm of your life and I got a treat. Win-win!">>\
<<nm $player "You're... insane...">>\
''?saya giggles, and floats away.''
<<nm $saya "Lover, you've only been given the smallest taste. If you want the grand prize, then I recommend you go collect @@.xxx;the last five coins@@ I've hidden for you in the most obscure locations. No hints this time, tee-hee!">>\
<<nm $player "You... suck...">>\
''And with that, you fade off into the most restful sleep you've ever slept.''
<<btnLink "Wake up..." "Room-Morning">><<loc_Dream>>\
<<SetFlag $saya "Dream6">>\
<<AddDreamEvent 1100>>\
<<AddDreamEvent 1101>>\
<<AddDreamEvent 1102>>\
<<pic $npc "saya">>\
<<art $saya "happy">>\
<<nm $saya "Wow, you really did it!">>\
<<nm $player "Yep... So how many are in the next batch?">>\
''The words barely leave your mouth before ?saya is on you, wrapping her arms around your neck and pulling you into a kiss. You're surprised at first, but you quickly melt into it, and wrap your arms around her waist. She pulls away, and smiles at you.''
<<nm $saya "You've gathered them all, love! Now, let's see what they bought you...">>\
''?saya snaps her fingers, and suddenly you're in a different place. It's a room, a bedroom, and it's filled with all sorts of things. You're not sure what to make of it all, but ?saya seems to be enjoying herself. What's more, is that you're both suddenly naked. You look at her, and she's smiling at you, her eyes filled with lust.''
<<nm $saya "I've so been looking forward to this!">>\
<<if hasWorkingPenis() or (isChastity() and not isSissy())>>\
''?saya straddles your waist, and you can feel her hands on your chest, and you release a soft moan. She leans down, and kisses you, her lips soft and warm. As you embrace each other, ?saya starts to grind against you, and you can feel her warmth against your <<PussyOrCock>>. You can't help but moan more, and she giggles as she pulls away.''
<<nm $saya "You're so cute when you're like this... Now, let's have some real fun!">>\
<<pic $npc "saya-ride1">>\
<<act $saya "ride">>\
<<nm $player "F-fuck!">>\
''Electricity shoots through your entire body as you enter ?saya's hungry pussy. It's tight, wrapping around your <<pSize>> completely and perfectly. As she rides you, the pleasure only becomes more and more intense, but never so much so that it feels uncomfortable.''
<<nm $saya "Fuck! Yes! It's everything I'd hoped, ?mc!">>\
<<nm $player "I-I'm gonna c-cum...">>\
''?saya leans down and whispers into your ear.''
<<nm $saya "Are you, now? Oh sweetie, did you really think I wouldn't use my magic and savor this?">>\
''Sure enough, no matter how close you feel you are to climax, release never comes. Instead, you and ?saya bask in what feels like endless, escalating, pleasure. ?saya falls forward, her soft chest pressing against yours. As she pants into your ear, you hear her moan.''
<<nm $saya "?mc... I want to... f-feel you...">>\
<<pic $npc "saya-ride2">>\
<<act $saya "ride,creampie">>\
''You feel a warmth start to spread rapidly from your stomach over your entire body. ?saya bears down on your cock one final time triggering an eruption of thick, hot cum inside of her. You can barely keep yourself steady as you experience the most intense, pleasurable orgasm of your entire life.''
<<elseif isSissy()>>\
<<AddDreamEvent 1103>>\
''?saya straddles your waist, and you can feel her hands on your chest, and you release a soft moan. She leans down, and kisses you, her lips soft and warm. As you embrace each other, ?saya starts to grind against you, and you can feel her warmth against your flaccid cock. You can't help but moan more, and she giggles as she pulls away.''
<<nm $saya "You're so cute when you're like this... Now, let's have some real fun!">>\
''You watch and ?saya gets to her feet, her fingers move over her stomach and lead your eyes down to her small pussy. As she rubs herself, her tiny clit transforms into a large cock before your eyes.''
<<nm $saya "Mmm, something tells me this is how you'd prefer our little encounter go...">>\
<<pic $npc "saya-futa">>\
<<act $saya "fuck">>\
<<nm $player "F-fuck!">>\
''Electricity shoots through your entire body as ?saya enters your quivering <<aSize>>. She's very big, but your tight hole easily stretches to accommodate her cock completely and perfectly. As she fucks you, the pleasure only becomes more and more intense, but never so much so that it feels uncomfortable. The constant pounding against your prostate brings you rapidly close to orgasm.''
<<nm $saya "Fuck! Yes! It's everything I'd hoped, ?mc!">>\
<<nm $player "I-I'm gonna c-cum...">>\
''?saya leans down and whispers into your ear.''
<<nm $saya "Are you, now? Oh sweetie, did you really think I wouldn't use my magic and savor this?">>\
''Sure enough, no matter how close you feel you are to climax, release never comes. Instead, you and ?saya bask in what feels like endless, escalating, pleasure. ?saya falls forward, her soft chest pressing against yours. As she pants into your ear, you hear her moan.''
<<nm $saya "?mc... I want to... f-fill you...">>\
/*<<pic $npc "saya-fuck2">>*/\
<<act $saya "fuck,creampie">>\
''You feel a warmth start to spread rapidly from your stomach over your entire body. ?saya her cock deep inside of you one final time, triggering an eruption of thick, hot cum inside of you. As you feel yourself filling up with her load, you start to spray your own small load across your stomach. You can barely keep yourself steady as you experience the most intense, pleasurable orgasm of your entire life.''
<<else>>\
<<AddDreamEvent 1103>>\
''?saya straddles your waist, and you can feel her hands on your chest, and you release a soft moan. She leans down, and kisses you, her lips soft and warm. As you embrace each other, ?saya starts to grind against you, and you can feel her warmth against your wet pussy. You can't help but moan more, and she giggles as she pulls away.''
<<nm $saya "You're so cute when you're like this... Now, let's have some real fun!">>\
''You watch and ?saya gets to her feet, her fingers move over her stomach and lead your eyes down to her small pussy. As she rubs herself, her tiny clit transforms into a large cock before your eyes.''
<<nm $saya "Mmm, something tells me this is how you'd prefer our little encounter go...">>\
<<pic $npc "saya-futa">>\
<<act $saya "fuck">>\
<<nm $player "F-fuck!">>\
''Electricity shoots through your entire body as ?saya enters your quivering <<vSize>>. She's very big, but you easily stretch to accommodate her cock completely and perfectly. As she fucks you, the pleasure only becomes more and more intense, but never so much so that it feels uncomfortable. The constant pounding against your womb brings you rapidly close to orgasm.''
<<nm $saya "Fuck! Yes! It's everything I'd hoped, ?mc!">>\
<<nm $player "I-I'm gonna c-cum...">>\
''?saya leans down and whispers into your ear.''
<<nm $saya "Are you, now? Oh sweetie, did you really think I wouldn't use my magic and savor this?">>\
''Sure enough, no matter how close you feel you are to climax, release never comes. Instead, you and ?saya bask in what feels like endless, escalating, pleasure. ?saya falls forward, her soft chest pressing against yours. As she pants into your ear, you hear her moan.''
<<nm $saya "?mc... I want to... f-fill you...">>\
/*<<pic $npc "saya-fuck2">>*/\
<<act $saya "fuck,creampie">>\
''You feel a warmth start to spread rapidly from your stomach over your entire body. ?saya her cock deep inside of you one final time, triggering an eruption of thick, hot cum inside of you. As you feel yourself filling up with her load, you start to spray wave after wave of hot juices against ?saya's waist. You can barely keep yourself steady as you experience the most intense, pleasurable orgasm of your entire life.''
<</if>>\
<<nm $player "That... was... amazing...">>\
<<nm $saya "Hehe, not so bad yourself!">>\
''This time, ?saya lays with you for a while, her head nestled into your shoulder. The cool grass beneath you, the breeze above you, and ?saya breathing softly on your chest... You find yourself feeling more comfortable and relaxed than you recall feeling in a very long time.''
<<nm $saya "Mmm, guess it's about time you get going, huh?">>\
<<nm $player "Aww, already?">>\
''You close your eyes for just a second, surprised to find yourself sitting upright and fully dressed across from a ?saya at a small table. ?saya sips her tea.''
<<pic $npc "saya">>\
<<art $saya "happy">>\
<<nm $saya "Mmm, that was just wonderful, wasn't it?">>\
<<nm $player "Y-yeah, it was great!">>\
<<nm $saya "Hehehe, poor thing, you look like you're going to miss me. Well, no need to worry...">>\
''She leans forward, placing a hand on your hand.''
<<nm $saya "Those coins you found? Like I mentioned before, they're effectively my anchor to your world. Taking the time to gather them all up in one place for me despite how inane it felt? For all intents and purposes, ?mc, you and I have made a pact!">>\
''You nearly spit out your drink.''
<<nm $player "I made a pact with a demon!? I don't remember agreeing to this!">>\
<<nm $saya "Oh, don't be so dramatic! It's not like I'm asking for your soul or anything!">>\
<<nm $player "Well then... what?">>\
<<nm $saya "I told you, I think you're interesting, and that you're on a very interesting tragectory. Honestly, I think you're gonna put on quite a show and all I wanted were better seats!">>\
''You take a final sip of your tea, and stand up.''
<<nm $player "So, I guess this is it, then?">>\
<<nm $saya "For now, but hey, I'll be around when you're sleeping, m'kay?">>\
''You smile at her, and she smiles back.''
<<nm $player "I'll be looking forward to it.">>\
''The two of you stare into each other's eyes as the world around you starts to fade away.''
<<horny 0>>
<<btnLink "Wake up..." "Room-Morning">><<loc_Dream>>\
''You have a dream about ?sophie...''
<<pic $sophie>>\
<<art "cg/0-3-MeetSophie">>\
''The presence of ?sophie is overwhelming. You can't help but stare at her. She's so beautiful, so perfect...''
<<love $sophie>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?sophie...''
<<pic $sophie "dream-aff-1">>\
<<art "events/dreams/sophie-tease">>\
''You dream about your boss, ?sophie, teasing you provocatively...''
<<lust $sophie>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?sophie...''
<<pic $sophie "dream-aff-2">>\
<<art $sophie "aroused,0,lingerie">>\
''Your ?sophie stands in front of you, teasing in lingerie.''
<<nm $sophie "Mmm, something you want, love?">>\
<<lust $sophie>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?sophie...''
<<pic $sophie "dream-aff-3">>\
<<art $sophie "aroused,0,naked">>\
''She lays back on her bed, her naked body on full display. You're running your hands along her soft skin, teasing her nipples, and kissing her neck. She moans with approval, guiding you as you worship her perfect body.''
<<nm $sophie "Mmm, ?mc... this is wonderful...">>\
<<love $sophie>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?sophie...''
<<if isMale()>>\
<<pic $sophie "dream-aff-4m">>\
<<else>>\
<<pic $sophie "dream-aff-4f">>\
<</if>>\
<<art $sophie "aroused,0,naked">>\
''?sophie is sitting on your lap with her head rested on your shoulder, her legs spread moaning in pleasure while your fingers slide in and out of her tight, wet pussy. The sensations send ripples through your body, almost as if with every thrust, you can feel what she's feeling.''
<<nm $sophie "Mmm.... mmm... h-hahaa! Oh fuck! FUCK!">>\
<<love $sophie>>
<<lust $sophie>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?sophie...''
<<if hasPenis()>>\
<<pic $sophie "dream-aff-5m">>\
<<else>>\
<<pic $sophie "dream-aff-5f">>\
<</if>>\
<<act $sophie "doggy,player,creampie">>\
''You're having intimate, loving sex with ?sophie. You hold each other tightly as you're both lost to the pleasure...''
<<nm $sophie "Haaa... haa... mmmm, ?mc... you're gonna make me c-cum! Oh f-fuck!">>\
<<pic $sophie "orgasm">>\
<<love $sophie>>
<<lust $sophie>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?sophie...''
<<pic $sophie "dream-cor-1">>\
<<art $sophie>>\
''You dream of what you imagine ?sophie looked like when she was younger, a strong, beautiful woman glowing with warmth and ambition...''
<<nm $sophie "Hm? ?mc? Was there something you needed? Come, let me hold you closer...">>\
<<love $sophie>><<loc_Dream>>\
''You have a dream about ?sophie...''
<<pic $sophie "dream-cor-2">>\
<<act $sophie "spread-ass">>\
''?sophie moans in pleasure as you lovingly and thoroughly service her tight asshole. Even for a dream, you find yourself in an almost hypnotic state as you lose yourself to her pleasure.''
<<nm $sophie "Mmmm... fuck that feels amazing...">>\
<<lust $sophie>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?sophie...''
<<pic $sophie "dream-cor-3">>\
<<art $sophie "aroused,0,naked">>\
''?sophie is bent over in front of you, bucking and quivering in pain and pleasure as you ram two fingers in and out of her tight asshole. She looks back at you, drool running from her mouth as her face is completely lost to the ecstasy.''
<<nm $sophie "Harder! Ooohhhh, baby you're gonna make me c-cUM!!">>\
<<lust $sophie>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?sophie...''
<<if hasPenis()>>\
<<pic $sophie "dream-cor-4m">>\
<<else>>\
<<pic $sophie "dream-cor-4f">>\
<</if>>\
<<art $sophie "doggy,player,creampie">>\
''You're behind ?sophie, ramming your <<StraponOrCock size>> in and out of her gushing pussy. She's gripping the sheets, biting her pillow, and moaning wildly as you do.''
<<nm $sophie "Haaa... haa... mmmm, baby... you're gonna make me c-cum again! Oh f-fuck!">>\
<<pic $sophie "orgasm">>\
<<nm $sophie "Harder!">>\
<<lust $sophie>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?sophie...''
<<if hasPenis()>>\
<<pic $sophie "dream-cor-5m">>\
<<else>>\
<<pic $sophie "dream-cor-5f">>\
<</if>>\
<<art $sophie "anal,player,creampie">>\
''You're behind ?sophie, ramming your <<StraponOrCock size>> in and out of her tight asshole. She's gripping the sheets, biting her pillow, and moaning wildly as you do.''
<<nm $sophie "Haaa... haa... mmmm, baby... you're gonna make me c-cum again! Oh f-fuck!">>\
<<pic $sophie "orgasm">>\
<<nm $sophie "Harder!">>\
<<lust $sophie>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<pic $tasha>>\
<<art $tasha "happy,2">>\
''You remember the first time you met ?tasha, she seemed so cute and maybe a little anxious. Still, meeting her was a highlight of your day. You can't help but smile as you think back to that day...''
<<love $tasha>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<pic $tasha "tasha-whiteStockings">>\
<<art $tasha "embarrassed,1,lingerie">>\
''She stands in front of you, slowly peeling off her clothing and revealing her body to you. You can't help but stare as she bares more and more skin...''
<<nm $tasha "Hm? O-oh my! I didn't see you there!">>\
<<love $tasha>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<pic $tasha "tasha-nekkid">>\
<<art $tasha "aroused,2,naked">>\
''?tasha is standing in front of you, topless. She's blushing, but smiling at you. You can't help but stare at her bare breasts. One of her hands is covering her crotch, but you can see her fingers moving...''
<<nm $tasha "Mmmm... ?mc...">>\
<<love $tasha>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<pic $tasha "kiss-player">>\
<<act $tasha "kiss,player">>\
''You and ?tasha are rolling in what feels like an infinite mattress, your hands moving along her body as you explore each other's mouths with your tongues...''
<<nm $tasha "Mmm, feels so nice...">>\
<<love $tasha>>
<<lust $tasha>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<if hasPenis()>>\
<<pic $tasha "suck-player">>\
<<act $tasha "blowjob">>\
<<else>>\
<<pic $tasha "eatpussy">>\
<<act $tasha "eatpussy">>\
<</if>>\
''Your ?tasha is on her knees in front of you, servicing you with her mouth...''
<<nm $tasha "Mmmm... mmmph... hngph... mmm...">>\
<<love $tasha>>
<<lust $tasha>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<pic $tasha "fucked-by-player">>\
<<act $tasha "doggy,player,creampie">>\
''You're having intimate, loving sex with ?tasha. You hold each other tightly as you're both lost to the pleasure...''
<<nm $tasha "Haaa... haa... mmmm, ?mc... you're gonna make me c-cum! Oh f-fuck!">>\
<<pic $tasha "orgasm">>\
<<love $tasha>>
<<lust $tasha>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<pic $tasha "strip">>\
<<art $tasha "aroused,0,naked">>\
''?tasha stands in front of you wearing a skimpy, strappy outfit. She runs her hands up and down her toned body as her icy stare pierces you.''
<<nm $tasha "Mmm, hey there ?mc... Been thinking about me?">>\
<<lust $tasha>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<pic $tasha "ass-fingered">>\
<<art $tasha "aroused,0,naked">>\
''?tasha is bent over in front of you, bucking and quivering in pain and pleasure as you ram two fingers in and out of her tiny asshole. She looks back at you, drool running from her mouth as her face is completely lost to the ecstasy.''
<<nm $tasha "Harder! Harder! Make me moan like a bitchOH FUCK!">>\
<<lust $tasha>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<pic $tasha "fucked-by-player">>\
<<art $tasha "anal,player,creampie">>\
''You're behind ?tasha, ramming your <<StraponOrCock size>> in and out of her tight asshole. She's gripping the sheets, biting her pillow, and moaning wildly as you rail her from behind.''
<<nm $tasha "Haaa... haa... mmmm, b-boss... you're gonna make me c-cum again! Oh f-fuck!">>\
<<pic $tasha "orgasm">>\
<<nm $tasha "Harder!">>\
<<lust $tasha>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<pic $tasha "orgasm">>\
<<act $tasha "orgasm">>\
<<nm $tasha "F-fuck! FUCK! OH GOD NO MORE!!! FUUUUUU...">>\
''?tasha is laying on the bed while you mercilessly force one orgasm after another out of her. Every time you so much as touch her she explodes in another spraying climax.''
<<nm $tasha "Haaa... haaa... oh my god... oh fuck... FUCK!!!">>\
<<lust $tasha>>
<<horny 10>><<loc_Dream>>\
''You have a dream about ?tasha...''
<<pic $tasha "fucked-by-player">>
<<art $tasha "anal,player,creampie">>\
''You're behind ?tasha again, absolutlely wrecking her tiny asshole with your <<StraponOrCock size>>. She's in tears, but still begging you to fuck her harder and harder.''
<<nm $tasha "H-harder! HARDER! D-DON'T STOP! FUCK I'M CUMMING AGAIN!!!">>\
<<pic $tasha "orgasm">>\
<<nm $tasha "Let's keep going! FUCK!">>\
<<lust $tasha>>
<<horny 10>><<loc_Kitchen>>\
<<set $mom.default to "ava-lingerie">>\
<<set $sister.default to "dakota-pet">>\
<<set $sophie.default to "sophie-fishnet">>\
''You make your way downstairs, no real thoughts in your pretty little head, just a general glow and desperate need to be fucked. The moment you sit down at the breakfast table, your hand makes its way down your pants.''
<<nm $player "Mmmm...">>\
<<pic $mom>>\
<<nm $mom "Oh sweetie, you're such a little whore, can't you at least wait until you get to work and have a cock in your mouth?">>\
<<nm $player "Mmmmmm, but I'm just so horny! I could explode!">>\
<<if not $sister.isGone>>\
<<pic $sister>>\
<<nm $sister "Pfft, whatever ?mom. You're the first one to pounce on Daddy every time he leaves ?mc's room.">>\
<<pic $mom>>\
<<nm $mom "Yeah? And just who's always waiting for us back in MY bed? Hm?">>\
<<nm $sister "I... I need that cock...">>\
''?dakota pours a cup of coffee, passes it to you, then sits down with her own cup.''
<<nm $player "Thank you!">>\
<<nm $sister "Mhm, eat my cunt, slut.">>\
<<pic $player "eat-pussy">>\
''You dive under the table, burying your face between her legs and going to work on her perfect pussy with your tongue.''
<<pic $sister "orgasm">>\
<<nm $sister "Mmmm, good girl... Ugh, I just love her after Daddy fixed her. So much better!">>\
<<nm $mom "I agree, I've just about forgotten what housework is like!">>\
''Your ?mother and ?sister share a laugh together at your expense, not that you'd notice being that you're currently in a state of pure ecstasy.''
<<else>>\
''Your mother walks over to you, a devious smile on her face.''
<<nm $mom "Mmm, well, Daddy did say we were free to use you too, so...">>\
<<if $mom.hasPenis>>\
''Just as you look up, a hand slides around the back of your head as your ?mother shoves her huge, dripping cock into your eager mouth.''
<<pic $player "suck-ts">>\
''You inhale the thick cock, rolling your tongue along its length and sucking the precum from the tip. It's not long before her grip around your head tightens and she buries it into the back of your throat. Her shaft pulses as rope after rope of thick, hot cum is shot down into your stomach.''
<<pic $action "ts-squirt">>\
<<nm $mom "Mmm, now there's a good girl! Clean up before heading off to work, okay?">>\
<<nm $player "Tee-hee! Yes mommy!">>\
''Your ?mother has a laugh at your expense, not that you'd notice being that you're currently in a state of pure ecstasy.''
<<else>>\
''Your ?mother pours a cup of coffee, passes it to you, then sits down with her own cup.''
<<nm $player "Thank you!">>\
<<nm $mom "Mhm, eat my cunt, slut.">>\
<<pic $player "eat-pussy">>\
''You dive under the table, burying your face between her legs and going to work on her perfect pussy with your tongue.''
<<pic $mom "orgasm">>\
<<nm $mom "Mmm, now there's a good girl! Clean up before heading off to work, okay?">>\
<<nm $player "Tee-hee! Yes mommy!">>\
''Your ?mother has a laugh at your expense, not that you'd notice being that you're currently in a state of pure ecstasy.''
<</if>>\
<</if>>\
<<nm $mom "Anyway, shouldn't you get going? Wouldn't want to make Daddy upset now!">>\
<<nm $player "Right, thanks!">>\
''With that, you head to work...''
<<btnLink "Continue" "Epilogue-John-Dom2" "passTime()">>\<<loc_Lobby>>\
''As you arrive to the office, there's something different in the air. Everything feels a little off, and you're sure that if you were a little more mentally cognizant you'd be able to put your finger on it. You notice someone come up from behind you, a man, taller than you, with a strong build and a confident stride. As he passes, you feel the pleasurable sting of his hand slapping your round ass.''
<<nm $player "O-oh!">>\
<<nmc "Man" "Mmmm, that's a tight ass babe! Show me some more?">>\
''You don't even stop to think.''
<<nm $player "Tee-hee! Yes sir!">>\
''Looking over your shoulder, you drop your <<bottom>> slightly to expose your ass to the man in the middle of the lobby. He takes a moment to enjoy the view, and as he does you suddenly feel a tight grasp on your wrist.''
<<nmc "Tall Man" "Hey there sexy, mind if I borrow your mouth for a second? My cock's been real dry lately...">>\
<<nm $player "W-what? Reall? Well I'd better fix that then!">>\
''Again, instinctively, you drop to your knees and get straight to work pulling the man's hard, thick cock out of his pants and into your mouth.''
<<pic $player "suck-male">>\
<<nm $player "Mmmm... mmm... mmmm..." "So tasty!">>\
''A woman calls from across the room, you recognize the voice as ?kagney's.''
<<pic $kagney "topless">>\
<<nm $kagney "Tee-hee! I thought that was you! Man, Daddy wasn't kidding!">>\
''You glance over, hard cock still thrusting into your mouth, and see ?kagney leaning over her desk completely naked, touching herself while you get surrounded by more and more people. It's not longer before you're pushed forward, and the man who was rubbing your ass earlier is now positioning his thick cock against your <<aSize>>.''
<<nmc "Man" "There we go slut, get ready for me...">>\
<<pic $player "ass-fucked-by-male">>\
<<nm $player "HMNGPH!" "So big!">>\
''As his huge cock enters you, you choke on the one already in your mouth.''
<<nmc "Tall Man" "F-fuck! Cumming!">>\
<<pic $player "cum-in-mouth">>\
''Thick, hot cum fills your mouth and throat as you get railed from behind. After a short moment, your other partner begins to orgasm as well.''
<<nmc "Man" "Get ready slut!">>\
<<pic $player "creampie">>\
''Your mind goes blank as the waves of pleasure overtake your entire body. Your bones vibrate as every touch sends electricity through your hypersensitive skin. You don't even remember your face hitting the floor when the two men finished having their way with you in the middle of the lobby, or even the three men that came to use you after that. It's not until the menacingly friendly ring of ?tasha's voice pierces through the static that you finally regain some of your senses.''
<<pic $tasha>>\
<<nm $tasha "Tee-hee! Hey there cutie. Watcha doing lying on the floor there?">>\
<<nm $player "Hm? Oh... Hehe, hi ?tasha... Come cuddle?">>\
''She giggles as she reaches down to pull you to your feet. Your clothes remain behind you on the floor, and there's no effort to clean off any of the cum that's accumulated on your body. ?tasha's hand on your shoulder seems to lead you back to the elevator.''
<<nm $tasha "You look so sexy! Anyway, the boss lady wanted to have a word with you, so we're heading to a meeting!">>\
<<nm $player "Meeting? Mmmm, should I get dressed?">>\
''?tasha laughs as the elevator doors close behind you and kisses you on the forehead.''
<<nm $tasha "No silly, you're perfect just the way you are!">>\
''The elevator slows as it approaches the executive floor, and you can't help but feel a little nervous. You're not sure what's going on, but you're sure it's going to be a lot of fun!''
<<btnLink "Continue" "Epilogue-John-Dom3" "passTime()">>\<<loc_SophieOffice>>\
''The doors open to the executive floor, and you're greeted by the sight of ?sophie sitting behind her desk, a smile on her face.''
<<pic $sophie>>\
<<nm $sophie "?ah, just who we've been waiting for!">>\
''A firm grip on the back of your hair pulls you to the ground. Looking up, ?tasha still smiles brightly as she pushes your nose into the carpet.''
<<nm $tasha "Now now, good girls stay on their hands and knees during Daddy's meetings.">>\
<<Thought "Daddy?">>\
''The door slams shut behind you, and you hear the weighty footsteps of ?john as he walks past you and takes his seat at ?sophie's desk. ?sophie and ?tasha both move to kneel at his sides.''
<<pic $john>>\
<<nm $john "Hey there, slut!">>\
<<nm $player "Daddy!">>\
''All you can do is beam and swoon at the man before you. Any trace of possible resistance to his whims have long since been erased from your mind. A thin line of drool starts to leak from the corner of your mouth as you slowly crawls across the room.''
<<nm $john "Such a good little bitch. Hold her down.">>\
''?sophie leaps to her feet, running over and sitting on your back, pinning you to the floor.''
<<nm $john "Mmm, watchin' you serve me'll never fuckin' get old!!! Anyway, let's talk about you now, ?mc. Any clue why I had your pretty little cunt dragged up 'ere?">>\
''You start to pant.''
<<nm $player "S-so I could suck Daddy's thick cock!?">>\
''You feel ?sophie focus more of her weight into your back, cutting off your breath.''
<<nm $john "Mmm, maybe later babe... Nah, I wanted you here so I could formally introduce myself as the new actin' director for Branch Sub... ah...">>\
<<nm $sophie "Eight, Daddy!">>\
<<nm $john "New actin' director of this fuckin' shit hole, hahahaha! Don't matter much what it's called anyway, now that I got that cute little nerd downstairs crankin' out all that miracle mind control shit I could ever need, I figure I'll be runnin' this whole fuckin' bitch by the end of the week!">>\
''?tasha nuzzles up against ?john's neck before getting up herself to walk over to you. ?sophie gets up, and the two women drag you forward into ?john's lap. You can feel his bulging cock against your neck through his pants.''
<<nm $john "An' you know what your role's gonna be in all this baby?">>\
''Anticipation wells up inside of you as thoughts of forever being by ?john's side, forever getting to service him, be used by him, flood your mind. Tears of joy begin to form in your eyes as ?john's hand lifts your chin.''
<<nm $john "You... get to spend the rest of your whore life as a free-use cum dump for every fuckin' man, woman an' beast in this buildin'!">>\
<<nm $player "W-wh... wh...">>\
<<nm $john "You're gonna live here now, slut! You're gonna keep every last cock an' pussy from here to the pit happy for as long as they want you! Don' worry though, I'mma keep that slut mom<<if not $sister.isGone>> an' whore sister<</if>> around as breedin' stock! I'll even let you meet the babies! HAHAHAHA! Fuckin'... fuckin' take this bitch to ?julia. I know she wanted to have some fun with her!">>\
''Another firm hand grips your hair and drags you to your feet. You try, fruitlessly, to fight as ?tasha pulls you to elevator. You can't get the words out, but you know ?john can hear your every plea, as a wicked smile curls onto his face confirms.
As the elevator doors close... your mind goes blank...''
<<nm $saya "I did try to warn you, you know? More than once in fact! Honestly, at this point the only things that's surprised me is just how long it took that idiot to finally take control of the whole shebang. Though, he did seem to just be enjoying himself a little... Hm, maybe I'll follow \"him\" around for a while...\n\nOh you? Well, no, I'm afraid your life will be terribly boring from now on... maybe not for YOU, but, you get it! Anyway, sorry things didn't turn out great for you, but I'll think about you from time to time!">>\
@@You have reached one of the endings for The Company. To avoid this fate, you'll need to start a new game and not submit to ?john in the bathroom at work!@@<<loc_Lab>>\
''In the sterile, dimly lit lab, the hum of machinery fills the air as you and ?penny work late into the night. The new project was exciting and both of you buzzed with excitment, but ?penny seemed driven by something deeper, something darker. You were focused on the petri dish in front of you, unable to turn your head.''
<<nm $player "?penny, can you pass me the stabilizing agent?">>\
''She handed it over with a peculiar smile, one you don't quite register until it's too late. The syringe she held glinted ominously under the fluorescent light. Before you could react, she plunged it into you neck.''
<<nm $player "?penny...?">>\
''Your voice was barely a whisper as you tried to make sense of what was happening. The world around you swirled and shifted, colors blending into a kaleidoscope of shapes and sounds. You felt yourself slipping away, your consciousness fading into the void.''
<<pic $penny>>\
<<nm $penny "Sleep well boss!">>\
''Darkness consumed you...''
<<run tfToBimbo()>>\
<<btnLink "Continue" "Epilogue-Penny-RealDoll-2">>\<<loc_Lab>>\
''When you finally wake, the world is a blur. Your limbs feel heavy, your skin unnaturally smooth. Panic surges through you as you realize you can't move. You see your nails are painted a soft pink, and <<if hasBreasts()>>your breasts are huge and perky<<else>>your new breasts are huge and perky<</if>>.''
<<nm $player "" "?penny, what have you done!?">>\
''You try to speak, but no words come out. Only a silent scream echoes in your mind. ?penny steps out in front of you, her lab coat draped over a lacey black top, her eyes glinting with malice.''
<<pic $penny>>\
<<nm $penny "Ah, you're awake, I was beginning to worry the serum wouldn't take.">>\
''There was an almost triumphant tone in her voice. She circles you, her footsteps echoing in the silence.''
<<nm $penny "Aww, baby... your plans were just never ambitious enough! You were complacent with small victories, incremental advancements. But we could have been doing so much more! We could have lept when we were crawling... and now... here we are.">>\
''She leans in close, her breath hot against your cheek.''
<<nm $penny "You, my dear, have become the prototype. The perfect mindless servant, responding to my every command. Isn't it poetic? The creator becomes the creation!">>\
''Tears of helplessness well up inside you, though your eyes remained dry and vacant. ?penny continued, her tone shifting to one of mock tenderness.''
<<nm $penny "Just think, you'll be so useful! A test subject for the final version of the serum, of course. But more than that... you'll serve me in ways you never imagined.">>\
''She stepped back, admiring her handiwork.''
<<nm $penny "Your days will be spent in silent obedience, your nights catering to my every whim. A living doll, forever bound by the serum you helped create.">>\
''Her laughter, cold and cruel, reverberated through the lab.''
<<pic $penny>>\
<<nm $penny "This is your life now. No more tedious experiments, no more pointless meetings. Just eternal servitude. And you will love it, in time. For now, I brought someone to see you...">>\
''?penny walks to the door, opening it to reveal a figure standing in the shadows. You can't make out their face, but you feel a sense of dread wash over you.''
<<nm $penny "Heya Lenny! So about that favor I owed you? Come check this out!">>\
''Your eyes widen, or at least, they would if you could move them. The figure steps foward to reveal Lenny, the basement janitor, his eyes wide with shock and delight.''
<<nm $penny "Looks completely realistic, right? But check this out!">>\
''She clears her throat.''
<<nm $penny "Slut, get on your knees and suck this old man's cock. Make it a good one!">>\
''Suddenly, your body warms up, and what was once a sense of universal numbness was now a tactile wonderland. The smells, tastes, sounds... everything felt amplified, though you still can't control your movements.''
<<nm $player "Yes ma'am!" "There's no fucking...">>\
<<Thought "Oh no...">>\
''You slide off the chair and get on your knees. You watch in horror as your dainty little hands start excitedly pawing at Lenny's jeans, unzipping him and pulling out his growing cock. You can feel how warm and veiny it is, in fact your senses have become so heightened you can feel every thin hair, every bump and even discern the tempurature of his skin through your soft hand.''
<<nm $player "Mmm, let's taste Daddy's big hard cock!" "Please stop...">>\
<<pic $player "suck-male">>\
''The taste, the texture, the heat, the smell... Your senses were completely overwhelmed, but all your body wanted to do was eagerly take in more and more. You moaned and slurped and giggled like a perfect little whore as your sucked Lenny off. It wasn't long before you could feel his cock start to twitch and spasm, followed by streams of thick, hot cum shooting over your tongue and down your throat.''
<<pic $player "cum-in-mouth">>\
<<nm $player "Mmmm... mmmm..." "It's so... strong... I can't...">>\
<<nm $penny "Hehe! Such a good girl! Okay Lenny, you can go, and feel free to stop by next week to check out her other holes, hehehe!">>\
''Lenny left the room, leaving you alone with ?penny.''
<<pic $penny>>\
<<nm $penny "Now then, go ahead and relax back in your chair. It's... Friday... so I'll be by on Monday to wash that cum out of your mouth, until then I'll let you keep it as a little treat! Oh, ?mc, this is going to be so much fun!">>\
''She gave you a kiss on the forehead while you sat and smiled brightly. As she walked away, the lab lights dimmed further, casting long shadows over your motionless form. The machines continued their relentless hum, but the silence inside you was deafening. You were a prisoner of your own creation, a cautionary tale of ambition and betrayal.''
''And as the days turned to weeks, and weeks to months, You could feel your mind slipping away, piece by piece, until all that remained was an eager whore desperate to please.''
''?penny's commands echoed in the void, your existence reduced to a single purpose: obedience. In the end, you became the perfect product of someone's twisted ambition. The ultimate testament to The Company's success — and your eternal failure.''
<<nm $saya "Well, not how I expected your adventure to end, but, definitely entertaining! It's wild what just a little nudge can do to drive someone to depravity, not that you two haven't been toeing the line for a good while now, though. Honestly, I'm surprised it took this much effort for her to realize just how much power she had at her fingertips. Hm, maybe I'll follow her around for a little while...\n\nOh you? Well, no, I'm afraid your life will be terribly boring from now on... maybe not for YOU, but, you get it! Anyway, sorry things didn't turn out great for you, but I'll think about you from time to time!">>\
@@You have reached one of the endings for The Company. To avoid this fate, load a save from before dosing ?penny with the MCS-X serum.@@<<loc_Landing>>\
''As you leave your room you see your <<mom>> walking up the stairs towards $sister.name's room with a load of laundry under her arm.''
<<pic $mom>>\
<<art $mom "embarrassed,2">>\
<<nm $mom "Oh, hi honey. I can't believe how many outfits your <<sister>> manages to dirty at a time! Anyway, off to make a delivery... Love you!">>\
''Your <<mother>> walks past you, dropping a pair of your <<sister>>'s panties in front of your door by accident. You reach down to pick them up.''
<<Thought "Hm, these feel silky.">>\
<<btnTooHorny "Decide to keep them" "Home-0-Keep">>
<<btnNotHorny "Give them back" "Home-0-Return">><<loc_Landing>>\
<<nm $player "Hey $mom.name, you dropped something!">>\
''Your <<mother>> turns around and you toss your <<sister>>'s panties onto the pile. She rolls her eyes and thanks you for the help.''
<<pic $mom>>\
<<art $mom "happy,1">>\
<<nm $mom "Oh, geez, thanks sweetie!">>\
<<love $mom>>
<<btnLink "Continue" "Home">><<loc_Landing>>\
''You rolls the underwear between your fingers for a moment.''
<<Thought "What the fuck am I doing, these are $sister.name's, <<if isMale()>>and what am I going to do with these, anyway?<<else>>and I could just go buy a pair of my own, anyway.<</if>>">>\
''Still you decide to pocket them, figuring there's no harm to it. Laundry gets mixed up all the time.''
<<AddUnderwear "sisters-panties">>\
<<lust $sister>>
<<horny 10 "Stealing your <<sister>>'s panties has made you excited and aroused!">>
<<RemoveHomeEvent 0>>\
<<btnLink "Continue" "Home">><<loc_Landing>>\
''You walk out into the hallway and it hits you; the ever familiar and always inconvenient call of nature! Well, it hasn't "just" hit you, and in fact, you've been holding it for a while, and your limit has been reached. As you near the sole bathroom in the house you realize in horror that your <<mother>> has decided to take a shower... Luckily, since this is a common problem, your family knows to leave the door unlocked when showering.''
''As you approach the door...''
<<btnTooHorny "Sneak in, potentially catching a glimpse of her - <<t1>>" "Home-1-Sneak">>
<<btnNotHorny "Knock on the door and let her know you're coming in to use the bathroom - <<t1>>" "Home-1-Knock">><<loc_HomeBathroom>>\
''You give the door a couple solid knocks before slowly opening it.''
<<nm $player "Hey $mom.name, gotta pee real quick!">>\
''The curtain pulls closed quickly.''
<<artB "scene/avaShowerClosed">>\
<<if not isMale()>>\
<<nm $mom "Okay? It's just us girls here... Just don't flush when you're done, messes with the water pressure.">>\
<<else>>\
<<nm $mom "No problem, just pee? Don't flush when you're done, thanks!">>\
<</if>>\
''You take care of your business and exit the bathroom.''
<<love $mom>>
<<btnLink "Continue" "Home" "passTime()">><<loc_HomeBathroom>>\
''You quietly open the door and poke your head in. Your <<mother>> hasn't noticed you, and stands in full view washing her body.''
<<pic $mom "shower">>\
<<art "scene/AvaShower">>\
<<Thought "Damn, she's still got it... Okay, I probably shouldn't press my luck with this.">>\
''You give the door a couple hard knocks as you open it fully. Your <<mom>> seems startled but not upset, pulling the curtain closed.''
<<nm $player "Hey $mom.name, sorry, just need to pee real quick.">>\
<<nm $mom "No problem, please don't flush after you've finished.">>\
<<nm $player "Yeah, yeah.">>\
''You finish up quickly and exit the bathroom. Once you're back in the hallway, you realize you've gotten yourself a little more excited by your voyeurism than you were expecting!''
<<Thought "Heh, that was, maybe, a little fucked up. Oh well...">>\
<<lust $mom>>
<<horny 10>>
<<if dose($mom,"horny")>>\
<<RemoveHomeEvent 1>>\
<<AddHomeEvent 2>>\
<</if>>\
<<AddConvo $sister 16>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Kitchen>>\
''You no sooner turn the corner into the kitchen than you find yourself knocked to the floor with your back against some cabinet doors.''
<<nm $player "Ouch! What the fu... Huh? $mom.name?">>\
<<pic $action "ts-cock-hanging">>\
''You look up to see your <<mother>> standing over you, hands on the counter, dangling her huge cock less than an inch from your face. It's dripping precum, and you can tell she's been masturbating for some time based on how engorged it's become.''
<<nm $mom "B-baby... <<Mama>> n-needs some help down there and... and y-you're the o-only one who can make it... b-better...">>\
''Her stiff cock is aimed directly at your lips, and she's ready to pounce...''
<<btnTooSub "Open your mouth - <<t1>>" "Home-10-Oral">>\
<<btnDom "Escape!" "Home-10-Escape">>\<<loc_Kitchen>>\
''Knowing that successfully escaping this situation isn't likely to happen anyway, you submit to your <<mother>>. Looking up at her, you open your mouth just slightly, but still enough to give her an opening to ram her cock down your throat.''
<<pic $action "player-suck-ts">>\
<<nm $mom "Mmmmm, yessss! So warm! So good! Your m-mouth feels so... SO GOOD! I'm raping my <<son>>'s mouth and It... It...">>\
''Her mind is all but gone as she thrust deeper and deeper into your throat. Her hands have moved down from the counter and wrapped around the back of your head, her fingers clutching your hair, as she relentlessly skull-fucks you against the kitchen cabinets.''
<<nm $mom "T-that's it sweetie! Just... Just like that! <<Mama>>'s gonna... M-mama's... I-I...">>\
''As her grip tightens, and her cock begins pulsing through your throat, you know what's coming. She moans wildly as you feel the hot liquid begin filling your belly. She buries herself deeper into you as you struggle to find breath. You can feel pain in your stomach as it expands from the seemingly unending flow of cum streaming out of your <<mother>>. You look up as your eyes roll back to see her completely lost to her own bliss.''
<<Thought "$mom.name... I can't...">>\
''Darkness.''
<<btnLink "Later..." "Home-10-Later">><<loc_Kitchen>>\
<<Thought "...Huh? Wh... what...">>\
''The cold floor and ringing pain in your jaw are what finally bring you back to your senses. You open your eyes and realize you're laying on the kitchen floor, surrounded by a huge pool of...''
<<Thought "Oh... Yeah...">>\
''Your <<mother>>'s nowhere to be found, having left either in a fit of shame or, more likely, just to go masturbate some more. The clock on the microwave indicates you've only been out for less than an hour. You grab a towel to clean yourself, as well as the floor.''
<<love $mom>>
<<lust $mom>>
<<dom $player -5>>
<<trackAction "suckCock.give" $mom>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Kitchen>>\
''Not about to get your throat raped by your own <<mother>>, you duck beneath her arm and roll away towards the kitchen archway. Your <<mother>> looks at you before slumping down into the floor, hands wrapped around her throbbing penis.''
<<pic $mom "cum-covered">>\
<<nm $mom "D-don't leave me like this... I need to... I need to COME! P-please, just a little kiss... on the tip?">>\
''Precum flows from the head of her cock as she strokes it feverishly.''
<<nm $player "Maybe, um, another time $mom.name. I... I need to go take care of something!">>\
''You leave the kitchen as she moans in anguish and pleasure.''
<<lust $mom>>
<<dom $player 1>>
<<horny 10>>
<<btnLink "Continue" "Home">><<loc_Room>>\
''Sitting in your room, you can once again hear the increasingly familiar sound of your <<mother>> getting fucked by who knows how many men in her bedroom. It's always the same thing, too. Men will come and go for hours on end using your <<mom>> until she eventually passes out from sheer exhaustion. Every time, she's left begging, moaning, and wholly unsatisfied. However, this time you hear something a little different echoing down the hallway...''
<<nm $mom "Oh, god, yes! Don't stop! Don't- Oh FUCK! GOD! F-fuck me! K-keep fucking... $player.name! I n-need my... $player.name!">>\
<<Thought "Ah, so that's how it is...">>\
<<btnTooHorny "Go see her - <<t1>>" "Home-11-Help">>
<<btnNotHorny "Ignore her" "Home-11-Ignore">><<loc_MomRoom>>\
''You walk into your <<mother>>'s room, both unprepared yet completely unsurprised by the scene in front of you.''
<<pic $mom "group">>\
''She's covered in semen, some fresh and some dry. Her clothing is ripped and she appears completely exhausted. Not just her, but the other men in the room seem to be at their limit as well.''
<<Thought "Just how long has this been going on?">>\
<<if hasPenis()>>\
<<nmc "Random Guy 1" "Hey, are you $player.name? Yeah, your <<mom>> here said she, eh... She said she wants to suck your cock while we fuck her... That normal?">>\
<<nm $mom "P-please... $player.name... I n-need it!">>\
''You can feel your <<pSize>> twitching under your <<bottom>>. One of the other men walks around behind you and grab at your clothes.''
<<nmc "Random Guy 2" "Haha, yeah, I wanna see this! C'mon, let's lose these!">>\
<<if isChastity() and not isSissy()>>\
''Pulling down your <<bottom>> reveals a <<pSize>> locked away in chastity. Groaning and laughter can be heard in the room.''
<<nmc "Random Guy 1" "Aw, fuck! Why would ya' do that to yourself? Get the fuck outta here. This bitch's got a few more good fucks in her, you go back t'your room an' just listen to us finish up.">>\
''The man next to you gives you a hard shove out of the room, slamming the door behind you as you trip over the clothes around your ankles. You spend the next couple hours listening to $mom.name get used by the large group of men.''
<<dom $player -5>>
<<horny 10>>
<<elseif isSissy()>>\
''Pulling down your <<bottom>> reveals a <<pSize>>, flaccid and utterly useless. Groaning and laughter can be heard in the room.''
<<nmc "Random Guy 1" "Haha, wow, what the fuck. This bitch ain't even a man at all! Your <<mama>> here said she wanted to suck your cock, but that ain't no cock. More like a fat ol' clitty. Hell, actually, you look kinda' cute... Nice ass, too...">>\
''You're forcibly stripped of the rest of your clothing as half of the group around your <<mother>> breaks off, while the other half holds her down and continues fucking her.''
<<nm $player "W-what the fuck do you... What are yo-">>\
<<pic $action "sissy-gangbang">>\
<<anal "several strangers' cocks">>
''The first cock enters your mouth to stop your complaints, the next finds its way into your ass... You and your <<mother>> each receive your own private gangbang on opposite ends of the room as you're forced to service one huge cock after another. Nearly an hour passes before the men finally tire of you, throwing you out into the hallway, naked and cum-soaked.''
<<pic $player "cum-on-face">>\
<<nmc "Random Guy 3" "Ha, that was a lotta fun, little slut. Your <<mama>> raised a fine little sissy whore! We'll have to play with you again next time, for sure!">>\
''You crawl back to your room, exhausted and ashamed...''
<<dom $player -5>>
<<horny 60>>
<<trackAction "suckCock.give">>\
<<trackAction "cumBody.get">>\
<<trackAction "analFuck.get">>\
<<else>>\
''Pulling down your <<bottom>> reveals a <<pSize>>, fully erect and waiting for attention.''
<<nmc "Random Guy 1" "Hey, hey! Alright! Well, this what you wanted?">>\
''Your <<mother>> stares at your member intently, eyes wide, mouth gaping.''
<<nm $mom "C-cock... My <<son>>'s... COCK!">>
<<pic $mom "suck-player">>\
''She leaps into action and wraps her lips around your penis, sucking like her life, or at least her sanity, depended on it. Mere moments pass before ''<<if $mom.hasPenis>>@@.ef;her huge cock begins to spasm. Rope after rope of thick cum begins shooting out of it as she moans wildly.@@<<else>>''her dripping cunt erupts like a geyser, spraying her juices with intense pressure as she moans wildly.''<</if>>'' The group of men cheer as you follow up with your own orgasm.''
<<pic $mom "cum-in-mouth">>\
''Your <<mother>> swallows every last drop before getting pulled back into the crowd for some more group fucking. One man pats you on the back and laughs before shoving you out of the room back into the hallway. You can hear the activity continue for at least another hour.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<trackAction "suckCock.get" $mom>>\
<<trackAction "cumEat.give" $mom>>\
<</if>>\
<<else>>\
<<nmc "Random Guy 1" "Hey, are you $player.name? Yeah, your <<mom>> here said she, eh... She said she wants to eat your pussy while we fuck her... That normal?">>\
<<nm $mom "P-please... $player.name... I n-need it!">>\
''You can feel your <<vSize>> twitching under your <<UnderwearOrPants>>. One of the other men walks around behind you and grab at your clothes.''
<<if $player.isDom>>\
<<nmc "Random Guy 2" "Haha, yeah, I wanna see this! C'mon, let's lose these!">>\
''Pulling down your <<bottom>> reveals a dripping wet pussy just waiting for attention.''
<<nmc "Random Guy 1" "Hey, hey! Alright! Well, this what you wanted?">>\
''Your <<mother>> stares at your cunt intently, eyes wide, mouth gaping.''
<<nm $mom "P-pussy... My <<son>>'s... PUSSY!">>
<<pic $mom "eat-pussy">>\
''She leaps into action and wraps her lips around your clit, sucking like her life, or at least her sanity, depended on it. Mere moments pass before ''<<if $mom.hasPenis>>@@.ef;her huge cock begins to spasm. Rope after rope of thick cum begins shooting out of it as she moans wildly.@@<<else>>''her drippy cunt erupts like a geyser, spraying her juices with intense pressure as she moans wildly.''<</if>>'' The group of men cheer as you follow up with your own orgasm.''
<<pic $player "squirt">>\
''Your <<mother>> swallows every last drop of your thick squirt before getting pulled back into the crowd for some more group fucking. One man pats you on the back and laughs before shoving you out of the room back into the hallway. You can hear the activity continue for at least another hour.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<trackAction "eatPussy.get" $mom>>\
<<else>>\
''Pulling down your <<bottom>> reveals a <<vSize>>, dripping wet and waiting for attention.''
<<nmc "Random Guy 1" "Hell yeah, this is gonna be awesome! Alright girly, let's see... hm... You know...">>\
<<nmc "Random Guy 2" "What's the problem?">>\
''The man is looking you up and down.''
<<nmc "Random Guy 1" "Girly here's got a pretty cute face, nice pair of tits... Nice ass, too... Alright boys, change of plans!">>\
''You're forcibly stripped of the rest of your clothing as half of the group around your <<mother>> breaks off, while the other half holds her down and continues fucking her.''
<<nm $player "W-what the fuck do you... What are yo-">>\
<<pic $action "female-gangbang">>\
<<anal "several strangers' cocks">>
<<vaginal "several strangers' cocks">>
''The first cock enters your mouth to stop your complaints, the next finds its way into your <<aSize>>... You and your <<mother>> each receive your own private gangbang on opposite ends of the room as you're forced to service one huge cock after another. Nearly an hour passes before the men finally tire of you, throwing you out into the hallway, naked and cum-soaked.''
<<pic $player "cum-on-face">>\
<<nmc "Random Guy 3" "Ha, that was a lotta fun, little slut. Your <<mama>> raised a fine little whore! We'll have to play with you again next time, for sure!">>\
''You crawl back to your room, exhausted and ashamed...''
<<dom $player -5>>
<<preg $player "a stranger during one of your <<mother>>'s orgies">>
<<horny 0>>
<<trackAction "suckCock.give">>\
<<trackAction "analFuck.get">>\
<<trackAction "pussyFuck.get">>\
<<trackAction "cumBody.get">>\
<<trackAction "creampie.get">>\
<</if>>\
<</if>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Room>>\
''You decide to ignore her pleas and leaving her, once again, unable to come. The moans and screams continue for some time until she finally collapses. What sounds like no less than five men can be heard gathering their things and stomping through the hallway.''
<<horny 10>>
<<btnLink "Continue" "Home">><<loc_LivingRoom>>\
<<pic $mom "group">>\
''You walk out into the living room to find your <<mother>> in the middle of another one of her marathon romps with a group of strangers. Well, one of them you've seen around the house a few times before, the others are definitely new. What does surprise you, however, is the sight of $sister.name sitting on the couch masturbating to the show!''
<<pic $sister "solo1">>\
<<nm $sister "Hm? Ohhhh... hey <<bro>>... Come to watch $mom.name get plowed, too?">>\
<<btnTooHorny "Since you're here maybe we could put on a show of our own - <<t1>>" "Home-12-Join">>
<<btnTooHorny "Actually I'm here to bring you back to bed - <<t1>>" "Home-12-Sister">>
<<btnNotHorny "I'm just passing through" "Home-12-Ignore">><<loc_LivingRoom>>\
<<pic $sister "kiss-player">>\
''You grab your <<sister>> and pull her close, kissing her deeply in front of your <<mother>>. The other men in the room start cheering the two of you on.''
<<nm $sister "Mmmm, hehe! Whaddaya say we give 'em a real show, huh big <<brother>>?">>\
<<if dose($sister,"sexHouse")>>\
''Your <<mother>> stares at the two of you undressing each other, lust filling her eyes as she deepthroats one of the men. A hand slides between her legs as she rubs herself to the sight in front of her.''
<<else>>\
''Your <<mother>> drops the huge cock out of her mouth in shock of what she's seeing.''
<<nm $mom "W-what? You two are... are-">>\
''Before she can finish, her mouth is forcefully put back to use as she's forced to watch the sight unfold before her.''
<</if>>\
<<if isChastity() or isSissy()>>\
<<NoticePenis $sister>>\
<<pic $sister "fuck-player">>\
''Since your <<sister>> can't get anything out of using your <<pSize>>, she instead bends you over and fucks you in the ass for her own pleasure with a strapon she's been wearing under her clothes. Given your position, there's really not much you can do about it...''
<<anal "your <<sister>>'s strapon">>
<<nm $sister "Mmm... Tell me, <<brother>>, how does it feel to be your little <<sister>>'s personal fuck slut?">>\
''She rams the strapon into you harder, making you yelp.''
<<nm $player "G-good! Ah! P-please... Use me h-however you w-want... AH!">>\
<<nm $sister "Hahaha, good <<boy>>.">>\
''$sister.name continues fucking you over the couch for some time before finally freeing you. Your <<mother>> has collapsed into a pool of cum and sweat, panting as she stares desperately at you and your <<sister>>.''
<<nm $sister "Mmm, that was good. Okay, done. Come over here, $mom.name, and clean up your slut <<son>>.">>\
''Your <<sister>> walks over to your <<mother>> and grabs her by her ''<<if $mom.hasCollar>>@@.ef;collar@@<<else>>''hair''<</if>>'', dragging her across the room until her nose is less than an inch from your <<aSize>>.''
<<if $mom.hasPenis>>\
<<nm $mom "W-what are you going to...">>\
''Just then, your <<sister>> notices your <<mother>>'s ''@@.ef;huge, twitching cock@@''.''
<<nm $sister "Hm, on second though...">>\
''She pulls up on your <<mother>>'s ''<<if $mom.hasCollar>>@@.ef;collar@@<<else>>''hair''<</if>>'' and lines her throbbing penis up with your <<aSize>>.''
<<nm $sister "I think it's time you had some 'real' cock up there, big <<brother>>.">>\
<<if dose($mom,"threesome")>>\
''She kneels to the ground and takes your <<mom>>'s cock in her hand, licking her lips.''
<<nm $sister "I think I'll be nice and lube her up for you first, though.">>\
<<pic $sister "suck-ts">>\
''Your <<sister>> sucks on her <<mother>>'s huge penis for several minutes before finally popping it out of her mouth and pressing the head up against your quivering <<aSize>>.''
<<else>>\
''Your <<sister>> puts a firm grip around your <<mom>>'s throbbing cock and lines it up with your quivering <<aSize>>.''
<</if>>\
<<nm $sister "Ready, $mom.name?">>\
''It takes little effort for her to thrust your <<mother>> into you, which is all the motivation she needs to start moving on her own.''
<<pic $player "fucked-by-ts">>\
<<anal "your <<mother>>'s cock">>
''You yelp in surprise when she enters you, not quite used to the feeling of a real penis. You also weren't expecting it to be even larger than your <<sister>>'s strapon. It's not long until your <<mother>>'s picked up the pace, going as hard and deep as she can until finally...''
<<nm $mom "O-oh god... Honey, I... I'm... Ooohhh! OOOHHH!!! $player.name!">>\
<<pic $player "creampie-anal">>\
''You feel the warmth of your <<mother>>'s load flooding your insides. There's so much, the pressure's enough to trigger your own orgasm, spurting jets of cum out of your <<pSize>>''<<if isChastity()>>@@.ef; through your <<accf>>@@<</if>>''.''
<<nm $sister "Haha, holy fuck! That was HOT!">>\
''Still dazed, your <<mom>> falls back into the arms of one of the men who was fucking her earlier and dragged back into the group where she's used for several more hours. Your <<sister>>, meanwhile, pulls you into her room for some sibling bonding time...''
<<lust $mom>>
<<lust $sister>>
<<dom $player -5>>
<<horny 0>>
<<trackAction "analFuck.get" $sister>>\
<<trackAction "analFuck.get" $mom>>\
<<trackAction "creampie.get" $mom>>\
<<btnLink "Continue" "Home" "passTime()">>
<<else>>\
<<nm $sister "Alright $mom.name, eat up!">>\
''You feel your <<mother>>'s face forced into your ass, then seconds later, the feeling of her tongue pressing against your <<aSize>>. You gasp as you feel her penetrate you.''
<<pic $mom "rim-player">>\
<<nm $player "Ah! <<M-mom>>... ahhh...">>\
''Your <<mother>>'s begun digging in as far as she can, fucking you with her tongue as she furiously rubs her own pussy. It's not long before she's collapsed into her own screaming orgasm, and between her climaxing and the feeling of her warm tongue inside your ass, it's not long before you're doing the same! Your legs shake as you begin spurting jets of cum out of your <<pSize>>''<<if isChastity()>>@@.ef; through your <<accf>>@@<</if>>'' onto the floor.''
<<nm $sister "Haha, holy fuck! That was HOT!">>\
''Still dazed, your <<mom>> falls back into the arms of one of the men who was fucking her earlier and dragged back into the group where she's used for several more hours. Your <<sister>>, meanwhile, pulls you into her room for some sibling bonding time...''
<<lust $mom>>
<<lust $sister>>
<<dom $player -5>>
<<horny 0>>
<<trackAction "analFuck.get" $sister>>\
<<trackAction "rimjob.get" $mom>>\
<<btnLink "Continue" "Home" "passTime()">> - <<t1>>
<</if>>\
<<elseif hasPenis()>>\
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<pic $sister "couchoral-mf1">>\
''Your <<sister>> slides your hard <<pSize>> into her mouth, sucking it thoroughly until it's properly lubricated, then climbing onto it.''
<<pic $sister "ride-player">>\
<<nm $sister "Mmm, yeah... C'mon big <<brother>>! Don't stop! Let's fuck like this all day long!">>\
''$sister.name rides you on the couch for some time before finally rolling off you. Meanwhile, your <<mother>> has collapsed into a pool of cum and sweat, panting as she stares desperately at you and your <<sister>>.''
<<nm $sister "Mmm, that was great, <<brother>>... Okay, done! Come over here, $mom.name, and clean up your <<son>>'s cock for me.">>\
''Your <<sister>> walks over to your <<mother>> and grabs her by her ''<<if $mom.hasCollar>>@@.ef;collar@@<<else>>''hair''<</if>>'', dragging her across the room until her nose is less than an inch from your <<pSize>>. Of course it doesn't take much motivation to get her to go down on you, but that doesn't stop $sister.name from forcing your <<mom>>'s head down as far as it'll go anyway.''
<<pic $action "female-force-female-blowjob">>\
<<nm $player "O-oh! Fuck!">>\
''You gasp as you feel your <<StraponOrCock>> hit the back of your <<mother>>'s throat, and after your <<sister>> was riding you for so long, that's all it takes...''
<<pic $mom "cum-in-mouth">>\
''Your <<sister>> holds your <<mom>>'s head in place for several moments as you flood her throat with your cum. You can see her eyes rolling back in her head as she starts to choke. Of course, your <<mother>>'s been coming non-stop from the second her lips met the tip of your penis as evidenced from ''<<if $mom.hasPenis>>@@.ef; the pool of cum by the couch that has erupted from your <<mother>>'s still-spasming cock@@<<else>>'' the pool of juices that has built up behind your <<mother>>, as more continues to spray from her quivering cunt''<</if>>''.''
<<nm $sister "Haha, holy fuck! That was HOT!">>\
''Still dazed, your <<mom>> falls back into the arms of one of the men who was fucking her earlier and dragged back into the group where she's used for several more hours. Your <<sister>>, meanwhile, pulls you to your feet and helps you into her room for some sibling bonding time...''
<<lust $mom>>
<<lust $sister>>
<<horny 0>>
<<trackAction "cumEat.give" $mom>>\
<<trackAction "suckCock.get" $mom>>\
<<trackAction "suckCock.get" $sister>>\
<<trackAction "pussyFuck.give" $sister>>\
<<btnLink "Continue" "Home" "passTime()">>
<<else>>\
<<NoticePussy $sister>>\
<<pic $sister "couchoral-ff1">>\
''Your <<sister>> pulls you down to her glistening twat, panting heavily as you extend your tongue to meet it. Once she's been sufficiently lubricated, you see her pull a huge strapon out from behind a cushion.''
<<nm $player "Oh? Wanting to fuck your <<brother>> again?">>\
<<nm $sister "Huh-uh, this time it's my turn!">>\
''She helps secure the harness around your waist and mount the large fake cock to it, then bends over the couch and opens her hole to you.''
<<pic $sister "fucked-by-player">>\
''Your <<sister>> moans in ecstasy as you fuck her over the couch. The two of you go at it for some time before finally rolling off you. Meanwhile, your <<mother>> has collapsed into a pool of cum and sweat, panting as she stares desperately at you and your <<sister>>.''
<<nm $sister "Mmm, that was great, <<brother>>... Okay, done! Come over here, $mom.name, and clean up your <<son>>'s cock for me.">>\
''Your <<sister>> walks over to your <<mother>> and grabs her by her ''<<if $mom.hasCollar>>@@.ef;collar@@<<else>>''hair''<</if>>'', dragging her across the room until her nose is less than an inch from your dripping pussy. Of course it doesn't take much motivation to get her to go down on you, but that doesn't stop $sister.name from forcing your <<mom>>'s face into your crotch anyway.''
<<pic $mom "eat-pussy">>\
<<nm $player "O-oh! Fuck!">>\
''You gasp as you feel your <<mom>>'s lips begin sucking at your clit, and after fucking your <<sister>> for so long, that's all it takes...''
<<pic $player "squirt">>\
''Your <<sister>> holds your <<mom>>'s head in place for several moments as you flood her throat with your squirt. You can see her eyes rolling back in her head as she starts to choke. Of course, your <<mother>>'s been coming non-stop from the second her lips met the tip of your penis as evidenced from ''<<if $mom.hasPenis>>@@.ef; the pool of cum by the couch that has erupted from your <<mother>>'s still-spasming cock@@<<else>>'' the pool of juices that has built up behind your <<mother>>, as more continues to spray from her quivering cunt''<</if>>''.''
<<nm $sister "Haha, holy fuck! That was HOT!">>\
''Still dazed, your <<mom>> falls back into the arms of one of the men who was fucking her earlier and dragged back into the group where she's used for several more hours. Your <<sister>>, meanwhile, pulls you to your feet and helps you into her room for some sibling bonding time...''
<<lust $mom>>
<<lust $sister>>
<<horny 0>>
<<trackAction "eatPussy.give" $sister>>\
<<trackAction "eatPussy.get" $mom>>\
<<trackAction "pussyFuck.give" $sister>>\
<<btnLink "Continue" "Home" "passTime()">>
<</if>>\<<loc_LivingRoom>>\
<<pic $sister "kiss-player">>\
''You grab your <<sister>> and pull her close, kissing her deeply in front of your <<mother>>. The other men in the room start cheering the two of you on.''
<<nm $sister "Mmmm, hehe! <<Brother>>?">>\
<<nm $player "I was thinking we could get out of here, maybe take it to the bedroom?">>\
<<if dose($sister,"sexHouse")>>\
''Your <<mother>> stares at the two of you undressing each other, lust filling her eyes as she deepthroats one of the men. A hand slides between her legs as she rubs herself to the sight in front of her.''
<<else>>\
''Your <<mother>> drops the huge cock out of her mouth in shock of what she's seeing.''
<<nm $mom "W-what? You two are... are-">>\
''Before she can finish, her mouth is forcefully put back to use as she's forced to watch the sight unfold before her.''
<</if>>\
<<nm $sister "Ooooh, I like the sound of that, <<bro>>.">>\
''$sister.name grabs at your crotch as the two of you head for the bedroom.''
<<btnLink "Continue" "Sister-Room-Sex">><<loc_LivingRoom>>\
''You wave $sister.name off.''
<<nm $player "Ha, maybe another time, <<sis>>. I'm just passing through. You have a good time, though.">>\
''$sister.name sighs and goes back to rubbing herself.''
<<pic $sister "spread">>\
<<nm $sister "Aw, you're no fun <<bro>>. Well, you no where to find me...">>\
<<pic $mom "group">>\
''Your <<mother>> tries to call for you, but is muffled by the cock in her mouth. Desperation fills her eyes as she knows that once again she'll fail to find release...''
<<lust $mom>>
<<btnLink "Continue" "Home">><<set $SceneCredit to "Mr. J Jester">>\
<<loc_Landing>>\
<<updatebar>>\
''Casually wandering around the house, you notice your <<sister>>'s door is cracked open. You can hear your <<mother>>'s voice, and it's clear they're spending time together.''
<<Thought "Hunh, sounds like they're having a good time in there...">>\
<<btnChoice "Pop your head in and see what they're up to - <<t1>>" "Home-13-Check">>
<<btnChoice "Leave them be" "Home-13-Ignore">><<loc_SisterRoom>>\
<<Thought "Let's see what they're up to...">>\
<<if dose($mom,"threesome")>>\
<<if $sister.isDog>>\
<<nm $mom "Mmmm, yesss... Who's my good girl? You are! Yes!">>\
''You open the door and see the now familiar sight of your <<mother>> holding your <<sister>>'s head between her legs as she happily ''<<if $mom.hasPenis>>@@.ef;bobs up and down on your <<mom>>'s cock@@<<else>>''laps away at your <<mom>>'s pussy''<</if>>''.''
<<if $mom.hasPenis>>\
<<pic $sister "suck-ts">>\
<<else>>\
<<pic $sister "eat-pussy">>\
<</if>>\
<<nm $mom "Oh, hey sweetie! I was just... ooohhhh... spending some time with little $sister.name and thought she deserved a little... ahhhh... treat for being such a g-good girl. Mmmmm... I wasn't sure how to feel about have a... p-puppy at first but... AHHH!!! YES!!! B-but I think I'm c-coming CUMMING around to t-the idea...">>\
<<nm $sister "Arf!">>\
''$sister.name props herself up on her knees and shakes her ass towards you.''
<<nm $mom "Aww, looks like she wants some attention from you, too.">>\
<<nm $player "Haha, okay, okay.">>\
<<if not canFuck()>>\
<<pic $action "fingering">>\
''You walk up behind $sister.name, climbing onto the bed and fingering her while she services your <<mother>>. After a few minutes, you can feel your <<sister>>'s orgasm running down your hand as she moans and howls in pleasure.''
<<nm $mom "P-please... me too... I need it...">>\
''Scooping up as much of your <<sister>>'s cum as you can, you raise your hand to your <<mother>>s lips, shoving them in her mouth. Your touch triggers an intense orgasm, one your <<mother>> makes sure your <<sister>> is forced to swallow completely, as she sucks your fingers for all they're worth.''
<<nm $mom "Ahhh haaa... haaaaa... T-thank you... honey...">>\
<<nm $player "Any time, $mom.name. Well I've got some things to do, so I'll leave you two be for now. Have fun!">>\
<<love $mom>>
<<love $sister>>
<<lust $mom>>
<<lust $sister>>
<<btnLink "Continue" "Home" "passTime()">>
<<elseif hasPenis()>>\
''Your <<sister>>'s pussy is already soaking wet, so it doesn't take any real effort to slide your <<pSize>> inside of her.''
<<pic $sister "fucked-by-player-doggy">>\
<<nm $mom "Mmmm, yeah... Show puppy how much her big <<brother>> loves her...">>\
''You thrust hard and fast as $sister.name moans and howls in pleasure, pushing back against you to take you as deep as she can. Since her transformation, she's aggressively made certain you're not able to cum anywhere but inside her, so you don't even bother trying to pull out.''
<<nm $player "H-here it... comes!">>\
<<pic $sister "creampie">>\
''$sister.name whines in ecstasy as she ''<<if $mom.hasPenis>>@@.ef;chokes on your <<mom>>'s cock@@<<else>>''eats your <<mom>>'s cunt''<</if>>''. Your <<mother>> lays back on the bed as her <<daughter>> continues servicing her.''
<<nm $mom "D-don't go yet... Your cock's all dirty now... I need to... I need...">>\
''You pull out of your <<sister>> and move towards your <<mom>>, who's waiting with her mouth open and tongue out. Slick with your a mix of yours and your <<sister>>'s cum, your cock glides easily down your <<mother>>'s throat. Your touch triggers an intense orgasm, one your <<mother>> makes sure your <<sister>> is forced to swallow completely, as she sucks your cock for all it's worth.''
<<pic $mom "suck-player">>\
<<nm $mom "Ahhh haaa... haaaaa... T-thank you... honey...">>\
<<nm $player "Any time, $mom.name. Well I've got some things to do, so I'll leave you two be for now. Have fun!">>\
<<love $mom>>
<<love $sister>>
<<lust $mom>>
<<lust $sister>>
<<trackAction "suckCock.get" $mom>>\
<<trackAction "pussyFuck.give" $sister>>\
<<trackAction "creampie.give" $sister>>\
<<horny 0>>
<<preg $sister>>
<<btnLink "Continue" "Home" "passTime()">>
<<else>>\
''Your <<sister>>'s pussy is already soaking wet, so it doesn't take any real effort to slide your <<accf>> inside of her.''
<<pic $sister "fucked-by-player-doggy">>\
<<nm $mom "Mmmm, yeah... Show puppy how much her big <<brother>> loves her...">>\
''You thrust hard and fast as $sister.name moans and howls in pleasure, pushing back against you to take you as deep as she can.''
<<nm $player "C-come on... almost there... c-coming! I'm coming!!">>\
''$sister.name whines in ecstasy as she ''<<if $mom.hasPenis>>@@.ef;chokes on your <<mom>>'s cock@@<<else>>''eats your <<mom>>'s cunt''<</if>>''. Your <<mother>> lays back on the bed as her <<daughter>> continues servicing her.''
<<nm $mom "D-don't go yet... Your cock's all dirty now... I need to... I need...">>\
''You pull out of your <<sister>> and move towards your <<mom>>, who's waiting with her mouth open and tongue out. Slick with your a mix of yours and your <<sister>>'s cum, your <<accf>> glides easily down your <<mother>>'s throat while you reach down and firmly grasp one of your <<mother>>'s nipples. Your touch triggers an intense orgasm, one your <<mother>> makes sure your <<sister>> is forced to swallow completely, as she sucks your cock for all it's worth.''
<<pic $mom "suck-player">>\
<<nm $mom "Ahhh haaa... haaaaa... T-thank you... honey...">>\
<<nm $player "Any time, $mom.name. Well I've got some things to do, so I'll leave you two be for now. Have fun!">>\
<<love $mom>>
<<love $sister>>
<<lust $mom>>
<<lust $sister>>
<<trackAction "pussyFuck.give" $sister>>\
<<trackAction "suckCock.get" $sister>>\
<<trackAction "suckCock.get" $mom>>\
<<horny 0>>
<<btnLink "Continue" "Home" "passTime()">>
<</if>>\
<<else>>\
<<nm $sister "Mmmm, yeah... you're really into it today, $mom.name...">>\
''You open the door and see the now familiar sight of your <<sister>> sitting up on her bed against the wall holding your <<mother>>'s head between her legs. Your <<mom>> is happily licking away at $sister.name's slit while she keeps one hand between her legs, ''<<if $mom.hasPenis>>@@.ef;stroking her pulsing cock@@<<else>>''rubbing her dripping pussy''<</if>>''.''
<<pic $mom "eat-pussy">>\
<<nm $sister "Oh, heya <<bro>>! I was just... ooohhhh... just having a little talk with $mom.name and, well, you know... Say, if you- OOHHH!!!! GOD YES!!! Ah, if... if you're not too busy... I bet her other hole could use some... mmmm... attention">>\
''Your <<mother>> props herself up, exposing her glistening pussy to you.''
<<nm $sister "Well?">>\
<<nm $player "Haha, okay, okay.">>\
<<if not canFuck()>>\
<<pic $action "fingering">>\
''You walk up behind your <<mother>> and finger her while she services your <<sister>>. After a few minutes, you can feel her orgasm running down your hand as she moans in pleasure.''
<<nm $sister "Mmmm, hehe, that didn't take much!">>\
<<if $mom.hasPenis>>\
<<pic $action "ts-squirt">>\
<<else>>\
<<pic $action "female-squirt">>\
<</if>>\
<<nm $mom "Ahhh haaa... haaaaa... T-thank you... honey...">>\
<<nm $player "Any time, $mom.name. Well I've got some things to do, so I'll leave you two be for now. Have fun!">>\
<<nm $sister "Oh... We're gonna have a great time together!">>\
<<love $mom>>
<<love $sister>>
<<lust $mom>>
<<lust $sister>>
<<btnLink "Continue" "Home" "passTime()">>
<<elseif hasPenis()>>\
''Your <<mother>>'s pussy is already soaking wet, so it doesn't take any real effort to slide your <<pSize>> inside of her.''
<<pic $mom "fucked-by-player-doggy">>\
<<nm $sister "Mmmm, yeah, fuck her!">>\
''You thrust hard and fast as your <<mother>> moans and howls in pleasure, pushing back against you to take you as deep as she can.''
<<nm $player "H-here it... comes!">>\
<<nm $sister "Ooohhh! FUCK! Cum inside her, <<bro>>! Fill her up while she chokes on my cunt! OOHHHH!!!">>\
<<pic $mom "creampie">>\
''Your <<mother>> whines in ecstasy as she ''<<if $mom.hasPenis>>@@.ef;shoots rope after rope of hot cum from her twitch cock@@<<else>>''squirts violently from her soaked pussy''<</if>>''. Your <<sister>> shudders as she experiences an intense orgasm, one she makes sure your <<mother>> is forced to swallow completely, as she moans in pleasure.''
<<if $mom.hasPenis>>\
<<pic $action "ts-squirt">>\
<<else>>\
<<pic $action "female-squirt">>\
<</if>>\
<<nm $mom "Ahhh haaa... haaaaa... T-thank you... honey...">>\
<<nm $player "Any time, $mom.name. Well I've got some things to do, so I'll leave you two be for now. Have fun!">>\
<<nm $sister "Oh... We're gonna have a great time together!">>\
<<love $mom>>
<<love $sister>>
<<lust $mom>>
<<lust $sister>>
<<trackAction "pussyFuck.give" $mom>>\
<<trackAction "creampie.give" $mom>>\
<<horny 0>>
<<preg $mom>>
<<btnLink "Continue" "Home" "passTime()">>
<<else>>\
''Your <<mom>>'s pussy is already soaking wet, so it doesn't take any real effort to slide your <<accf>> inside of her.''
<<pic $mom "fucked-by-player-doggy">>\
<<nm $sister "Mmmm, yeah, fuck her!">>\
''You thrust hard and fast as your <<mother>> moans and howls in pleasure, pushing back against you to take you as deep as she can.''
<<nm $player "C-come on... almost there... c-coming! I'm coming!!">>\
''Your <<mother>> whines in ecstasy as she ''<<if $mom.hasPenis>>@@.ef;shoots rope after rope of hot cum from her twitch cock@@<<else>>''squirts violently from her soaked pussy''<</if>>''. Your <<sister>> shudders as she experiences an intense orgasm, one she makes sure your <<mother>> is forced to swallow completely, as she moans in pleasure.''
<<if $mom.hasPenis>>\
<<pic $action "ts-squirt">>\
<<else>>\
<<pic $action "female-squirt">>\
<</if>>\
<<nm $mom "Ahhh haaa... haaaaa... T-thank you... honey...">>\
<<nm $player "Any time, $mom.name. Well I've got some things to do, so I'll leave you two be for now. Have fun!">>\
<<nm $sister "Oh... We're gonna have a great time together!">>\
<<love $mom>>
<<love $sister>>
<<lust $mom>>
<<lust $sister>>
<<trackAction "pussyFuck.give" $mom>>\
<<horny 0>>
<<btnLink "Continue" "Home" "passTime()">>
<</if>>\
<</if>>\
<<elseif dose($mom,"sex")>>\
<<set $NightEventOR to 5>>\
''You crack open the door to find your <<mom>> and <<sister>> sitting on the bed.''
<<nm $player "Hey ladies, what's going on in here?">>\
<<pic $mom "bed">>\
<<if $sister.isDog>>\
''Your <<mother>> is sitting on your <<sister>>'s bed with $sister.name's head in your lap. Your <<sister>>'s tail wags lazily as your <<mom>> runs her fingers through her hair.''
<<nm $sister "Woof!">>\
<<nm $mom "Oh, hey sweetie. I'm just spending some time with your <<sister>>. We don't talk much anymore since... you know...">>\
''With everything that's happened, your <<mom>>'s actually become quite used to your <<sister>>'s condition. Regularly petting and brushing her, even getting more and more in the habit of talking to her like a real dog.''
<<nm $player "Right... Well, I just heard you two talking so I thought I'd drop in and see how you're doing.">>\
''Your <<mother>>'s gaze has shifted to your crotch. As she speaks, her hand moves down from rubbing $sister.name's head to lightly rubbing her bare ass, then a finger begins circling your <<sister>>'s clit.''
<<nm $sister "Awoo!">>\
<<nm $mom "Hm? Oh... OH! God, geez... I'm sorry $sister.name, <<mommy>> wasn't... paying attention.">>\
''$sister.name didn't seem to mind, now dripping wet and grinding against your <<mother>>'s leg.''
<<nm $mom "No, no, no! We talked about this! Come on, I think you need to go outside... Come on! Off the bed! $player.name, I... um... We'll talk later... Tonight... In your room.">>\
''Your <<mom>> grabs your <<sister>> by her collar and walks her out of the room and down the stairs.''
<<else>>\
''Your <<mother>> and <<sister>> are sitting on the bed, laughing and talking.''
<<nm $sister "Oh, hey <<bro>>! $mom.name and I were just hanging out. What's up?">>\
<<nm $player "Not much, just wandering around, heard you two talking, thought I'd drop in.">>\
''You and your <<sister>> chat casually for a bit, not immediately noticing that your <<mother>> has slipped a hand halfway down her pants, and has started lightly stroking her ''<<if $mom.hasPenis>>@@.ef;growing cock@@<<else>>''wet pussy''<</if>>''.''
<<nm $sister "Haha, right... $mom.name, have you- $mom.name!?">>\
<<nm $mom "Hm? O-OH! I, um... I need to... S-sorry, $player.name, I'll, um, we'll talk later tonight, okay?">>\
''Your <<mother>> jumps off $sister.name's bed and rushes off to her room.''
<<nm $sister "Man... What's going on with $mom.name lately?">>\
<</if>>\
<<lust $mom>>\
@@.ef;You have a good feeling you know how tonight's going to play out.@@
<<btnLink "Continue" "Home" "passTime()">>
<<elseif $sister.isDog>>\
''You crack open the door to find your <<mom>> and <<sister>> sitting on the bed.''
<<nm $player "Hey ladies, what's going on in here?">>\
<<pic $sister "bed">>\
<<nm $sister "Woof!">>\
''Your <<sister>>'s sitting on her bed while your <<mother>>'s standing next to her, trying to get her to speak normally.''
<<nm $mom "I just... I just don't know what to do with her!">>\
<<nm $player "Still not talking to you? We, uh, haven't made any progress at the lab, but, she seems happy and healthy, at least.">>\
<<nm $mom "I know, but... ugh... Well, at least she seems to brighten up whenever you're in the room.">>\
''$sister.name wags her tail anxiously as she locks her eyes with your. A subtle smile creeps across her lips which you know can mean only one thing...''
<<nm $player "Well, anyway. I just thought I'd drop by and see how you two were doing. I'll be around.">>\
<<nm $mom "Okay sweetie.">>\
<<nm $sister "Woof!">>\
<<btnLink "Continue" "Home" "passTime()">>
<<elseif dose($sister,"sexHouse")>>\
''Your <<sister>>'s the first to turn around, already fixated on your lower body...''
<<pic $sister "bed">>\
<<nm $sister "Oh hey, <<bro>>! $mom.name and I were just hanging out. Come on, come sit with us!">>\
<<Thought "Ha, she can barely hide how bad she's got it...">>\
''Your <<mother>> tenses up a little.''
<<pic $mom>>\
<<nm $mom "Oh, hey babe... Yeah, just ah, let me make some room for you!">>\
''Your <<mother>> slides over on the bed to make room.''
<<nm $mom "There, now you have plenty of room.">>\
''Your <<mom>> settles in next to your <<sister>>.''
''The three of you sit and talk for a while. Your <<mother>>'s flipping through messages on her phone, not really paying attention to you and your <<sister>> until...''
<<nm $mom "Well it's late. I think I'm gonna-">>\
''Your <<mother>>'s voice is cut short by what she sees.''
<<pic $sister "kiss-player">>\
<<if dose($mom,"slut")>>\
<<nm $mom "W-what? You two are..." "I knew it... I should be mad... but...">>\
''$sister.name breaks off the kiss and smiles at your <<mother>>.''
<<nm $sister "What? You only just noticed? Hehe, <<bigbro>> and I have been fooling around for a while now. In fact, we were just getting ready to fuck! You don't mind, do you?">>\
''Your <<mother>> begins panting heavily, a hand slides down her pants and she begins absentmindedly stroking her ''<<if $mom.hasPenis>>@@.ef;growing cock@@<<else>>''moistening pussy''<</if>>''.''
<<nm $mom "I... I don't mind... D-don't mind me..." "Oh god... I can't take it!">>\
''Your <<sister>>'s smile widens.''
<<else>>\
<<nm $mom "W-what are you two...">>\
''$sister.name breaks off the kiss and smiles at your <<mother>>.''
<<nm $sister "What? You only just noticed? Hehe, <<bigbro>> and I have been fooling around for a while now. In fact, we were just getting ready to fuck! You don't mind, do you?">>\
<<if $mom.hasCollar>>\
''Your <<mother>> springs up from the bed, clearly upset.''
<<nm $mom "Do I MIND!? What the HELL has g-got... gotten..." "What's going...">>\
''You can hear a light ringing sound as ''@@.ef;the collar around your <<mother>>'s neck begins to tighten@@''.''
<<nm $player "Actually, $mom.name, I'd prefer it if you stayed. In fact, I insist you do!">>\
''She slowly lowers herself back onto the bed.''
<<nm $mom "Y-yes... M-m-<<master>>..." "<<Master>>!? What am I... Why can't I...">>\
<<nm $sister "Ooooh, '<<master>>', huh? Well by all means, if you're going to watch you should at least touch yourself while you do. It's going to be a hot show, after all!">>\
''Your <<mother>> strips down and spreads her legs, exposing her ''<<if $mom.hasPenis>>@@.ef;huge cock, still growing to a full erection as she begins stroking it@@<<else>>''pussy, already growing wet as she runs her fingers along it.''<</if>>''.''
<<nm $mom "O-okay..." "N-NO! Why can't I stop myself? Why is my hand... my hand... no...">>\
<<else>>\
''Your <<mother>> springs up from the bed, clearly upset.''
<<nm $mom "Do I MIND!? What the HELL has gotten into you!? This is in poor taste even if you two weren't<<if $Incest>> siblings, which, YOU ARE!<<else>>...<</if>>">>\
''$sister.name begins stroking your <<pSize>> through your <<bottom>>.''
<<nm $sister "Oh lighten up, we're just having a little bit of fun... At least we're getting along, right?">>\
''Your <<mother>> can't get her thoughts together and storms out of the room.''
<<nm $mom "This is... I don't even... GAH!">>\
<</if>>\
<</if>>\
<<nm $sister "Mmm, now, where were we?">>\
''$sister.name smiles as she strips in front of you, pulling your clothes off once she's done.''
<<if isChastity() or isSissy() or $player.isSub>>\
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<pic $sister "fuck-player">>\
<<anal "your <<sister>>'s strapon">>
''Since your <<sister>> can't get anything out of using your cock, she instead bends you over and fucks you in the ass for her own pleasure with a strapon she's been wearing under her clothes. Given your position, there's really not much you can do about it...''
<<nm $sister "Mmm... Tell me, <<brother>>, how does it feel to be your little <<sister>>'s personal fuck slut?">>\
''She rams the strapon into you harder, making you yelp.''
<<nm $player "G-good! Ah! P-please... Use me h-however you w-want... AH!">>\
<<nm $sister "Hahaha, good <<boy>>.">>\
<<if dose($mom,"slut")>>\
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<else>>\
<<pic $action "female-solo">>\
<</if>>\
''Your <<mother>> is still sitting on the bed, now completely naked and fully spread, furiously ''<<if $mom.hasPenis>>@@.ef;stroking her engorged cock as a thick stream of precum rolls over her hand@@<<else>>''rubbing her clit as she soaks the pillow she's sitting on with her wetness''<</if>>''.''
<<nm $sister "Haha, wow! What a slut! Keep going until you cum, $mom.name! Don't you dare move from that spot until you do!">>\
<<nm $mom "Y-yes... Mmmm... O-oh, okay..." "Cum... I need to... I need to cum!">>\
<<Thought "Oh no, she's gonna be there all night... I'll need to remember to come down after $sister.name's gone to bed to... relieve her...">>\
<<lust $mom>>
<<elseif $mom.hasCollar>>\
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<else>>\
<<pic $action "female-solo">>\
<</if>>\
''Your <<mother>> is still sitting on the bed, naked and spread, furiously ''<<if $mom.hasPenis>>@@.ef;stroking her engorged cock as a thick stream of precum rolls over her hand@@<<else>>''rubbing her clit as she soaks the pillow she's sitting on with her wetness''<</if>>''.''
<<nm $sister "Haha, wow! What a slut! Keep going until you cum, $mom.name! Don't you dare move from that spot until you do!">>\
<<nm $mom "Y-yes... Mmmm... O-oh, okay..." "Please... please make it stop... I can't...">>\
<<Thought "Oh no, she's gonna be there all night... I'll need to remember to come down after $sister.name's gone to bed to... relieve her...">>\
<<love $mom>>
<<lust $mom>>
<</if>>\
''$sister.name continues fucking you over the bed for what feels like hours...''
<<lust $sister>>
<<dom $player -5>>
<<trackAction "analFuck.get" $sister>>\
<<elseif isMale() or isTrans()>>\
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<pic $sister "suck-player">>\
''Your <<sister>> slides your hard <<pSize>> into her mouth, sucking it thoroughly until it's properly lubricated, then climbing onto it.''
<<pic $sister "ride-player">>\
<<nm $sister "Mmm, yeah... C'mon big <<brother>>! Don't stop! Let's fuck like this all day long!">>\
<<if dose($mom,"slut")>>\
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<else>>\
<<pic $action "female-solo">>\
<</if>>\
''Your <<mother>> is still sitting on the bed, now completely naked and fully spread, furiously ''<<if $mom.hasPenis>>@@.ef;stroking her engorged cock as a thick stream of precum rolls over her hand@@<<else>>''rubbing her clit as she soaks the pillow she's sitting on with her wetness''<</if>>''.''
<<nm $sister "Haha, wow! What a slut! Keep going until you cum, $mom.name! Don't you dare move from that spot until you do!">>\
<<nm $mom "Y-yes... Mmmm... O-oh, okay..." "Cum... I need to... I need to cum!">>\
<<Thought "Oh no, she's gonna be there all night... I'll need to remember to come down after $sister.name's gone to bed to... relieve her...">>\
<<lust $mom>>
<<elseif $mom.hasCollar>>\
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<else>>\
<<pic $action "female-solo">>\
<</if>>\
''Your <<mother>> is still sitting on the bed, naked and spread, furiously ''<<if $mom.hasPenis>>@@.ef;stroking her engorged cock as a thick stream of precum rolls over her hand@@<<else>>''rubbing her clit as she soaks the pillow she's sitting on with her wetness''<</if>>''.''
<<nm $sister "Haha, wow! What a slut! Keep going until you cum, $mom.name! Don't you dare move from that spot until you do!">>\
<<nm $mom "Y-yes... Mmmm... O-oh, okay..." "Please... please make it stop... I can't...">>\
<<Thought "Oh no, she's gonna be there all night... I'll need to remember to come down after $sister.name's gone to bed to... relieve her...">>\
<<love $mom>>
<<lust $mom>>
<</if>>\
''$sister.name rides you on her bed for what feels like hours...''
<<love $sister 1>>
<<lust $sister 1>>
<<trackAction "pussyFuck.give" $sister>>\
<<trackAction "suckCock.get" $sister>>\
<<else>>\
<<NoticePussy $sister>>\
<<pic $sister "eaten-by-player">>\
''Your <<sister>> pulls you down to her glistening twat, panting heavily as you extend your tongue to meet it. Once she's been sufficiently lubricated, you see her pull a huge strapon out from behind a cushion.''
<<nm $player "Oh? You want me to wear that thing again?">>\
<<nm $sister "Huh-uh, this time it's my turn!">>\
''$sister.name pulls you down on top her, thrusting her huge fake cock deep into you.''
<<pic $sister "sex-ff3">>\
<<if dose($mom,"slut")>>\
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<else>>\
<<pic $action "female-solo">>\
<</if>>\
''Your <<mother>> is still sitting on the bed, now completely naked and fully spread, furiously ''<<if $mom.hasPenis>>@@.ef;stroking her engorged cock as a thick stream of precum rolls over her hand@@<<else>>''rubbing her clit as she soaks the pillow she's sitting on with her wetness''<</if>>''.''
<<nm $sister "Haha, wow! What a slut! Keep going until you cum, $mom.name! Don't you dare move from that spot until you do!">>\
<<nm $mom "Y-yes... Mmmm... O-oh, okay..." "Cum... I need to... I need to cum!">>\
<<Thought "Oh no, she's gonna be there all night... I'll need to remember to come down after $sister.name's gone to bed to... relieve her...">>\
<<lust $mom>>
<<elseif $mom.hasCollar>>\
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<else>>\
<<pic $action "female-solo">>\
<</if>>\
''Your <<mother>> is still sitting on the bed, naked and spread, furiously ''<<if $mom.hasPenis>>@@.ef;stroking her engorged cock as a thick stream of precum rolls over her hand@@<<else>>''rubbing her clit as she soaks the pillow she's sitting on with her wetness''<</if>>''.''
<<nm $sister "Haha, wow! What a slut! Keep going until you cum, $mom.name! Don't you dare move from that spot until you do!">>\
<<nm $mom "Y-yes... Mmmm... O-oh, okay..." "Please... please make it stop... I can't...">>\
<<Thought "Oh no, she's gonna be there all night... I'll need to remember to come down after $sister.name's gone to bed to... relieve her...">>\
<<love $mom>>
<<lust $mom>>
<</if>>\
''You ride your <<sister>> hard for what feels like hours, experiencing one orgasm after another...''
<<love $sister>>
<<lust $sister>>
<<trackAction "eatPussy.get" $sister>>\
<<trackAction "pussyFuck.get" $sister>>\
<</if>>\
<<horny 0>>
<<btnLink "Leave the room" "Home" "passTime()">>\
<<elseif dose($sister,"sex")>>\
''You crack open the door to find your <<mom>> and <<sister>> sitting on the bed.''
<<nm $player "Hey ladies, what's going on in here?">>\
<<pic $sister "bed">>\
<<nm $sister "H-hey <<bro>>!">>\
''She's already panting lightly.''
<<nm $mom "$sister.name? Are you okay? You look flushed.">>\
''Your <<mother>> puts a hand on $sister.name's forehead, which your <<sister>> is quick to swat away.''
<<nm $sister "<<if $Incest>>Mooom, <</if>>I'm fine! Anyway, we were just hanging out. Wanna join?">>\
''You hop on the bed with your family and talk and laugh for a good while. You notice $sister.name getting more and more anxious as time passes.''
<<nm $sister "So, $mom.name, $player.name was actually gonna help me study for a big chem test coming up...">>\
<<nm $mom "Chemistry? I thought that was your <<brother>>'s thing... Well, I had some things to go take care of, so I'll just leave you two to it.">>\
''Your <<mother>> pushes herself off the bed and waves you both off as she closes the door behind her.''
<<nm $player "...Let me guess, I should shou-.">>\
<<pic $sister "kiss-player">>\
''You're cut off as your <<sister>>'s tongue invades your mouth, hands wrapped around your head.''
<<if isChastity()>>\
''Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<nm $sister "I can't wait anymore, I need it...">>\
<<Thought "She stopped. What's she... oh fuck, I forgot!">>\
<<nm $sister "Hey, uh, <<bro>>... What's that on your, uh...">>\
''Your <<sister>>'s staring at the <<accf>> encasing your penis.''
<<nm $player "It's a long story. Why don't we just go ahead and forget about this...">>\
<<nm $sister "Oh-ho no, not a chance. If you can't fuck me, I guess I'll just have to fuck you instead.">>\
''$sister.name pushes you onto the bed and pulls your legs up, exposing your ass.''
<<nm $player "<<S-sis>>, what are you...">>\
<<if not analPlugged()>>\
<<pic $sister "rim-player">>\
''Before you can question her, $sister.name pierces your anus with her tongue. You gasp, not accustomed to the sensation, but quickly learn to love it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to tongue fuck your <<aSize>> for a few minutes, before moving to lick the length between your ass and imprisoned manhood. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously finger-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<<trackAction "rimjob.get" $sister>>\
<<else>>\
''Your <<sister>> moves to begin licking your anus, but is stopped by the sight of the <<accb>> lodged in your ass.''
<<nm $sister "Hunh. I had something else in mind, but this'll work too!">>\
''$sister.name grabs hold of the <<accb>> and begins fucking you with it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to fuck your <<aSize>> for a few minutes, before moving to lick the length between your asshole and imprisoned manhood. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously toy-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<<trackAction "analPlay.get" $sister>>\
<</if>>\
<<nm $sister "How does it feel to get assfucked by your little <<sister>>, hm?">>\
''You can barely focus, between the pleasure and humiliation...''
<<nm $sister "Well, you're not 'really' getting 'assfucked', are you? We'll have to fix that.">>\
''$sister.name rolls off you and walks into her closet. After a moment, she walks out wearing a large strapon cock.''
<<pic $sister "strapon">>\
<<nm $sister "You ready, <<bro>>?">>\
<<nm $player "I-I don't think-">>\
''Your <<sister>> mounts you, shoving her cock into your waiting, wet hole.''
<<nm $sister "Haha! Look at that face! What a slut. Mmm, you must be loving this, getting fucked like a bitch by your little <<sister>>. Ha...HAAA!!!">>\
<<pic $sister "fuck-player">>\
<<anal "your <<sister>>'s strapon">>
''She rides you harder and harder, fucking you deep as she revels in your situation.''
<<nm $sister "Ah! That's good! C'mon <<brother>>, come for your <<sister>>! I don't care if your little cock's caged or not, I'll milk you one way or another!">>\
''$sister.name is getting off from the strapon as well, as the harness stimulates her clit.''
<<nm $sister "FUCK! YES! YESSSS!!!">>\
''Your <<sister>> comes hard, thrusting her fake cock further and further into your ass paying you no regard as she uses you as she sees fit.''
<<nm $sister "HAH! HM, haaa... Fuck... Well, ha, that was... great. Aw, looks like you didn't get to come after all. Well, that's too bad, <<bro>>. You just come back and see me when you're ready to give it another shot, okay? I'll be waiting!">>\
<<Thought "...I can't...move...">>\
''Your <<sister>> collapses on her bed. You muster up what little energy you have and leave into the hallway.''
<<lust $sister>>
<<dom $player -5>>
<<trackAction "analFuck.get" $sister>>\
<<horny 10>>
<<elseif isSissy()>>\
''Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<nm $sister "I can't wait anymore, I need it...">>\
<<Thought "She stopped. What's she... oh fuck, I forgot!">>\
<<nm $sister "Hey, uh, <<bro>>... What the fuck is that?">>\
''Your <<sister>>'s staring at your flaccid <<pSize>>.''
<<nm $player "U-um, t-that's my... p-penis...">>\
<<nm $sister "...HAHAHA! What the fuck am I supposed to do with that thing? It's pathetic! It's more of a clit than a penis... Well, if you can't fuck me I guess I'll just have to fuck you instead.">>\
''$sister.name pushes you onto the bed and pulls your legs up, exposing your ass.''
<<nm $player "<<S-sis>>, w-what are you...">>\
<<if not analPlugged()>>\
<<trackAction "rimjob.get" $sister>>\
<<pic $sister "rim-player">>\
''Before you can question her, $sister.name pierces your anus with her tongue. You gasp, not accustomed to the sensation, but quickly learn to love it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to tongue fuck your <<aSize>> for a few minutes, before moving to lick the length between your ass and imprisoned manhood. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously finger-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<<else>>\
<<trackAction "analPlay.get" $sister>>\
''Your <<sister>> moves to begin licking your anus, but is stopped by the sight of the <<accb>> lodged in your ass.''
<<nm $sister "Hunh. I had something else in mind, but this'll work too!">>\
''$sister.name grabs hold of the <<accb>> and begins fucking you with it.''
<<nm $player "<<S-sis>>, holy shit, that feels great! Keep... going...">>\
''She continues to fuck your <<aSize>> for a few minutes, before moving to lick the length between your asshole and imprisoned manhood. As she does this, you can feel her tiny fingers begin to penetrate you. Slowly, at first, then picking up speed.''
<<nm $player "W-what are you- Oh god, fuck...">>\
''Before you realize it, your <<sister>> is vigorously toy-fucking you. She's propped herself up so she can masturbate at the same time, now locked in eye-contact with you.''
<</if>>\
<<nm $sister "How does it feel to get assfucked by your little <<sister>>, hm?">>\
''You can barely focus, between the pleasure and humiliation...''
<<nm $sister "Well, you're not 'really' getting 'assfucked', are you? We'll have to fix that.">>\
''$sister.name rolls off you and walks into her closet. After a moment, she walks out wearing a large strapon cock.''
<<pic $sister "strapon">>\
<<nm $sister "You ready, <<bro>>?">>\
<<nm $player "I-I don't think-">>\
''Your <<sister>> mounts you, shoving her cock into your waiting, wet hole.''
<<nm $sister "Haha! Look at that face! What a slut. Mmm, you must be loving this, getting fucked like a bitch by your little <<sister>>. Ha...HAAA!!!">>\
<<pic $sister "fuck-player">>\
<<anal "your <<sister>>'s strapon">>
''She rides you harder and harder, fucking you deep as she revels in your situation.''
<<nm $sister "Ah! That's good! C'mon <<brother>>, come for your <<sister>>! I don't care if your little clitty's isn't good for anything else, I'll milk you one way or another!">>\
''$sister.name is getting off from the strapon as well, as the harness stimulates her clit.''
<<nm $sister "FUCK! YES! YESSSS!!!">>\
''Your <<sister>> comes hard, thrusting her fake cock further and further into your ass paying you no regard as she uses you as she sees fit.''
<<nm $sister "HAH! HM, haaa... Fuck... Well, ha, that was... great. Aw, look at that little stream of precum running down your leg. Is that the best you can do? Well, you just come back and see me when you're ready to give it another shot, okay? I'll be waiting!">>\
<<Thought "...I can't...move...">>\
''Your <<sister>> collapses on her bed. You muster up what little energy you have and leave into the hallway.''
<<lust $sister>>
<<dom $player -5>>
<<trackAction "analFuck.get" $sister>>\
<<horny 0>>
<<elseif isMale() or isTrans()>>\
''Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<nm $sister "I can't wait anymore, I need it now!">>\
''Your <<sister>> pulls your pants off, exposing your <<pSize>>. Her eyes wide, she can barely contain her excitement.''
<<nm $sister "Mmm, yeah, there it is!">>\
''The feeling of your little <<sister>>'s hot breath makes you even harder.''
<<nm $player "Well, go on, but don't forget that this is only the appetizer this time.">>\
''$sister.name didn't need a second invitation...''
<<pic $sister "suck-player">>\
''Your <<sister>> makes eye contact as she sucks away, savoring every drop she can extract. The feeling of her tongue sliding along your shaft sends electricity through your body, the taboo of it all only amplifying the sensation...''
<<nm $player "Okay <<sis>>, you ready?">>\
''$sister.name pops your dick out of her mouth and slides up onto her bed. As she spreads her legs for you, her inviting, wet pussy comes into full view.''
<<nm $sister "Don't keep me waiting now, <<bro>>!">>\
<<Thought "Fuck she's hot. Well, here I go!">>\
''You climb on top of your <<sister>>, staring down at her while she waits for you to enter her. She stares back, almost in a daze. Her cheeks are flushed and mouth is open, a thin line of drool runs down her face.''
<<nm $player "<<Sis>>...">>\
''You lean in, and the two of you embrace in a passionate, incestuous kiss that feels like it lasts for hours. Your hands explore each other's bodies, grabbing, rubbing, fingering, and finally...''
<<nm $sister "Mmm, come here <<bro>>!">>\
''$sister.name grabs you and pulls you under her, taking the top position. She grabs your desperately hard cock, her grip nearly bringing you to orgasm, and lines it up with her dropping cunt, lowering herself onto you.''
<<pic $sister "ride-male">>\
<<nm $sister "O- Oh! $player.name! YES! FUCK!">>\
''You thrust upward into your <<sister>>, your <<pSize>> feels like it's on fire. She pushes back, forcing you deeper into her with every motion. ''
<<nm $player "<<S-sis>>... You feel incredible! I don't know how much longer...">>\
<<nm $sister "Don't stop <<brother>>, I'm almost there! Oh... OH FUCK!">>\
''She rams herself down onto you even harder than before, and you can feel yourself pushing into her cervix. The sensation only brings you closer faster...''
<<nm $sister "<<Bro>>! C-coming!!!">>
''You can't hold it anymore, and as your <<sister>> is in the middle of her own orgasm, you pull out from under her and move around.''
<<nm $sister "Y-yeah, fuck! G-give it to me <<bro>>! Give me your fucking cum!">>\
<<pic $sister "cum-on-face">>\
''You cover your <<sister>>'s face and mouth in your hot load as a look of pure satisfaction stretches across her glazed face.''
<<nm $player "<<S-sis>>... That was...">>\
<<nm $sister "Yeah...">>\
''Your <<sister>> collapses on her bed. You muster up what little energy you have and leave into the hallway.''
<<love $sister>>
<<lust $sister>>
<<dom $player 1>>
<<trackAction "pussyFuck.give" $sister>>\
<<trackAction "cumBody.get" $sister>>\
<<trackAction "suckCock.get" $sister>>\
<<horny 0>>
<<elseif isFemale() or isBimbo()>>\
''Your <<sister>> is so lost to her own desire that you can't help but draw off her lust, and before you know it you're both stripping down in front of each other.''
<<NoticePussy $sister>>\
<<if frontPlugged()>>\
<<nm $sister "What's this? A <<accf>>? You won't be needing that today, <<bro>>!">>\
''$sister.name pulls the <<accf>> from your pussy and tosses it aside.''
<</if>>\
<<nm $sister "I can't wait anymore, I need you now!">>\
<<pic $sister "sex-ff1">>\
''You grab your <<sister>>, pulling her close. You kiss her, lightly, before sliding your tongue into her mouth. The two of you embrace each other passionately for some time, hands and fingers exploring each other's bodies. After some time, $sister.name breaks the kiss. She's panting, her face is desperate.''
<<nm $sister "I... I need you, <<bro>>...">>\
''You nod, and push her back into the bed. $sister.name sighs sensually as you kiss her neck, then her collar, her nipples, down to her stomach, and thighs, until you find yourself inches away from her dripping sex.''
<<nm $sister "<<Bro>>...">>\
<<pic $sister "eaten-by-player">>\
''You tease her clit with your tongue, flicking it lightly between licking up the length of her slit. Her body shudders with anticipation before you finally dig in deep.''
<<nm $sister "AH!">>\
''Your tongue spirals and laps and penetrates your <<sister>>'s cunt. She grabs your head as you drink in her wetness.''
<<nm $sister "<<Bro>>... this is amazing... but... I want more.">>\
''She slides up and kisses you deeply, the taste of her own juices mixed with making out with her own <<brother>> sending her into yet another orgasm. She breaks the kiss and slides you pants off.''
<<if hasStrapon()>>\
<<nm $sister "A strapon? You were wearing that this whole time? That's... kinda hot. Hey, um, do think... I could try it on?">>\
<<nm $player "You want to... Fuck me with it, you mean?">>\
<<nm $sister "Yeah, if that's okay.">>\
''You pull harness off and hand it to your <<sister>>. She fastens it around her slender waist and begins stroking the large, fake cock.''
<<else>>\
<<nm $player "<<Sis>>?">>\
<<nm $sister "I, uh... I've been wanting to try something. I actually bought this a while ago on a whim but didn't actually have anyone to use it with, but now...">>\
''Your <<sister>> gets up and goes into her closet. When she comes back, she's holding a strapon cock in her hand.''
<<nm $sister "So... What do you think?">>\
''You quickly finish undressing, rolling over in $sister.name's bed and spreading your legs. Your <<pSize>> is ready and waiting as your <<sister>> fastens the strapon into place.''
<</if>>\
<<pic $sister "sex-ff2">>\
''$sister.name climbs on top of you, shoving her fake cock down your throat. You gag on in for several moments as your <<sister>> looks down on you. Finally she pulls out, and as you gasp for air she moves to penetrate you.''
<<nm $sister "Mm, ready <<bro>>?">>\
<<nm $player "Fuck! Just put it in already!">>\
''Your <<sister>> happily complies, sliding the large dildo effortlessly into your sopping mound. You tense at the new feeling of fullness in your abdomen, only pushing you to embrace your <<sister>> tighter.''
<<pic $sister "fuck-player">>\
<<nm $player "Oh FUCK! YES! Fuck me! Fuck your big <<brother>>! OH GOD!">>\
''She rams her cock into you as hard as she can, but it's not enough! Your lust has driven you over the edge, and you push your <<sister>> off you.''
<<pic $sister "sucked-by-player">>\
''You take the wet strapon into your mouth, sucking your juices off of it as you plunge your fingers into your pussy. Once you've had enough, you mount the cock and ride your <<sister>> into the bed.''
<<pic $sister "sex-ff3">>\
<<nm $sister "Holy shit! <<Bro>>! FUCK! YES! RIDE ME!!! FUCKING FUCK!">>\
<<nm $player "Mmmm YES! Shove your cock into your big <<brother>>! Make me cu- Oh! OHHHH FUUUUCKKKK!!!">>\
''You ride your <<sister>>'s strapon hard and fast, grinding the base into $sister.name's clit. You've both lost track of how many times the two of you have climaxed, both of you covered in sweat and drool and cum. You bounce on your <<sister>>'s cock, pushing each of you to one final orgasm, before you collapse onto her from sheer exhaustion...''
<<nm $sister "$player.name... I...">>\
<<nm $player "<<S-sis>>...">>\
<<pic $sister "sex-ff4">>\
''Neither of you able to find the words, you simply hold each other tight, kissing passionately until your <<sister>> finally collapses on her bed. You muster up what little energy you have and leave into the hallway.''
<<love $sister>>
<<lust $sister>>
<<dom $player 1>>
<<trackAction "eatPussy.give" $sister>>\
<<trackAction "suckCock.give" $sister>>\
<<trackAction "pussyFuck.get" $sister>>\
<<horny 0>>
<</if>>\
<<btnLink "Continue" "Home" "passTime()">>
<<else>>\
''You crack open the door to find your <<mom>> and <<sister>> sitting on the bed.''
<<nm $player "Hey ladies, what's going on in here?">>\
<<pic $sister "bed">>\
<<art $mom "happy,robe" $sister "happy,nightie">>\
<<nm $sister "Hey <<bro>>!">>\
<<nm $mom "Hey sweetie. Your <<sister>> and I were just spending some <<mother>> <<daughter>> time together. There's room here for you, though!">>\
<<nm $sister "Yeah <<bro>>, we were just hanging out. Wanna join?">>\
''You hop on the bed with your family and talk and laugh for a good while. You're all having such a good time that you don't even notice how much time passes.''
<<nm $mom "Eesh... Well, I have some things to take care of around the house. You kids have fun, love you!">>\
<<nm $sister "Love you $mom.name!">>\
<<nm $player "Love you $mom.name... Actually, I've got some things to work on as well. See ya', <<sis>>!">>\
<<love $mom>>
<<love $sister>>
<<btnLink "Continue" "Home" "passTime()">>
<</if>>\<<loc_Landing>>\
<<Thought "Eh, they're good without me. I'll just leave them alone for now.">>\
<<btnLink "Continue" "Home">><<loc_SisterRoom>>\
<<nm $player "Okay, I'll leave you two alone. But, you know... I am sorry...">>\
<<if $c is "sister">>\
''Your <<sister>> won't make eye contact with you.''
<<nm $sister "........Okay, just, go.">>\
''You leave the room, noting she sounded slightly less upset than when you first arrived. Your <<mother>> is still visibly confused.''
<<elseif $c is "mom">>\
''Your <<mother>> won't make eye contact with you.''
<<nm $mom "........Okay, just, go.">>\
''You leave the room, noting she sounded slightly less upset than when you first arrived. Your <<sister>> is still visibly confused.''
<<else>>\
''The girls won't make eye contact with you.''
<<nm $sister "...Okay, just, go.">>\
<<nm $mom "...">>\
''You leave the room, hearing the door close behind you once you're about halfway down the hall.''
<</if>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_SisterRoom>>\
<<nm $player "Alright, alright, I get it... I'll leave you two alone.">>\
''You exit the room, leaving your <<sister>> angry and your <<mother>> confused.''
<<btnLink "Continue" "Home" "passTime()">><<set $SceneCredit to "William Brown">>\
<<loc_Landing>>\
<<updatebar>>\
''Wandering through the house, you can hear the unmistakable sounds of your <<mother>> entertaining some company. You're a little surprised by the fact that it sounds like there's only one man in there with her this time, but don't pay it much mind.''
<<Thought "I figured after she got knocked up she'd slow down, but her sex drive has been even more insatiable than usual lately...">>\
<<nm $mom "$player.name? Are you home? C-can you- OHHH!!! Can you c-c-come here, baby?">>\
<<Thought "What now?">>\
<<btnTooHorny "See what she wants - <<t1>>" "Home-14-Orgy">>
<<btnNotHorny "Ignore her" "Home-14-Ignore">><<loc_MomRoom>>\
''You head up to her room and open the door.''
<<pic $action "ts-solo">>\
<<nm $mom "Hey honey...">>\
''You <<mother>> sits on the bed in front of you, naked, stroking her cock. This, surprisingly, is normal. What strikes you as odd is the fact that she's alone.''
<<nm $player "Hey, $mom.name... What's-">>\
''The next thing you know, there's an arm around your mouth, lifting you slightly off the floor. Another hand reaches around your waist and begins pulling at your clothing. Your <<bottom>> falls to the floor, then your <<top>>...''
<<nm $mom "Hehehe, we thought you might want to play a little game with us! I've been, just, SO happy since $mom.pregnantBy gave me this baby inside me that, I thought, you should have one, too!">>\
''You struggle until your face breaks free from the stranger's elbow.''
<<if $player.isPregnant>>\
<<if $player.pregnantBy is $mom.name>>\
<<nm $player "W-what the fuck? I'm already pregnant with YOUR baby!">>\
<<else>>\
<<nm $player "W-what the fuck? B-but I'm already pregnant!">>\
<</if>>\
<<nmc "Stranger" "Hey, c'mon now! There's always room in there for one more!">>\
<<elseif not hasPussy()>>\
<<nm $player "W-what the fuck? I can't even GET pregnant!">>\
<<nmc "Stranger" "Hey, c'mon now! We won't know 'til we try!">>\
<<else>>\
<<nm $player "W-what the fuck? Are you kidding me!?">>\
<<nmc "Stranger" "Hey, c'mon now! This here was your <<mom>>'s idea! She's one sick bitch, you know that?">>\
<</if>>\
<<pic $mom "cum-covered-happy">>\
<<nm $mom "Bring my <<son>> over, baby... I wanna get started!">>\
''You're dragged over to the bed where your <<mother>> waits anxiously, stroking her rock hard cock as your captor lowers you down.''
<<nm $player "N-no!">>\
<<pic $player "ride-ts">>\
<<if hasPenis()>>\
<<anal "your <<mother>>'s cock">>
<<nm $mom "A-AHHHHH!!! G-GOD! YES!">>\
''She cums immediately upon entering your tight, un-lubricated hole. The only thing saving you from excruciating pain is the fact that her cock was coated in a thick layer of precum, flowing freely for what must have been some time.''
<<nm $mom "C-come on... A s-slut like you is- OHHHH!!! S-sure to get p-pregnant with enough of my c-cum... CUMOHGAWD!!!">>\
''Load after load of thick, hot cum shoots up into you. It feels more like a steady stream than separate orgasms.''
<<nmc "Stranger" "Hey now cutey, let's put that mouth to work, huh?">>\
<<pic $action "huge-cock-blowjob">>\
''The man's giant cock forces its way into your mouth and down your throat. It's too much for you, and you start gagging instantly, choking on the massive rod. He doesn't care, continuing to throatfuck you as he pleases until...''
<<nm $mom "Ahhhh... Okay baby, your turn!">>\
<<nmc "Stranger" "I thought you'd never offer! Alright cutey, time to put that ass to work for ME now!">>\
''Your <<mother>> pushes you off her cock and onto the bed, propping your defenseless ass up as her lover lines his cock up with your <<aSize>>.''
<<nm $player "Aaah!! G-god it... It hurts!">>\
<<pic $player "fucked-by-male">>\
<<anal "the man's huge cock">>
''You're relentlessly used by your <<mother>> and her "friend" for several hours, injecting you with what must have been a gallon of cum between the two of them. It feels like an eternity before they finally let you go, thick semen leaking out of your asshole and a painful bulge in your stomach. You're so inflated, in fact, that you probably //could// pass for being pregnant if someone were to see you right now...''
<<lust $mom>>
<<dom $player -5>>
<<trackAction "analFuck.get" $mom>>\
<<trackAction "creampie.get" $mom>>\
<<trackAction "suckCock.give">>\
<<trackAction "creampie.get">>\
<<else>>\
<<vaginal "your <<mother>>'s cock">>
<<nm $mom "A-AHHHHH!!! G-GOD! YES!">>\
''She cums immediately upon entering your tight, unprepared pussy. The only thing saving you from excruciating pain is the fact that her cock was coated in a thick layer of precum, flowing freely for what must have been some time.''
<<nm $mom "C-come on... A s-slut like you is- OHHHH!!! S-sure to get p-pregnant with enough of my c-cum... CUMOHGAWD!!!">>\
''Your <<mother>>'s cock is large enough to penetrate your cervix. Load after load of thick, hot cum shoots up directly into your womb! It feels more like a steady stream than separate orgasms.''
<<nmc "Stranger" "Hey now girly, let's put that mouth to work, huh?">>\
<<pic $action "huge-cock-blowjob">>\
''The man's giant cock forces its way into your mouth and down your throat. It's too much for you, and you start gagging instantly, choking on the massive rod. He doesn't care, continuing to throatfuck you as he pleases until...''
<<nm $mom "Ahhhh... Okay baby, your turn!">>\
<<nmc "Stranger" "I thought you'd never offer! Alright girly, time to put that cunt of yours to work for ME now!">>\
''Your <<mother>> pulls out of your pussy, only to use your juices to help her lubricate enough to enter your <<aSize>>! You yelp in pain at the sudden shock of anal penetration, however the fear truly sets in as you realize what's actually about to happen...''
<<nm $player "Aaah!! G-god it... It hurts!">>\
<<pic $action "female-dp">>\
<<anal "your <<mother>>'s cock">>
<<vaginal "the man's huge cock">>
''You're relentlessly used by your <<mother>> and her "friend" for several hours, injecting you with what must have been a gallon of cum between the two of them. It feels like an eternity before they finally let you go, thick semen leaking out of your pussy... You'd been passed around so many times, and taken so many loads deep inside, that if you ''<<if $player.isPregnant>>''weren't already pregnant''<<else>>''did become pregnant''<</if>>'' you'd have no actual way of knowing who the "father" was...''
<<lust $mom>>
<<dom $player -5>>
<<horny 0>>
<<preg $player "...someone">>
<<trackAction "analFuck.get" $mom>>\
<<trackAction "pussyFuck.get" $mom>>\
<<trackAction "creampie.get" $mom>>\
<<trackAction "pussyFuck.get">>\
<<trackAction "creampie.get">>\
<<trackAction "suckCock.give">>\
<</if>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
''You decide she's fine and go about your business.''
<<Thought "I'm sure she just wants to rope me into another one of her orgies so she can get herself off...">>\
<<btnLink "Continue" "Home">><<loc_Landing>>\
''You leave your room and turn towards the stairs, only to run into $sister.name... literally. She was lost in her phone like usual and didn't see you coming, causing a head-on collision that brought you both to the floor.''
<<pic $sister>>\
<<art $sister "angry,2">>\
<<nm $sister "Ow, fuck <<bro>>, watch where you're- ooohhhh">>\
''You realize your <<sister>>'s involuntary moan is the result of your precariously placed knee, right up against her panties...''
<<Thought "Are you kidding me!? It's like a scene out of one of her stupid anime... Her face right now though...">>\
<<btnTooHorny "Lean in for an 'accidental' kiss - <<t1>>" "Home-15-Kiss">>
<<btnNotHorny "Get off of her and apologize" "Home-15-GetOff">><<loc_Landing>>\
''You quickly jump off of $sister.name, who takes a couple seconds to snap back to reality.''
<<nm $player "S-Sorry about that <<sis>>. Didn't mean to fall on you.">>\
<<pic $sister>>\
<<art $sister "embarrassed">>\
<<nm $sister "No... It's fine. I should have been paying attention. Sorry <<bro>>.">>\
''You help her up and the two of you continue on your way.''
<<love $sister>>
<<btnLink "Continue" "Home">><<loc_Landing>>\
''Seeing her like that, on her back, beneath you, slipping a moan of pleasure at the feeling of you between her legs... It's too much, and before you know if you're falling towards her lips...''
<<pic $sister "kiss-player">>\
<<act $sister "kiss,player">>\
<<if dose($sister,"kiss") or dose($sister,"relief")>>\
''She jumps at the impact, but to your surprise she responds by wrapping her arms around you, returning your kiss. Your tongues explore each other's mouths for what feels like hours, though only seconds pass. A noise downstairs startles you both, and the embrace is broken. You both sit up.''
<<nm $player "S-Sorry, <<sis>>... I, um...">>\
<<pic $sister>>\
<<art $sister "aroused,2">>\
<<nm $sister "Don't be... That was... nice. Like, really nice...">>\
''Your <<sister>> appears somewhat dazed as she brings herself to her feet and walks back to her room.''
<<Thought "Nice? I mean... Yeah...">>\
<<love $sister>>
<<lust $sister>>
<<else>>\
''Your lips meet, and though for a second she seems to be into it, the moment is quickly brought to an end.''
<<nm $sister "<<Bro>>! Geez, what the fuck! I'm your <<sister>>!">>\
<<nm $player "I'm sorry! Really! The way we landed, and, my knee... I'm sorry, my body just kinda moved on its own. I didn't mean to..." "Shit!">>\
''$sister.name glares at you for a moment before dropping her shoulders and sighing.''
<<pic $sister>>\
<<art $sister "aroused,2">>\
<<nm $sister "It's... fine, I get it. Just, y'know, don't let it happen again?">>\
<<nm $player "Right, I'm sorry.">>\
''You help each other up and go your separate ways.''
<</if>>\
<<horny 10 "Interacting with your <<sister>> this way has you feeling excited.">>
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
''Your a little surprised when your <<sister>> comes running up to you out of nowhere.''
<<pic $sister>>\
<<art $sister "happy,2">>\
<<nm $sister "Hey <<bro>>! Whatcha up to?">>\
<<nm $player "Ah, that depends. What do you want?">>\
''$sister.name pulls out a text book on college chemistry.''
<<nm $sister "I've been having trouble with my chem class, and you're so smart with all that sciency shit, so I thought, maybe, you could help me study?">>\
<<Thought "Sciency... shit?">>\
<<btnChoice "Help her out - <<t1>>" "Home-16-Help">>\
<<btnChoice "Decline" "Home-16-Decline">>\<<loc_SisterRoom>>\
<<nm $player "Sure, what the hell...">>\
<<pic $sister>>\
<<art $sister "happy">>\
<<nm $sister "Yay! We'll go to my room.">>\
''You help $sister.name make sense of various things as she runs pens and highlighters through her text book.''
<<if dose($sister,"handjob") or dose($sister,"relief")>>\
<<nm $player "Right, so, are you getting any of this? We've been at it for a while.">>\
''You notice $sister.name's been lightly stroking the outside of her panties...''
<<pic $sister "bed-strip">>\
<<act $sister "strip">>\
<<nm $sister "Yeah, I'm getting it... Say, have you thought of a way for me to repay you for helping me? Cause... I have!">>\
''Your <<sister>> tosses the book aside and pulls your pants down.''
<<if wearing("sisters-panties")>>\
<<nm $sister "What the hell? Are these MY panties? You kinky <<if isMale()>>fucker<<else>>slut<</if>>! I've been looking for these. I gotta say, they look pretty good on you though. Tell ya' what, you just go ahead and keep wearing them for now, 'kay?">>\
<<horny 10 "Your <<sister>>'s comments have made your horny.">>
<<lust $sister>>
<</if>>\
<<if isChastity()>>\
<<nm $sister "What the fuck... Wow, how pathetic...">>\
''$sister.name pokes at the <<accf>> imprisoning your flaccid cock.''
<<nm $sister "Well, haha, so much for that... I'll let you figure out how to get off on your own I guess... I'll let you know if I need help again...">>\
''You're left feeling embarrassed and, well, horny...''
<<lust $sister>>
<<dom $player -1>>
<<horny 10>>
<<elseif isSissy()>>\
<<NoticePenis $sister>>\
''$sister.name reaches between your legs<<if analPlugged()>> and pulls the <<accb>> out from your ass, setting it aside<</if>>. Your <<pSize>> is small enough that she can cup your micropenis in her palm while working your ass pussy with her fingers.''
<<nm $player "A-ahh...">>\
''Your legs tremble at the dual stimulation, made all the more intense whenever she pinches your tiny cockhead between the flesh of her thumb and index finger to remind you who's in charge.''
<<nm $sister "How's it feel, having me rub this pitiful little flap of meat while finger fucking your asshole? All with the same hand no less! You wanna come? Well just go right ahead!">>\
''With that she begins rapiding rolling your girl cock in her hand while plunging her fingers deeper into your anus. You feel the orgasm hit you, and even your <<sister>>'s humiliating laughter as you fail to produce more than a couple beads of cum isn't enough to ruin it...''
<<if analPlugged()>>\
<<nm $sister "Oh, don't forget this!">>\
''$sister.name grabs the <<accb>> sitting on the bed and rams it hard up your recently used asshole, causing a tiny bit of cum to spurt from your tiny, flaccid dicklet.''
<</if>>\
<<nm $player "Th-Thanks <<sis>>, your gratitude is, um... noted.">>\
<<nm $sister "Damn right! I'll let you know when I need help... studying again.">>\
<<love $sister>>
<<lust $sister>>
<<dom $player -1>>
<<horny 0>>
<<elseif hasPenis()>>\
<<NoticePenis $sister>>\
''$sister.name grabs your <<pSize>> in her hand and starts working it.''
<<pic $sister "handjob-player">>\
<<act $sister "handjob,male">>\
''She knows exactly how to get you there, paying close attention to ever fold, vein and twitch of your rock hard penis.<<if analPlugged()>> She even reaches back and starts working the <<accb>> in and out of your <<aSize>>, adding to the pleasure.<</if>> The fact that it's your <<sister>> only makes everything all the more exciting, and it's not long before she has you on the edge...''
<<nm $sister "How's this? Good enough for my big <<brother>>? C'mon! Come for me!">>\
''She doesn't have to tell you twice.''
<<pic $sister "handjob-finish">>\
<<act $sister "handjob,malecum">>\
''You unload onto your <<sister>>'s satisfied face, and she happily accepts every last drop.''
<<nm $player "Th-Thanks <<sis>>, your gratitude is, um... noted.">>\
<<nm $sister "Damn right! I'll let you know when I need help... studying again.">>\
<<love $sister>>
<<lust $sister>>
<<horny 0>>
<<else>>\
<<NoticePussy $sister>>\
''$sister.name reaches between your legs and starts working your <<if isBimbo()>>dripping, slutty <</if>>mound like a pro. Her perfectly timed rolls of your pussy lips, pinches of you clit and shallow penetrations are more than enough to take you to the edge.''
<<pic $sister "rub-pussy">>\
<<act $sister "handjob,female">>\
<<nm $sister "How's that, <<bro>>? Not that I need to ask, the proof is running down my wrist!">>\
''She's not wrong, and it only takes a few more moments before she has you quivering into her palm.''
<<pic $player "squirt">>\
<<act $sister "handjob,femalecum">>\
''A few hard twitches and leg spasms later, and you're spent.''
<<nm $player "Th-Thanks <<sis>>, your gratitude is, um... noted.">>\
<<nm $sister "Damn right! I'll let you know when I need help... studying again.">>\
<<love $sister>>
<<lust $sister>>
<<horny 0>>
<</if>>\
<<else>>\
<<nm $sister "Okay... my brain's toast. This is as far as I go... ughhhhh...">>\
<<nm $player "Dramatic much? I guess we have been at it for a while. Well, alright. Let me know when you want to pick it up again.">>\
''$sister.name is face down in her text book at this point, but still manages to muster the strength to give you a thumbs up.''
<<nm $sister "Rodger dodger...">>\
<<love $sister>>
<</if>>\
<<RemoveConvo $sister 1>>\
<<AddConvo $sister 2>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
<<nm $player "Yeah, I... Can't right now... I'm actually really need to get some things done for work before I go in again. Raincheck?">>\
<<pic $sister>>\
<<art $sister "angry,2">>\
<<nm $sister "Bullshit! ...Whatever, fine, but you owe me!">>\
<<nm $player "Right, right. Sorry, another time! For sure!">>\
''You take off down the hallway.''
<<nm $sister "Dick!">>\
<<btnLink "Continue" "Home">><<loc_Landing>>\
<<set $player.loc to "SisterRoom">>\
''Walking past your <<sister>>'s room, you notice some activity going on through her cracked open door. When you take a second to see what she's up to, you realize she's in the middle of changing her clothes.''
<<Thought "Oh shit, she's naked!">>\
<<pic $sister "changing1">>\
<<act $sister "strip">>\
<<btnTooHorny "Stay and watch - <<t1>>" "Home-17-Stay">>
<<btnNotHorny "Move along" "Home-17-Ignore">><<loc_SisterRoom>>\
''You decide it's worth the risk, at least for a minute. $sister.name bends and squats and leans as she reaches for bits of clothing on and under her bed, and you can't help but get a little, no, very aroused by it all.''
<<if dose($sister,"tease")>>\
<<AddHomeEvent 18>>\
<<nm $sister "Hm? Hehe, oh hey <<bro>>, enjoying the show?">>\
<<pic $sister "changing2">>\
<<act $sister "strip,aroused,2">>\
''You tense up, clearly caught, but all you can do is nod your head. She smiles, and emphasizes her movements as she finishes getting changed, making sure you get an eyeful before getting up and closing the door on you.''
<<lust $sister>>
<<horny 10>>
<<else>>\
<<act $sister "strip,angry,2">>\
<<nm $sister "Hey! What the fuck do you think you're doing!">>\
<<nm $player "N-no, I was just-" "Shit!">>\
''$sister.name gives you a shove and slams the door on you, screaming at you from inside her room. You walk off, defeated and embarrassed.''
<</if>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
<<Thought "Best to just pretend I didn't see that...">>\
''You decide to keep walking, rather than risk whatever wrath may be waiting for you if you get caught! Still, you can't get the image of your <<sister>>'s body out of your head...''
<<horny 10>>
<<btnLink "Continue" "Home">><<loc_SisterRoom>>\
''You're walking down the hallway when the sound of moaning coming from your <<sister>>'s room stops you dead in your tracks. The door's cracked open, so you can't help but look it. Sure enough, she's working herself on the bed, in full view.''
<<pic $sister "solo1">>\
<<art "scene/DakotaSolo">>\
<<nm $sister "Ooohhhh... mmmmm... haaaa...">>\
<<Thought "Did she... want me to see this?">>\
<<btnNotHorny "Stay and watch - <<t1>>" "Home-18-Stay">>
<<btnTooHorny "Join in and masturbate with her - <<t1>>" "Home-18-Join">>
<<btnNotHorny "Ignore it and keep walking" "Home-18-Ignore">><<loc_SisterRoom>>\
''You continue watching, and after a minute $sister.name looks up and smiles at you, making her intentions obvious.''
<<pic $sister "solo1">>\
<<art "scene/DakotaSolo">>\
''She keeps going, eventually rolling over and pulling a large toy out of the nightstand by her bedside. You're a little surprised when she lubes it up and starts fucking her ass with it.''
<<pic $sister "solo2">>\
<<act $sister "solo,anal,dildo">>\
<<if isSissy()>>\
<<if isChastity()>>\
''Your <<pSize>> lays flaccid inside against it's <<accf>>, preventing you from touching it, even if you wanted to. Precum drips down your thighs from your tiny micro cock, and it takes all your willpower not to ''<<if analPlugged()>>''grab the <<accb>> in your own ass and start working it.''<<else>>''reach down and start fingering your own ass.<</if>>''
<<else>>\
''You start to feel precum dripping down your thighs from your tiny micro cock, and it takes all your willpower not to ''<<if analPlugged()>>''grab the ''<<accb>>'' in your own ass and start working it.''<<else>>''reach down and start fingering your own ass.''<</if>>
<</if>>\
<<dom $player -1>>
<<elseif hasPenis()>>\
<<if isChastity()>>\
''Your <<pSize>> strains against it's <<accf>>, preventing you from taking any action, even if you wanted to...''
<<dom $player -1>>
<<else>>\
''You start to feel your <<pSize>> swelling in your <<UnderwearOrPants>>, and it takes all your willpower not to reach down and start jerking off right then and there.''
<</if>>\
<<else>>\
''You've reached one hand under your <<top>> and have started rubbing your <<bSize>>. You can feel yourself getting wetter and wetter to the point where your ''<<if isWearingUnderwear()>>''<<underwear>> are''<<else>>''<<bottom>> is''<</if>>'' starting to get soaked. It takes all your willpower not to reach down and start fingering your <<vSize>> while you watch.''
<</if>>\
<<nm $sister "Enjoy the show, big <<brother>>? <<if dose($sister,'masturbate')>>Maybe next time you could show me yours, huh?<<else>>I'm sure it won't be the last one I put on for you...<</if>>">>\
''Your <<sister>> closes her door, leaving you <<hard>> and horny.''
<<lust $sister>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">><<loc_SisterRoom>>\
''You continue watching, and after a minute $sister.name looks up and smiles at you, making her intentions obvious.''
<<pic $sister "solo1">>\
<<art "scene/DakotaSolo">>\
''She keeps going, eventually rolling over and pulling a large toy out of the nightstand by her bedside. You're a little surprised when she lubes it up and starts fucking her ass with it.''
<<pic $sister "solo2">>\
<<act $sister "solo,anal,dildo">>\
<<if dose($sister,"masturbate") or visited("Home-18-Stay")>>\
<<if isSissy()>>\
<<if isChastity()>>\
''Your <<pSize>> lays flaccid inside against it's <<accf>>, preventing you from touching it, even if you wanted to.''
<</if>>\
''You start to feel precum dripping down your thighs from your tiny micro cock, and reach down to ''<<if analPlugged()>>''grab the <<accb>> in your own <<aSize>> and start working it.''<<else>>'' start fingering your own <<aSize>>.''<</if>>'' You plunge deeper in, staying in time with your <<sister>>'s actions. She watches you as you keep your eyes on her, and it doesn't take long for the two of you to reach orgasm at nearly the same time. A tiny stream of cum dribbles into your ''<<if isWearingUnderwear()>>''<<underwear>>''<<else>>''down your leg''<</if>>'' just as $sister.name bites her arm to stifle her climax.''
<<lust $sister>>
<<horny 0>>
<<elseif hasPenis()>>\
<<if isChastity()>>\
''Your <<pSize>> strains against it's <<accf>>, preventing you from taking any action, even if you wanted to...''
''Instead you're left to simply spectate... She watches you as you keep your eyes on her, and it doesn't take long for $sister.name to reach orgasm, biting her arm to stifle her climax.''
<<dom $player -1>>
<<horny 10 "Your chastity state prevents you from getting off, making you even more aroused than you were before!">>
<<else>>\
''You start to feel your <<pSize>> swelling in your <<bottom>>. You reach down and slowly wrap your fingers around your throbbing member, stroking in time with your <<sister>>'s actions. She watches you as you keep your eyes on her, and it doesn't take long for the two of you to reach orgasm at nearly the same time. Hot cum shoots into your <<UnderwearOrPants>> just as $sister.name bites her arm to stifle her climax.''
<<lust $sister>>
<<horny 0>>
<</if>>\
<<else>>\
''You can feel yourself getting wetter and wetter to the point where your ''<<if isWearingUnderwear()>>''<<underwear>>''<<else>>''thighs''<</if>>'' are starting to get soaked. You finally give in, ''<<if frontPlugged()>>''grabbing the <<accf>> and plunging it in and out of your sopping wet <<vSize>>.''<<elseif hasStrapon()>>''grasping your big, fake cock and stroking it hard, tugging the straps against your clit and pussy lips.''<<else>>''plunging your fingers into your sopping wet pussy.''<</if>>'' You go harder, faster, keeping in time with your <<sister>>'s actions. She watches you as you keep your eyes on her, and it doesn't take long for the two of you to reach orgasm at nearly the same time. You spray hard, further drenching your ''<<if isWearingUnderwear()>>''<<underwear>>''<<else>>''thighs''<</if>>'' just as $sister.name bites her arm to stifle her climax.''
<<lust $sister>>
<<horny 0>>
<</if>>\
<<nm $sister "Hehe, that was fun, <<brother>>. Maybe next time we should make things a little more private? Maybe even turn on a movie?">>\
''Still out of breath you simply nod in agreement while pulling your pants back up. You close your <<sister>>'s door and leave her be.''
<<else>>\
''You pull the front of your pants down and slide your hand in, slowly working your <<pSize>>.''
<<pic $sister>>\
<<art $sister "angry,2,naked">>\
<<nm $sister "What the fuck, <<bro>>?">>\
<<nm $player "Huh? I thought...">>\
<<nm $sister "No, that's not how this game works. Close the door and fuck off!">>\
''You quickly pull up your pants and shut the door.''
<<Thought "Well... shit.">>\
<<horny 10>>
<</if>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
<<Thought "Best to just pretend I didn't see that...">>\
''You decide to keep walking, rather than risk whatever wrath may be waiting for you if you get caught! Still, you can't get the image of your <<sister>>'s body out of your head...''
<<horny 10>>
<<btnLink "Continue" "Home">><<loc_Landing>>\
''As you walk down the hallway you hear the unmistakable sounds of intercourse coming from your <<sister>>'s room.''
<<Thought "I thought I saw someone come home with her earlier, didn't think it was for this though. Oh well, good for her.">>\
<<pic $sister "orgasm">>\
<<nm $sister "O-ohhh, fuck! Mmmm, harder! FUCK!">>\
''You head towards your original destination until you realize her door is cracked open, enough that you can see movement. If you wanted to, you could probably get a better view without getting caught.''
<<btnTooHorny "Peek in and watch" "Home-19-Watch">>
<<btnNotHorny "Ignore it and keep walking" "Home-19-Ignore">><<loc_SisterRoom>>\
<<SetFlag $sister "See-MCS2-Event">>\
<<Thought "No way I'm passing up a chance like this...">>\
''You quietly approach the door frame and peek your head around the corner.''
<<pic $sister "fucked-by-male-doggy">>\
''$sister.name's on her bed, getting fucked hard by a large man. She's losing herself to the pleasure as he mercilessly rams into her from behind. The sight of the two of them has you hot...''
<<if firstVisit()>>\
<<btnLink "Stay and touch yourself - <<t1>>" "Home-19-Stay">>
<<else>>\
<<btnChoice "Leave before you get caught" "Home-19-Leave">>
<<btnChoice "Stay and touch yourself - <<t1>>" "Home-19-Stay">>
<</if>>\<<loc_Landing>>\
<<Thought "Fuck... I can't risk staying here and getting caught... but... ugh...">>\
''You reluctantly force yourself away from the show, however, doing so has left you incredibly horny...''
<<horny 100>>
<<btnLink "Continue" "Home">><<loc_SisterRoom>>\
''You decide to stay and watch, and with your level of arousal being what it is now, you can't help but slide a hand under your <<bottom>>.''
<<pic $sister "fucked-by-male">>\
<<if isChastity()>>\
<<if isSissy()>>\
''Your dicklet leaks precum through its cage, and with no way to stimulate it directly you're left tugging at the device itself in hopes of finding some kind of relief.''
<<else>>\
''Your <<pSize>> strains against its cage, hardening to the point where it becomes painful. With no way to stimulate it directly you're left to tugging on the device itself in hopes of finding some kind of relief.''
<</if>>\
<<dom $player -1>>
<<horny 10>>
<<elseif isSissy()>>\
''Your <<pSize>> twitches and spasms as a river of precum streams down your thighs. You rub the flap of flesh as though it were a real clit''<<if isWearingUnderwear()>>'' until your <<underwear>> are soaked through''<<else>>'' until your legs start trembling''<</if>>''.''
<<elseif hasPenis()>>\
''Your <<pSize>> throbs against your <<UnderwearOrPants>>, and it's not long before you find your hand wrapped around it, cautiously stroking to the sight of your <<sister>> getting pounded on her bed.''
<<else>>\
<<if hasStrapon()>>\
''You grasp the shaft of the large, fake cock you're wearing beneath your <<bottom>>. As you tug back and and forth on it, the base sends your clitoris into a frenzy. It's not long before you're leaking a steady stream of fluids down your leg.''
<<else>>\
<<if isBimbo()>>\
''Your <<if isWearingUnderwear()>><<underwear>><<else>>thighs<</if>> are already a hot, wet mess, and your finger are already plunged deep into your sopping pussy as you fantisize about being in either of their positions.''
<<else>>\
''Your pussy trembles with need, and it's not long before your fingers are furiously working your clitoris. You move fast, applying more pressure, until the sight of your <<sister>> getting taken on her bed nearly drives your to the brink.''
<</if>>\
<</if>>\
<</if>>\
<<pic $sister "cum-in-mouth">>\
''The man finally reaches his limit, just as you reach yours. As he finishes on your <<sister>>, you finish behind your <<sister>>'s open door. Your orgasm is intense, and it takes a minute for you to realize your <<sister>> is looking square at you with a sly smile on her face.''
<<Thought "Oh shit...">>\
''She doesn't seem upset, but you're not really sure what she's thinking either. You quickly gather yourself together and run off.''
<<lust $sister>>
<<AddHomeEvent 20>>\
<<if not isChastity()>>\
<<horny 0>>
<</if>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
<<Thought "Better to just leave them alone. I'm sure she's been needing this anyway...">>\
''You pass quickly by the door, remaining unnoticed by your <<sister>>.''
<<btnLink "Continue" "Home">><<loc_Landing>>\
''Walking down the hallway you hear the sound of the shower running in the bathroom again. You just saw your <<sister>> walking around, so you know it has to be your <<mom>> in there.''
<<Thought "Hunh... Maybe I should press my luck and try to sneak another peak...">>\
''You can't help yourself, quietly opening the door and looking in on your naked <<mother>>, washing herself in the shower.''
<<pic $mom "shower">>\
<<art "scene/avaShowerClosed">>\
<<Thought "Holy shit, yeah, this is great... oh...">>\
''You realize you've started getting <<hard>>, and your wandering hand isn't doing you any favors...''
<<btnTooHorny "Risk it and touch yourself to your <<mom>> in the shower" "Home-2-Watch">>
<<btnNotHorny "Leave before you get caught" "Home-2-Leave">><<loc_Landing>>\
<<Thought "Damn... This probably isn't worth getting evicted and disowned over. I should probably take this party back to the privacy of my room...">>\
''You quietly close the door and return to your bedroom''
<<btnLink "Continue" "Room">><<loc_HomeBathroom>>\
''You check the hallway's clear before pulling your hand up and sliding it down under your <<UnderwearOrPants>>.''
<<pic $mom "shower">>\
<<art "scene/avaShower">>\
<<if hasPenis()>>\
<<if isSissy()>>\
<<if isChastity()>>\
''Your <<pSize>> is leaking precum, which you can feel running down your thighs. Since you can't actually rub your soft dicklet to coax more out, you're left to scrape what little you can ''<<if isWearingUnderwear()>>''out of your <<underwear>>''<<else>>''off your leg''<</if>>'' which you then begin to use as lubricant for your <<vSize>>.''
<<dom $player -1>>
<<else>>\
''Your <<pSize>> is leaking precum, which you can feel running down your thighs. You rub your soft dicklet to coax more out, which you then begin to use as lubricant for your <<vSize>>.''
<</if>>\
<<nm $player "A-ahhhh... haaa...">>\
<<if analPlugged()>>\
''You grab hold of the <<accb>> in your anus and start plunging into yourself deep and hard.''
<<else>>\
''You plunge your cum-soaked fingers deep into your ass, fucking yourself hard and fast.''
<</if>>\
<<elseif isChastity()>>\
''Feeling the <<accf>> imprisoning your flaccid <<PussyOrCock>> sends you a depressing and agonizing reminder that you're unable to actually do anything about your current situation. Instead, you just continue watching, cock straining against its cage...''
<<dom $player -1>>
<<else>>\
''You slowly wrap your fingers around your <<pSize>>, working it up to full mast before stroking rhythmically...''
<</if>>\
<<elseif isFemale()>>\
<<if hasStrapon()>>\
''You grab hold of the large strapon cock you've been wearing and work it as though it were your own. Each stroke applies greater and greater pressure against your quivering pussy...''
<<else>>\
''You slowly work your clit, coaxing out more and more moisture until you're wet enough to plunge your fingers into your slit...''
<</if>>\
<<nm $player "A-ahhhh... haaa...">>\
<</if>>\
''You can't take your eyes off your <<mother>>, soapy water running down her body, fingers gliding across her skin. Your breathing gets heavier and your ''<<if isChastity()>>''forced chastity becomes all the more unbearable...''<<else>>''self-pleasure becomes more vigorous...''<</if>>
@@THUD!@@
<<nm $mom "Oh god damnit!">>\
''Your <<mom>>'s elbow knocks over a full shampoo bottle, causing it to crash to the shower floor with a loud bang. You slam the door closed and run to your room, hand still down your pants.''
<<Thought "Oh shit shit shit!!! No way she didn't hear that! Or, maybe? Maybe she didn't notice since the bottle fell around the same time... Oh fuck... Either way, she didn't know it was me... Right?">>\
''You've lost your momentum. Unable to finish, you sit in your room and wait for your <<mother>> to finish her shower and return to her bedroom.''
<<lust $mom>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">><<loc_SisterRoom>>\
''As you walk by your <<sister>>'s room you notice she has her boyfriend over again, and from the sounds of it they've already gotten down to business.''
<<Thought "Jesus, doesn't she ever close her door?">>\
''This time, however, you're surprised to hear her voice coming from the room.''
<<nm $sister "$player.name? Is that you? Get in here!">>\
''Confused, and curious, you open the door and enter the room to find your <<sister>> riding her boyfriend...''
<<pic $sister "ride-male">>\
<<nm $sister "Hey <<bro>>, this is Jack. I know you two haven't 'officially' met, but I also know you were watching us the other day...">>\
<<Thought "...">>\
<<nm $sister "Oh don't worry, I'm not mad! Actually, Jack and I were talking about it and... Well, basically, Jack was telling me how much he's love to fuck you, too, and I started thinking about how hot it'd be to watch him inside my <<brother>>!">>\
<<Thought "This... is not what I was expected to happen today.">>\
''Jack is staring at you as he casually fucks your <<sister>>.''
<<if firstVisit()>>\
<<btnLink "Obey your <<sister>> - <<t1>>" "Home-20-Accept">>
<<else>>\
<<btnTooHorny "Accept the invitation - <<t1>>" "Home-20-Accept">>
<<btnNotHorny "Decline the invitation" "Home-20-Decline">>
<</if>>\<<loc_SisterRoom>>\
<<set _tempImg to {img: $player.img}>>\
<<nm $player "...Sure, what the hell...">>\
''Your <<sister>> and Jack both look excited.''
<<if isMale()>>\
<<nm $sister "Um, there's just one thing... Come here for a minute.">>\
''$sister.name grabs you by the arm and pulls you into her closet.''
<<nm $sister "Jack's open for trying just about anything, but his interest in 'manly men' isn't, well, much. So, I thought it'd be fun to doll you up a bit for the occasion!">>\
<<nm $player "I... suppose it's too late to back out of this now?">>\
<<nm $sister "Oh, way too late!">>\
''Your <<sister>> spends the next 20 minutes or so shaving you, applying makeup, and dressing you up in whatever she can find that will fit you. You're surprised to find that, while you lack the feminine features to make you truly passable, you're actually... kinda cute.''
<<nm $sister "Perfect! Now, let's go get you impaled!">>\
<<tfm "fem">>
<<set _tempImg.img to setup.imgPlayerSissy>>\
<</if>>\
''You climb onto the bed and expose yourself to Jack. $sister.name sits on her desk chair and begins masturbating as Jack prepares to mount you.''
<<if isChastity()>>\
<<nm $sister "Haha, look at that! Poor big <<brother>>'s all locked up... Pathetic. Oh well, not like <<he>>'ll be needing it today anyway.">>\
<</if>>\
<<if isSissy()>>\
''You lay back into position, awaiting your fate, when your <<sister>> stops Jack from advancing.''
<<nm $sister "Hold on, Jack! Make the sissy bitch beg for it before you fuck <<him>>!">>\
''Jack begins stroking his cock in front of you while he waits.''
<<nm $player "U-um... P-please put your c-cock into m-">>\
<<nm $sister "C'mon slut! I know you can beg better than that! Do it right or I'm sending you back WITH Jack to his frat house!">>\
''You find the threat both terrifying and exciting.''
<<nm $player "Please, Jack, p-put your huge m-meaty cock into my slutty little ass-pussy! I need it now!">>\
<<pic _tempImg "fucked-by-male">>\
''Jack eagerly accepts, plunging his cock hard into your <<aSize>>, ignoring your yelps of pain as he slams you harder and harder into submission.''
<<anal "Jack's huge cock">>
<<elseif hasPussy()>>\
''Jack ''<<if isBimbo()>>''easily slides his huge cock into you soaking, ready <<vSize>>''<<elseif isFemale()>>''pushes his huge cock into your <<vSize>>''<</if>>. You're surprised at the size, but ultimately end up receiving it all easily enough.''
<<pic _tempImg "fucked-by-male">>\
''Jack quickly begins to pick up the pace, fucking you harder and harder as you lose yourself further to the pleasure!''
<<if isBimbo()>>\
<<nm $player "Oh! OH! FUCK! YES! JACK!!! OHHHHH FUCK ME HARDER!!!">>\
<<else>>\
<<nm $player "O-oh! Holy... Shit... A-AHH!!">>\
<</if>>\
<<vaginal "Jack's huge cock">>
<<elseif isMale()>>\
''You've never been in this position before, but the excitement of being dominated while wearing your <<sister>>'s clothing outweighs any aversion you have to the situation. Jack carefully guides his cock into your heavily lubricated <<aSize>> and begins fucking you slowly.''
<<pic _tempImg "fucked-by-male">>\
<<Thought "Fffuuu... Holy shit... This is... This... Mmm, this isn't so bad, actually...">>\
''After becoming more accustomed to the feeling of fullness inside you, you begin to instinctively push back against Jack, forcing the tempo to increase as you get closer and closer to your own orgasm!''
<<anal "Jack's huge cock">>
<<elseif isTrans()>>\
<<pic _tempImg "fucked-by-male">>\
''You happily accept Jack into your inviting and well-lubricated <<aSize>>, which easily accommodates his large cock. Jack tries to move slowly at first but you push back ensuring he picks up the pace. He's soon fucking you hard and steady, and you're enjoying every second of it!''
<<anal "Jack's huge cock">>
<</if>>\
''$sister.name watches on as you're hammered relentlessly, matching her pace with yours until Jack's finally reached his limit.''
<<pic _tempImg "cum-on-face">>\
''Jack reaches his orgasm just as $sister.name does, failing to suppress her moaning as she spasms in her seat, never breaking eye contact with you. <<if isChastity()>>The chastity cage surrounding your cock prevents you from fully achieving orgasm, leaving you desperate and horny.<<else>>You've come hard as well, leaving quite a mess on your <<sister>>'s bed...<</if>>''
<<if isSissy()>>\
<<nm $sister "Mmm, that was amazing... But... Look. You've made Jack's cock all dirty! What should we do about that?">>\
''Jack hangs his softening dick in front of your face.''
<<nm $player "I should... c-clean it...">>\
<<nm $sister "No, no... You need ask permission!">>\
''You divert you eyes for a moment, trying to suppress tears.''
<<nm $player "P-please, may I l-lick you c-cock clean? Please?">>\
''Jack rubs his wet cock around your face for a moment, deliberately dodging your open mouth, before finally allowing you take it down your throat. You gag on Jack's soft, thick cock before he's finally decided he's had enough. Jack pulls out, leaving you to fall forward into a pool of lube and cum.''
<<nm $sister "Good job, slut. Maybe next time you can service both of us!">>\
''$sister.name and Jack exit the room, leaving you to clean up their mess.''
<<else>>\
''Your <<sister>> slides down from the chair onto the bed.''
<<nm $sister "Mmm, that was great! Come here, Jack, you need to clean up...">>\
''$sister.name pushes you to the side and takes Jack's softening cock into her mouth, sucking all the sex off of it. After a minute she waves you off, showing no signs of releasing Jack from her mouth any time soon. You pick up your clothing and leave the room.''
<</if>>\
<<lust $sister>>
<<dom $player -5>>
<<if isChastity()>>\
<<horny 10 "Your chastity device prevented you from reaching orgasm, and as a result you're even hornier than before!">>
<<else>>\
<<horny 0>>
<</if>>\
<<if hasPenis()>>\
<<trackAction "analFuck.get">>\
<<else>>\
<<trackAction "pussyFuck.get">>\
<</if>>\
<<trackAction "suckCock.give">>\
<<trackAction "cumFace.get">>\
<<btnLink "Continue" "Home" "passTime()">><<loc_SisterRoom>>\
<<nm $player "Um, yeah... I think I'm gonna have to pass this time.">>\
''Jack looks disappointed.''
<<pic $sister "dakota-nekkid">>\
<<nm $sister "Aw, that's really too bad... Well, the offer's always open if you decided to, you know, live a little.">>\
''Your <<sister>> returns her focus to Jack and the two of them ignore you until you finally decide to leave the room.''
<<Thought "'Live a little', huh...">>\
<<horny 10 "The idea of getting fucked by Jack with $sister.name has your mind racing...">>
<<btnLink "Continue" "Home">><<loc_LivingRoom>>\
''You walk in to the living room to find your <<sister>> sitting up on the couch, flipping through various streaming services. It looks like she's wanting to watch a movie.''
<<nm $player "Hey <<sis>>!">>\
''$sister.name shoots you a side-glance of acknowledgement.''
<<pic $sister>>\
<<art $sister>>\
<<nm $sister "Hey <<bro>>, what are you up to?">>\
<<btnChoice "Watch a movie - <<t2>>" "LivingRoom-Sister-Movie">>\
<<if serums() > 0>>\
<<if $sister.dose > 0>>\
<<Thought "Even if I've already dosed her recently, I suppose it wouldn't hurt to give her another dose now...">>\
<<else>>\
<<Thought "I think I can get away with testing the serum on $sister.name now...">>\
<</if>>\
<<btnChoice "Use a serum on her - <<t1>>" "Sister-Dose" "$sister.doseCD=0">>\
<</if>>\<<loc_Room>>\
''You're sitting in your room when your relaxation is suddenly interrupted by the sound of "OH GOD FUCK ME HARD-" followed by what sounds like plastic getting slammed together.''
<<Thought "The fuck? That came from $sister.name's room...">>\
<<btnChoice "Go check on her - <<t1>>" "Home-22-Check">>
<<btnChoice "Ignore it" "Home-22-Ignore">><<loc_SisterRoom>>\
''You get out of bed and walk down to your <<sister>>'s room. She's sitting on the foot of her bed, laptop closed tight on her legs. She looks at you, beet red.''
<<pic $sister "bed">>\
<<art $sister "embarrassed,2,nightie">>\
<<nm $player "So... Forget to check your volume?">>\
''She nods.''
<<nm $player "Wanna... Show me what you were watchin'?">>\
<<if dose($sister,"porn")>>\
''$sister.name thinks for a moment, then opens her laptop and turns it towards you.''
<<pic $events "porn-porn2">>\
<<art "events/porn/lesbian">>\
<<nm $sister "It's, uh, kinda what I've been into lately. What do you think?">>\
''You'd be lying if you said it wasn't arousing, evident by the new sensations stirring in your <<pSize>>...''
<<nm $player "Gotta say, it's actually pretty hot, <<sis>>. Maybe send me the link?">>\
<<nm $sister "Hehe, sure thing <<bro>>!">>\
''You phone buzzes, alerting you to a new email, and you thank your <<sister>>.''
<<nm $player "Well then, I'll leave you to it.">>\
''You leave your <<sister>>'s room, closing the door behind you.''
<<love $sister>>
<<lust $sister>>
<<horny 10>>
<<else>>\
''$sister.name looks down to the side.''
<<nm $sister "N-not... really...">>\
<<nm $player "Mhmm... Well, whatever it was... I guess I'll leave you to it...">>\
''You exit your <<sister>>'s room, leaving her embarrassed staring at her laptop.''
<<Thought "That was a little mean, she's just so cute when she's flustered!">>\
<</if>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Room>>\
''You know exactly what that noise was, but just this once you'll leave her alone.''
<<btnLink "Continue" "Home">><<loc_Landing>>\
''You're walking down the hallway when $sister.name appears out of nowhere and grabs your arm.''
<<pic $sister>>\
<<art $sister "happy,2">>\
<<nm $sister "Heeeeyyyyyyy. How's my favorite big <<brother>> doing today?">>\
<<nm $player "...What do you want, <<sis>>?">>\
<<nm $sister "Aw, don't be like that! Can't I just be happy to see you? Cuz I love you?">>\
<<nm $player "...No.">>\
''$sister.name is unphased.''
<<nm $sister "Anyway, there's a new movie opening tonight and I thought maaaaaaybe you'd like to take me?">>\
<<nm $player "As in, you want me to drive you to the theater and drop you off?">>\
<<pic $sister>>\
<<nm $sister "Oh come on! Don't be like that... Doncha wanna spend some time with your little <<sister>>?">>\
<<if $Money >= 50>>\
<<btnChoice "Take her to the movies - @@.loss;$$50@@ - <<t2>>" "Home-23-Take" "$Money -= 50">>\
<<btnChoice "Don't take her" "Home-23-Ignore">>\
<<else>>\
<<btnLink "Can't afford it" "Home-23-Broke">>\
<</if>>\<<loc_Landing>>\
<<Thought "A day at the movies with $sister.name would run me about $$50, which, is fine, I guess...">>\
<<nm $player "...Alright, get your shit, let's go.">>\
<<pic $sister>>\
<<art $sister "happy">>\
<<nm $sister "YAY!">>\
''$sister.name hugs you and runs to her room, throwing on some sneakers and grabbing her purse.''
<<btnLink "Head to theater" "Home-23-Theater">><<loc_Theater>>\
''You wait in line to buy drinks while your <<sister>> goes to find seats, popcorn in hand.''
<<Thought "Why do I keep letting her get away with this shit?">>\
''Finally, you make it to the theater just in time for the previews to start. $sister.name is sitting in the back row and flags you down. You both settle in for the movie.''
<<if dose($sister,"handjob") or dose($sister,"relief")>>\
''You're both enjoying the movie, when about an hour in you feel your <<sister>>'s hand slide under your <<bottom>>.''
<<pic $sister>>\
<<if isChastity()>>\
<<nm $sister "Hm, that's too bad. I was going to thank you for the movie but it looks like that won't be possible.">>\
''$sister.name gives your <<accf>>, along with your balls, a tight squeeze eliciting a wince of pain.''
<<nm $sister "Oh well, guess I'll just take care of myself then. Don't worry, I'll be sure to keep a 'tight' hand on you until I finish. Sissy sluts like you are into that sort of thing, right?">>\
''Your <<sister>> begins masturbating while maintaining a firm grip on your imprisoned <<pSize>> and balls. The agony continues for what feels like an eternity, until one final hard squeeze signals she's finished. You stifle a yelp, and try to ignore your <<sister>> for the remainder of the movie.''
<<nm $sister "C'mon, <<bro>>, don't be like that! You know you liked it.">>\
''You turn your head, avoiding eye contact...''
<<lust $sister>>
<<dom $player -5>>
<<else>>\
<<if isSissy()>>\
<<NoticePenis $sister>>\
''Your <<sister>> stares at your <<pSize>> for a moment.''
<<nm $sister "Now where is... Ah, there we go. Sorry, <<bro>>, your little clitty's so tiny I have trouble finding it sometimes.">>\
''You look down.''
<<nm $player "S-Sorry, <<sis>>...">>\
<<nm $sister "You should be, it's pathetic. Now hurry up and get my hand wet enough so I can 'thank' you for the movie.">>\
''$sister.name rubs your tiny, soft penis rapidly to coax out enough precum to act as a lubricant.''
<<if analPlugged()>>\
<<nm $sister "Ah, looks like you're already stuffed back here. Haha, what a little slut. Oh well, that's perfect.">>\
''Your <<sister>> grabs hold of the <<accb>> in your ass, rubbing your precum around the base, and begins pumping it in and out of your tight hole.''
<<nm $player "Mph, <<sis>>, that's k-kinda, p-painful...">>\
<<nm $sister "Good, that's how you like it, right?">>\
<<nm $player "N-no, I-">>\
''$sister.name rams the <<accb>> into you as hard as she can, forcing a girly squeal from you.''
<<nm $sister "I said, that's how you like it, right slut?">>\
<<nm $player "Y-yes, <<sis>>, I-I love it when you f-fuck my asspussy h-hard like that...">>\
<<else>>\
<<nm $sister "Alright, slut, that should be enough. Don't want it to be 'too' slick or you won't feel any of that pain you get off on so hard.">>\
<<nm $player "N-no, <<sis>>, it need to be wet-">>\
''Your <<sister>> doesn't give your the chance to finish. You choke on your words as the wind leaves your lungs and you gasp to reclaim it. It takes a moment for you to register the three fingers now resting in your <<aSize>>, knuckle-deep, and before you can fully get used to the feeling your <<sister>> begins pumping.''
<<NoticeAss $sister>>\
<<nm $player "<<S-sis>> that *gasp* h-hurts! <<Sis>>!">>\
''Another deep thrust from your <<sister>> cuts you off again.''
<<nm $sister "Of course it hurts. It has to hurt a little to get sissy sluts like you off, right?">>\
<<nm $player "N... Y-yes... P-please don't s-stop.">>\
<<nm $sister "Good <<boy>>.">>\
<</if>>\
''The sodomy continued for some time, and $sister.name never settled into a steady pace long enough for you to get used to it, leaving you in borderline agony for who knows how long. Finally, your thighs began to tremble...''
<<nm $sister "Hey, look at that! Sissy's finally gonna come! Make it a big one for me, okay?">>\
''The orgasm hits you hard, but you fail to meet your <<sister>>'s request. A tiny spurt from your useless dicklet is all you can muster.''
<<nm $sister "Aw, that's disappointing, but I guess it can't be helped.">>
''$sister.name scrapes up what little cum she can onto her fingers and holds them to your face.''
<<nm $player "<<S-sis>>, n-no...">>\
<<nm $sister "Now, be a good slut and suck my fingers clean so we can go back to the movie.">>\
''You reluctantly comply, sucking your <<sister>>'s fingers deep and swallowing down your own cum...''
<<nm $sister "C'mon, <<bro>>, don't be like that! You know you liked it.">>\
''You turn your head, avoiding eye contact...''
<<dom $player -5>>
<<elseif hasPenis()>>\
<<nm $player "H-hey, what are you-">>\
<<nm $sister "Oh relax, I'm just saying thank you for the movie!">>\
<<NoticePenis $sister>>\
''$sister.name wraps her small fingers around your <<pSize>> and begins slowly working your length.''
<<nm $sister "Just act natural or someone will notice.">>\
<<Thought "Oh sure, 'act natural'...">>\
''Your <<sister>> expertly works your member for several minutes until it begins twitching in her hand. You try to keep your composure as she milks stream after stream of hot cum into your <<UnderwearOrPants>>.''
<<nm $sister "See? I told you today would be fun.">>\
''$sister.name pulls her hand back, licking her fingers clean and returning to the movie.''
<<nm $player "Y-yeah... sure <<sis>>...">>\
<<else>>\
<<nm $player "H-hey, what are you doing?">>\
<<nm $sister "Relax, I'm just thanking you for the movie! Now relax, or people will notice...">>\
<<NoticePussy $sister>>\
<<if hasStrapon()>>\
''As she moves her hand towards you pussy, $sister.name quickly realizes that you've been hiding someting under your <<UnderwearOrPants>>...''
<<nm $sister "<<Bro>>, is this a... strapon?">>\
<<nm $player "Um, yeah, I like to wear it sometimes...">>\
<<nm $sister "Hunh, that's kinda kinky, but I can work with it.">>\
''$sister.name starts working it like a real cock, making sure to grind the base into your clit on every downstroke.''
<<nm $sister "How's that, <<bro>>?">>\
<<nm $player "Yeah... that's great...">>\
<<elseif frontPlugged()>>\
''As she moves her hand towards you pussy, $sister.name quickly realizes that you've been hiding someting under your <<UnderwearOrPants>>...''
<<nm $sister "Is this... <<Brother>>!">>\
<<nm $player "Haha, what's the problem?">>\
<<nm $sister "Nothing, I just... God you're such a slut! Oh well, I can work with this.">>\
''$sister.name grips the <<accf>> and begins pumping it in and out of your <<pSize>>.''
<<else>>\
''$sister.name slides her hand towards your clitoris, rubbing it slowly at first, then picking up speed.''
<<nm $player "<<Sis>>...">>\
''After a few moments, she shifts her focus to your now-wet <<vSize>>, sliding in two fingers, then a third. She expertly maneuvers the interior of your hole, as if it were her own.''
<<nm $player "God, mmm... Keep going, <<sis>>...">>\
<</if>>\
''Your <<sister>> continues pleasuring you in the dark theater for what feels like an eternity. Finally, far to soon for your own liking, you can feel your legs begin to quiver as pressure builds between your legs.''
<<nm $player "Oh GAW- *Mph*">>\
''You clasp your hand over your mouth to stifle the screams as your <<sister>> drives your climax home.''
''After a few moments, you finally get yourself together enough to sit up in your seat and release your <<sister>>'s hand, which she immediately begins to lick clean.''
<<nm $sister "See, <<bro>>? I told you tonight would be fun!">>\
<</if>>\
<<lust $sister>>
<<horny 0>>
<</if>>\
<<elseif dose($sister,"kiss")>>\
''You're both enjoying the movie, when about an hour in you feel your <<sister>>'s hand fall on yours in an effort to grab your attention. You turn your head to see what she wants, and are caught off guard when she leans in for a kiss.''
<<pic $sister "kiss-player">>\
<<nm $player "What was that for?">>\
<<pic $sister>>\
<<nm $sister "Just wanted to say thanks for the movie.">>\
''Your <<sister>> smiles at you and you smile back, and you both go back to watching the movie.''
<<love $sister>>
<<lust $sister>>
<<horny 10 "The deep kiss from your <<sister>> has you worked up.">>\
<<else>>\
''The movie's enjoyable enough, watching anything on a screen that big with booming surround sound will be fun. $sister.name seems to be having a good time and really, that's all that matters to you right now.''
<<love $sister>>
<</if>>\
''The movie finally ends, and the two of you head back home.''
<<pic $sister>>\
<<art $sister "happy,2">>\
<<nm $sister "Thanks a lot, <<bro>>! You're the best!">>\
<<nm $player "Yeah, yeah... I know.">>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
<<Thought "A day at the movies with $sister.name would run me about $$50, which, I really can't afford right now...">>\
<<nm $player "I'd love you take you, <<sis>>, but I really can't afford it tonight. Maybe after I get paid again?">>\
<<pic $sister>>\
<<art $sister "sad,2">>\
<<nm $sister "...Fiiiiiine. That's fine, but you owe me, okay?">>\
<<nm $player "Sure thing, <<sis>>.">>\
<<btnLink "Continue" "Home">><<loc_Landing>>\
<<Thought "A day at the movies with $sister.name would run me about $$50, which, I just don't have...">>\
<<nm $player "I'd love you take you, <<sis>>, but I really can't afford it tonight. Maybe after I get paid again?">>\
<<pic $sister>>\
<<art $sister "sad,2">>\
<<nm $sister "...Fiiiiiine. That's fine, but you owe me, okay?">>\
<<nm $player "Sure thing, <<sis>>.">>\
<<btnLink "Continue" "Home">><<loc_LivingRoom>>\
''You head downstairs to find your <<sister>> sitting on the couch, doing something on your phone. As you watch her, your <<PussyOrCock>> begins to stir...''
<<Thought "Well... She did say 'any time', didn't she?">>\
<<btnTooHorny "Ask her for some oral relief - <<t1>>" "Home-24-Oral">>
<<btnNotHorny "Leave her alone for now" "Home-24-Ignore">><<loc_LivingRoom>>\
''You walk up behind your <<sister>> and rest your hands on her shoulders. She jumps a little before looking up at you...''
<<pic $sister>>\
<<nm $sister "Hey <<bro>>! You know... $mom.name's not around...">>\
''$sister.name looks wantingly at your crotch, you see her drool a little bit...''
<<Thought "Haha, too easy...">>\
<<if isChastity()>>\
<<NoticePenis $sister>>\
''Your <<sister>> climbs onto the couch and starts eating out your ass, ignoring your locked up cock. After a few minutes she stops and climbs on top of you.''
<<nm $sister "Too bad your <<pSize>> is all locked up, but I think we can milk some use out of it!">>\
''$sister.name intertwines her legs with yours, mounting the hood of her labia over your <<accf>>.''
<<nm $sister "Let's do this like proper girls, 'kay?">>\
''Once in position, she starts grinding herself against you. The activity is humiliating, since you're unable to feel any of it, as your <<sister>> forces you to trib her like a woman.''
<<nm $sister "Mmmm, yeah... That's... OH!! YES!!!">>\
''Your <<sister>> comes hard, dismounting you immediately to leave you desperate and wanting.''
<<nm $sister "Thanks for that, <<bro>>, I needed it. If you want to finish just go ahead and... well, I guess there's not much you can do, is there?. I'm done here. Later!">>\
''$sister.name leaves the room, leaving you to your own devices...''
<<love $sister>>
<<lust $sister>>
<<dom $player -5>>
<<horny 10>>
<<trackAction "trib.get" $sister>>\
<<elseif isSissy()>>\
<<NoticePenis $sister>>\
''Your <<sister>> climbs onto the couch and starts eating out your ass, ignoring your <<pSize>>. After a few minutes she stops and climbs on top of you.''
<<nm $sister "Your little clitty might be useless as a proper cock, but I think we can milk some use out of it!">>\
''$sister.name intertwines her legs with yours, mounting the hood of her labia over your tiny cockhead.''
<<nm $sister "Let's do this like proper girls, 'kay?">>\
''Once in position, she starts grinding herself against you. The activity is as pleasurable as it is humiliating, as your <<sister>> forces you to trib her like a woman.''
<<nm $sister "Mmmm, yeah... That's... OH!! YES!!!">>\
''Your <<sister>> comes hard, dismounting you immediately to leave you desperate and wanting.''
<<nm $sister "Thanks for that, <<bro>>, I needed it. If you want to finish just go ahead and rub your clitty 'til you come like the sissy slut you are. I'm done here. Later!">>\
''$sister.name leaves the room, leaving you to your own devices...''
<<love $sister>>
<<lust $sister>>
<<dom $player -5>>
<<horny 10>>
<<trackAction "trib.get" $sister>>\
<<elseif hasPenis()>>\
<<NoticePenis $sister>>\
<<pic $sister "suck-player">>\
''Your <<sister>> drops to her knees and gets to work, taking your cock into her mouth and working it with her hand until you cum on her face.''
<<pic $sister "cum-on-face">>\
''You sigh in relief while $sister.name looks quite satisfied with herself. She leaves the room and goes upstairs, closing her door behind her and goes back to pleasing herself quite loudly...''
<<love $sister>>
<<lust $sister>>
<<dom $player 1>>
<<horny 0>>
<<trackAction "suckCock.get" $sister>>\
<<else>>\
<<NoticePussy $sister>>\
''You climb on top of your little <<sister>>, mounting her face, grinding your slit deeper and deeper into her mouth. She goes right to work, lapping and sucking until you start convulsing with orgasm.''
<<pic $sister "couchoral-ff2">>\
''You sigh in relief while $sister.name looks quite satisfied with herself. She leaves the room and goes upstairs, closing her door behind her and goes back to pleasing herself quite loudly...''
<<love $sister>>
<<lust $sister>>
<<dom $player 1>>
<<horny 0>>
<<trackAction "eatPussy.get" $sister>>\
<</if>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_LivingRoom>>\
<<Thought "I'll just leave her be, for now. Maybe another time, though...">>\
<<btnLink "Continue" "Home">><<set $SceneCredit to "Jennifer Caswell">>\
<<SetFlag $sister "WatchWebcam">>\
<<loc_Landing>>\
<<updatebar>>\
''Walking up the stairs to the hallway you're a little caught off guard at the sight of your <<sister>> with another girl.''
<<pic $npc "jessica-kiss-sister">>\
<<nm $player "Oh! H-hey, <<sis>>.">>\
''You startle them.''
<<pic $npc "jessica">>\
<<nm $girl "Oh my gosh! Oh, hehe, $sister.name, is this your <<brother>>? <<He>>'s cute...">>\
<<nm $sister "Hey hey hey! <<He>> doesn't matter today, c'mon you!">>\
''$sister.name pulls the mystery girl into her bedroom and slams the door behind them.''
<<Thought "Heh, <<sis>> always did enjoy a good... Hey wait, this is pretty much exactly what I rigged up $sister.name's webcam for. Let's see, is there time for it?">>\
<<btnTooHorny "Go check out the show on your computer - <<t1>>" "Home-25-Watch">>
<<btnNotHorny "Give them their privacy" "Home-25-Ignore">><<loc_Room>>\
<<nm $player "No way I'm missing out on this!">>\
''You run to your room and fire up the feed.''
<<pic $npc "jessica-kiss-sister2">>\
''The girls have wasted no time getting down to business, making out and undressing each other on your <<sister>>'s bed. Meanwhile, your hand has found its way beneath your <<UnderwearOrPants>> as you begin to stroke your ''<<if isChastity()>>''<<aSize>>''<<else>>''<<pSize>>''<</if>>''.''
<<nm $sister "Hehe, c'mon you, we don't have all night!">>\
<<pic $npc "jessica-eat-sister">>\
''$sister.name pulls the other girl down between her legs and watches as she happily gets to work. She rubs her small breasts as her tiny slit gets enthusiastically serviced by the other woman.''
<<nm $sister "A-AHH F-fuck babe, s-so good!">>\
''They go at it for a short while before $sister.name finally flips the other girl on her back, proceeding to spend the next several moments in the 69 position.''
<<pic $npc "jessica-69-sister">>\
<<Thought "They're really going at it! O-oh, shit, I think I'm about to...">>\
<<if isChastity()>>\
<<if analPlugged()>>\
''Unable to touch your <<pSize>> due to the chastity device, you've been fucking your asshole with your <<accb>> while watching the feed, finally stimulating yourself into an intense orgasm.''
<<else>>\
''Unable to touch your <<pSize>> due to the chastity device, you've been fucking your asshole with your fingers while watching the feed, finally stimulating yourself into an intense orgasm.''
<</if>>\
<<elseif hasPenis()>>\
''You've been vigorously stroking your <<pSize>> while watching the feed, finally prompting an intense orgasm.''
<<else>>\
<<if frontPlugged()>>\
''You've been vigorously fucking your <<vSize>> with your <<accf>> while watching the feed, finally prompting an intense orgasm.''
<<else>>\
''You've been vigorously plunging your fingers into your <<vSize>> while watching the feed, finally prompting an intense orgasm.''
<</if>>\
<</if>>\
<<nm $player "Fuck! A-ah!">>\
''You cum hard while watching your <<sister>> and her friend. The two of them, meanwhile, are coming down from their own orgasms and cuddling in bed as they catch their breath. You turn off your monitor and collapse into your chair.''
<<lust $sister>>
<<horny 0>>
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
<<nm $player "Eh, I've got better things to do. I'll just leave them to their fun for now. She sure was cute, though...">>\
<<btnLink "Continue" "Home">><<loc_LivingRoom>>\
''You walk into the living room to find your <<mother>> sitting back on the couch watching TV. As you circle around to see what she's up to, the sight of her naked stops you in your tracks.''
<<pic $mom "couch-naked">>\
<<nm $mom "Oh! Hey baby, you startled me, haha. What's up? Wanna watch some TV with me?">>\
<<nm $player "I-I uh...">>\
<<btnTooHorny "Sit down next to your <<mom>> and watch some TV - <<t1>>" "Home-26-Stay">>\
<<btnNotHorny "Tell her you were just passing through" "Home-26-Leave">>\<<loc_LivingRoom>>\
''You take a seat next to $mom.realName on the couch.''
<<pic $mom "couch-naked">>\
<<nm $mom "There you go! Mmm, this cool air over my skin is just the best! I wonder why I didn't start doing this sooner... Anyway, those two are federal agents working undercover as cello tutors and, oh, this is the musical crossover episode, and so that one...">>\
''The allure of your <<mother>> laying naked next to you quickly fades away as she dives into momsplaining her TV drama to you. She finally quiets down after getting involved in the show again. After a little while, you look over and see $mom.realName mindlessly exploring her body, hands running over her pert nipples and fingers gliding between her legs.''
<<nm $player "H-hey, getting a little handsy there, $mom.name?">>\
<<nm $mom "Hm? OH! Haha, yeah, it just feels so good, y'know? Hey... wanna feel?">>\
''You jump, a little surprised by the offer.''
<<nm $player "I-I, um... ah...">>\
<<pic $mom "couch-naked-2">>\
''She squeezes her huge breasts as she pushes herself towards you before finally cracking up laughing.''
<<nm $mom "O-ho, hahaha, I'm sorry... I'm sorry... Oh my, you're beet red!">>\
<<if dose($mom,"tight")>>\
''$mom.realName barrels over, falling off the couch as she continues to point and laugh at you. She finally collects herself and hops back on the couch where she gets comfortable again. As you settle back into your seat, you can't help but notice that your <<mother>>'s hand has fallen onto your thigh. High, up your thigh.''
<<nm $player "Um, your, ah...">>\
<<nm $mom "Shh, I don't want to miss this part!">>\
''Her eyes stay locked on the TV, but her hand seems to be slowly making it way up your leg. <<if hasPenis()>>Your <<pSize>> twitches <<if isChastity()>>in its cage<<else>>under your <<UnderwearOrPants>><</if>><<else>>Your <<vSize>> quivers under you <<UnderwearOrPants>><</if>> as her fingers creep closer and closer.''
<<if dose($mom,"oral") or dose($mom,"sex")>>\
<<nm $player "$mom.name, y-you're... woah!">>\
<<if isChastity()>>\
''Your <<mother>> quickly slides her hand up under your <<UnderwearOrPants>>, wrapping her fingers around your caged cock. While her eyes remain locked on the TV, you can see a clear grimmace on her face as she examines the device with her hands.''
<<nm $mom "Ugh...">>\
''Without ever looking directly at you, she withdraws her hand and goes straight to pleasuring herself instead, making sure you get a clear view of the action.''
<<pic $mom "solo1">>\
<<nm $mom "Haaa... h-haaa... mmmm...">>\
''This goes on for some time until your <<mom>> finally works up to a loud, wet orgasm just inches away from you, your <<if isSissy()>>tiny, flaccid penis dripping from inside its cage<<else>><<pSize>> straining painfully against its cage<</if>>...''
<<nm $mom "Mmmm, that was great... Hey, $player.name? Why don't you go find something to do, mama's gonna need the living room to herself for a bit.">>\
<<nm $player "S-sure, $mom.name...">>\
''You do as you're told, getting up from the couch and leaving the room.''
<<lust $mom>>
<<dom $player -3>>
<<horny 10>>
<<elseif isSissy()>>\
''Your <<mother>> quickly slides her hand up under your <<UnderwearOrPants>>, wrapping her fingers around your tiny, flaccid cock. She giggles to herself as she rolls it between her fingers.''
<<nm $mom "Hehe, hmm...">>\
''Without ever looking directly at you, she continues to work your clitty, doing everything from trying to jerk you off with two fingers, to rubbing it as if it was an actual clitoris.''
<<nm $player "A-ah, $mom.name... I-I'm...">>\
''She picks up her pace, rubbing faster and harder until finally a warm stream of clear, thin cum starts rolling down your waist. Satisfied, $mom.realName withdraws her hand, licking it clean before moving to pleasure herself. Her eyes are still locked on the TV.''
<<pic $mom "solo1">>\
<<nm $mom "Haaa... h-haaa... mmmm...">>\
''This goes on for some time until your <<mom>> finally works up to a loud, wet orgasm just inches away from you, your <<pSize>> continues dribbling as you watch on.''
<<nm $mom "Mmmm, that was great... Hey, $player.name? Why don't you go find something to do, mama's gonna need the living room to herself for a bit.">>\
<<nm $player "S-sure, $mom.name...">>\
''You do as you're told, getting up from the couch and leaving the room.''
<<lust $mom>>
<<dom $player -3>>
<<horny 0>>
<<elseif hasPenis()>>\
''Your <<mother>> quickly slides her hand up under your <<UnderwearOrPants>>, wrapping her fingers around your quickly hardening <<pSize>>. She moans softly as she slides her hand along its length.''
<<if noticePenis($mom)>>\
<<NoticePenis $mom>>\
<<else>>\
<<CommentPenis $mom
"Mmmm, hehehe...|I can barely fit my hand around it!"
"Mmmm, hehehe...|There's my big <<boy>>..."
"Mmmm...|Feels so nice..."
"Mmmm...|Such a cute cock..."
"Mmmm...|Such a cute cock..."
>>\
<</if>>\
''Without ever looking directly at you, she continues to stoke your cock, working you closer and closer to orgasm.''
<<nm $player "A-ah, $mom.name... I-I'm...">>\
''She picks up her pace, jerking you harder and faster until finally causing an explosing of hot, thick cum to erupt over her fingers. Satisfied, $mom.realName withdraws her hand, licking it clean before moving to pleasure herself. Her eyes are still locked on the TV.''
<<pic $mom "solo1">>\
<<nm $mom "Haaa... h-haaa... mmmm...">>\
''This goes on for some time until your <<mom>> finally works up to a loud, wet orgasm just inches away from you, your <<pSize>> continues dribbling as you watch on.''
<<nm $mom "Mmmm, that was great... Hey, $player.name? Why don't you go find something to do, mama's gonna need the living room to herself for a bit.">>\
<<nm $player "S-sure, $mom.name...">>\
''Still in a bit of a daze, you finally pull yourself together, getting up from the couch and leaving the room.''
<<lust $mom>>
<<horny 0>>
<<else>>\
''Your <<mother>> quickly slides her hand up under your <<UnderwearOrPants>>, sliding her fingers into your <<vSize>>. She moans softly as she starts pressing her fingers into its warmth.''
<<if noticePussy($mom)>>\
<<NoticePussy $mom>>\
<<else>>\
<<CommentPussy $mom
"Mmmm, hehehe...|Wow, <<he>>'s so wet and loose!"
"Mmmm, hehehe...|Mmm, my little <<boy>>'s been getting around, hasn't <<he>>?"
"Mmmm...|Feels so nice..."
"Mmmm...|Such a cute pussy..."
"Mmmm...|Such a cute pussy..."
>>\
<</if>>\
''Without ever looking directly at you, she continues to work your slit, plunging her fingers deeper and deeper, bringing you closer and closer to orgasm.''
<<nm $player "A-ah, $mom.name... I-I'm...">>\
''She picks up her pace, rubbing and fingering deeper and faster until finally causing an explosing of hot, thick juices to erupt over her fingers. Satisfied, $mom.realName withdraws her hand, licking it clean before moving to pleasure herself. Her eyes are still locked on the TV.''
<<pic $mom "solo1">>\
<<nm $mom "Haaa... h-haaa... mmmm...">>\
''This goes on for some time until your <<mom>> finally works up to a loud, wet orgasm just inches away from you, your <<vSize>> continues leaking as you watch on.''
<<nm $mom "Mmmm, that was great... Hey, $player.name? Why don't you go find something to do, mama's gonna need the living room to herself for a bit.">>\
<<nm $player "S-sure, $mom.name...">>\
''Still in a bit of a daze, you finally pull yourself together, getting up from the couch and leaving the room.''
<<lust $mom>>
<<horny 0>>
<</if>>\
<<else>>\
<<Thought "Shit, she's almost touching it!">>\
<<nm $player "H-hey, $mom.name, I-">>\
<<nm $mom "SHH!">>\
''Along with shushing you, she goes all the way and gives your crotch a firm squeeze, which to be fair does silence you immediately. It doesn't end there, though, as your <<mother>> not only leaves her hand resting your crotch, but begins to sensually kneed it as well.''
<<nm $player "O-oh..." "Shit, she's m-massaging you... f-fuck...">>\
''She starts to speed up, groping you harder and faster, before stopping completely. Flushed, she snaps over to you.''
<<pic $mom "ava-lingerie">>\
<<nm $mom "Y'know, you're being really distracting! I've missed like half my show, why don't you go clean up a little or something. I want some, mmm, quiet time in the living room.">>\
<<nm $player "W-what!? I... ah...">>\
''You notice her hand moving under her panties.''
<<nm $player "Sure... I'll go find something else to do... Jeez.">>\
''You get up and leave the room. After this little session, you probably do have a few "things" to go take care of...''
<<lust $mom>>
<<horny 50>>
<</if>>\
<<btnLink "Continue" "Home" "passTime()">>
<<else>>\
''$mom.realName barrels over, falling off the couch as she continues to point and laugh at you. She finally collects herself and hops back on the couch where she gets comfortable again. You give her a playful shove and spend the next several minutes wrapping up the episode of her show before going about your day.''
<<love $mom>>
<<lust $mom>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">>
<</if>>\<<loc_LivingRoom>>\
<<nm $player "Oh, um, sorry, I was just passing through. I'm a little busy. Maybe later?">>\
<<pic $mom "couch-naked">>\
<<nm $mom "Aw, too bad. Well let me know if you want to hang out later or something.">>\
<<nm $player "Sure thing, $mom.name.">>\
''You quickly leave the living room as your <<mother>> returns to her show.''
<<horny 10>>
<<btnLink "Continue" "Home">><<loc_Kitchen>>\
''As you walk downstairs, you're greeted by the sight of your <<mother>> pressing $sister.name against the wall, sliding her tongue into her small mouth.''
<<pic $action "female-kiss-female">>\
<<nm $sister "Mmmm... mmmm... ooohhh...">>\
<<if dose($sister,"sex")>>\
''$sister.name eagerly returns her <<mom>>'s kiss, pressing back into her and running her hands up her back.''
<<else>>\
''$sister.name accepts $mom.realName's advance, but seems a little apprehensive about sharing such an intimate encounter with her <<mom>>.''
<</if>>\
<<nm $mom "Mmmm, oh?">>\
<<pic $mom>>\
<<nm $mom "Hey sweetie, didn't see you come down. I was just helping your <<sister>>, mmm, open up a little. You know, help her get a little more comfortable with her family.">>\
<<nm $sister "Haaa... haaaaa... h-hey, <<bro>>...">>\
''$mom.realName runs a hand up $sister.name's thigh, firmly groping her crotch as she makes her way over her tiny breasts. $sister.name shudders in pleasure and discomfort as you watch on.''
<<nm $mom "Since you here, maybe you could help $sister.name understand how much better it is to be so, hehe, close with each other here.">>\
<<nm $sister "I-I... h-hold on... $mom.name...">>\
<<btnTooHorny "Kiss $mom.name - <<t1>>" "Home-27-KissMom">>\
<<btnTooHorny "Kiss $sister.name - <<t1>>" "Home-27-KissSis">>\
<<btnNotHorny "Decline and walk away" "Home-27-Leave">>\<<loc_Kitchen>>\
''You slide betweek your <<sister>> and <<mother>>, turning towards $mom.realName and pulling her in for a deep, sensual kiss.''
<<pic $mom "kiss-player">>\
<<nm $mom "Mmmm, ahhhhmm, mmmmm...">>\
<<nm $sister "O-oh, wow...">>\
''Your <<mother>> wraps her arms around you, pressing her large breasts into the front of your body as her hands explore your back. $sister.name stays put, taking in the moment as she sneaks a hand down the front of her shorts.''
<<nm $player "Mmmm, $mom.name...">>\
''After some time, the kiss finally breaks off. You, your <<mom>>, and somehow $sister.name are all out of breath. Your <<mother>> wraps her arms around both of you and brings you in for a tight hug before walking off.''
<<pic $mom>>\
<<nm $mom "Hehe, that was nice. You two have fun!">>\
''You and $sister.name give each other a sly glance as $mom.realName leaves the room.''
<<love $mom>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">><<loc_Kitchen>>\
''You slide betweek your <<sister>> and <<mother>>, turning towards $sister.name and pulling her in for a deep, sensual kiss.''
<<pic $sister "kiss-player">>\
<<nm $sister "Mmmm, ahhhhmm, mmmmm...">>\
<<nm $mom "Awww, that's beautiful! Mmmm, not so much tongue, sweetie, your <<sister>>'s starting to drool!">>\
''You probe and explore your <<sister>>'s mouth, pressing her against the wall with your body as she moans and purrs onto your tongue. Your <<mother>> has slid a hand down her panties, making it no secret that she's started fingering herself to the sight of her children making out in front of her.''
<<nm $player "Mmmm, $sister.name...">>\
''After some time, the kiss finally breaks off. All three of you are now out of breath. Your <<mother>> wraps her arms around both of you and brings you in for a tight hug before walking off.''
<<pic $mom>>\
<<nm $mom "Hehe, that was wonderful! You two keep having fun, okay?">>\
''You and $sister.name give each other a sly glance as $mom.realName leaves the room.''
<<lust $sister>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">><<loc_Kitchen>>\
''You wave them off.''
<<nm $player "Haha, sorry $mom.name, I'm a little busy right now. Maybe another time?">>\
<<pic $mom>>\
<<nm $mom "Mmm, okay, suit yourself. Guess it's just us girls!">>\
<<nm $sister "W-waiMMPH!">>\
''Before your <<sister>> can protest, your <<mother>> pins her back against the wall and slides her tongue between $sister.name's lips.''
<<nm $mom "Mmmm...">>\
<<horny 10>>\
<<btnLink "Continue" "Home">><<loc_Landing>>\
''As you walk down the hallway you notice $sister.name has her door cracked open, enough to see into her room. Walking by, you can't help but glance inside and are surprised to see her sitting at her desk completely naked using her laptop.''
<<Thought "Hunh... that's new...">>\
<<btnTooHorny "Walk into her room - <<t1>>" "Home-28-Talk">>\
<<btnNotHorny "Leave her be" "Home-28-Leave">>\<<loc_SisterRoom>>\
''You crack open your <<sister>>'s door, startling her as the hinges creak.''
<<pic $sister "dakota-nekkid">>\
<<nm $sister "H-holy shit! You scared the hell outta me!">>\
''She covers up and moves to the bed, hunching over a large pillow.''
<<nm $player "You, ahh... You're naked.">>\
''$sister.name blushes hard.''
<<nm $sister "Y-yeah, well... $mom.name's been doing it and she looked really happy about it, so, I just though, maybe, I'd try it out a little in my room and see how it felt, y'know, for a little while...">>\
<<nm $player "Forgot to close the door?">>\
<<nm $sister "M-maybe...">>\
<<btnChoice "Haha, that's hilarious!" "Home-28-Laugh">>\
<<btnChoice "That makes sense, she does seem happier" "Home-28-Talk-2">>\<<loc_SisterRoom>>\
''You shrug and give your $sister.name a reassuring smile.''
<<nm $player "Nah, I think that's pretty cool. $mom.name has been looking pretty happy lately, and you look pretty comfortable yourself.">>\
<<pic $sister "bed-naked">>\
<<nm $sister "Y-yeah? W-well, then... maybe that would be okay... I guess.">>\
''$sister.name relaxes, dropping the pillow and clearly enjoying this new sense of freedom.''
<<nm $sister "Well, maybe I'll do this more often! Hehe, thanks <<bro>>. Things have been really, um, weird lately, but maybe that's okay...">>\
''You and your <<sister>> chat for a little bit while you try not to get caught staring at her body. You pat her on the head before you leave.''
<<nm $player "Ha, I'm glad you're comfortable.">>\
<<nm $sister "Me too!">>\
<<love $sister>>
<<lust $sister>>
<<horny 10>>
@@.data;Unlocked $sister.name's "Nude" outfit!@@
<<set $sister.default to "dakota-nekkid">>\
<<set $player.coinOutfits.pushUnique("dakota-nekkid")>>\
<<RemoveHomeEvent 28>>\
<<btnLink "Continue" "Home" "passTime()">>\<<loc_SisterRoom>>\
''You start laughing.''
<<nm $player "Hahaha, oh man, that's too funny!">>\
<<pic $sister "bed">>\
<<nm $sister "Oh shut up, like you haven't tried stupid things in your room!">>\
<<nm $player "Sure I have, but I have enough sense to lock the door first.">>\
''$sister.name starts grabbing nearby pillows, launching them in your direction.''
<<nm $sister "Just get out already!">>\
<<nm $player "Haha, yeah, yeah... Here, I'll close the door for you.">>\
''You leave the room, closing the door just in time for another flying object to crash into it.''
<<Thought "This household is going crazy, oh man...">>\
<<btnLink "Continue" "Home" "passTime()">>\<<loc_Landing>>\
<<Thought "Eh, she seems content enough, no reason to bother her.">>\
''You quietly continue down the hall.''
<<btnLink "Continue" "Home">>\<<loc_Landing>>\
''Walking through the hallway, you hear your <<mother>> call from her bedroom.''
<<nm $mom "$player.name? Is that you?">>\
<<nm $player "Yeah, what's up?">>\
''You walk towards her door, cracking it open and stepping into her room. It's empty, or so you think before $mom.realName calls you from her closet.''
<<nm $mom "Close the door, I need an opinion.">>\
''After the door latches, your <<mom>> steps out into the bedroom...''
<<pic $mom "lingerie-show">>\
<<art $mom "embarrassed,1,lingerie">>\
<<nm $mom "S-so, whaddaya think? I was gonna wear this tonight for my, erm, date!">>\
''Your <<mother>> shows off her choice of lingerie, clearly a little embarrassed about the whole thing.''
<<btnNotHorny "Tell her it looks fine" "Home-29-Fine">>\
<<btnTooHorny "Tell her you need her to model it for you - <<t1>>" "Home-29-Model">>\<<loc_MomRoom>>\
''You give her a casual shrug.''
<<nm $player "I mean it looks good to me. I'm sure whoever you're wearing for will totally love it!">>\
<<pic $mom "lingerie-show">>\
<<art $mom "happy,1,lingerie">>\
<<nm $mom "Y-you think so? Well, good enough for me!">>\
''Your <<mom>> thanks you for your input before you leave and let her finish changing.''
<<love $mom>>
<<horny 10>>
<<btnLink "Continue" "Home">><<loc_MomRoom>>\
''You put your hand to your chin, zeroing in on your <<mother>>'s voluptuous figure.''
<<nm $player "Hmmmm... I don't know... Think you can model it for me a bit? Y'know, give me an idea of how it'll look in action!">>\
<<nm $mom "W-what!? I-I, ah... I-I... guess so...">>\
''Without really thinking, she starts swaying her hips back and forth seductively while her hands slide the length of her body, over her breasts and down her thighs.''
<<pic $mom "lingerie-show-2">>\
<<art $mom "aroused,2,lingerie">>\
<<nm $mom "Mmmm... o-oohhh... S-so?">>\
''Before you can actually respond, $mom.realName casually drops her top to the floor.''
<<pic $mom "lingerie-show-3">>\
<<art $mom "aroused,1,topless">>\
<<nm $player "W-wow!">>\
<<nm $mom "Oops! Um, well... now you should have a pretty good idea, right?">>\
<<if $mom.hasCollar>>\
<<btnTooHorny "Tell her you need to see her act lewd first" "Home-29-Masturbate">>\
<<btnNotHorny "Tell her you think it looks great" "Home-29-Comment">>\
<<else>>\
<<btnLink "Tell her you think it looks great" "Home-29-Comment">>\
<</if>>\<<loc_MomRoom>>\
<<pic $mom "lingerie-show-3">>\
''She stands in front of you, running her hands over her breasts, her pert nipples flicking between her fingers.''
<<nm $player "Yeah $mom.name, I think that looks great!">>\
''Her eyes light up.''
<<nm $mom "Y-you think so? I'm so happy!">>\
''Your <<mom>> thanks you for your input before you leave and let her finish changing.''
<<love $mom>>
<<lust $mom>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">><<loc_MomRoom>>\
''You look her up and down for a moment.''
<<nm $player "Y'know, I think I need to see it in action... Why don't you masturbate for me?">>\
<<nm $mom "W-what? I c-can...">>\
''Her voice cuts out as the leather collar tightens around her neck. You can hear the feint sound of a bell. With her mouth still agape, your <<mother>> silently sits down on her bed, spreads her legs, and does as she's told.''
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<else>>\
<<pic $mom "solo3">>\
<</if>>\
<<nm $mom "I-is this... mmm... okay?">>\
<<if $mom.hasPenis>>\
''The collar continues to slowly squeeze tighter and tighter, stopping only after rendering your <<mother>>'s moans into wispy squeaks. As her breathing gets shorter, the speed and force with which she strokes her pulsing cock begins to intensify as well.''
<<else>>\
''The collar continues to slowly squeeze tighter and tighter, stopping only after rendering your <<mother>>'s moans into wispy squeaks. As her breathing gets shorter, the speed and force with which she plunges her fingers begins to intensify as well.''
<</if>>\
<<nm $mom "I... I'm going t-to... aaAAAHHH!">>\
<<if $mom.hasPenis>>\
<<pic $action "ts-solo-cum">>\
<<else>>\
<<pic $mom "squirt">>\
<</if>>\
<<nm $mom "H-ha... haa..." "W-why did I... ooohhh...">>\
''She collapses back onto the bed as fluids run down her legs. You can hear her lightly gasp for air as the collar loosens its grip around her neck. Satisfied, you leave the room.''
<<nm $player "Thanks $mom.name, I think whoever you're wearing that for is really gonna like it!">>\
<<lust $mom>>
<<dom $player 3>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">><<loc_Room>>\
''After taking care of a few tasks around the house, you return to your room and find it's not quite the way you left it. Specifically, your <<mother>> is sitting at your desk with a half full laundry basket near her feet.''
<<Thought "Hm? What's she... Oh fuck...">>\
<<if isSissy() or isChastity()>>\
<<if random(1,2) is 1>>\
<<pic $events "porn-sissy">>\
<<art "events/porn/sissy">>\
<<else>>\
<<pic $events "porn-trans">>\
<<art "events/porn/trans">>\
<</if>>\
<<elseif isMale()>>\
<<if random(1,2) is 1>>\
<<pic $events "porn-straight">>\
<<art "events/porn/straight">>\
<<else>>\
<<pic $events "porn-lesbian">>\
<<art "events/porn/lesbian">>\
<</if>>\
<<elseif isBimbo()>>\
<<pic $events "porn-bimbo">>\
<<art "events/porn/bimbo">>\
<<elseif isFemale()>>\
<<if random(1,2) is 1>>\
<<pic $events "porn-straight">>\
<<art "events/porn/straight">>\
<<else>>\
<<pic $events "porn-lesbian">>\
<<art "events/porn/lesbian">>\
<</if>>\
<<elseif isTrans()>>\
<<if isBimbo()>>\
<<if random(1,2) is 1>>\
<<pic $events "porn-ts">>\
<<art "events/porn/trans">>\
<<else>>\
<<pic $events "porn-bimbo">>\
<<art "events/porn/bimbo">>\
<</if>>\
<<elseif isSissy()>>\
<<if random(1,2) is 1>>\
<<pic $events "porn-sissy">>\
<<art "events/porn/sissy">>\
<<else>>\
<<pic $events "porn-trans">>\
<<art "events/porn/trans">>\
<</if>>\
<<else>>\
<<if random(1,2) is 1>>\
<<pic $events "porn-trans">>\
<<art "events/porn/trans">>\
<<else>>\
<<pic $events "porn-ts">>\
<<art "events/porn/trans">>\
<</if>>\
<</if>>\
<</if>>\
''Yep, you forgot to close out the PornHub tab you had open from earlier in the day, and now your <<mom>> is in your room... staring at it...''
<<btnNotHorny "Slink away and hope she doesn't notice" "Home-3-Leave">>
<<btnNotSub "Suck it up and let her know you're there - <<t1>>" "Home-3-Announce">>
<<btnTooHorny "Watch and see what she does - <<t1>>" "Home-3-Stay">><<loc_Landing>>\
<<Thought "Fuck it, I'll just leave and hopefully we'll never have to speak of this...">>\
''With your <<mother>> still distracted by the video on the screen, you sneak away undetected...''
<<btnLink "Continue" "Home">>\<<loc_Room>>\
''You walk into your room and clear your throat, loudly.''
<<pic $mom>>\
<<art $mom "embarrassed,2">>\
<<nm $mom "OHMYGAWD! Holy... $player.name... Christ you gave me a heart attack...">>\
<<nm $player "Right, sorry... You, uh... You watchin' something?">>\
''Your <<mother>> turns bright red but maintains her composure.''
<<nm $mom "N-Not on purpose. It's not my fault my <<son>> can't be a little more private about <<his>> urges. I mean the door was open so I figured I could just come in and pick up some of your laundry and, well...">>\
''You both sit silently for a moment.''
<<nm $player "Looks like you found my laundry.">>\
<<nm $mom "Yes I did. And now I'm leaving. Now.">>\
''You <<mother>> quickly picks up the basket of laundry and leaves your room in a hurry. You sigh deeply before closing out the tab in your browser and falling back onto your bed.''
<<lust $mom>>
<<btnLink "Continue" "Home" "passTime()">><<loc_Room>>\
<<Thought "I'd better go and... wait... what's she...?">>\
''Before you move you notice your <<mother>>'s eyes are locked on the young girl on the screen, taking a hard anal pounding. Rather than looking disgusted, she can't seem to take her eyes off the screen. Moreover, her left hand has moved up beneath her skirt...''
<<Thought "Holy shit, she's actually into it! This is... kinda hot...">>\
''You watch as your <<mother>> moves her arm around, unable to see the details of her actions. Still, her heavy breathing and flushed face give it away. You're beginning to feel yourself getting <<hard>>, and decide you should probably do something about the situation.''
<<nm $mom "Mmmm... o-oh my...">>\
''You quietly go back downstairs only to turn around and return to your room. This time you cough loudly on your way up, making sure to make enough noise to make your approach obvious. As you reach the second floor you see your <<mother>> rushing out of your room with a basket of laundry under her arm. You also find that your monitor has been turned off...''
<<lust $mom>>
<<horny 10 "Seeing your <<mother>> getting off to your porn in your room has you worked up.">>
<<btnLink "Continue" "Home" "passTime()">><<loc_LivingRoom>>\
''Walking downstairs and heading towards the kitchen, you can't help but notice some rather intense action in the living room. Bother your <<mother>> and your <<sister>> are surrounded by a group of men on the floor getting their brains fucked out. No one's noticed you yet, but they certainly seem to be having a good time.''
<<pic $mom "group">>\
<<nm $mom "Mph! MPH! MMMPH!">>\
<<pic $sister "fucked-by-male">>\
<<nm $sister "F-fuck! A-AHH! Harder! Fuck me harder!">>\
''It's torrent of sweat and spit and cum as the women are passed back and forth between the men.''
<<Thought "Hunh, just another day then?">>\
<<btnTooHorny "Join in on the fun - <<t1>>" "Home-30-Join">>\
<<btnNotHorny "Sneak past while you're still unnoticed" "Home-30-Skip">>\<<loc_LivingRoom>>\
''You decide to turn the corner and join in on the fun.''
<<pic $mom "cum-covered-happy">>\
<<nm $mom "Mmmph! Haaa, well hey you! Come to join in?">>\
<<nm $sister "Hehe, heya <<bro>>!">>\
<<nmc "Stranger" "Hey hey! A new challenger has appeared! Get in here!">>\
''Throwing away any notions of shame or modesty, you give in and strip off your clothing, jumping into the fray.''
<<if isSissy()>>\
<<pic $player "tf">>\
<<nm $player "@@.sf;W-well, do you guys wanna c-come use me or what?@@">>\
<<nmc "Large Man" "Holy shit, I thought that was a chick at first! Haha, yeah I'll take a turn, come over here and get me nice and wet!">>\
''The man towers over you as you almost instinctively drop to your knees, your jaw going slack as his cock fills your vision. He wraps his hand around the back of your head as he guides it in.''
<<pic $player "suck-male">>\
<<nm $player "Mph! Ngph! Hmph!" "He's so rough!">>\
<<pic $sister "suck-male">>\
<<nm $sister "Hmph! Nngph!" "Damn, $player.name can really suck a dick!">>\
<<pic $mom "suck-male">>\
<<nm $mom "Mmmmph, hhmmff, mmph..." "Aw, I raised such a good little cocksucker!">>\
''Your mouth is used for some time before you finally taste the man's warm, thick load flowing over your tongue and down your throat. He holds you in place without saying a word as he finishes before pushing off right into the arms of another waiting participant.''
<<nm $player "Haa! Haaaa! W-wait, what are a-aAH!">>\
<<pic $player "fucked-by-male">>\
<<anal "some stranger's cock">>
<<nmc "Eager Man" "S-sorry, I was waiting for my turn and I just couldn't hold it anymore! You're just so pretty, a-and... Is this okay?">>\
<<nm $player "@@.sf;Y-you think I'm pretty? J-just be gently, o-okay?@@" "His cock feels amazing!">>\
<<pic $sister "gang3">>\
<<nm $sister "Haaa... Mmmm, o-oohhh! Hehe, what a little slut! I can't believe <<he>>'s my big <<brother>>!">>\
''You lose yourself to the pleasure of getting your <<aSize>> pounded while your <<mom>> and <<sister>> look on. Your companion eventually finishes up with you, though you hardly notice as you've practically drowned in the debauchery. You know you've cum at least once, and have been cum in at least as many times.''
<<pic $sister "gang4">>\
<<Thought "Mmm, looks like they're still occupied... Think I'll slip away now...">>\
''Grabbing your <<UnderwearOrPants>>, you sneak out of the orgy unnoticed...''
<<lust $mom>>
<<lust $sister>>
<<dom -3>>
<<horny 0>>
<<trackAction "suckCock.give">>\
<<trackAction "cumEat.get">>\
<<trackAction "analFuck.get">>\
<<trackAction "creampie.get">>\
<<elseif isChastity()>>\
<<nmc "Large Man" "Hey, what's that thing on <<his>> dick?">>\
<<nm $mom "Aw, my little <<boy>>'s all locked up! C'mere, mama'll put you to good use!">>\
''Your <<mother>> slides over and throws her arms around you, nibbling on your ear for just a moment before pulling you to the floor and swinging a leg over your head.''
<<pic $mom "facesit-player">>\
<<nm $player "MPH!">>\
<<nm $mom "Mmmm YES! <<His>> cock might be offline but <<his>> tongue still works great! Hehe, sorry baby, but I hope you don't mind cleaning out mama's cunt while you're down there? I've had... a few loads dumped in there before you showed up. O-oohh, mmm!!!">>\
<<nm $player "Mmmph! Hhmph! Nhmph!" "Oh god, it's so strong!">>\
<<if isTrans() or hasBreasts()>>\
''As your <<mother>> rides your face, your <<sister>> can't help but notice your feminine body.''
<<pic $sister "gang3">>\
<<nm $sister "Mmm, any of you guys notice that tight little asshole is just waiting to be filled with cock? Someone better get in there before my big <<brother>> sneaks off!">>\
<<nmc "Eager Man" "Hey, she's right!">>\
<<nm $player "Mph! Hmmph!" "God damnit $sister.name!">>\
''It's not long before you feel someone spreading your legs and sliding a lubricated finger around your <<aSize>>. After a brief moment, you can feel a sudden pressure fill your belly.''
<<pic $player "fucked-by-male">>\
<<anal "some stranger's cock">>
<<nm $player "MMPH!" "It's so big!">>\
<<nm $mom "Oh yeah! Fuck <<him>> like you mean it! Hahaha!">>\
<<pic $player "creampie">>\
''You lose yourself to the pleasure of getting your <<aSize>> pounded while your <<mom>> rides your face and <<sister>> looks on. Your companion eventually finishes up with you, though you hardly notice as you've practically drowned in the debauchery. You know you've cum at least once, and have been cum in at least as many times. Eventually, you snap back to your senses just enough to realize you can breath freely.''
<<Thought "H-huh? Oh, I guess $mom.name must have moved on... Think I'll slip away now...">>\
''Grabbing your <<UnderwearOrPants>>, you sneak out of the orgy unnoticed...''
<<lust $mom>>
<<lust $sister>>
<<dom -3>>
<<horny 0>>
<<trackAction "eatPussy.give" $mom>>\
<<trackAction "cumEat.get">>\
<<trackAction "analFuck.get">>\
<<trackAction "creampie.get">>\
<<else>>\
''As your <<mother>> rides your face, your <<sister>> can't help but notice your predicament.''
<<pic $sister "gang3">>\
<<nm $sister "Hahaha, wow, $mom.name's really put you in your place, huh? Mmmm, gotta say, that position really suits you, <<brother>>...">>\
''You lose yourself to the pleasure of your <<mom>> riding your face as <<sister>> looks on. Eventually, you snap back to your senses just enough to realize you can breath freely.''
<<Thought "H-huh? Oh, I guess $mom.name must have moved on... Think I'll slip away now...">>\
''Grabbing your <<UnderwearOrPants>>, you sneak out of the orgy unnoticed...''
<<lust $mom>>
<<lust $sister>>
<<dom -3>>
<<horny 0>>
<<trackAction "eatPussy.give" $mom>>\
<</if>>\
<<elseif hasPenis()>>\
<<nm $mom "Mmm, c'mere babe, I just made an opening for you right here!">>\
''Your <<mother>> gives your <<pSize>> a few quicks, wet sucks before turning around and taking it deep into her well-used pussy.''
<<pic $mom "fucked-by-player-doggy">>\
<<nm $player "Mmm, $mom.name!">>\
<<nmc "Large Man" "Holy shit, aren't those two...">>\
<<nm $sister "Hey, focus!">>\
<<pic $sister "fucked-by-male-doggy">>\
''The sight of your younger <<sister>> getting pounded by multiple men just feet away from you is more than enough to send you over the edge and it's not long before you're dumping your first load deep into your <<mother>>'s dripping cunt.''
<<pic $mom "orgasm">>\
<<nm $mom "O-oohhhh, mmmm, baby...">>\
''She grinds her thighs against your waist, squeezing out every last drop of your thick cum as she steadily coaxes you into another fuck.''
<<nm $mom "Mmmm, sweetie... so good!">>\
<<pic $sister "gang3">>\
<<nm $sister "Mmm, hahaha, wow! When did $mom.name turn into such a slut! Oooohhh, a-aAAHH!">>\
''Over the next several minutes you watch as multiple men take turns fucking your <<sister>> and getting sucked off by your <<mother>> in front of you. Eventually, you've eked out your last orgasm and are forced to withdraw. As you hunt down your clothes, you see your <<mom>> already looking for her next lay.''
<<Thought "Man, where'd she get the stamina!?">>\
<<lust $mom>>
<<lust $sister>>
<<dom $player 3>>
<<preg $mom "you">>
<<horny 0>>
<<trackAction "creampie.give" $mom>>\
<<trackAction "pussyFuck.give" $mom>>\
<<trackAction "suckCock.get" $mom>>\
<<else>>\
<<pic $player "spread">>\
<<nm $player.d "Well, come on boys, let's get this goin' already!">>\
<<nm $player.b "@@.bf;Come on already! My pussy can't wait anymore!@@">>\
<<nmc "Eager Man" "W-well, you heard the lady!">>\
''Within an instant your first partner has you on your knees, his large cock working its way past your lips as a crowd begins to form around you.''
<<pic $player "suck-male">>\
<<nm $player "Mmph! Mph! Mmmm..." "Oh man, how many are there!?">>\
''This goes on for some time before the man finally pulls out, opting to shoot his load across your face rather having you swallow it.''
<<pic $player "cum-on-face">>\
<<nmc "Eager Man" "Mmmm, ooohhhh! Wow she gives good head!">>\
<<nmc "Large Man" "Move over, I wanna try out that pussy!">>\
''Before you can even wipe your face you feel your feet get pulled out from under and your knees get spread apart. A large man appears above you, positioning his hard cock against your <<vSize>>.''
<<nm $player.d "Heh, girl can't catch a break, huh?">>\
<<nm $player.b "@@.bf;Hehe, don't hold back now, 'kay?@@">>\
<<pic $player "fucked-by-male">>\
<<nm $player "HO! Mmmm, w-wow! A-ahh!">>\
<<nm $mom "Mmm, that's my <<boy>>! Look at <<him>> go!">>\
<<pic $sister "gang3">>\
<<nm $sister "Hehe, wow <<bro>>, you're a real slut, huh? Mmmm, ooohhhh...">>\
''It's not long before you feel the hot sensation of the man's thick load coursing through your body, the warmth of his cum and the eurphoria of your own orgasm sending you into a blissful state of unawareness. You completely lose yourself to the pleasure of getting your <<vSize>> pounded by one man after another while your <<mom>> and <<sister>> look on. Your companions eventually finish up with you, though you hardly notice as you've practically drowned in the debauchery. You know you've cum at least a few times, and have been cum in at least as many.''
<<pic $sister "gang4">>\
<<Thought "Mmm, looks like they're still occupied... Think I'll slip away now...">>\
''Grabbing your <<UnderwearOrPants>>, you sneak out of the orgy unnoticed...''
<<lust $mom>>
<<lust $sister>>
<<dom -3>>
<<preg $player "someone at one of $mom.name's orgies">>
<<horny 0>>
<<trackAction "suckCock.give">>\
<<trackAction "cumEat.get">>\
<<trackAction "analFuck.get">>\
<<trackAction "creampie.get">>\
<</if>>\
<<btnLink "Continue" "Home" "passTime()">>\<<loc_LivingRoom>>\
''Ultimately, you decide to stay out of this one and keep on moving.''
<<Thought "They're having plenty of fun on their own and I have things to do today.">>\
''Still unnoticed, you keep walking.''
<<horny 10>>
<<btnLink "Continue" "Home">><<loc_Landing>>\
''You're in the hallway when you see $sister.name with a pair of fresh towels. It looks like she's been waiting for you...''
<<pic $sister>>\
<<nm $sister "Hey, <<bro>>! Guess who's taking a shower with me?">>\
''A shiver of arousal runs through you. She clearly looks like she just took a shower earlier; this one is purely for recreation.''
<<nm $player "I don't think I need to guess.">>\
<<if $sister.isDom>>\
<<nm $sister "Now get in here and take off your clothes!">>\
<<else>>\
<<nm $sister "Come on in and I'll show you a great time!">>\
<</if>>\
<<btnChoice "That sounds great! - <<t1>>" "Home-31-Join">>
<<btnChoice "I'm a little busy right now" "Home-31-Pass">><<loc_HomeBathroom>>\
<<nm $player "Of course!">>\
''You both duck into the bathroom and shut the door. She hangs the towels up and turns on the water, setting it to a comfortable warmth that both you and her like. You start undressing, and so does she.''
<<pic $sister "strip">>\
''Arousal buzzes through you as you see more and more of her naked form. You toss your clothes on the edge of an opened cabinet door, and by the time you're both completely naked, warm steam has started to blow in from the shower. $sister.name steps into the shower and beckons for you to enter.''
<<nm $player "Don't mind if I do!">>\
''You step inside and enjoy the pleasant warmth. As you close the shower curtains behind you, $sister.name smiles at you.''
<<if $sister.isDom>>\
<<nm $sister "Anyway, now that we're in here... how about you get on your knees like a good <<boy>>?">>\
''You smile and do as she asks. With her back against the stream of hot, relaxing water, she spreads her legs and gives you access to her wet pussy. She gently grabs the back of your head and pushes you in. You immediately start licking, enjoying her wet warmth as arousal buzzes through you...''
<<pic $player "eat-pussy">>\
<<nm $player "Mmmm... mmmph... ah...">>\
''You keep licking, and $sister.name crams your face against her groin harder. She closes her thighs around the sides of your head, trapping you between her legs. The warmth of the shower water and the warmth of her body combine to fill you with a delightful heat.''
<<pic $sister "orgasm">>\
<<nm $sister "Keep going... faster...">>\
''She pats your head and gently scratches it as you lick harder and faster. You massage the outside of her pussy with your lips, and swirl inside with your tongue. Your arousal burns hotter inside you as you keep going, and $sister.name's body starts to tense up.''
<<nm $sister "Almost there.... good <<boy>>...">>\
''It doesn't take much longer for you to finally bring $sister.name to orgasm.''
<<nm $sister "Ah, fuck yeah...">>\
<<pic $sister "squirt">>\
''Her soaked pussy clenches over and over around your tongue, and you fervently keep pleasuring it as her rhythmic clenches send waves of arousal through both her and you... When her orgasm ends, you and her both hold still for a moment, then she turns off the water and takes in a deep breath.''
<<nm $sister "Good <<boy>>. See you later!">>\
''She exits the tub and quickly dries off, and eventually you manage to clean up and leave the bathroom.''
<<trackAction "eatPussy.give" $sister>>\
<<lust $sister>>
<<horny 30>>
<<else>>\
''You stand with your back against the flow of delightfully warm water as $sister.name gets on her knees in front of you.''
<<nm $sister "Just relax and let me take care of the rest...">>\
<<if hasWorkingPenis()>>\
''She brings her lips to your groin and starts kissing the tip of your already-erect cock, making it twitch from her touch. Soon, she takes the whole thing into your mouth and starts stroking it back and forth.''
<<pic $sister "suck-player">>\
<<nm $player "Yeah, keep going...">>\
<<nm $sister "Mmmph... ah...">>\
''You place your hand on the back of her head and gently push her towards you with every thrust. Having your hand there makes her seem even more eager to keep sucking you back and forth... The warmth of $sister.name's mouth mixes with the warmth of the shower to fill you with a hot, relaxed arousal. With every motion of her mouth and tongue, she brings you closer and closer to orgasm as another pulse of arousal surges through you.''
<<nm $player "Good girl... faster... ah, yeah...">>\
''She keeps going and going, slowly quickening her pace. Orgasm comes closer and closer by the second. You're almost there...''
<<nm $player "Ah... ah... fuck yeah...">>\
<<pic $sister "cum-in-mouth">>\
''Finally, your cock surges with arousal, and your twitching erection shoots load after load into her waiting mouth. She keeps sucking at her frenzied pace as you come into her. Every twitch of your cock feels absolutely wonderful...''
<<trackAction "suckCock.get" $sister>>\
<<trackAction "cumEat.give" $sister>>\
<<elseif hasPussy()>>\
''She crams her face against your pussy and starts immediately teasing the outer edges. She rubs her tongue across your clitoris, uses her lips to massage the outside of your opening, and teases you for what feels like an eternity...''
<<pic $sister "eat-pussy">>\
''Eventually, she starts to slide her tongue in and out of your depths while still using her lips to massage the outside of your pussy, finally going from teasing to intense pleasure.''
<<nm $player "Good girl... deeper... ah, yeah...">>\
<<nm $sister "Mmm... mmm... mmph...">>\
''She probes your depths with her tongue, eventually settling into a steady, fast, and pleasurable rhythm as she prods your most sensitive spots. The warmth of $sister.name's mouth mixes with the warmth of the shower to fill you with a hot, relaxed arousal. With every motion of her mouth and tongue, she brings you closer and closer to orgasm as another pulse of arousal surges through you.''
<<nm $player "F-fuck... Getting close...">>\
''You start gently rubbing her wet hair, encouraging her to keep going. Giving her gentle head rubs fills you with even more arousal... $sister.name's fast, steady rhythm sends more and more pleasure through you with every movement of her mouth. You're almost to orgasm... almost there...''
<<pic $player "orgasm">>\
''Finally, you let out a sharp gasp as $sister.name's mouth brings you to orgasm. Your pussy clenches over and over around her tongue as arousal stiffens your body and makes you quiver with delight...''
<<trackAction "eatPussy.get" $sister>>\
<<else>>\
''$sister.name kisses your inner thighs and brings two fingers towards your ass. She gently inserts them, making you quiver with arousal... They pass through your tight opening and enter your soft depths. She slowly starts massaging your sensitive insides, filling you with arousal...''
<<pic $sister "rim-player">>\
<<nm $sister "Just relax. Want me to go faster?">>\
<<nm $player "Faster, please...">>\
''As $sister.name strokes you faster and faster, you feel more and more arousal buzz through you. She's stroking your most sensitive places, and she's going faster and faster by the second... You let out soft moans of pleasure as $sister.name keeps going, sometimes looking up at you, and other times just softly kissing your inner thighs. Her fingers bring you closer and closer to orgasm by the second, and when she kisses your sensitive inner thighs, your arousal ramps up even more...''
<<nm $player "Ah... ah... fuck yeah...">>\
''$sister.name keeps massaging your depths as you reach orgasm. Your groin twitches as powerful pulses of pleasure radiate out from the depths of your ass and spread throughout your entire body. Your opening clenches around her fingers, and you almost fall over from the body-melting pleasure...''
<<trackAction "analPlay.get" $sister>>\
<</if>>\
<<pic $sister "dakota-nekkid">>\
''When your orgasm ends, $sister.name pulls away from you.''
<<nm $sister "How about we clean up together?">>\
<<nm $player "Sounds amazing.">>\
''You have an enjoyable few minutes with some soap and hot water, and then climb out of the tub together. You dry off, get dressed, and exit the bathroom...''
<<love $sister>>
<<horny 0>>
<</if>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
''Despite your <<sister>>'s enthusiasm, you're just not feeling up to taking a shower right now. Especially considering what she likely has in mind.''
<<nm $player "Sorry <<sis>>, I think I'm gonna pass.">>\
<<pic $sister>>\
<<if $sister.isDom>>\
<<nm $sister "Tch, your loss... We'll definitely be talking about this later, <<bigbrother>>...">>\
''With that, $sister.name stomped back to her room.''
<<else>>\
<<nm $sister "R-really? Sure, I get that! Maybe later?">>\
<<nm $player "Sure, sounds good.">>\
''With that, $sister.name slowly walked back to her room.''
<</if>>\
<<btnLink "Continue" "Home">><<loc_HomeBathroom>>\
<<set $SceneCredit to "Piggyslayer">>\
''Walking down the hallway you can't help but notice the musky scent of, well, you, wafting through the air.''
<<Thought "Damn... Well, sounds like the bathroom's free. Rinsing off actually sounds pretty nice.">>\
''You step into the bathroom, pull the door closed behind you, and turn on the water.''
<<nm $player "This'll be nice...">>\
''By the time you finish undressing, the water has warmed up, and you step inside. However, once you're soaping yourself up, you notice that the bathroom door is slightly cracked. Apparently, it wasn't as closed as you thought, but you don't want to track soapy water all over the bathroom.''
<<Thought "It's probably fine... Everyone else seems busy anyway, and it'll just be a quick shower...">>\
''While enjoying your shower, your head now under the running water, you don't even notice the sound of the door slowly opening, or the curtain moving behind you. It's not until you feel the pair of large, heavy breasts rest on your back that you realize you're not alone.''
<<nm $player "W-what!?">>\
<<pic $mom "ava-nekkid">>\
<<nm $mom "Mmmm, hi baby! I noticed you were in the shower and mama's cock just started throbbing like crazy... Hope you don't mind helping me out, hahaha!">>\
''You can feel your <<mother>>'s growing erection pressing against your ass.''
<<if isBimbo()>>\
<<Thought "@@.bf;Mmm, so big...@@">>\
<<btnTooHorny "Let her fuck you - <<t1>>" "Home-32-Fuck">>\
<<btnNotHorny "Let her fuck you - <<t1>>" "Home-32-Fuck">>\
<<else>>\
<<Thought "S-shit!">>\
<<btnDom "Slip out of the shower" "Home-32-Escape">>\
<<btnChoice "Let her have her way - <<t1>>" "Home-32-Fuck">>\
<</if>>\<<loc_HomeBathroom>>\
''Before your <<mother>> can have her way with you, you manage to successfully slip out from under her and into the bathroom.''
<<nm $player "S-sorry $mom.name! Raincheck!">>\
''You grab your clothes and book it for your room, locking the door behind you. You can hear your <<mom>> in the bathroom, moaning and masturbating in the shower.''
<<lust $mom>>
<<btnLink "Continue" "Home">>\<<loc_HomeBathroom>>\
''You brace against the shower wall as your <<mother>> rubs her thick cock against your <<AssOrPussy>>, lubing herself up with your shampoo.''
<<nm $mom "Mmm, ready baby? Mama's gonna slide all the way in!">>\
<<nm $player.d "C-careful!">>\
<<nm $player.s "@@.sf;Y-yes m-mommy!@@">>\
<<nm $player.b "@@.bf;Mmm, yes! Fuck your slut <<son>>!@@">>\
<<pic $action "ts-fuck-player">>\
''Her engorged cock slides in, stretching your <<vSize>> wide as she bottoms out.''
<<nm $mom "Ooohh FUCK! Your <<AssOrPussy>> feels amazing! I'm gonna... c-cum!">>\
<<if hasPenis()>>\
<<trackAction "analFuck.get" $mom>>\
<<nm $player.d "F-fuck! $mom.name!">>\
<<nm $player.s "@@.sf;Y-yes mommy! Use me!@@">>\
''Your <<mother>> buries her cock deep inside your asshole as your <<pSize>> flops up and down between your legs. She's hitting you just right, prompting a stream of cum to drop from the tip of your cock.''
<<pic $mom "orgasm">>\
<<nm $mom "MMMMM!!!! O-OOHHH FUCK! Haaa... haaa...">>\
''You can feel the warmth of your <<mom>>'s thick, hot load filling your insides. She gives her a few more cursory pumps before slowly sliding out.''
<<else>>\
<<trackAction "pussyFuck.get" $mom>>\
<<nm $player.d "F-fuck! $mom.name!">>\
<<nm $player.b "@@.bf;Y-yes mommy! Use me!@@">>\
''Your <<mother>> buries her cock deep inside your pussy as your <<bSize>> swing up and down beneath you. She's hitting you just right, prompting a stream of juices to pour out from between your legs.''
<<pic $mom "orgasm">>\
<<nm $mom "MMMMM!!!! O-OOHHH FUCK! Haaa... haaa...">>\
''You can feel the warmth of your <<mom>>'s thick, hot load filling your insides. She gives her a few more cursory pumps before slowly sliding out.''
<<preg $player "your <<mother>>" "mom">>
<</if>>\
<<pic $player "creampie">>\
<<nm $player "Haaa... haaa... That was... intense... $mom.name, come on, I need to-">>\
''Before you can even catch your breath, $mom.realName has spun you around and pinned your back against the shower wall. This time, she slides her arms under your legs and lifts on to her still-hard cock.''
<<nm $mom "Mmmm, round two sweetie!">>\
<<pic $action "player-ride-ts">>\
<<nm $player "Fuck! Fuck! Mmmm... Oooohhhh...">>\
''All you can do is moan like a bitch in heat, trapped between the wall and your <<mother>>'s insatiable lust. She empties one huge load after another deep into your quivering <<AssOrPussy>> until she's finally satisfied, dropping you to the wet floor.''
<<nm $mom "Mmm, just what mama needed... Well, I'll let you finish your shower!">>\
<<nm $player "I... uh... huh...">>\
''With that, your <<mom>> leaves the bathroom, still naked, and heads to her room leaving you to gather yourself up.''
<<love $mom>>
<<lust $mom>>
<<dom $player -3>>
<<if hasPussy()>>
<<preg $player "your <<mother>>" "mom">>
<<btnLink "Continue" "Home" "passTime()">>\
<<else>>\
<<btnLink "Continue" "Home" "passTime()">>\
<</if>>\<<loc_MomRoom>>\
''You're cleaning up a little in your new room, when a loud slam behind you makes you jump.''
<<pic $mom "ava-lingerie">>\
<<art $mom "aroused,1,lingerie">>\
<<nm $mom "Mmm, hey baby, what are you up to?">>\
<<nm $player "O-oh, hey $mom.name, you scared me... J-just, cleaning up...">>\
''Your ?mother walks up behind you, running a finger along your back and lightly breathing into your ear. The sensation sends chills up your spine, and your <<if hasPenis()>><<pSize>> starts to twitch<<else>>pussy starts to drip<</if>>.''
<<nm $mom "Mmm, such a good little housewife... Now then, I think it's time you show me how well you can fulfill your 'other' wifely duties...">>\
''As she says this, you can feel her bulge start to grow against your ass, sending your submissive brain into a whirlwind. The leather strap around your neck starts to tighten, and a feint sound of a bell ringing can be heard.''
<<nm $player "@@.ef;Y-yes... M-mommy...">>\
<<pic $mom "kiss-player">>\
<<act $mom "kiss,player">>\
<<nm $mom "Hehe, good girl!">>\
''You take your ?mother over to the bed and have her sit back, her hard cock now at full attention and on full display. You start by kissing her breasts, one nipple at a time, before moving down her belly, then her thighs, then finally her massive erection.''
<<nm $player "Mmm..." "$mom.name's cock is so big...">>\
''You ?mother moans as you softly kiss and lick up the length of her shaft, before finally taking it into your mouth.''
<<nm $mom "O-oh!">>\
<<pic $player "suck-ts">>\
<<act $player "suck,mom">>\
''She moans and trembles as you continue to suck her huge cock, her hands slowly wrapping around your head so as to take you down even deeper.''
<<actB $player "suck,mom,deep">>\
<<skillComment $mom "suckCock.give"
"F-fuck! Baby! You're gonna m-make me cum already!"
"Mmmm, fuuuu... Baby, you're suck a good little cockwhore..."
"Mmmm, baby... That feels great, just like that..."
"O-oh, easy baby... There you go... Mmm..."
"A-ah, baby! H-have you never done this before!?"
>>\
''You continue taking her deeper and deeper until you can feel her cock start to twitch and tremble in your mouth, before you abruptly stop.''
<<actB $player "suck,mom,lick">>\
<<nm $mom "W-what?">>\
<<nm $player "I-I just thought, maybe, you'd like to use my... other hole?">>\
''$mom.realName sits up, looking down on you with a warm smile.''
<<pic $mom "ava-lingerie">>\
<<art $mom "happy,0,lingerie">>\
<<nm $mom "Aw, baby...">>\
@@SMACK!@@
<<artB $mom "angry,2,lingerie">>\
<<nm $mom "I understand you want my big cock up your slutty little <<AssOrPussy>> so you can cum like the little whore you are, but we're on MY time right now! Now what do you think I need you to do?">>\
''You're still in shock from getting slapped by your ?mother, but you quickly snap out of it.''
<<nm $player "@@.ef;S-sorry, m-mommy... Please let me swallow your cum!@@">>\
<<nm $mom "Aww, that's my girl! By all means...">>\
<<pic $player "suck-ts">>\
<<art $player "suck,mom,deep">>\
<<nm $player "Hmph! Nngph! Mmmph!">>\
<<if hasPenis()>>\
''Your caged <<pSize>> sits useless in its cage as the lustful need inside you starts to well. You want to slide a hand down and finger yourself, but you don't want to incur your ?mother's wrath a second time.''
<<else>>\
''Your <<vSize>> drips uncontrollably as the lustful need inside you starts to well. You want to slide a hand down and finger yourself, but you don't want to incur your ?mother's wrath a second time.''
<</if>>\
<<nm $mom "Mmm... Ooohhhh, fuck! Yes! Fuck! Baby, I-I'm gonna...">>\
<<pic $player "cum-in-mouth">>\
<<art $player "suck,mom,deep-cum">>\
<<nm $player "HHHNGHH!!" "There's so much!">>\
''$mom.realName's hands are still tightly gripping your head, leaving you no choice but to swallow every last drop of your ?mom's thick, hot load. Her cum rushes over tongue, filling your mouth, throat, and stomach as she howls in ecstasy. After a few moments, she finally releases her grip, standing up and leaving you on the floor.''
<<pic $mom "ava-lingerie">>\
<<art $mom "aroused,2,lingerie">>\
<<nm $mom "Mmm, that was great, sweetie... If you can show me you can be a good girl, I'll make you cum later, too, ok? Anyway, you should get back to cleaning. It smells like sex in here!">>\
''Your ?mom chuckles as she leaves you alone in the room, closing the door behind her.''
<<nm $player "Haaaa... haaa...">>\
<<lust $mom>>
<<dom $player -10>>
<<horny 30>>
<<trackAction "suckCock.give" $mom>>\
<<trackAction "eatCum.get" $mom>>\
<<btnLink "Continue" "Home" "passTime()">>\<<loc_LivingRoom>>\
''Walking past the living room, you see $sister.name on the couch. She waves to you, and you wave back.''
<<pic $sister>>\
<<art $sister "happy">>\
<<nm $sister "Hi!">>\
<<nm $player "Hey!">>\
<<nm $sister "I'm just relaxing over here. How's your day going?">>\
<<nm $player "Oh, pretty good.">>\
<<nm $sister "Mom should be back by now... weird. Want to chat for a minute?">>\
<<nm $player "Sure!">>\
''As you join $sister.name on the couch, the front door opens yet again.''
<<nm $sister "Oh, hello!">>\
<<pic $mom>>\
<<art $mom "aroused">>\
<<nm $mom "Hnnggg... I need a shower. Excuse me...">>
<<nm $sister "No problem. Feel free—">>\
''Then $mom.realName walks by and you see the semen on her face, as well as the white blobs in her messy hair.''
<<nm $sister "Oh! Yeah, you um, you need a shower...">>\
''The smell hits both of you, and $sister.name visibly recoils from it. Her face scrunches up as you both resist the urge to say something. '$mom.realName moves past you and soon leaves the room. You hear her tired body slowly climbing the stairs, then the bathroom door shuts.''
<<pic $sister>>\
<<art $sister "embarrassed,2">>\
<<nm $sister "What's going on with her? Should we do something?">>\
<<nm $player "I suppose she's allowed to do whatever she wants.">>\
<<nm $sister "Yeah, but... what happened? She's not normally drenched in cum... hnng, I'm going to open a window and get the smell out of here.">>\
<<nm $player "Maybe it's best if we left her alone.">>\
<<nm $sister "Maybe...">>\
''As $sister.name opens a window, neither of you say anything; $mom.realName coming in killed the casual conversation you were about to have.''
<<AddHomeEvent 35>>\
<<btnLink "Continue" "Home">>\<<loc_Room>>\
''As you're relaxing, your phone starts ringing. You don't recognize the number, but the area code is local.''
<<Thought "Could be spam... but I really don't want to miss this if it's important.">>\
''You answer the phone.''
<<nmc "Caller" "Hey... ugh, you there?">>\
<<nm $player "Who is this?">>\
<<nmc "Caller" "Listen, sorry about... wait, you don't sound like $mom.realName...">>\
<<nm $player "I'm her <<son>>...">>\
<<nmc "Caller" "Oh! I apologize. She must have given me your number instead of hers. How much do you know about $mom.realName's recent, um, lets just say hobbies?">>\
<<nm $player "She has been a bit of a slut lately, if that's what you mean.">>\
<<nmc "Caller" "Okay, good. I was a bit afraid to mention this to you. But is she holding up alright?">>\
<<nm $player "In what way?">>\
<<nmc "Caller" "Um... I was also really drunk, and I went home with her, and I'm really regretting it. I feel like I took advantage of her... Did she get home safely?">>\
<<nm $player "Oh, she's fine. Don't worry.">>\
<<nmc "Caller" "Whew... thanks for telling me that. Take care and make sure she's alright.">>\
''He hangs up.''
<<Thought "Ugh... I really hope she didn't accidentally give my number to anyone else.">>\
''You get back to what you were doing...''
<<RemoveHomeEvent 35>>\
<<btnLink "Continue" "Home">>\<<loc_Landing>>\
''When the doorbell rings, you excitedly run to the door.''
<<Thought "Customers?">>\
''You open it and see two men standing outside.''
<<nm $player "You're here for $mom.realName, right?">>\
<<nmc "Tall Man" "Fuck yeah! And this should cover a whole hour with her sweet ass, right?">>\
''They hand you a greasy wad of cash and you quickly count it.''
<<nmc "Shorter Man" "It's all there, no need to-">>\
<<nm $player "Twenty dollars short, sorry.">>\
''He grumbles and pulls out another twenty dollars.''
<<nm $player "Mhm, yep, one hour exactly. Go on upstairs, $mom.realName's door is open.">>\
''You count the money again as they walk upstairs.''
<<Thought "I better make sure I counted this right... I don't want to accidentally overcharge them. Well, maybe these people in particular deserve it, who knows...">>\
''You zone out and have to recount, but your counting is interrupted by a slapping noise, then $sister.name upstairs yelping.''
<<nm $sister "You asshole! Do that again and I'm calling the cops.">>\
<<nmc "Tall Man" "Whoa, whoa! It's just a joke... We're here for your <<mom>> or whatever anyway. She's honestly way better looking.">>\
<<nmc "Shorter Man" "Nah, this girl here looks great. Shame she isn't in the business. And she's got that attitude I like!">>\
''$sister.name stomps downstairs as they share a laugh with each other. She angrily approaches you just as you finish counting the money.''
<<pic $sister>>\
<<art $sister "angry,2">>\
<<nm $sister "And this is for emotional damage. For fuck's sake, have some standards for who you bring in here! I swear, these people wouldn't know respect if someone shoved it up their ass.">>\
''She grabs a few random bills out of your hands.''
<<nm $player "Hey, some of that was for $mom.name!">>\
<<nm $sister "Nope! Not anymore. If I have to put up with these people, I'm taking a cut too.">>\
''She peeks up the staircase to make sure the two men are already in $mom.realName's room, then she darts upstairs and retreats to her room, locking the door behind her.''
<<Thought "There goes part of my cut...">>\
<<btnLink "Continue" "Home" "passTime()">>\<<loc_Room>>\
''While in your room, you hear an angry yell downstairs.''
<<Thought "Is that from $sister.name or $mom.name? I can't tell Ugh... I hope it's not too bad. Should I look into this?">>\
<<btnChoice "Go check it out - <<t1>>" "Home-37-Check">>\
<<btnChoice "Ignore it" "Home-37-Ignore">>\<<loc_Room>>\
<<Thought "Not my problem. Maybe it'll go away if I stay up here.">>\
''You eventually figure out that the yelling is mostly from $sister.name, but there's some of your ?mom mixed in too. $sister.name stomps away and it stops.''
<<Thought "I wonder what that was about... oh well.">>\
''You get back to what you were doing.''
<<btnLink "Continue" "Home">>\<<loc_LivingRoom>>\
''You step out of your room and go downstairs. As you reach the bottom, you hear $sister.name yelling.''
<<nm $sister "Ugh, $mom.name! Have some respect for...">>\
<<nm $mom "It's my house, I can masturbate whenever I want!">>\
''As she stomps away, she comes around a corner and sees you.''
<<pic $sister>>\
<<art $sister "angry,2">>\
<<nm $sister "I can't believe it. On the couch? Look at this! $mom.name's just going crazy on herself.">>\
''She slips past you and sighs as she stomps to her room. You go into the living room and see your ?mother naked on the couch. She masturbates while watching a generic action movie with a bunch of shirtless guys.''
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<art $mom "solo,futa">>\
<<else>>\
<<pic $mom "solo1">>\
<<art $mom "solo">>\
<</if>>\
<<Thought "At least it's fun to see her doing this.">>\
<<nm $mom "Ugh, if your ?sister doesn't want to see me masturbating, why did she even go in here?">>\
<<nm $player "Those guys on TV aren't even that hot.">>\
<<nm $mom "Hot enough for me!">>\
''Your ?mom keeps <<if $mom.hasPenis>>stroking her cock<<else>>fingering her pussy<</if>>, and leans back in the couch.''
<<nm $mom "Ah... yeah, keep the camera on him...">>\
''She reaches orgasm and lets out a sharp gasp. Arousal tingles through you as you watch her moan and squirm and she keeps vigorously massaging her quivering <<if $mom.hasPenis>>cock<<else>>pussy<</if>>...''
<<pic $mom "orgasm">>\
<<art $mom "orgasm">>\
''When her orgasm comes to a stop, she doesn't finish masturbating; instead, she keeps going.''
<<artB $mom "solo,finish">>\
<<nm $mom "I think there are about twenty minutes left in this...">>\
''You walk away as your ?mother keeps pleasuring herself and moaning.''
<<Thought "That was fun to watch, but... what's it going to do to our movie nights? I can't actually sit down and watch a movie when she's deciding to go bananas on herself, especially with $sister.name around... I don't think $sister.name would like it if she saw me sitting next to $mom.name while she was masturbating.">>\
''You go upstairs and get back to what you were doing...''
<<lust $mom>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_Landing>>\
<<set $SceneCredit to "Meghan">>\
''While you're in the living room, you hear commotion and bickering coming from the kitchen... It seems like your ?mom and ?sister are arguing about something.''
<<Thought "Huh... Do I really want to get involved?">>\
<<btnChoice "Check it out - <<t1>>" "Home-38-Check">>\
<<btnChoice "Ignore it" "Home-38-Ignore">>\<<loc_LivingRoom>>\
<<set $SceneCredit to "Meghan">>\
<<Thought "Nah. Whatever they're arguing about is between them... it's probably something silly too.">>\
''You decide not to investigate at all.''
<<btnLink "Continue" "Home">>\<<loc_Kitchen>>\
<<set $SceneCredit to "Meghan">>\
<<Thought "I should really see what's going on. Could be important...">>\
''You step into the kitchen.''
<<pic $sister>>\
<<art $sister "angry" $mom "angry">>\
<<nm $sister "No no no, I'm the real-">>\
<<nm $mom "-Hey! $player.name! Come on over here real quick...">>\
<<nm $player "Oh?">>\
''Your ?mother darts towards you and gives you a quick but powerful kiss.''
<<pic $mom "kiss-player">>\
<<act $mom "kiss,player">>\
<<nm $sister "Hey, hands off $player.name! I'm <<his>> favorite girl! There's nothing like the bond between ?siblings!">>\
<<Thought "Oh no... they're fighting over me, aren't they?">>\
<<nm $mom "Here, have another kiss, sweetie...">>\
''$mom.realName smooches you again. It's nice and sensual, but more than a little uncomfortable given the circumstances.''
<<nm $sister "You call that kissing? Here, let the expert show you how to kiss...">>\
''She gives your ?mom a gentle push to the side and comes in for the kiss.''
<<pic $sister "kiss-player">>\
<<art $sister "kiss,player">>\
''$sister.name presses her lips against yours and clutches your shoulders as she gives you a long kiss, standing on her toes to gain more height as she keeps it up for ages.''
<<nm $mom "Okay, that's enough. You're not doing it right! Here, like this...">>\
''$mom.realName pulls $sister.name away and smooches you about as passionately as your ?sister did. When she finishes, you sigh.''
<<nm $player "Come on, there's enough of me for both of you!">>\
<<nm $sister "But I want all of it!">>\
<<nm $mom "You're just jealous that I'm <<his>> favorite.">>\
<<nm $sister "No, you're the jealous one.">>\
<<nm $mom "No, you!">>\
<<artB $sister "angry" $mom "angry">>\
<<Thought "Ugh... They're bickering like rowdy teenagers. Can they not? At least while I'm around?">>\
''Your ?mother goes back in for another smooch, and she grabs your crotch while kissing. A warm fuzzy feeling goes through your groin. $sister.name manages to shove her away and do the same, then when she finishes, you back away.''
<<nm $player "I... I think I'll let you two sort this out between yourselves.">>\
<<pic $mom>>\
<<art $mom "aroused,2">>\
<<nm $mom "Just real quick before you go...">>\
<<nm $sister "Wait!">>\
''Both of them try to kiss you simultaneously, trying to push each other away from you. $mom.realName lands some quick kisses on you, then $sister.name, and back and forth, and it's an uncomfortable mess. $sister.name nearly falls over, and you figure it's time to leave them alone.''
''As you walk away, they don't follow you, but you hear them continue to bicker...''
<<Thought "Well, at least they're not getting violent over it. The serum should keep both of them in love with me, but they'll still have to put up with each other...">>\
''You leave the area and can get right to doing something else.''
<<love $mom>>
<<love $sister>>
<<horny 30>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_LivingRoom>>\
''Walking through the living room you happen upon your ?mother leaning over the sofa, working at something. Pausing for a moment, you can hear $sister.name's voice from the other side of the couch, gently cooing and moaning.''
<<nm $sister "There it is... That's it... Ooohhh...">>\
<<pic $mom>>\
<<art $mom "happy,2">>\
<<nm $mom "Mmm, you're so tight! Okay, I'm going to straddle you and press down harder. Ready?">>\
<<nm $sister "Ready!">>\
''Unable to help yourself, you move in to get a closer look at what's going on. To you surprise, and mild amusement, your ?mom is giving your topless ?sister a massage on the couch. $sister.name is on her stomach and seems to be thoroughly enjoying herself.''
<<pic $sister>>\
<<art $sister "happy,2">>\
<<if $mom.hasPenis>>\
''$mom.realName hasn't noticed you yet, diligently working $sister.name's back and shoulders. You can see now that she's completely naked on the couch. What's more is that $mom.realName's large cock is hanging out from beneath her skirt, very nearly rubbing against $sister.name's ass as she works.''
<<else>>\
''$mom.realName hasn't noticed you yet, diligently working $sister.name's back and shoulders. You can see now that she's completely naked on the couch. What's more is that $mom.realName's pussy is leaking like a faucet from beneath her skirt, dripping over $sister.name's ass as she works.''
<</if>>\
<<nm $sister "Mmm- Oh? Heya <<bro>>, is that you?">>\
<<nm $player "Hey ladies.">>\
<<pic $mom>>\
<<art $mom "happy">>\
<<nm $mom "<<Master>>! I was just giving $sister.name a nice massage, she's seemed so tense lately...">>\
<<nm $sister "Mmm, and she's SO appreciating it... And this lotion you're using is juuuuust incredible...">>\
''You scan the room quickly.''
<<nm $player "Lotion? I don't see a... oh... Oh!">>\
<<if $mom.hasPenis>>\
''As your ?mother straddles $sister.name's thighs, warm precum is dropping off her cock and onto $sister.name's lower back. With every new rotation, $mom.realName rubs it into your ?sister's back.''
<<else>>\
''As your ?mother straddles $sister.name's thighs, you notice her juices are dribbling over her hands and onto $sister.name's lower back. With every new rotation, $mom.realName rubs it into your ?sister's back.''
<</if>>\
<<Thought "$mom.name's looking pretty backed up...">>\
<<if $mom.hasPenis>>\
<<btnChoice "Have $sister.name reward $mom.realName - <<t1>>" "Home-39-Reward">>\
<<else>>\
<<btnChoice "Have $sister.name reward $mom.realName - <<t1>>" "Home-39-RewardPussy">>\
<</if>>\
<<btnChoice "Leave them to their massage" "Home-39-Ignore">>\<<loc_LivingRoom>>\
''You wave off your ?mom and ?sister.''
<<nm $player "Alright, well you girls have your fun! $mom.name, don't go relieving yourself without my permission now...">>\
<<pic $mom>>\
<<pic $mom "aroused,2">>\
<<nm $mom "Y-yes... <<Master>>...">>\
''You leave the room, smiling to yourself as the sounds of $sister.name's moaning resumes.''
<<lust $mom>>
<<love $sister>>
<<btnLink "Continue" "Home">>\<<loc_LivingRoom>>\
''You look at your ?mother's throbbing, dripping cock, and the look of desparate need on her face, then turn to $sister.name.''
<<nm $player "Say, <<sis>>... If that massage is so good, I think $mom.name deserves a little reward, don't you?">>\
<<pic $mom>>\
<<art $mom "embarrassed,2">>\
<<nm $mom "M-<<master>>...">>\
<<nm $sister "Mmm, I think I know what you mean... Not like I don't know where that 'lotion' is coming from, hehehe!">>\
''$sister.name raises her ass, allowing $mom.realName's cock to fall between her cheeks, and starts moving up and down.''
<<nm $mom "O-oohhh...">>\
<<nm $player "Hey, not bad! Make sure you don't let her put it in though, I wanna see how long she can hold out!">>\
<<nm $sister "You read my mind!">>\
<<nm $mom "Y-you two... A-ahhh! Mmmm...">>\
''Your ?sister starts move faster and more intensely, using your ?mother's excessive precum as lubricant. It's only a few minutes before $mom.realName finally explodes, releasing a huge, hot load of cum across $sister.name's back.''
<<pic $sister "cum-on-back">>\
<<art $sister "cum-on-back">>\
<<nm $mom "Haaa... haaa... mmmm... Thank you for letting... me cum... <<Master>>...">>\
<<nm $player "It's $sister.name you should be thanking. You can start by licking your mess off her back.">>\
<<nm $sister "Oh, that'll feel great!">>\
<<pic $mom>>\
<<art $mom "happy,2">>\
<<nm $mom "Hehe! Yes <<Master>>!">>\
''You stay and watch $mom.realName lick up her cum, then leave the room.''
<<lust $mom>>
<<lust $sister>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_LivingRoom>>\
''You look at your ?mother's quivering, dripping pussy, and the look of desparate need on her face, then turn to $sister.name.''
<<nm $player "Say, <<sis>>... If that massage is so good, I think $mom.name deserves a little reward, don't you?">>\
<<pic $mom>>\
<<art $mom "embarrassed,2">>\
<<nm $mom "M-<<master>>...">>\
<<nm $sister "Mmm, I think I know what you mean... Not like I don't know where that 'lotion' is coming from, hehehe!">>\
''$sister.name rolls over, sitting up and sliding her hand between your ?mother's thighs. The moment her fingers glide across $mom.realName's slick pussy, she starts to purr and moan.''
<<nm $mom "O-oohhh...">>\
<<nm $player "Hey, not bad! Don't let her cum too quickly, though!">>\
<<nm $sister "You read my mind!">>\
<<nm $mom "Y-you two... A-ahhh! Mmmm...">>\
''Your ?sister starts move faster and more intensely, teasing her by backing off any time your ?mother starts to get close to orgasm. It's only a few minutes before $mom.realName finally explodes, releasing a huge, hot torrent of juices across $sister.name's arm and waist.''
<<pic $mom "squirt">>\
<<nm $mom "Haaa... haaa... mmmm... Thank you for letting... me cum... <<Master>>...">>\
<<nm $player "It's $sister.name you should be thanking. You can start by licking your mess off her thighs.">>\
<<nm $sister "Oh, that'll feel great! Don't be afraid to lick //everywhere// down there...">>\
<<pic $mom>>\
<<art $mom "happy,2">>\
<<nm $mom "Hehe! Yes <<Master>>!">>\
''You stay and watch $mom.realName lick up her mess before going down on $sister.name for a bit, then leave the room.''
<<lust $mom>>
<<lust $sister>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_LivingRoom>>\
''You walk down to the living room. Your <<mom>> is laying on the couch half asleep. The TV is on low volume. She must have just gotten out of the shower, her hair's wet and she's wearing a robe.<<if dose($mom,"horny")>> You notice it's slightly open, and you have a good view of her cleavage and inner thigh...<</if>>''
<<btnTooHorny "Offer her a massage - <<t1>>" "Home-4-Massage">>
<<btnNotHorny "Let her rest" "Home-4-Rest">><<loc_LivingRoom>>\
<<if dose($mom,"horny")>>\
<<nm $player "Hey $mom.name! How'ya doing?">>\
<<pic $mom "robe">>\
<<art $mom "embarrassed,1,robe">>\
''Your <<mother>> jumps up, still in a bit of a daze from the slightly-too-hot shower, but still affected by the serum enough to be somewhat on edge. She starts to pull her robe closed but, halfway through the motion, leaves it just slightly open in the front...''
<<nm $mom "Oh, yeah, uh, hey, hun. I'm good, yeah, just thought I'd get a shower in before bed and I must have nodded off on the couch. Sorry, I've just been a little, uh, stressed lately...">>\
<<nm $player "Stressed, huh? Work getting to you again? You used to get like this a lot when $sister.name and I were younger. I remember you used to have one of us come over and rub your shoulders while we talked and watched TV together.">>\
''You place your hands on your <<mom>>'s shoulders, feeling her instantly tense up.''
<<nm $mom "Oh! I, don't know, I mean I'm fine. I'm good, I'm sure you have other things to-">>\
''You laugh a little.''
<<nm $player "Haha, oh don't be like that. Let me help you out!">>\
''You give your <<mom>> a light shove forward, putting her back on her stomach. You take a seat by her head.''
''You spend the next fifteen minutes or so rubbing your <<mother>>'s shoulders, talking about school and work and other things. She really does start to feel more relaxed now.''
<<nm $mom "Thanks, hun, I really needed that... I think I'm ready for bed now, I'll see you tomorrow.">>\
''Your <<mom>> heads up stairs. You hear the door close.''
<<Thought "Well, that was nice... To be honest I really just wanted to see how she'd react to a massage while affected by the serum, but I enjoyed just spending time with her as well.">>\
''You're just about to get up when you notice it...''
''There's a rather large puddle on the couch, right where your <<mother>>'s crotch was resting.''
<<Thought "Did she... cum? She did. Ha, no wonder she was so relaxed...">>\
<<else>>\
<<nm $player "Hey $mom.name! How'ya doing?">>\
<<pic $mom "robe">>\
<<art $mom "embarrassed,1,robe">>\
''Your <<mother>> sits up, still in a bit of a daze from the slightly-too-hot shower.''
<<nm $mom "Oh, hey, hun. I'm good, yeah, just thought I'd get a shower in before bed and I must have nodded off on the couch. Heyyyy... You know what would be the best right now?">>\
<<nm $player "What's that $mom.name?">>\
''Your <<mom>> rolls over on her stomach.''
<<nm $mom "You wanna give your <<mom>> a massage? Pleeeaaase? We can talk and watch some TV while you do. Just for a few minutes?">>\
''You laugh a little.''
<<nm $player "Haha, yeah $mom.name, of course.">>\
''You spend the next fifteen minutes or so rubbing your <<mother>>'s shoulders, talking about school and work and other things. Afterwards, you both watched some TV together before your <<mom>> went to bed.''
<<nm $mom "Thanks, hun, I really needed that... I think I'm ready for bed now, I'll see you tomorrow.">>\
''Your <<mom>> heads up stairs. You hear the door close.''
<<Thought "Well that was nice, but I'd be lying if giving my <<mom>> a massage at this age wasn't a little... weird. I mean, I'm a grown <<man>>, I can't help but get just a little worked up touching another woman like that. I'm sure it's no big deal.">>\
<<love $mom>>
<</if>>\
<<lust $mom>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">><<loc_LivingRoom>>\
<<Thought "I'll just go ahead and let her rest for now, she seems pretty out of it. Still, I remember she used to ask me to give her massages all the time.">>\
<<btnLink "Continue" "Home">><<loc_LivingRoom>>\
''While heading downstairs, you hear loud moaning coming from the living room.''
<<Thought "I don't recognize that moaning... what's going on in there?">>\
''You check the living room and see $sister.name on the couch. She's trying to focus on her phone and not look at $mom.realName, who's masturbating next to her while watching porn on TV.''
<<pic $mom "solo1">>\
<<act $mom "solo">>\
<<nm $mom "Ahh... hmmmnnggg">>\
<<pic $sister>>\
<<art $sister "embarrassed,2">>\
<<nm $sister "Oh, ummm... hey! $mom.name wanted to um, pick the movie for tonight...">>\
<<nm $mom "And I was right! It was a good... ah... movie.">>\
<<nm $sister "Psst, come here...">>\
''You lean in and try to hide your arousal as you listen.''
<<nm $sister "Seriously, why did she pick porn? I mean, it's not bad porn, but I wouldn't watch this with my mom around! And she's getting off to it while I'm right here! It's like she's forgotten how to behave around family...">>\
<<nm $player "Why not leave?">>\
<<nm $sister "You can't just leave movie night! She'd be all over my ass if I abandoned movie night... maybe literally">>\
<<nm $player "Leaving movie night after signing up for it is a pretty big offense, yeah. At least you can just focus on your phone and ignore her.">>\
<<artB $mom "aroused,2">>\
<<nm $mom "Hng! Almost there...">>\
''$sister.name gestures vaguely in $mom.name's direction.''
<<nm $sister "It's a little hard to ignore that!">>\
<<nm $player "I agree...">>\
''You catch yourself staring at your ?mom.''
<<nm $sister "And it's hard to ignore all the changes that have been happening to her lately...">>\
<<nm $player "It's just the one big change, I think. We'll just have to live with it.">>\
<<artB $sister "aroused,2">>\
<<nm $sister "But it's big!">>\
<<nm $mom "What was that about something being big? Those cocks? I think I have to agree... ah, look at her taking those!">>\
''She draws your attention to the TV where a blonde woman is getting double penetrated from below. The woman on TV is really loving it...''
<<nm $mom "Ahh... Ah!">>\
''Your ?mother furiously masturbates as she hits orgasm. Her head leans back, and she almost closes her eyes; she keeps them barely open so she can keep watching. $sister.name does her best to just pretend none of it is happening, and you watch as $mom.realName delights in her orgasm...''
<<pic $mom "orgasm">>\
<<act $mom "solo,cum">>\
''When she's finished, she turns towards you.''
<<nm $mom "Hey, how about you have a seat for a few minutes?">>\
<<Thought "Probably not getting out of this one...">>\
''You sit down between $sister.name and $mom.name, and $sister.name seems extremely thankful for the barrier. As you watch porn with $mom.name, arousal builds up in you...''
''Eventually, there's too much arousal in you. You have to go take care of it...''
<<nm $player "I have some things to handle, but um... nice watching with you!">>\
''$sister.name's eyes light up as she finds an excuse to leave.''
<<nm $sister "Yeah, I think I'll go with $player.name. I think we all know how this movie ends...">>\
<<nm $mom "Take... hnng, take care!">>\
<<btnLink "Continue" "Home">>\<<loc_Landing>>\
''While you're in your room, you hear a pounding on your bedroom door. It sounds like $sister.name, though she doesn't normally knock this loudly.''
<<nm $player "Come in!">>\
''$sister.name opens the door, and she looks pale with terror.''
<<nm $player "Oh! What's wrong?">>\
<<pic $sister>>\
<<art $sister "embarrassed,2">>\
<<nm $sister "So... so, let me look out your window...">>\
''She peeks outside, and you look along with her. Some younger guy you don't recognize is at the front door, probably talking to your ?mother. He seems very excited to be looking at her.''
<<nm $sister "No... he's still there talking to her! He's from my college!">>\
<<nm $player "Oh.">>\
<<nm $sister "He's in one of my classes and... ugh, why did he have to see her naked? Why did he have to arrive now? He was just stopping by to drop off some papers I left! But $mom.name got to the door before I could...">>\
<<nm $player "At least he'll be leaving soon. $mom.name doesn't do that much talking with people at the door.">>\
<<artB $sister "sad,2">>\
<<nm $sister "I just hope he doesn't blab about mom being a nudist... now is a terrible time for her to start doing this!">>\
<<nm $player "I'm sure he'll keep quiet about it. Just talk to him and it'll be fine.">>\
<<nm $sister "If it gets out... ugh, I'd rather move out than have everyone know mom's a nudist. Things like this make me want to start packing... everything's gotten weird lately.">>\
<<nm $player "Everything will be fine.">>\
<<nm $sister "I hope so. But the best case scenario here is a very awkward talk...">>\
''You sit with her for a minute until she feels better, then she leaves your room.''
<<btnLink "Continue" "Home">>\<<loc_LivingRoom>>\
''You sit down on the couch and wave at $sister.name when you see her walking by.''
<<Thought "Maybe, just maybe, I can get her to watch a movie with me this time even though she's like this...">>\
<<nm $player "Hey, come over here! Let's watch a movie.">>\
<<pic $sister>>\
<<nm $sister "Oh! Yes please...">>\
''She leaps onto the couch and starts rubbing your shoulder as you pick up the remote.''
<<nm $player "Okay, I want to do an actual movie, so if you have any ideas...">>\
''You look over and she's already topless.''
<<pic $sister "strip">>\
<<nm $sister "It should be something sexy...">>\
''As she starts reaching for your groin, you hurry to turn something on. But at the same time, having a topless ?sister right next to you is extremely arousing...''
<<nm $player "Mmm...">>\
''She starts pulling you to the side.''
<<nm $sister "Come on, just pick something already! I need this...">>\
''$sister.name pulls down your pants as your arousal grows more irresistible by the second.''
<<if hasWorkingPenis()>>\
''She jerks you closer to her, then slides off her remaining clothes before getting on her hands and knees, pointing her ass right at you.''
<<pic $sister "spread">>\
<<else>>\
''She pulls off her remaining clothes, then reaches behind the couch to grab her strapon dildo. She puts it on and gives it a solid tightening...''
<<pic $sister "strapon">>\
<</if>>\
''Your ?sister seems uninterested in anything going on with the TV, so you end up just turning on some random movie you like as background noise.''
<<Thought "Looks like we're not going to have a normal movie night... oh well, this is probably more exciting!">>\
<<if hasWorkingPenis()>>\
''You finish undressing. $sister.name backs towards you, and you eagerly stand up on the couch. $sister.name masturbates while you line up your erection.''
<<pic $sister "fucked-by-player">>\
''When you slide it into her waiting pussy, she gasps in pleasure.''
<<nm $sister "Ahh...">>\
''You start thrusting back and forth inside her, tuning out the sounds of the TV as you listen to her excited moans. She starts pushing her ass back and forth against your hips in time with your thrusting.''
<<pic $sister "orgasm">>\
''Just as you settle into a steady rhythm, $sister.name pushes her hips against yours a little harder than expected, and you lose balance.''
<<nm $player "Ah... Ah!">>\
''You fall backwards onto the couch, and $sister.name climbs on top of you and starts riding your erection.''
<<pic $sister "ride-player">>\
<<nm $sister "Couldn't wait for you to get back up... ah...">>\
''You thrust upwards into her as she bounces up and down. $sister.name places her hands on your chest to steady herself, and you watch her breasts bounce around as she rides you.''
<<nm $player "Ah... keep going...">>\
<<nm $sister "Faster then? Okay...">>\
''$sister.name starts bouncing faster as you surge towards climax. Just a little more...''
<<nm $sister "Hnngg... Oh yes...">>\
''With one last thrust, you reach orgasm. Your erection quivers as it slides in and out of her, and you let out burst after burst of cum into $sister.name as she shakes with her own orgasm.''
<<pic $sister "orgasm">>\
''When you're both finished, you hold still for a moment, and $sister.name climbs off of you.''
<<nm $sister "I needed that... I hope you're ready for more later...">>\
''She cleans up and leaves, leaving you alone in the living room with a decent movie.''
<<lust $sister>>
<<preg $sister>>
<<horny 0>>
<<trackAction "pussyFuck.give" $sister>>\
<<trackAction "creampie.give" $sister>>\
<<else>>\
''$sister.name bends you over on the couch and you spread your legs. As you feel her strapon slide inside you, your whole body shudders.''
<<nm $player "Oohhhh, yeah....">>\
''As she penetrates deeper into you, more and more pleasure radiates through your body. She rubs against your most sensitive places before sliding back out.''
<<pic $sister "fuck-player">>\
''She's slow only for a moment: soon after that, she speeds up into powerful, deep thrusts. You look behind and see her masturbating through the material of her strapon as she pounds you...''
<<nm $sister "Ahh... yes...">>\
<<nm $player "Hnnngg... more...">>\
''You push your own body backwards in time with her thrusts, trying to wedge her as deep as possible inside you.''
<<pic $player "fucked-by-female">>\
''$sister.name leans forward, pressing her chest against your back as she keeps fucking you. You wobble from the weight...''
<<nm $player "Ah... Ah...">>\
''As she continues her thrusting, you get closer and closer to orgasm.''
<<nm $player "Ah... I'm almost... hnnng...">>\
<<nm $sister "Ah! Yes... Ah...">>\
''You hear $sister.name reach orgasm, and that's enough to tip you over the edge. Your body clenches as $sister.name pounds you over and over, and pure pleasure radiates out from your depths.''
<<pic $sister "orgasm">>\
''After you recover from the rampaging pleasure and your orgasm ends, $sister.name pulls away from you, and you fall onto the couch. Your ass kind of hurts, but it felt wonderful...''
<<nm $sister "Ah... That was great. See you later for more...">>\
''She cleans up and leaves, leaving you alone in the living room with a decent movie and a sore <<AssOrPussy>>.''
<<lust $sister>>
<<dom $player -3>>
<<horny 0>>
<<trackAction "analFuck.get" $sister>>\
<<trackAction "pussyFuck.get" $sister>>\
<</if>>\
<<btnLink "Continue" "Home" "passTime()">>\<<loc_LivingRoom>>\
''$mom.realName and $sister.name happen to walk by at the same time. Your ?mom's naked as usual, and $sister.name seems to be doing a decent job ignoring it.''
<<pic $sister>>\
<<nm $sister "Hmmm... Does anyone have dinner plans? I'm getting kind of hungry.">>\
<<pic $mom>>\
<<nm $mom "Nope. Pizza?">>\
<<nm $sister "Oooh! That would be great... Who's buying this time?">>\
<<Thought "Eh... why not?">>\
<<nm $player "I'll do it. Want me to place the order now?">>\
<<nm $sister "Oh! Make sure to ask for paper plates this time. I'll also pitch in for breadsticks.">>\
<<nm $mom "Good idea. I'll throw in a few bucks.">>\
''Your ?mother tries to reach into her pocket, but her hand just awkwardly grazes against her bare thigh instead. She then leaves the room to look for her wallet. When you finish ordering online, your ?mom and ?sister both hand you a few dollars.''
<<nm $mom "How about we watch some news in the living room while we wait for it to be delivered?">>\
<<nm $sister "If you insist...">>\
''You sit in the living room, sandwiched between $mom.realName and $sister.name. Eventually, you hear a knock at the door, and $mom.realName stands up.''
<<nm $player "Ah! I'll get it. You just stay here. I can carry everything. Don't worry.">>\
<<nm $mom "Are you sure?">>\
<<nm $player "I got it.">>\
''$mom.realName sits back down as you go to grab the pizza.''
<<Thought "She shouldn't be visible from the front door... so that should make this go more smoothly.">>\
''You open the front door after taking one last peek behind you, then wave to the pizza guy.''
<<nmc "Pizza Guy" "Howdy! Just let me set this down...">>\
<<Thought "Crap... I forgot my wallet...">>\
<<nm $player "Be right back, I think I left my wallet in the—">>\
''Your ?mom comes running in, stunning the pizza guy as he stands back up.''
<<nmc "Pizza Guy" "Whoa! Oookay.">>\
<<nm $mom "Here's your wallet. Also, hi there!">>\
''$mom.realName runs back into the living room, and the pizza guy stares at her ass as she leaves.''
<<nm $player "Eh... That's worth about as much as a tip, right?">>\
<<nmc "Pizza Guy" "With a lady like that walking around naked? Yep.">>\
<<nm $player "Here you go.">>\
''You pay him for the pizza and he leaves. You bring it into the kitchen, and $mom.realName and $sister.name both delightfully stand around it.''
<<pic $sister>>\
<<nm $sister "Aww yeah!">>\
''You all have a delicious dinner together, then you get back to what you were doing earlier...''
<<love $mom>>
<<love $sister>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_LivingRoom>>\
''Walking passed the living room, you happen upon your ?mother sitting on the sofa mindlessly flipping through shows. You decide to take a minute and sit down next to her.''
<<pic $mom>>\
<<nm $mom "Oh, hi darling!">>\
<<nm $player "Hey $mom.name. What are you up to?">>\
''She shrugs and sets the remote down.''
<<nm $mom "Nothing really, just trying to find something to pass the time... Actually...">>\
''Your ?mom leans in, pinning you to the couch with a lustful look in her eye.''
<<nm $mom "Since you're here now, got a minute?">>\
<<nm $player "Oh, maybe one or two...">>\
<<pic $mom "kiss-player">>\
<<nm $mom "Mmmm... mmmm... haaa... mmm...">>\
''The two of you lose each other in a long, intimate embrace. So much so that neither of you notice $sister.name standing in the entryway watching you, touching herself.''
<<pic $sister "door">>\
<<nm $sister "Mmm..." "Maybe... this really is good for everyone...">>\
''She leaves before you finish with your ?mother, but the loving atmosphere in the household is palpable.''
<<pic $mom>>\
<<nm $mom "Mmm, thanks baby, I'll see you later?">>\
<<nm $player "Hehe, of course!">>\
<<love $mom>>
<<love $sister>>
<<btnLink "Continue" "Home">>\<<loc_Landing>>\
''While you're in the hallway, you hear... music? It seems to be coming from $mom.realName's room.''
<<btnChoice "Ignore it" "Home-45-Ignore">>\
<<btnChoice "Listen in" "Home-45-Listen">>\<<loc_Landing>>\
<<Thought "I'm sure $mom.name's just jamming out. It's good to see her doing something fun when I'm not around. Not everything she does has to involve me.">>\
''You leave her alone and get back to doing something else.''
<<btnLink "Continue" "Home">>\<<loc_Landing>>\
''You peep in through the cracked door. Your ?mother's quietly singing along as she dances to the music. You watch her hips swing and her hair wave around...''
<<Thought "It's dark out here, so she shouldn't be able to see me at all...">>\
''She bobs with her back towards you, and you take a good look at her ass.''
<<pic $mom "behind">>\
<<nm $player "Oh yes...">>\
<<Thought "Wait, did I say that out loud?">>\
''$mom.realName turns around.''
<<pic $mom>>\
<<nm $mom "Oh! Come in!">>\
<<nm $player "Just heard music coming from in here and wanted to see what you were doing.">>\
''As you come in, your ?mom reaches out to you.''
<<nm $mom "Want to dance with me? We might as well.">>\
''There's no way you're saying no to this, and you happily take her hand and start dancing with her. A more romantic song comes on and you both sing along with it... Eventually, your ?mother stops singing.''
<<nm $mom "I just need to thank you. You've made my life... my life is just the best that it's ever been.">>\
<<nm $player "I've noticed. Ever since we got together like this...">>\
<<nm $mom "You pretty much brought the light back into my life.">>\
<<nm $player "And you've made mine so much more interesting.">>\
<<pic $mom "kiss-player">>\
''You share a long kiss together and then continue your dancing. After a while, you and $mom.realName eventually find a good time to stop. With your spirits lifted, you get back to doing something else.''
<<love $mom>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_Landing>>\
<<pic $sister>>\
<<art $sister>>\
<<if $sister.isDom>>\
''$sister.name strolls up to you with her phone in her hand.''
<<nm $sister "Hey, ?mc! I need you to do something.">>\
<<nm $player "Yes?">>\
<<nm $sister "I've been getting calls from, ugh, some old sugar daddy I used to have. I don't do that crap anymore, can you deal with it?">>\
<<nm $player "How?">>\
<<nm $sister "I dunno, do something!">>\
<<else>>\
''$sister.name runs up to you as she pulls out her phone.''
<<nm $sister "?mc! I need your help!">>\
<<nm $player "What is it? I can help.">>\
<<nm $sister "So, I, uh, I used to have this sugar daddy, and he's been really annoying lately... He won't stop calling me, any idea what I should do?">>\
<<nm $player "Hmm...">>\
<</if>>\
<<btnChoice "Have $sister.name tell him to fuck off on her own" "Home-46-FuckOff">>\
<<if hasPussy() or hasWorkingPenis()>>\
<<btnChoice "Have $sister.name send him a photo of her giving you oral - <<t1>>" "Home-46-Oral">>\
<</if>>\<<loc_Landing>>\
<<pic $sister>>\
<<art $sister>>\
<<nm $player "Maybe just tell him strongly to fuck off.">>\
<<if $sister.isDom>>\
<<nm $sister "I kind of already tried that...">>\
<<nm $player "Put it in all caps then. Maybe at a time where you think he's vulnerable.">>\
<<nm $sister "At a vulnerable time... You're onto something.">>\
<<else>>\
<<nm $sister "I didn't want to hurt his feelings too much, but you know... sure. I'll do it. And if he keeps calling me I'll threaten to call the cops on him.">>\
<<nm $player "Excellent!">>\
<</if>>\
''With her problem likely solved, $sister.name thanks you, and you're both able to get back to what you were doing earlier...''
<<love $sister>>
<<btnLink "Continue" "Home">>\<<loc_Landing>>\
<<pic $sister>>\
<<art $sister>>\
<<nm $player "Send him a video of you sucking someone's dick or pussy or whatever... And hey, I'm right here if you need someone to film it with!">>\
<<nm $sister "Hmm. Yeah, this might be the best option... Nothing says <<if not $sister.isDom>>go away<<else>>fuck off<</if>> like showing him a video of me with someone else. Here, hold my phone and start recording. I'm dying to get rid of this guy...">>\
''You stand against a wall and get ready to record as $sister.name gets on her knees. She grips the fabric around your hips, and then you hit record as she pulls it down and reveals your <<UnderwearOrPants>>.''
<<nm $sister "Mmm...">>\
''As $sister.name smiles at the camera, she pulls your <<UnderwearOrPants>> down<<if hasWorkingPenis()>>, and your erection pops out for the camera to see<<else>>revealing just a bit of your pussy to the camera<</if>>.''
<<nm $sister "Just sending a message to you... Stop bothering me! I'm already with someone else.">>\
''She brings her head forward and <<if hasPenis()>>plunges her lips onto your cock<<else>>presses her tongue against your pussy<</if>>. Her tongue presses against your sensitive <<PussyOrCock>>, and she makes a huge show for the camera.''
<<if hasPenis()>>\
<<pic $sister "suck-player">>\
<<act $sister "blowjob,deep">>\
<<else>>\
<<pic $sister "eat-pussy">>\
<<act $sister "eatpussy">>\
<</if>>\
<<nm $player "Oh yeah... Keep going...">>\
''$sister.name moves faster with her mouth and tongue, pleasuring you so, so much... You do your best to hold her phone steady as she pleasures you. Orgasm comes closer and closer with every moment that passes, and eventually, it arrives.''
<<if hasPussy()>>\
<<pic $player "squirt">>\
<<act $sister "eatpussy,cum">>\
''Your pussy clenches over and over around her tongue, pulsing with pleasure as she keeps licking. ''
<<else>>\
<<pic $sister "cum-in-mouth">>\
<<act $sister "blowjob,creampie">>\
''Your cock twitches over and over in her mouth, letting out load after load into her throat''
<</if>>\
<<nm $sister "HNGPH!">>\
''$sister.name winks at the camera as your orgasm goes on, but eventually it comes to a stop, as does $sister.name's mouth. She takes her lips off you.''
<<nm $sister "And don't call me again!">>\
''You stop recording and hand her her phone back.''
<<nm $sister "Thank you for this...">>\
<<nm $player "No, thank you!">>\
''Having gotten exactly what you both need, you and $sister.name part ways for now.''
<<lust $sister>>
<<horny 0>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_Landing>>\
''As you pass by $mom.name's bedroom, you hear her sigh, almost painfully. Her bedroom door is closed, but you may be able to listen in...''
<<nm $player "$mom.name?">>\
<<btnChoice "Check on her - <<t1>>" "Home-47-Listen">>\
<<btnChoice "Leave her be" "Home-47-Ignore">>\<<loc_Landing>>\
''You decide that it would be best for her if you left her alone; she might need some alone time anyway. You soon move out of range of her sighing...''<<loc_MomRoom>>\
<<nm $player "I should see what's going on...">>\
''You put your ear to the door, and after hearing some light sighing and some frustrated blanket movements, you hear $mom.name speak.''
<<pic $mom>>\
<<art $mom "sad">>\
<<nm $mom "Uhhhnnnn... I wish I still looked like that...">>\
<<Thought "Is she sad because she's slightly older than she used to be? I need to help her...">>\
''You gently knock on the door.''
<<nm $mom "Ah! Oh, come in, honey!">>\
''As you open the door, you see $mom.name sitting cross legged on her bed with her old high school yearbook open.''
<<nm $player "I heard you say something about how you wish you looked 'like that'... Is everything okay?">>\
<<nm $mom "Oh sweetie... It's nothing. I'm just getting kind of old and feeling a bit miserable about it. Look here!">>\
''$mom.name shows you the yearbook, and you see a younger version of $mom.name.''
<<nm $player "Hmm... Well, you are a lot younger, but like, look at that chest on the past you! It's way flatter and smaller than yours is now.">>\
<<nm $mom "There is that...">>\
''You put your hand on her breasts and knead them.''
<<nm $player "Motherhood made you look better, not worse. I'd take the current you over the high school you any day. And look at that haircut! You had no idea how to style your hair back then, but nowadays it comes naturally to you.">>\
<<nm $mom "Really? Listen... I know it doesn't seem like a lot, but... what you said really means a lot to me.">>\
<<nm $player "Your chest is the best. And now you've got your old classmates beat too!">>\
<<nm $mom "Oh, ?mc...">>\
''You place your face on her breasts as she gives you a hug.''
<<nm $mom "You're the best...">>\
''She rubs your thighs, sending a shiver of arousal through you... She slides off her shirt, then her bra, and you're able to nestle your head right between her breasts.''
<<pic $mom "ava-nekkid">>\
<<art $mom "aroused,2,naked">>\
''As you slide off your <<UnderwearOrPants>>, you lay your head on $mom.name's lap, and she presents her breasts for you to suck on.''
<<nm $mom "Come on, a gift for you for making me feel better...">>\
''You happily kiss and suck her nipples as she reaches down and strokes your <<if hasWorkingPenis()>><<pSize>><<else>><<AssOrPussy>><</if>>.''
<<nm $player "Mmmph... Mmm...">>\
<<Thought "Oh yeah... This is perfect...">>\
''She pleasures you with her hands as you suck harder and press your face into her.''
<<nm $mom "Oh, I am so, so happy to be in love with you... You're the best <<son>> ever...">>\
''You're both relaxed and aroused, and a wave of happiness spreads through you as you get closer and closer to orgasm.''
<<Thought "This feels so good... but more importantly, she feels better about herself.">>\
''You cum, and your <<if hasWorkingPenis()>>erection lets out jet after jet of cum, landing on your stomach<<else>><<AssOrPussy>> clenches over and over around her fingers<</if>>. She keeps pleasuring you, and you enjoy your orgasmic bliss... When your orgasm finally dies down, you sit up.''
<<nm $player "Ah... That was great.">>\
<<nm $mom "Anything for you. Ah...">>\
''As you clean up, $mom.name picks up the yearbook again and looks at it.''
<<nm $mom "You know, I'm just glad I aged better than Linda... I've seen pictures of her these days. She somehow looks older than she actually is!">>\
''You both share a laugh as you finish cleaning up, and then you leave her bedroom.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_Landing>>\
''You pass by the kitchen and hear a commotion going on inside. Someone just said your name.''
<<Thought "It didn't seem like they were calling for me...">>\
<<btnChoice "Ignore it" "Home-48-Ignore">>\
<<btnChoice "Listen in - <<t1>>" "Home-48-Listen">>\<<loc_Landing>>\
<<Thought "Probably best to not get involved. They're adults, they can work this out fine.">>\
''You leave them alone and get back to what you were about to do.''
<<btnLink "Continue" "Home">>\<<loc_Kitchen>>\
<<Thought "If they mentioned my name, I ought to know what's going on...">>\
''You decide to peek around the corner, ?ava and ?dakota don't notice you. They seem engrossed in their conversation...''
<<pic $mom>>\
<<art $mom "angry" $sister "angry">>\
<<nm $mom "Well, I just feel like it, that's all. Nothing wrong with it.">>\
<<nm $sister "But come on, you've never given ?mc coffee in the morning! What happened for you to start doing it now?">>\
<<nm $mom "I think seeing ?mc home again... it just warms my heart, you know?">>\
<<pic $sister>>\
<<art $sister "sad,2">>\
<<nm $sister "?ava, I love you, and I don't want to come across as jealous, but what else are you doing for ?mc, hmm?">>\
<<nm $mom "Just don't worry about it. Besides, it's my job to spoil my kids.">>\
<<nm $sister "It's not like I need you to spoil me a little more, I just thought it was weird, that's all.">>\
<<Thought "They're talking past each other.... At least they're both chill. I suppose it's just coffee after all. Though ?dakota would kill me if she knew what was really making ?ava bring me coffee every morning.">>\
''?ava winks at ?dakota. ''
<<nm $mom "Well, if you want to be spoiled, just ask! I'll see what I can do...">>\
<<nm $sister "Why don't you bring me coffee, anyway?">>\
<<nm $mom "Well, it's just that you've never asked, that's all...">>\
''?ava turns around and you retreat back into the hallway.''
<<Thought "Act natural, pretend you were just walking over here just now...">>\
<<artB $mom "happy,2">>\
<<nm $mom "Oh! ?mc! We were just talking about how if either of you ever need anything, just let me know... It is my job to spoil my kids!">>\
<<nm $sister "Yep. I'm debating asking for coffee every morning too...">>\
''When you're both out of earshot of ?dakota, ?ava whispers something to you...''
<<nm $mom "Though I can't help but spoil you especially...">>\
''She gives you a playful kiss on the cheek, making you feel warm and fuzzy inside.''
<<nm $player "Oh, thank you for everything...">>\
''She leaves you for the time being, and you get back to what you were about to do before you eavesdropped...''
<<love $mom>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_Room>>\
''Sitting in your room, you hear a knock at your door.''
<<nm $mom "?mc, do you have a minute? May I come in?">>\
<<Thought "I wonder what this is about...">>\
<<btnChoice "Let her in - <<t1>>" "Home-49-Open">>\
<<btnChoice "Tell her you're busy" "Home-49-Ignore">>\<<loc_Room>>\
<<nm $player "I'm a bit busy at the moment, sorry!">>\
<<nm $mom "Then maybe later then if I'm feeling up to it...">>\
?ava leaves you alone, and you get back to what you were doing.
<<btnLink "Continue" "Home">>\<<loc_Room>>\
<<nm $player "Come on in!">>\
''?ava opens the door, and you see that she's in her underwear. She's holding a laundry basket with some dirty laundry in it.''
<<nm $player "You're lightly dressed... Doing laundry?">>\
<<pic $mom "ava-lingerie">>\
<<art $mom "sad,2,lingerie">>\
<<nm $mom "Mhm. I spilled coffee on my last shirt, so I'm walking around like this... I assume you don't mind?">>\
<<nm $player "Not in the slightest.">>\
''?ava seductively bends over as she picks up some dirty laundry, and she sees a pair of used panties on top of some of your clothes.''
<<nm $mom "Looks like someone's been busy lately.">>\
<<nm $player "That's for sure... I've been working overtime, if you get what I mean.">>\
<<nm $mom "Honestly, I'd like some overtime with you...">>\
<<Thought "That doesn't make sense, but whatever.">>\
<<nm $mom "Want me to get your bedsheets while I'm at it?">>\
<<nm $player "These are fresh... What makes you think they're dirty?">>\
<<nm $mom "What we're about to do together in about, mmm, five seconds...">>\
''Arousal shivers through you as you process the meaning of her words. Before you can respond, ?ava's already on the bed, and she's undressing... Soon, you're both naked, and ?ava spreads her legs...''
<<Thought "I can't wait...">>\
<<if hasWorkingPenis()>>\
''You mount ?ava <<if $mom.hasPenis>>, pushing her dick out of the way so you can get to her pussy<</if>> and thrust your erection inside her.''
<<pic $mom "fucked-by-player">>\
<<act $mom "doggy,player">>\
<<nm $mom "Ah... Harder!">>\
''You finally steady yourself, grabbing her body for support as you thrust in and out. The bed creaks, and her breasts jiggle up and down.''
<<Thought "She was so eager... good to see the serum's still working.">>\
<<nm $mom "F-fuck! YES!!!">>\
<<Thought "...Let's not think about why she's doing this and just enjoy it.">>\
''As you keep railing her, ?ava moans louder and louder...''
<<Thought "I wonder if ?dakota is gonna hear this... well, whatever, I'm having too much fun to care...">>\
''You lean forward and kiss ?ava, still fucking her as you do.''
<<nm $mom "Mmmph... Mmm...">>\
''You're almost at orgasm, and you vigorously thrust to try and make both you and your ?mother cum. Finally, ?ava starts moaning, as do you...''
<<nm $player "C-cumming!">>\
<<pic $mom "orgasm">>\
<<act $mom "doggy,player,creampie,xray">>\
''Orgasm comes, and your erection twitches wildly inside her.''
<<nm $mom "Ah... Ah!">>\
<<else>>\
''You bring your face up to ?ava's groin <<if $mom.hasPenis>>, giving her dick a little teasing and letting it rest against your forehead<</if>>. You tease the opening of her pussy with a few light licks...''
<<pic $player "eat-pussy">>\
<<if $mom.hasPenis>>\
<<act $player "eatpussy,ts">>\
<<else>>\
<<act $player "eatpussy">>\
<</if>>\
<<nm $mom "Ah... deeper...">>\
<<nm $player "Mmph...">>\
''You kiss the opening of her pussy, massaging her clit with your lips as your tongue penetrates deeper into her. ?ava pats your head as you fervently lick.''
<<nm $mom "Don't stop... more...">>\
''Her depths are delicious, but even better is knowing how you're turning her on. She comes closer and closer to orgasm, and you swear you can feel her pussy getting warmer... Finally, she comes.''
<<pic $mom "orgasm">>\
<<act $mom "orgasm">>\
<<nm $mom "Ah... Oh! Yes! Ahhhhh...">>\
<<if $mom.hasPenis>>\
<<actB $player "eatpussy,ts,cum">>\
<<else>>\
<<actB $player "eatpussy,ts">>\
<</if>>\
''You keep licking and kissing and probing all throughout her orgasm.''
<</if>>\
<<nm $player "Haaa... haa...">>\
''When ?ava's orgasm ends, you come to a stop and pull away from her.''
<<nm $mom "Oh, ?mc... That was wonderful.">>\
<<nm $player "Anything to pay you back for all the great things you've done for me.">>\
<<nm $mom "Well, it looks like there's a little more laundry to do now, isn't there?">>\
''After cleaning up, ?ava grabs your bedsheets and throws them in the laundry. However, after she opens the door and leaves, you realize she forgot to put her clothes back on.''
''You hear ?dakota gasp after she exits.''
<<pic $sister>>\
<<art $sister "angry,2">>\
<<nm $sister "Mom, why are you naked?">>\
<<nm $mom "Oh, all my clothes were dirty... very dirty, there was a spill...">>\
<<nm $sister "Mhm, I, uh, I see...">>\
''?ava comes back in and grabs her underwear a moment later after ?dakota leaves, then adds them to the laundry pile. She waves goodbye, and you get back to what you were doing...''
<<lust $mom>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_Landing>>\
''You leave your room and turn the corner down the hallway, just in time to collide with your <<mother>> and send her to the floor.''
<<nm $player "Ow, shit! Who- Oh, god, sorry $mom.name.">>\
<<pic $mom>>\
<<art $mom "aroused,2">>\
<<nm $mom "I-it's... I'm fine, I...">>\
''Your <<mother>> seems less affected by the impact, and more by the fact that you came in contact with her at all. Her face is flushed and she's panting lightly, holding her legs together.<<if $mom.hasPenis>>@@.ef; There's a very noticeable bulge under her pants, with a wet spot forming at the end of it.@@<</if>>''
<<Thought "She must have really been on edge for a while if that quick contact put her in this state. Hmm...">>\
<<btnTooHorny "Grab her by the hand to help her up - <<t1>>" "Home-5-Grab">>
<<btnNotHorny "Just ask if she needs help" "Home-5-Talk">><<loc_Landing>>\
<<nm $player "Here, $mom.name, let me help you up...">>\
<<nm $mom "N-no, hun, I'm-">>\
''Ignoring her, you wrap your hand around hers, gripping tightly.''
<<nm $mom "I-I oooohhHAAAAHHH!!!">>\
<<pic $mom "orgasm">>\
<<act $mom "orgasm">>\
''She falls to the floor again as a large stain begins forming at the crotch of her pants.''<<if $mom.hasPenis>>@@.ef; Her huge cock strains against her jeans, shooting several loads through the material.@@<</if>>'' She pulls her shirt down attempting to hide it, and you pretend not to notice.''
<<nm $player "You okay, $mom.name?">>\
<<nm $mom "I'm f-fine, just... I... I need to use the b-bathroom.">>\
''She quickly gets up and runs past you to the bathroom, almost tripping over herself in the process.''
<<lust $mom>>
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
<<nm $player "Are you okay? Do you need help up?">>\
''With a hand on the wall your <<mother>> pulls herself to her feet.''
<<pic $mom>>\
<<art $mom "embarrassed,2">>\
<<nm $mom "N-no, honey. I'm fine. Try to watch where you walking next time, yeah?">>\
<<nm $player "Yeah $mom.name, sorry about that.">>\
''She smiles at you before walking the other direction. She still can't quite walk normally...''
<<lust $mom>>
<<btnLink "Continue" "Home">><<loc_LivingRoom>>\
''As you pass by the living room, you hear beeping from ?dakota's laptop. It's facing away from you and sitting on the coffee table.''
<<Thought "She must have left it on... I think that beep means the battery's low.">>\
''You're about to close it and plug it in for her without looking at what's on the screen, but then you wonder what she's looking at...''
<<btnChoice "Leave it alone" "Home-50-Ignore">>\
<<btnChoice "Check her laptop - <<t1>>" "Home-50-Check">>\<<loc_LivingRoom>>\
<<Thought "?dakota deserves a little privacy. As a treat.">>\
''You plug in her laptop and close it without looking, then get back to what you were doing.''
<<btnLink "Continue" "Home">>\<<loc_LivingRoom>>\
<<Thought "Yeah, why not peek? It's not like she'll find out... and she probably wouldn't care that much if she did find out.">>\
''You plug in the laptop, then peek at the screen.''
<<nm $player "Oh!">>\
<<pic $events "porn-lesbian">>\
<<art "events/porn/lesbian">>\
''It's just porn playing on a loop.''
<<Thought "That's some good porn right there...">>\
''You click around a bit more.''
<<Thought "Wait, what folder is this in? \"For MC?\"">>\
''You look through the folder and see a frankly impressive amount of porn. Another folder next to it says "Rejected Porn (stuff only I like)" You look through that one and find a bunch of porn that isn't as good.''
<<Thought "Is ?dakota downloading a bunch of porn and sorting through it before showing it to me?">>\
<<pic $events "porn-straight">>\
<<art "events/porn/straight">>\
<<Thought "So she must be making sure we both like it before we watch it together... It seems like she's got my tastes down. Honestly... It's kind of cute that she cares about this so much. Even if I was responsible for it.">>\
<<pic $events "porn-ts">>\
<<art "events/porn/trans">>\
<<Thought "Well, no sense moping about how we got here. ?dakota and I are enjoying ourselves, after all.">>\
''You navigate back to the video that was playing on a loop, then close the laptop.''
<<Thought "At most, ?dakota will think I just saw there was porn on there and plugged it in for her. There's no way she'll think I peeped at the whole folder layout...">>\
''You get back to what you were doing.''
<<horny 30>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_Landing>>\
''You walk by ?dakota's room; the door's cracked, and you hear something from inside. ?dakota's talking to someone on the phone, and you can hear them talking from all the way in the hallway.''
<<nmc "Friend" "Why are you so interested in ?mc? You talk about them so much..." "UnknownF">>\
<<nm $sister "Well, they're just really cool, and they've been helping me study a lot... again, ?mc has just been really nice lately.">>\
<<btnChoice "Leave them to their conversation" "Home-51-Ignore">>\
<<btnChoice "Get closer and listen in - <<t1>>" "Home-51-Listen">>\<<loc_Landing>>\
<<Thought "I think I've heard enough, I get where this conversation is going. Just normal friend talk.">>\
''You leave and get back to what you were doing...''
<<btnLink "Continue" "Home">>\<<loc_SisterRoom>>\
<<pic $sister "bed">>\
<<art $sister "happy,2,lingerie">>\
''You lean in and listen. ?dakota's sitting at the foot of her bed, and she's just in her underwear.''
<<nmc "Friend" "I mean, the way you two apparently talk..." "UnknownF">>\
<<nm $sister "Do you have siblings?">>\
<<nmc "Friend" "Yeah, just one..." "UnknownF">>\
<<nm $sister "I think you know how sibling relationships can be. Sometimes they're really distant, sometimes they're really close, like me and ?mc.">>\
''You lean in closer, hoping you don't miss something good, but the door creaks as you bump into it. ?dakota turns and sees you, then gives you a cheeky middle finger.''
<<Thought "Might as well come in...">>\
''You wave to ?dakota as you open the door, only to get a pillow thrown in your face and a short giggle.''
<<nmc "Friend" "What was that?" "UnknownF">>\
<<nm $sister "Oh, nothing, just moving some stuff around...">>\
<<Thought "Oh, I have to get back at her for that pillow! I wonder...">>\
''You get a devilish idea, and you smile at ?dakota. She's already at the edge of the bed...''
<<Thought "It would be so easy to just pull down her panties and go to town on her... Would be really funny. And hot.">>\
''You approach ?dakota, and she looks at you as if to ask what you're doing, then you get on your knees in front of her.''
<<nm $sister "Yeah, ?mc's sometimes annoying, you know, like all siblings are I guess...">>\
<<nmc "Friend" "Oh, yeah, my sister's like that!" "UnknownF">>\
''You pull down ?dakota's panties and bring your face to her groin, and she looks down, too stunned to react as you start licking her pussy...''
<<pic $player "eat-pussy">>\
<<art $player "eatpussy">>\
<<nm $sister "Ah... mhm, ah yeah, I know what you mean... But yeah, ?mc's uh, really good deep down inside...">>\
<<nmc "Friend" "You sound like you're panting a little, need a minute? I know it's been a long call." "UnknownF">>\
<<nm $sister "No, no, I'm, ah, fine...">>\
''You bring your tongue out and start licking her clit, and you stick two fingers inside her, curling them upwards and massaging her depths. Her legs squirm as you pleasure her. ?dakota tries to keep on the conversation, giving you sarcastic compliments as you lick her.''
<<nm $sister "Ah, I'm...">>\
''?dakota mutes herself on the phone as she reaches orgasm. She gasps and moans, and her legs tense up as her pussy clenches over and over around your fingers...''
<<pic $sister "orgasm">>\
<<act $sister "orgasm">>\
''Finally, when her orgasm comes to an end, she unmutes her phone, and you get out from between her legs.''
<<nmc "Friend" "You okay?" "UnknownF">>\
<<nm $sister "Yeah, just got interrupted, I'm back now... whew, I'm a bit tired...">>\
<<Thought "I think she's had enough.">>\
''As you leave and wave goodbye to ?dakota, she looks you in the eyes as she talks to her friend.''
<<nm $sister "But anyway, ?mc has been really nice lately, as I've been saying... but sometimes, sometimes, he/she can be a real asshole! I think you can imagine the sorts of mischief he/she gets up to...">>\
<<nmc "Friend" "Mhm. I know that feeling..." "UnknownF">>\
''You leave ?dakota alone for now.''
<<lust $sister>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">>\<<loc_MomRoom>>\
''Walking through the hallway you notice muffled moaning coming from your <<mother>>'s room. Her door is cracked shut, and after a few slipped sighs and squeals, there's no mistake she's masturbating. From the sounds of it, she's going at it pretty hard...''
<<Thought "Thanks to the serum I gave her, she can't find any relief unless she's in direct contact with me...">>\
''You quietly crack open the door and find she's completely lost in her activities, totally unaware she's being watched.''
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<act $mom "solo,futa">>\
<<else>>\
<<pic $mom "solo1">>\
<<act $mom "solo">>\
<</if>>\
<<btnTooHorny "Tap her on the shoulder to let her know she's being a little loud - <<t1>>" "Home-6-Tap">>
<<btnNotHorny "Leave her alone" "Home-6-Leave">><<loc_MomRoom>>\
''You quietly walk up behind her, watching as she desperately ''<<if $mom.hasPenis>>@@.ef;strokes her rock hard, leaking cock.@@<<else>>''plunges deep into her pussy.''<</if>> She's sweating, almost crying, the look of desperation on her face intensifies with every passing second.''
''You reach out and place your hand on her shoulder...''
<<pic $mom "orgasm">>\
<<act $mom "orgasm">>\
<<nm $mom "HNGH! A-ah, ooohh... AHHHHHH!!!!!!!!">>\
<<if $mom.hasPenis>>\
<<actB $mom "solo,futa,cum">>\
''Rope after rope of thick cum jets from your <<mother>>'s engorged cock as she screams in ecstasy, covering her bed and walls in the hot, white liquid. Several moments seem to pass as she continues her torrential orgasm, until finally she collapses into a large puddle of sweat and cum.''
<<else>>\
<<actB $mom "solo,cum">>\
''A torrent of juices violently erupt from your <<mother>>'s wet cunt, spraying across her bed and hitting the wall above her pillows. Her legs spasm for several moments until she finally collapsed forward into a pool of her own juices.''
<</if>>\
<<nm $player "Hey $mom.name, you okay? We could hear you from all the way down the hall.">>\
''She turns to look at you, drool and cum running off her face.''
<<artB $mom "embarrassed,2">>\
<<nm $mom "I... I...">>\
''It takes a moment before your <<mother>> even regains the mental capacity to feel shame. She throws a blanket over her and buries her face in her face in her hands.''
<<nm $mom "I'm okay, honey! I just... I just need to lay down for a little bit...">>\
<<nm $player "Okay, you sure?">>\
<<nm $mom "Y-yes, I'll be out later...">>\
''You smile to yourself as you leave the bedroom.''
<<lust $mom>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">><<loc_MomRoom>>\
<<Thought "Probably best to leave her be for now...">>\
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<act $mom "solo,futa">>\
<<else>>\
<<pic $mom "solo1">>\
<<act $mom "solo">>\
<</if>>\
''You quietly close the door, leaving your <<mother>> in desperate agony...''
<<horny 10>>
<<btnLink "Continue" "Home">><<loc_Landing>>\
<<pic $mom "robe-full">>\
<<art $mom "aroused,2,robe">>\
<<nm $mom "Hey baby.">>\
<<nm $player "Hey $mom.name-">>\
''Before you can finish speaking your <<mother>> has you pressed up against the wall. Her breathing is heavy and her eyes are fixed on you.''<<if $mom.hasPenis>>@@.ef; As she presses against you, you can feel her stiff cock through her pants.@@<</if>>
<<nm $player "H-hey, $mom.name?">>\
<<nm $mom "Relax, baby, I... <<Mama>> just wants a little... kiss is all... Hm?">>\
''She's clearly desperate for some release, and she seems to have an idea of how to get some...''
<<btnTooHorny "Kiss her - <<t1>>" "Home-7-Kiss">>\
<<btnNotHorny "Escape!" "Home-7-Escape">>\<<loc_Landing>>\
''You put your arms around your <<mom>> and lean your head back, allowing her easy access as she moves in.''
<<pic $mom "kiss-player">>\
<<act $mom "kiss,player">>\
<<nm $mom "Mmmm... hhmmmm..." "So wrong... but... can't stop...">>\
''She doesn't allow you to finish. Before you can make another move your <<mother>> has her tongue deep into your throat as she grinds her body against yours.<<if $mom.hasPenis>>@@.ef; You can feel her huge cock pulse and spasm as it unleashes a seemingly endless amount of cum. There so much, it manages to soak through both her pants as well as your <<bottom>>!@@<<else>> She moans into your mouth as she rides a hard, wet orgasm to completion, keeping you in place for as long as it takes to trigger at least two more.<</if>>''
<<pic $mom "orgasm">>\
<<act $mom "orgasm">>\
''She finally releases you, allowing you to collapse into the ground in front of her. Eyes glazed over with a satisfied expression on her face, she staggers back to her room and closes the door.''
<<love $mom 1>>
<<lust $mom 1>>
<<dom $player -1>>
<<btnLink "Continue" "Home" "passTime()">><<loc_Landing>>\
<<if $player.isDom>>\
''You quickly slide out from your <<mother>>'s embrace. Simply grazing her breasts during your maneuver is enough to trigger an orgasm, dropping her to the ground moaning.<<if $mom.hasPenis>>@@.ef; You can see the bulge in her pants pulsing and twitching as a stain forms at the tip of it.@@<</if>>''
<<pic $mom "orgasm">>\
<<act $mom "orgasm">>\
<<nm $player "S-sorry $mom.name, I'm a little busy right now. We'll talk later, yeah?">>\
''She's too lost in her orgasm to hear you as you slip away.''
<<lust $mom>>
<<horny 10>>
<<btnLink "Continue" "Home">>
<<else>>\
''As you move to escape, your <<mother>> slams one hand against the wall, blocking your path and pinning you closer.''
<<nm $player "H-hey, I'm kind of, ah-">>\
<<pic $mom "kiss-player">>\
<<act $mom "kiss,player">>\
<<nm $mom "Mmmm... hhmmmm..." "So wrong... but... can't stop...">>\
''She doesn't allow you to finish. Before you can make another move your <<mother>> has her tongue deep into your throat as she grinds her body against yours.<<if $mom.hasPenis>>@@.ef; You can feel her huge cock pulsing and spasming as it unleashes a seemingly endless amount of cum. There so much, it manages to soak through both her pants as well as your <<bottom>>!@@<<else>> She moans into your mouth as she rides a hard, wet orgasm to completion, keeping you in place for as long as it takes to trigger at least two more.<</if>>''
<<pic $mom "orgasm">>\
<<act $mom "orgasm">>\
''She finally releases you, allowing you to collapse into the ground in front of her. Eyes glazed over with a satisfied expression on her face, she staggers back to her room and closes the door.''
<<love $mom>>
<<lust $mom>>
<<dom $player -1>>
<<btnLink "Continue" "Home" "passTime()">>
<</if>>\<<loc_Kitchen>>\
<<nm $sister "What the fuck!? $player.name! Are you home!?">>\
''You almost jump out of your skin at the sound of $sister.name shrieking from what sounds like the kitchen.''
<<nm $player "$sister.name? What is it?">>\
<<nm $sister "It's... $mom.name! I need you down here NOW!">>\
''You run down to the kitchen but aren't quite ready for what you find. $sister.name looks horrified standing in the entryway staring at your <<mother>> on the floor.''
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<act $mom "solo,futa">>\
<<else>>\
<<pic $mom "solo1">>\
<<act $mom "solo">>\
<</if>>\
<<nm $mom "Haa... Haaa... I need to... I need to comeOHGOD!! I NEED IT!!!">>\
''Her eyes have gone listless as she rocks back and forth in the corner of the kitchen floor, naked, masturbating furiously. The room reeks of sex, as she must have been doing this for god knows how long.''<<if $mom.hasPenis>>@@.ef; Thick streams of precum flow from her cock onto the floor in front of her as she continues stroking it.@@<<else>>'' A pool of juices forms from between her legs as she continues rubbing herself.''<</if>>
<<if $mom.hasCollar>>\
<<nm $mom "I want... want to sto-">>\
@@.ef;The collar around your <<mother>>'s neck tightens, and the bell on it rings softly...@@
<<nm $mom "M-mustn't stop... Can't stop! N-need to c-c-cUM!">>\
<<else>>\
<<nm $mom "Haa... h-have to... c-cum! I need to c-c-cUM!">>\
<</if>>\
<<pic $sister>>\
<<if dose($sister,"sex")>>\
<<artB $sister "aroused,2">>\
<<nm $sister "Damn, she's really getting into it... mmm...">>\
''$sister.name licks her lips.''
<<nm $sister "Oh, I, um... We should do something, right?">>\
<<else>>\
<<artB $sister "embarrassed,2">>\
<<nm $sister "$player.name, what do we do?">>\
<</if>>\
<<btnTooHorny "Help her up yourself - <<t1>>" "Home-8-Help">>
<<btnNotHorny "Have $sister.name help her up" "Home-8-Sister">><<loc_Kitchen>>\
''You step out in front of $sister.name.''
<<nm $player "I'll help $mom.name, you go clear the path and get her room ready. We'll just get her to bed and hopefully whatever this is will pass on its own.">>\
''Your <<sister>> nods and runs out of the kitchen. You walk around behind your <<mother>> and kneel down.''
<<Thought "Well...">>\
''You throw your arms around your <<mother>>'s chest and waist. Immediately her body starts bucking and convulsing as your embrace triggers an unimaginably intense orgasm.''
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
<<act $mom "solo,futa">>\
<<else>>\
<<pic $mom "solo1">>\
<<act $mom "solo">>\
<</if>>\
<<nm $mom "A-AHHHHH!!!! I- I can- OHMYGAAHHHHH!!!!">>\
''Her body flails and trembles as you tighten your grasp around her breasts and waist.''<<if $mom.hasPenis>>@@.ef; You slide one hand down to pump her throbbing cock a few times, only to intensify her climax exponentially, and watch in amazement as she coats the floor, cabinets, and even parts of the counter in her thick semen.@@<<else>>'' You slide one down and pinch her clitoris firmly with two fingers, only to intensify her climax exponentially, and watch in amazement as she coats the floor, cabinets, and even parts of the counter in her spray.''<</if>>
<<nm $player "Holy...">>\
<<if $mom.hasCollar>>\
''Your <<mom>> gasps for air, panting heavily as juices still flow and spurt from her body. It's then you notice the subtle sound of the bell around her neck...''
<<btnChoice "Have her clean up her mess" "Home-8-CleanUp">>
<<btnChoice "Just help her up" "Home-8-JustHelp">>
<<else>>\
''You pull, well, drag your <<mother>> back out of the kitchen, leaving her at the landing until your <<sister>> return.''
''It takes some effort, but the two of you manage to get your <<mother>> back up to her bedroom and into her bed, closing the door with her in it.''
<<pic $sister>>\
<<art $sister "angry">>\
<<nm $sister "What the hell?">>\
<<nm $player "I don't know... Maybe being by herself for so long really is getting to her... I'm sure she'll be fine after some rest.">>\
''You and your <<sister>> agree, and go your separate ways.''
<<lust $mom>>
<<dom $player 1>>
<<btnLink "Continue" "Home" "passTime()">>
<</if>>\<<loc_Kitchen>>\
<<nm $player "$mom.name... You've made quite a... mess. I think you'd better clean it up before $sister.name gets back, don't you.">>\
''Still out of it, she nods lightly and moves to get up.''
<<nm $player "Probably best if you lick it all up, just to be safe. Can't leave any trace of your... activities, right?">>\
<<if not dose($mom,"slut")>>\
''Your <<mother>>'s body freezes for a moment before she looks back at you in horror.''
<<nm $mom "N-no, what are you... I'm not going to do someth-">>\
''You can see and hear the collar tighten firmly around her neck as the bell hanging off of it begins to ring. Her eyes still filled with terror... she begins licking her lips...''
<<pic $mom "cum-covered">>\
<<art $mom "dosed,2">>\
<<nm $mom "Y-yes, you're r-right..." "What? No! Please... Why am I...">>\
''She drops to her hands and knees, trembling as her open mouth moves down to meet the pools of cum she flooded the kitchen with. Tears stream down her face as she presses her tongue into the floor...''
<<love $mom -1>>
<<else>>\
''You <<mother>> spins around, eyes lit up.''
<<pic $mom "cum-covered-happy">>\
<<art $mom "happy,2">>\
<<nm $mom "Yes! I'll have all this cleaned up right away... m-<<master>>...">>\
''She throws herself to the floor and begins eagerly licking away at the pools of cum she flooded the kitchen with...''
<<love $mom>>
<</if>>\
''You watch for several moments before finally calling out to your <<sister>>.''
<<nm $player "...Hey $sister.name? On second though, I'm gonna need you down here. I think she's getting worse...">>\
''It takes some effort, but the two of you manage to get your <<mother>> back up to her bedroom and into her bed, closing the door with her in it.''
<<pic $sister>>\
<<art $sister "angry,2">>\
<<nm $sister "What the hell?">>\
<<nm $player "I don't know... Maybe being by herself for so long really is getting to her... I'm sure she'll be fine after some rest.">>\
''You and your <<sister>> agree, and go your separate ways.''
<<lust $mom 1>>
<<dom $player 5>>
<<btnLink "Continue" "Home" "passTime()">><<loc_Kitchen>>\
''You pull, well, drag your <<mother>> back out of the kitchen, leaving her at the landing until your <<sister>> return.''
''It takes some effort, but the two of you manage to get your <<mother>> back up to her bedroom and into her bed, closing the door with her in it.''
<<pic $sister>>\
<<art $sister "angry,2">>\
<<nm $sister "What the hell?">>\
<<nm $player "I don't know... Maybe being by herself for so long really is getting to her... I'm sure she'll be fine after some rest.">>\
''You and your <<sister>> agree, and go your separate ways.''
<<lust $mom>>
<<dom $player 1>>
<<btnLink "Continue" "Home" "passTime()">><<loc_Kitchen>>\
<<nm $player "<<Sis>>, I'll get her room ready. Can you just pull $mom.name up to her feet and get her into bed?">>\
<<nm $sister "I, uh... Y-yeah, okay. Just make sure the path's cleared. I have a feeling I'll be dragging her most of the way...">>\
''It takes some effort, but the two of you manage to get your <<mother>> back up to her bedroom and into her bed, closing the door with her in it.''
<<nm $sister "What the hell?">>\
<<nm $player "I don't know... Maybe being by herself for so long really is getting to her... I'm sure she'll be fine after some rest.">>\
''You and your <<sister>> agree, and go your separate ways.''
<<lust $mom>>
<<lust $sister>>
<<btnLink "Continue" "Home">><<loc_Room>>\
''Walking down the hallway, you notice your door's cracked, and there's noises coming from your bedroom. You open the door to find your <<mother>> sitting at your computer... masturbating at your desk, watching your porn. You see her jeans and panties have been thrown on your bed.''
<<if $mom.hasPenis>>\
<<pic $action "ts-solo">>\
''She continues staring at the screen as she strokes her huge cock.''
<<else>>\
<<pic $mom "solo1">>\
''She continues staring at the screen as she rubs her pussy.''
<</if>>\
<<nm $player "Hey... $mom.name...">>\
<<nm $mom "Oh! Hey, baby. I hope you don't mind, your <<sister>> didn't want me using her laptop and, well... You have some awfully... eclectic tastes, <<son>>.">>\
''You're not really sure how to react to the situation.''
<<nm $player "Um, yeah... So...">>\
<<pic $mom "robe">>\
<<nm $mom "Oh, you know what'd be really great right now, sweetie? I've been so busy lately, I could reeeaaaally use a foot massage... Remember when you and your <<sister>> used to do that for me? Whaddaya say?">>\
''She spreads her knees apart, putting her ''<<if $mom.hasPenis>>@@.ef;huge, bulging cock@@<<else>>''dripping wet pussy''<</if>>'' in clear view. She adjusts so that if you were to give her a foot rub, you'd be kneeling down right in front of her.''
<<btnTooSub "Give her a foot rub - <<t1>>" "Home-9-Rub">>
<<btnNotSub "Ask her to leave your room" "Home-9-Leave">><<loc_Room>>\
<<pic $mom "robe">>\
<<nm $mom "Pretty please?">>\
''You sigh.''
<<nm $player "Alright, alright... Just for a couple minutes. I need my room back.">>\
<<nm $mom "Yay! You're the best!">>\
''You kneel down in front of her as she raises one foot. Her ''<<if $mom.hasPenis>>@@.ef;huge cock bobs half-erect just inches from your face@@<<else>>''glistening pussy sits just inches from your face as a strong scent wafts towards you.''<</if>>''. You reach out, and begin massaging the heel of your <<mother>>'s bare foot.''
<<nm $mom "Mmm, that's great sweetie. You just keep at it. Don't... mind what I'm doing up here...">>\
''You can hear her clicking around as she slides her hand back down to her ''<<if $mom.hasPenis>>@@.ef;cock@@<<else>>''pussy''<</if>>''.''
<<nm $mom "Feels... so good... honey...">>\
''Her breathing picks up, as does the speed with which she's pleasuring herself.''
<<nm $player "Alright, $mom.name, I think-">>\
<<nm $mom "S-say, baby... While you're down there...">>\
''She slides one hand around the back of your head.''
<<btnChoice "Ask her what she's doing" "Home-9-Oral">>
<<btnDom "Pull your head away and stand up" "Home-9-Escape">><<loc_Room>>\
<<nm $player "$mom.name? What are yo-">>\
<<if $mom.hasPenis>>\
<<pic $player "suck-ts">>\
''Before you can finish your sentence, your <<mother>> has forced you down on her massive cock. It's too wide around, and too deep down your throat for you to fight, leaving you at the mercy of your <<mom>>'s insatiable lust.''
<<nm $mom "Mmmmm, ahhh... Ohhhh YES! GOD! Suck that cock for <<mama>>... Ohhhh, I... I...">>\
<<nm $player "Hmph? Ggglphhhll!!!!">>\
<<pic $action "ts-squirt">>\
''You feel the warmth rushing down your throat, hitting your stomach. A seemingly endless flow of hot, thick cum erupts from your <<mother>>'s pulsing cock. As she pulls out slightly, you can taste it shooting over your tongue, onto your face, and lips and nose. You fall back onto your hands as your <<mother>> continues jerking her massive load out onto your face and clothing.''
<<nm $mom "Ahhhh... That was... That was a great... foot rub... honey... Here, you can have your room back. I'm gonna go take a shower.">>\
''Your <<mom>> takes her clothes and leaves the room. You're still gasping for air, coughing up cum, and too shaken to say anything as she goes.''
<<love $mom>>
<<lust $mom>>
<<dom $player -5>>
<<horny 10>>
<<trackAction "suckCock.give" $mom>>\
<<else>>\
<<pic $player "eat-pussy">>\
''Before you can finish your sentence, your <<mother>> has forced you down on her gaping pussy. Your mouth's pried open too wide around, and and her scent is too overwhelming for you to fight, leaving you at the mercy of your <<mom>>'s insatiable lust.''
<<nm $mom "Mmmmm, ahhh... Ohhhh YES! GOD! Eat that pussy for <<mama>>... Ohhhh, I... I...">>\
<<nm $player "Hmph? Ggglphhhll!!!!">>\
<<pic $mom "squirt">>\
''You feel the warmth flooding your mouth, gushing down your throat and hitting your stomach. A seemingly endless flow of hot, thick juices erupts from your <<mother>>'s spasming cunt. As she releases her grip slightly, you can feel it spraying over your tongue, onto your face, and lips and nose. You fall back onto your hands as your <<mother>> continues rubbing her clit, squirting her orgasm out onto your face and clothing.''
<<nm $mom "Ahhhh... That was... That was a great... foot rub... honey... Here, you can have your room back. I'm gonna go take a shower.">>\
''Your <<mom>> takes her clothes and leaves the room. You're still gasping for air, coughing up cum, and too shaken to say anything as she goes.''
<<love $mom>>
<<lust $mom>>
<<dom $player -5>>
<<horny 10>>
<<trackAction "eatPussy.give" $mom>>\
<</if>>\
<<btnLink "Continue" "Home" "passTime()">><<loc_Room>>\
<<nm $player "Ahaha, no, I... I really need to get to work. Mind if I have my computer back?">>\
''Your <<mother>> appears crushed as you get to your feet.''
<<pic $mom "robe">>\
<<nm $mom "I... But... Haaa... Okay. Well, I'll be in my room if you change you mind about that... foot rub.">>\
''She grabs her clothing off your bed and walks out of your room.''
<<lust $mom>>
<<dom $player 1>>
<<horny 10>>
<<btnLink "Continue" "Home" "passTime()">><<loc_Room>>\
<<nm $player "Heh, maybe another time, $mom.name. I've got some work I need to get done in here, so, I'm gonna need my computer back.">>\
''She begins to pout as she continues stroking her ''<<if $mom.hasPenis>>@@.ef;cock.@@<<else>>''pussy.''<</if>>
<<pic $mom "robe">>\
<<nm $mom "Fine... I still want that foot rub later! I'll be in my room...">>\
''She grabs her panties off the floor and leaves your room.''
<<Thought "Jeez...">>\
<<btnLink "Continue" "Home">><<loc_Room>>\
<<if $BrokenHome>>\
<<if $DoorLocked>>\
''You wake up to the sound of your <<mother>> knocking on your door. You can hear her panting as she tries the lock one more time before walking downstairs.''
<<else>>\
''Still mostly asleep, you start to rouse at a strange feeling coming from beneath the covers. Cracking your eyes open, you see a steaming cup of coffee sitting on your nightstand, but also...''
<<if isSissy() or isChastity()>>\
<<pic $mom "rim-player">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, with her tongue buried in your asshole.''
<<nm $mom "Mmmm...">>\
''She returns to her task, piercing your anus as deeply as she can with her warm, wet tongue. Meanwhile, she's had one hand between her legs ''<<if $mom.hasPenis>>@@.ef;stroking herself to one orgasm after another. Your bed's now saturated with her thick cum@@<<else>>''fingering herself to one orgasm after another. Your bed's now saturated with her juices''<</if>>''...''
<<nm $mom "Mmmm... Hmm? Mmmm...">>\
''Without a word, she goes right back to work. You realize now that the only way you're getting out of your room is going to be by slipping past your <<mother>> and making a run for it. She doesn't bother chasing you down, instead staying behind to touch herself some more.''
<<nm $player "What the fuck was that all about? It's like she was completely in another world!">>\
<<lust $mom 1>>
<<dom $player -1>>
<<horny 10>>
<<trackAction "rimjob.get" $mom>>\
<<elseif hasPenis()>>\
<<pic $mom "suck-player">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, bobbing up and down on your hard <<pSize>>.''
<<nm $mom "Mmmm...">>\
''She returns to her task, taking you as deep as she can down her throat. Meanwhile, she's had one hand between her legs ''<<if $mom.hasPenis>>@@.ef;stroking herself to one orgasm after another. Your bed's now saturated with her thick cum@@<<else>>''fingering herself to one orgasm after another. Your bed's now saturated with her juices''<</if>>''...''
<<nm $player "$mom.name, I'm... c-cumming...">>\
<<pic $mom "cum-in-mouth">>\
''Hearing that makes her work all the harder for her reward, taking your entire morning load into her mouth.''
<<nm $mom "Mmmm... Hmm? Mmmm...">>\
''Without a word, she goes right back to work. You realize now that the only way you're getting out of your room is going to be by slipping past your <<mother>> and making a run for it. She doesn't bother chasing you down, instead staying behind to touch herself some more.''
<<nm $player "What the fuck was that all about? It's like she was completely in another world!">>\
<<lust $mom 1>>
<<horny 0>>
<<trackAction "suckCock.get" $mom>>\
<<else>>\
<<pic $mom "eat-pussy">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, with her face buried in your <<vSize>>.''
<<nm $mom "Mmmm...">>\
''She returns to her task, sucking your clit and lightly penetrating you with her warm, wet tongue. Meanwhile, she's had one hand between her legs ''<<if $mom.hasPenis>>@@.ef;stroking herself to one orgasm after another. Your bed's now saturated with her thick cum@@<<else>>''fingering herself to one orgasm after another. Your bed's now saturated with her juices''<</if>>''...''
<<nm $player "$mom.name, I'm... c-cumming...">>\
<<pic $action "female-squirt">>\
''Hearing that makes her work all the harder for her reward, taking a sizable load of your squirt to her face.''
<<nm $mom "Mmmm... Hmm? Mmmm...">>\
''Without a word, she goes right back to work. You realize now that the only way you're getting out of your room is going to be by slipping past your <<mother>> and making a run for it. She doesn't bother chasing you down, instead staying behind to touch herself some more.''
<<nm $player "What the fuck was that all about? It's like she was completely in another world!">>\
<<lust $mom 1>>
<<horny 0>>
<<trackAction "eatPussy.get" $mom>>\
<</if>>\
<<Thought "Is she really that far gone?">>\
<</if>>\
<<btnLink "Get out of bed" "Room">>
<<elseif dose($mom,"threesome") and chance(60)>>\
<<include "MorningEvent-7">>
<<btnLink "Get out of bed" "Room">>
<<elseif dose($mom,"lover")>>\
<<include "MorningEvent-8">>
<<btnChoice "Ask her to hold on" "MorningEvent-8b">>
<<btnLink "Get out of bed" "Room">>
<<elseif $TightestFamily>>\
<<if isFriday() or isSaturday() or isSunday()>>\
''You sit up in bed, now having to slide over to get out of it, and find a fresh steaming cup of coffee left on your nightstand by your ?mother. The girls' scents still linger in your bedding.''
<<else>>\
''You sit up in bed, quietly moving over to the edge so as not to wake $sister.name who is still passed out near the wall. There's a fresh steaming cup of coffee on your nightstand left by your ?mother.''
<</if>>\
<<Thought "Damn... This is good!">>\
<<btnLink "Get out of bed" "Room">>
<<elseif $DoorLocked and not dose($mom,"dom") and not dose($mom,"break")>>\
<<if dose($mom,"oral")>>\
''You wake up to the sound of your <<mother>> knocking on your door. You can hear her panting as she tries the lock one more time before walking downstairs.''
<<else>>\
''You wake to the sound of gentle knocking on your door, followed by your <<mother>>'s voice.''
<<nm $mom "Honey? I made you a cup of coffee, I'll go ahead and bring it down to the kitchen table.">>\
''She turns and walks downstairs to the kitchen.''
<</if>>\
<<btnLink "Get out of bed" "Room">>
<<elseif dose($mom,"break") and cd("MomEnterRoom",0)>>\
<<run setDailyCD("MomEnterRoom",3)>>\
''Still mostly asleep, you start to rouse at a strange feeling coming from beneath the covers. Cracking your eyes open, you see a steaming cup of coffee sitting on your nightstand, but also...''
<<nm $player "H-hm!?">>\
<<if $DoorLocked>>\
<<set $DoorLocked to false>>\
<<nm $mom "Hehe, hope you don't mind I picked that silly lock on your door!">>\
<<else>>\
<<nm $mom "Oh you're awake? Well, that doesn't change anything!">>\
<</if>>\
<<pic $player "fucked-by-ts">>\
<<Thought "Mmm... Hm? W-what the, $mom.name?">>\
''It takes a moment for her to realize you're awake, as she's lost in her own little world having cum gods know how many times already. Your thighs are soaked with your <<mother>>'s thick cum. You look up just in time to see her empty another warm load inside of you.''
<<nm $player "M-mph? MPH!?">>\
''You try to yell, but quickly realize you're being gagged by some kind of fabric soaked in...''
<<if hasPenis()>>\
<<nm $mom "Mmmm, how do you like the taste of my panties? I made sure to cum in them lots while you were still sleeping. I came in here to drop you off a cup of coffee but noticed your little sissy asspussy was just, mmmm, begging to be fucked!">>\
''She continues sliding her massive cock into your <<aSize>> as you moan into her balled up panties. Her strong scent is almost hypnotic as it permeates through your nose and throat.''
<<nm $player "H-HNPH!">>\
<<NoticeAss $mom>>\
<<nm $mom "Ahhh... O-OH! Here it... COMES!">>\
<<pic $player "creampie">>\
<<nm $player "H-HNGPH!">>\
''You can feel your <<mother>>'s pulsing cock eject load after load of hot, thick cum deep into your asshole. It's so much, you can feel your stomach start to bulge from it. You wince in pain and your <<mother>> moans in ecstasy.''
<<anal "your <<mother>>'s huge cock">>
<<trackAction "analFuck.get" $mom>>\
<<trackAction "creampie.get" $mom>>\
<<nm $mom "Mmm, well, that was... great... You get cleaned up, I'll be downstairs.">>\
''She pulls her panties out of your mouth and walks out into the hallway, leaving your bed a sopping mess. Worse still, it looks like your coffee's gone completely cold...''
<<lust $mom>>
<<dom $player -3>>
<<horny 10>>
<<else>>\
<<nm $mom "Mmmm, how do you like the taste of my panties? I made sure to cum in them lots while you were still sleeping. I came in here to drop you off a cup of coffee but noticed your slutty little pussy was just, mmmm, begging to be fucked!">>\
''She continues sliding her massive cock into your <<vSize>> as you moan into her balled up panties. Her strong scent is almost hypnotic as it permeates through your nose and throat.''
<<nm $player "H-HNPH!">>\
<<NoticePussyInside $mom>>\
<<nm $mom "Ahhh... O-OH! Here it... COMES!">>\
<<pic $player "creampie">>\
<<vaginal "your <<mother>>'s huge cock">>
<<trackAction "creampie.get" $mom>>\
<<trackAction "pussyFuck.get" $mom>>\
<<nm $player "H-HNGPH!">>\
''You can feel your <<mother>>'s pulsing cock eject load after load of hot, thick cum straight into your womb. It's so much, you can feel your stomach start to bulge from it. You wince in pain and your <<mother>> moans in ecstasy.''
<<nm $mom "Mmm, well, that was... great... You get cleaned up, I'll be downstairs.">>\
''She pulls her panties out of your mouth and walks out into the hallway, leaving your bed a sopping mess. Worse still, it looks like your coffee's gone completely cold...''
<<lust $mom>>
<<dom $player -3>>
<<horny 0>>
<<preg $player "your <<mother>>" "mom">>
<</if>>\
<<btnLink "Get out of bed" "Room">>
<<elseif $mom.isMaid>>\
''You wake up to an amazing aroma coming from your nightstand. Sitting up, you find a beautifully crafted cappuccino with a cute foam leaf in it. The smell and presentation has nothing on the taste, however, and it's as if your entire day has just unfolded in front of you in the best way possible.''
<<if $mom.hasPenis>>\
<<nm $player "Ooooooh my god that's good... Hm?">>\
<<pic $mom>>\
<<art $mom "aroused,2">>\
<<nm $mom "Good morning, <<Master>>! U-um, I hope you enjoy your coffee! I'm here to s-serve if there's anything... else...">>\
''You can't help but notice $mom.realName's large, erect cock poking out from under her skirt, precum dripping from the tip. A small bead of drool rolls out of the corner of her mouth as she eyes your <<if hasWorkingPenis()>>morning wood<<else>>crotch<</if>>.''
<<nm $player "This coffee's wonderful... Was there, um, something you needed?">>\
<<nm $mom "Haa... haaa... N-no, M-<<Master>>... I'm okay!">>\
<<if hasWorkingPenis() or hasPussy()>>\
<<btnChoice "Let her go down on you" "MorningEvent-5">>\
<</if>>\
<<btnChoice "Have her masturbate for you" "MorningEvent-6">>\
<<btnLink "Have her leave the room" "Room">>\
<<else>>\
<<nm $player "Ooooooh my god that's good... Hm? What's this?">>\
''A note was left under the cup.''
<<nm $mom "Sorry I wasn't there to wake you up properly, I thought you'd like to enjoy your drink privately. Come see me in the kitchen and I can make it up to you.<br><br>XOXO $mom.name">>\
''You finish your coffee, trying to remember the last time you've woken up in as good a mood.''
<<AddConvo $sister 29>>\
<<AddConvo $mom 13>>\
<<btnLink "Get out of bed" "Room">>
<</if>>\
<<elseif dose($mom,"dom") and cd("MomEnterRoom",0)>>\
<<run setDailyCD("MomEnterRoom",3)>>\
''Still mostly asleep, you start to rouse at a strange feeling coming from beneath the covers. Cracking your eyes open, you see a steaming cup of coffee sitting on your nightstand, but also...''
<<nm $player "H-hm!?">>\
<<if $DoorLocked>>\
<<set $DoorLocked to false>>\
<<nm $mom "Hehe, hope you don't mind I picked that silly lock on your door!">>\
<<else>>\
<<nm $mom "Oh you're awake? Well, that doesn't change anything!">>\
<</if>>\
<<if isSissy() or isChastity()>>\
<<if $mom.hasPenis>>\
<<pic $player "fucked-by-ts">>\
<<else>>\
<<pic $player "fucked-by-female">>\
<</if>>\
<<nm $player "M-mph? MPH!?">>\
''You try to yell, but quickly realize you're being gagged by some kind of fabric soaked in...''
<<nm $mom "Mmmm, how do you like the taste of my panties? I made sure to cum in them lots while you were still sleeping. I came in here to drop you off a cup of coffee but noticed your little sissy ass was just, mmmm, begging to be fucked!">>\
''She's relentlessly slamming her ''<<if $mom.hasPenis>>@@.ef;massive cock@@<<else>>''huge strapon''<</if>>'' into your <<aSize>> as you yelp and moan into her panties. Her strong scent is almost hypnotic as it permeates through your nose and throat.''
<<NoticeAss $mom>>\
<<if $mom.hasPenis>>\
<<nm $mom "Ahhh... O-OH! Here it... COMES!">>\
<<pic $player "creampie">>\
<<nm $player "M-MMPPHH!">>\
''You can feel your <<mother>>'s pulsing cock eject load after load of hot, thick cum deep into your asshole. It's so much, you can feel your stomach start to bulge from it. You wince in pain and your <<mother>> moans in ecstasy.''
<<anal "your <<mother>>'s huge cock">>
<<trackAction "analFuck.get" $mom>>\
<<trackAction "creampie.get" $mom>>\
<<else>>\
<<nm $mom "Ahhh... O-OH! Here it... COMES!">>\
<<nm $player "M-MMPPHH!">>\
''Your <<mom>> rams her strapon deep into your ass, to the hilt, as another orgasm rolls over her body. You wince in pain and your <<mother>> moans in ecstasy.''
<<anal "your <<mother>>'s strapon">>
<<trackAction "analFuck.get" $mom>>\
<</if>>\
<<nm $mom "Mmm, well, that was... great... You get cleaned up, I'll be downstairs.">>\
''She pulls her panties out of your mouth and walks out into the hallway, leaving your bed a sopping mess.''
<<lust $mom>>
<<dom $player -3>>
<<horny 10>>
<<elseif hasPenis()>>\
<<if $mom.hasPenis>>\
<<pic $action "ts-ride-player">>\
<<else>>\
<<pic $mom "ride-player">>\
<</if>>\
<<nm $player "Mmph!?">>\
''You try to yell, but quickly realize you're being gagged by some kind of fabric soaked in...''
<<nm $mom "Mmmm, how do you like the taste of my panties? I made sure to cum in them lots while you were still sleeping. I came in here to drop you off a cup of coffee but noticed your <<pDSize>>, mmmm, begging to fuck me!">>\
''It takes a moment for her to realize you're awake, as she's lost in her own little world having come god knows how many times already.<<if $mom.hasPenis>>@@.ef; Your entire upper body is soaked with your <<mother>>'s thick cum. You look up just in time to see her jerk yet another load...@@<</if>>''
<<nm $mom "O-oh... FUCK! I-I saw how hard you already w-were for m-me, so I- OHHHH!!!!">>\
''She cums again while riding you. The two of you go at it like this for a few minutes before it finally gets to be too much for you.''
<<nm $player "M-mph! MPH!">>\
<<nm $mom "C-cumming! I'm CUMMING!">>\
<<if $mom.hasPenis>>\
<<pic $player "creampie">>\
<<else>>\
<<pic $mom "orgasm">>\
<</if>>\
''Your <<mother>> lays on top of you for several minutes, grinding her hips into you as she keeps you pinned to the bed.''
<<nm $mom "Well, I'm going to go start breakfast... See you downstairs.">>\
<<nm $player "Hhhmp... mph... mphwahh! Ha...">>\
''She grabs her panties out of your mouth and walks out into the hallway.''
<<lust $mom 1>>
<<horny 0>>
<<preg $mom "you">>
<<trackAction "pussyFuck.give" $mom>>\
<<trackAction "creampie.give" $mom>>\
<<elseif $mom.hasPenis>>\
<<pic $player "fucked-by-ts">>\
<<nm $player "M-mph? MPH!?">>\
''You try to yell, but quickly realize you're being gagged by some kind of fabric soaked in...''
<<nm $mom "Mmmm, how do you like the taste of my panties? I made sure to cum in them lots while you were still sleeping. I came in here to drop you off a cup of coffee but noticed your tight little pussy was just, mmmm, begging to be fucked!">>\
''She's relentlessly slamming her ''@@.ef;massive cock@@'' into your slick <<vSize>> as you yelp and moan into her panties. Her strong scent is almost hypnotic as it permeates through your nose and throat.''
<<NoticePussyInside $mom>>\
<<nm $mom "Ahhh... O-OH! Here it... COMES!">>\
<<pic $player "creampie">>\
<<vaginal "your <<mother>>'s huge cock">>
<<nm $player "M-MMPPHH!">>\
''You can feel your <<mother>>'s pulsing cock eject load after load of hot, thick cum straight into your womb. It's so much, you can feel your stomach start to bulge from it. You wince in pain and your <<mother>> moans in ecstasy.''
<<nm $mom "Mmm, well, that was... great... You get cleaned up, I'll be downstairs.">>\
''She pulls her panties out of your mouth and walks out into the hallway, leaving your bed a sopping mess.''
<<Thought "What the fuck... has gotten... ugh... Well, at least I was able to get off, too...">>\
<<lust $mom 1>>
<<dom $player -3>>
<<horny 0>>
<<preg $player "your <<mother>>" "mom">>
<<trackAction "creampie.get" $mom>>\
<<trackAction "pussyFuck.get" $mom>>\
<<else>>\
<<pic $action "female-fuck-player">>\
<<nm $player "M-mph? MPH!?">>\
''You try to yell, but quickly realize you're being gagged by some kind of fabric soaked in...''
<<nm $mom "Mmmm, how do you like the taste of my panties? I made sure to cum in them lots while you were still sleeping. I came in here to drop you off a cup of coffee but noticed your tight little pussy was just, mmmm, begging to be fucked!">>\
''She's relentlessly slamming her huge strapon into your slick <<vSize>> as you yelp and moan into her panties. Her strong scent is almost hypnotic as it permeates through your nose and throat.''
<<NoticePussyInside $mom>>\
<<nm $mom "Ahhh... O-OH! Here it... COMES!">>\
<<nm $player "M-MMPPHH!">>\
<<vaginal "your <<mother>>'s strapon">>
''Your <<mom>> rams her strapon deep into your cunt, to the hilt, as another orgasm rolls over her body. You wince in pain and your <<mother>> moans in ecstasy.''
<<nm $mom "Mmm, well, that was... great... You get cleaned up, I'll be downstairs.">>\
''She pulls her panties out of your mouth and walks out into the hallway, leaving your bed a sopping mess.''
<<Thought "What the fuck... has gotten... ugh... Well, at least I was able to get off, too...">>\
<<lust $mom>>
<<horny 0>>
<<trackAction "pussyFuck.get" $mom>>\
<</if>>\
<<btnLink "Get out of bed" "Room">>
<<elseif (dose($mom,"sex") or dose($mom,"slut")) and cd("MomEnterRoom",0,true)>>\
<<run setDailyCD("MomEnterRoom",3)>>\
''Still mostly asleep, you start to rouse at a strange feeling coming from beneath the covers. Cracking your eyes open, you see a steaming cup of coffee sitting on your nightstand, but also...''
<<if isSissy() or isChastity()>>\
<<if $mom.hasPenis>>\
<<pic $player "fucked-by-ts">>\
<<else>>\
<<pic $player "fucked-by-female">>\
<</if>>\
<<nm $player "Mmm... Hm? W-what the, $mom.name?">>\
''It takes a moment for her to realize you're awake, as she's lost in her own little world having cum gods know how many times already. <<if $mom.hasPenis>>@@.ef;Your thighs are soaked with your <<mother>>'s thick cum. You look up just in time to see her empty another warm load inside of you...@@<<else>>Your <<aSize>> pulses as your <<mother>> slides her thick strapon in and out of you.<</if>>''
<<nm $mom "Hehe, sorry sweetie, your <<pSize>> wasn't available but I still wanted to be close to you! Hope you don't mind...">>\
''She continues sliding her ''<<if $mom.hasPenis>>@@.ef;massive cock@@<<else>>''huge strapon''<</if>>'' into your <<aSize>> as you moan into her neck and shoulder. Her strong scent is almost hypnotic as it permeates through your nose and throat.''
<<nm $player "N-no, $mom.name... I don't m-mind...">>\
<<NoticeAss $mom>>\
<<if $mom.hasPenis>>\
<<nm $mom "Ahhh... O-OH! Here it... COMES!">>\
<<pic $player "creampie">>\
<<nm $player "H-haaa... oohhhh... <<M-mom>>!">>\
''You can feel your <<mother>>'s pulsing cock eject load after load of hot, thick cum deep into your asshole. It's so much, you can feel your stomach start to bulge from it. You wince in pain and your <<mother>> moans in ecstasy.''
<<anal "your <<mother>>'s huge cock">>
<<trackAction "analFuck.get" $mom>>\
<<trackAction "creampie.get" $mom>>\
<<else>>\
<<nm $mom "Ahhh... O-OH! Here it... COMES!">>\
<<nm $player "H-haaa... oohhhh... <<M-mom>>!">>\
''Your <<mom>> rams her strapon deep into your ass, to the hilt, as another orgasm rolls over her body. You wince in pain and your <<mother>> moans in ecstasy.''
<<anal "your <<mother>>'s strapon">>
<<trackAction "analFuck.get" $mom>>\
<</if>>\
<<nm $mom "Mmm, well, that was... great... You get cleaned up, I'll be downstairs.">>\
''She grabs her panties and kisses you on the cheek before walking out into the hallway.''
<<lust $mom 1>>
<<dom $player -3>>
<<horny 10>>
<<elseif hasPenis()>>\
<<if $mom.hasPenis>>\
<<pic $action "ts-ride-player">>\
<<else>>\
<<pic $mom "ride-player">>\
<</if>>\
<<nm $player "<<M-mom>>?">>\
''It takes a moment for her to realize you're awake, as she's lost in her own little world having come god knows how many times already.<<if $mom.hasPenis>>@@.ef; Your entire upper body is soaked with your <<mother>>'s thick cum. You look up just in time to see her jerk yet another load...@@<</if>>''
<<nm $mom "O-oh... good morning, sweetie. I just- Ahh! Mmmm... saw you laying there and c-couldn't help but notice your big... thick... m-morning wood... so I- OHHHH!!!!">>\
''She cums again while riding you. The two of you go at it like this for a few minutes before it finally gets to be too much for you.''
<<nm $player "$mom.name, I'm...">>\
<<nm $mom "C-cumming! I'm CUMMING!">>\
<<if $mom.hasPenis>>\
<<pic $player "creampie">>\
<<else>>\
<<pic $mom "orgasm">>\
<</if>>\
''Your <<mother>> lays on top of you for several minutes, grinding her hips into you as you both embrace each other.''
<<nm $mom "Well, I'm going to go start breakfast... See you downstairs.">>\
<<nm $player "Y-yeah, $mom.name. I'll be down soon.">>\
''She grabs her panties and walks out into the hallway.''
<<love $mom 1>>
<<lust $mom 1>>
<<horny 0>>
<<preg $mom "you">>
<<trackAction "pussyFuck.give" $mom>>\
<<trackAction "creampie.give" $mom>>\
<<elseif $mom.hasPenis>>\
<<pic $action "ts-fuck-player">>\
<<nm $player "Mmm... Hm? W-what the, $mom.name?">>\
''It takes a moment for her to realize you're awake, as she's lost in her own little world having cum gods know how many times already. @@.ef;Your thighs are soaked with your <<mother>>'s thick cum. You look up just in time to see her empty another warm load inside of you...@@''
<<nm $mom "Hehe, sorry sweetie, your little pussy was just begging me to fill it up! Hope you don't mind...">>\
''She continues sliding her @@.ef;massive cock@@ into your <<aSize>> as you moan into her neck and shoulder. Her strong scent is almost hypnotic as it permeates through your nose and throat.''
<<nm $player "N-no, $mom.name... I don't m-mind...">>\
<<NoticePussyInside $mom>>\
<<nm $mom "Ahhh... O-OH! Here it... COMES!">>\
<<pic $player "creampie">>\
<<vaginal "your <<mother>>'s huge cock">>
<<nm $player "H-haaa... oohhhh... <<M-mom>>!">>\
''You can feel your <<mother>>'s pulsing cock eject load after load of hot, thick cum straight into your womb. It's so much, you can feel your stomach start to bulge from it. You wince in pain and your <<mother>> moans in ecstasy.''
<<nm $mom "Mmm, well, that was... great... You get cleaned up, I'll be downstairs.">>\
''She grabs her panties and kisses you on the cheek before walking out into the hallway.''
<<lust $mom>>
<<dom $player -3>>
<<horny 0>>
<<preg $player "your <<mother>>" "mom">>
<<trackAction "creampie.get" $mom>>\
<<trackAction "pussyFuck.get" $mom>>\
<<else>>\
<<pic $action "tribbing">>\
<<nm $player "Mmm... Hm? W-what the, $mom.name?">>\
''You force your eyes open enough to finally realize what's going on. Your <<mother>> is over you, grinding her pussy into yours, pressing herself into you as a growing pool of fluids builds between your thighs.''
<<nm $mom "Hehe, sorry sweetie, your little pussy was just begging for my attention! Hope you don't mind...">>\
''She continues sliding her cunt along your <<vSize>> as you moan into her neck and shoulder. Her strong scent is almost hypnotic as it permeates through your nose and throat.''
<<nm $player "N-no, $mom.name... I don't m-mind...">>\
<<pic $mom "orgasm">>\
<<nm $mom "Ahhh... O-OH! Here it... COMES!">>\
<<nm $player "F-fuck! $mom.name!">>\
''Your <<mom>> pulls you in tightly as you both reach climax, a torrent of thick juices spray out between your legs as she pulls you in for a deep kiss, sucking your tongue and moaning wildly into your mouth. You collapse into the bed together for several moments before she finally comes around.''
<<nm $mom "Mmm, well, that was... great... You get cleaned up, I'll be downstairs.">>\
<<nm $player "Y-yeah $mom.name... you too... h-haha...">>\
''She finds her panties and walks out into the hallway, leaving your bed a sopping mess.''
<<lust $mom>>
<<horny 0>>
<<trackAction "trib.get" $mom>>\
<</if>>\
<<btnLink "Get out of bed" "Room">>
<<elseif dose($mom,"oral") and cd("MomEnterRoom",0)>>\
<<run setDailyCD("MomEnterRoom",3)>>\
''Still mostly asleep, you start to rouse at a strange feeling coming from beneath the covers. Cracking your eyes open, you see a steaming cup of coffee sitting on your nightstand, but also...''
<<if isSissy() or isChastity()>>\
<<pic $mom "rim-player">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, with her tongue buried in your asshole.''
<<nm $mom "Mmmm, finally awake? I came by to drop you off some coffee, but, seeing you laying in bed like that... I just needed a little taste!">>\
''She returns to her task, piercing your anus as deeply as she can with her warm, wet tongue. Meanwhile, she's had one hand between her legs ''<<if $mom.hasPenis>>@@.ef;stroking herself to one orgasm after another. Your bed's now saturated with her thick cum@@<<else>>''fingering herself to one orgasm after another. Your bed's now saturated with her juices''<</if>>''...''
<<nm $mom "Hehe, well, I guess that's enough for now. You can thank me later! I'll be downstairs making breakfast.">>\
''She picks up her panties and walks out into the hallway, leaving your bed a sopping mess.''
<<nm $player "T-thanks... $mom.name... not that I actually got off...">>\
<<lust $mom 1>>
<<dom $player -1>>
<<horny 10>>
<<trackAction "rimjob.get" $mom>>\
<<elseif hasPenis()>>\
<<pic $mom "suck-player">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, bobbing up and down on your hard <<pSize>>.''
<<nm $mom "Mmmm, finally awake? I came by to drop you off some coffee, but, seeing you laying in bed like that... I just needed a little taste!">>\
''She returns to her task, taking you as deep as she can down her throat. Meanwhile, she's had one hand between her legs ''<<if $mom.hasPenis>>@@.ef;stroking herself to one orgasm after another. Your bed's now saturated with her thick cum@@<<else>>''fingering herself to one orgasm after another. Your bed's now saturated with her juices''<</if>>''...''
<<nm $player "$mom.name, I'm... c-cumming...">>\
<<pic $mom "cum-in-mouth">>\
''Hearing that makes her work all the harder for her reward, taking your entire morning load into her mouth.''
<<nm $mom "Mmmmm... Hehe, well, I guess that's enough for now. You can thank me later! I'll be downstairs making breakfast.">>\
''She picks up her panties and walks out into the hallway, leaving your bed a sopping mess.''
<<nm $player "T-thanks... $mom.name... see you in a... minute...">>\
<<lust $mom 1>>
<<horny 0>>
<<trackAction "suckCock.get" $mom>>\
<<else>>\
<<pic $mom "eat-pussy">>\
<<nm $player "<<M-mom>>?">>\
''Your <<mother>>'s under your sheets, with her face buried in your <<vSize>>.''
<<nm $mom "Mmmm, finally awake? I came by to drop you off some coffee, but, seeing you laying in bed like that... I just needed a little taste!">>\
''She returns to her task, sucking your clit and lightly penetrating you with her warm, wet tongue. Meanwhile, she's had one hand between her legs ''<<if $mom.hasPenis>>@@.ef;stroking herself to one orgasm after another. Your bed's now saturated with her thick cum@@<<else>>''fingering herself to one orgasm after another. Your bed's now saturated with her juices''<</if>>''...''
<<nm $player "$mom.name, I'm... c-cumming...">>\
<<pic $action "female-squirt">>\
''Hearing that makes her work all the harder for her reward, taking a sizable load of your squirt to her face.''
<<nm $mom "Mmmmm... Hehe, well, I guess that's enough for now. You can thank me later! I'll be downstairs making breakfast.">>\
''She picks up her panties and walks out into the hallway, leaving your bed a sopping mess.''
<<nm $player "T-thanks... $mom.name... see you in a... minute...">>\
<<lust $mom 1>>
<<horny 0>>
<<trackAction "eatPussy.get" $mom>>\
<</if>>\
<<btnLink "Get out of bed" "Room">>
<<elseif dose($mom,"kiss")>>\
''You wake up to the sound of your door creaking open. It's your <<mother>>, steaming hot cup of coffee in her hand. She slowly approaches your bedside and you sit up to meet her.''
<<pic $mom "door">>\
<<art "scene/AvaCoffee">>\
<<nm $mom "Morning, hun. I thought I'd bring you some...">>\
<<if isChastity()>>\
<<if isWearingUnderwear()>>\
''The outline of your chastity device is clearly visible through your <<underwear>> as you pull your blankets aside. Your <<mom>>'s gaze is fixed on it for a moment before she snaps back.''
<<if dressed("girly-underwear")>>\
<<nm $mom "A-are you wearing women's underwear?">>\
<<nm $player "Hm? Yeah... Is that a problem?">>\
''Your <<mother>> is too flustered to respond.''
<</if>>\
<<else>>\
''You didn't wear any underwear to bed, and your chastity cage is clearly visible as your blankets fall to the side.''
<</if>>\
<<elseif isSissy()>>\
<<if isWearingUnderwear()>>\
''Your tiny, glistening dicklet is leaking precum as you wake up. The growing stain is clearly visible through your <<underwear>> as you pull your blankets aside. Your <<mom>>'s gaze is fixed on it for a moment before she snaps back.''
<<if dressed("girly-underwear")>>\
<<nm $mom "A-are you wearing women's underwear?">>\
<<nm $player "Hm? Yeah... I-is that a problem?">>\
''Your <<mother>> is too flustered to respond.''
<</if>>\
<<else>>\
''You didn't wear any underwear to bed, and your tiny, glistening dicklet is leaking precum as you wake up. The sight is clearly visible as your blankets fall to the side. Your <<mom>>'s gaze is fixed on it for a moment before she snaps back.''
<</if>>\
<<elseif isMale()>>\
<<if isWearingUnderwear()>>\
''Your morning wood is clearly visible through your <<underwear>> as you pull your blankets aside. Your <<mom>>'s gaze is fixed on it for a moment before she snaps back.''
<<if dressed("girly-underwear")>>\
<<nm $mom "A-are you wearing women's underwear?">>\
<<nm $player "Hm? Yeah... Is that a problem?">>\
''Your <<mother>> is too flustered to respond.''
<</if>>\
<<else>>\
''You didn't wear any underwear to bed, and your morning wood is clearly visible as your blankets fall to the side.''
<</if>>\
<<elseif isTrans()>>\
<<if isWearingUnderwear()>>\
''Your morning wood is clearly visible through your <<underwear>> as you pull your blankets aside and your <<bSize>> are exposed to the cool morning air, causing your tiny nipples to perk up a bit. Your <<mom>>'s gaze is fixed on it for a moment before she snaps back.''
<<else>>\
''You didn't wear any underwear to bed, and your morning wood is clearly visible as your blankets fall to the side. Your <<bSize>> are exposed to the cool morning air, causing your tiny nipples to perk up a bit. You notice that your <<mother>> is fixated on them for a moment before she snaps back.''
<</if>>\
<<else>>\
''As you lean forward, your blanket falls to the side exposing your <<bSize>> to the cool morning air, causing your tiny nipples to perk up a bit. You notice that your <<mother>> is fixated on them for a moment before she snaps back.''
<</if>>\
''She's not hiding the fact that she's staring at you, breathing heavily. She walks to your bedside and sets your cup down.''
<<nm $mom "I thought, I'd... I'd bring you up a cup of coffee before your <<sister>> and I finish off the pot... so... here... Um, I thought I'd also tell my <<son>> good morning while I'm here, come here baby.">>\
''Your <<mother>> comes in for the kiss you suggested, but even you're shocked when she just starts making out with you!''
<<pic $mom "kiss-player">>\
<<act $mom "kiss,player">>\
''You feel your <<mother>>'s body tense up as she reaches orgasm while sucking on your tongue. She keeps one hand on your face with the other under her panties, trying and failing not to moan.''
<<nm $mom "Ffff... Baby, I'm c- I'm! OHH!!">>\
''You can almost hear her soaking her panties as her fingers dig into your shoulders.''
<<nm $player "$mom.name, that was...">>\
<<artB $mom "aroused,2,robe">>\
<<nm $mom "Just an innocent familial kiss between <<mother>> and <<son>>, hah... haaa... Nothing to be embarrassed about. Now, I'll see you downstairs.">>\
''She stumbles as she gets to her feet, barely able to stand upright. Your <<mother>> steals another quick glance at you before leaving your room. You grab the mug off your nightstand, slowly taking a sip.''
<<nm $player "Thanks $mom.name, I really appreciate it. I'll be down in a minute.">>\
<<horny 10>>
<<btnLink "Get out of bed" "Room">>
<<elseif dose($mom,"horny")>>\
<<AddConvo $sister 11>>\
<<AddConvo $mom 3>>\
''You wake up to the sound of your door creaking open. It's your <<mother>>, steaming hot cup of coffee in her hand. She slowly approaches your bedside and you sit up to meet her.''
<<pic $mom "door">>\
<<art "scene/AvaCoffee">>\
<<nm $mom "Morning, hun. I thought-">>\
<<if isChastity()>>\
<<if isWearingUnderwear()>>\
''The outline of your chastity device is clearly visible through your <<underwear>> as you pull your blankets aside. Your <<mom>>'s gaze is fixed on it for a moment before she snaps back.''
<<if dressed("girly-underwear")>>\
<<nm $mom "A-are you wearing women's underwear?">>\
<<nm $player "Hm? Yeah... Is that a problem?">>\
''Your <<mother>> is too flustered to respond.''
<</if>>\
<<else>>\
''You didn't wear any underwear to bed, and your chastity cage is clearly visible as your blankets fall to the side.''
<</if>>\
<<elseif isSissy()>>\
<<if isWearingUnderwear()>>\
''Your tiny, glistening dicklet is leaking precum as you wake up. The growing stain is clearly visible through your <<underwear>> as you pull your blankets aside. Your <<mom>>'s gaze is fixed on it for a moment before she snaps back.''
<<if dressed("girly-underwear")>>\
<<nm $mom "A-are you wearing women's underwear?">>\
<<nm $player "Hm? Yeah... I-is that a problem?">>\
''Your <<mother>> is too flustered to respond.''
<</if>>\
<<else>>\
''You didn't wear any underwear to bed, and your tiny, glistening dicklet is leaking precum as you wake up. The sight is clearly visible as your blankets fall to the side. Your <<mom>>'s gaze is fixed on it for a moment before she snaps back.''
<</if>>\
<<elseif isMale()>>\
<<if isWearingUnderwear()>>\
''Your morning wood is clearly visible through your <<underwear>> as you pull your blankets aside. Your <<mom>>'s gaze is fixed on it for a moment before she snaps back.''
<<if dressed("girly-underwear")>>\
<<nm $mom "A-are you wearing women's underwear?">>\
<<nm $player "Hm? Yeah... Is that a problem?">>\
''Your <<mother>> is too flustered to respond.''
<</if>>\
<<else>>\
''You didn't wear any underwear to bed, and your morning wood is clearly visible as your blankets fall to the side.''
<</if>>\
<<elseif isTrans()>>\
<<if isWearingUnderwear()>>\
''Your morning wood is clearly visible through your <<underwear>> as you pull your blankets aside and your <<bSize>> are exposed to the cool morning air, causing your tiny nipples to perk up a bit. Your <<mom>>'s gaze is fixed on it for a moment before she snaps back.''
<<else>>\
''You didn't wear any underwear to bed, and your morning wood is clearly visible as your blankets fall to the side. Your <<bSize>> are exposed to the cool morning air, causing your tiny nipples to perk up a bit. You notice that your <<mother>> is fixated on them for a moment before she snaps back.''
<</if>>\
<<else>>\
''As you lean forward, your blanket falls to the side exposing your <<bSize>> to the cool morning air, causing your tiny nipples to perk up a bit. You notice that your <<mother>> is fixated on them for a moment before she snaps back.''
<</if>>\
<<artB $mom "aroused,2,robe">>\
<<nm $mom "I thought, I'd... I'd bring you up a cup of coffee before your <<sister>> and I finish off the pot... I'll see you downstairs.">>\
''She steals another quick glance at you before leaving your room. You grab the mug off your nightstand, slowly taking a sip.''
<<nm $player "Thanks $mom.name, I really appreciate it. I'll be down in a minute.">>\
''Your <<mother>>'s already halfway downstairs.''
<<btnLink "Get out of bed" "Room">>
<<else>>\
<<AddConvo $sister 11>>\
<<AddConvo $mom 3>>\
''You wake up to the sound of your door creaking open. It's your <<mother>>, steaming hot cup of coffee in her hand. She enters your room and places it by your bedside.''
<<pic $mom "door">>\
<<art "scene/AvaCoffee">>\
<<nm $mom "Morning, hun. I thought I'd bring you up a cup of coffee before your <<sister>> and I finish off the pot. I'll see you downstairs.">>\
''You sit up in your bed and take the mug off your nightstand, slowly taking a sip.''
<<nm $player "Thanks $mom.name, I really appreciate it. I'll be down in a minute.">>\
''Your <<mother>> leaves your room.''
<<btnLink "Get out of bed" "Room">>
<</if>>\<<loc_Room>>\
<<if $sister.isPornstar>>\
''You wake to the sound of your <<mother>> shrieking down the hallway.''
<<Thought "Guess she found it... Sure is overreacting though.">>\
''You jump out of your bed, sighing at the sight your <<sister>>'s empty room as you drag yourself to your <<mother>>'s door.''
<<nm $player "Hey, $mom.name, what's...">>\
<<nm $mom "I-It... I... When I woke up I...">>\
''Sobbing and embarrassed, you <<mother>> spreads her legs to reveal a massive, hard, cock. Not like the obviously artificial one you'd put inside her last night, but an actual, honest to God, pulsing, dripping, twitching... cock.''
<<nm $player "That... That's a... um...">>\
<<Thought "What the actual FUCK.">>\
''The crying continues.''
<<nm $mom "W-when I t-touch it... It...">>\
''She reaches down and wraps a hand around the base of the shaft. Immediately streams of cum spray from the tip as she screams in orgasm. It shoots far enough that some lands on your shirt, impressive since you're currently standing across the room, gawking in amazement.''
<<nm $mom "I don't know what to do! I mean, I can't... I can't go to the hospital... Right?">>\
<<nm $player "No! No I wouldn't... I mean... Think about the things they'd want to do to you! All the tests they'd want to run, hell, they'd probably ship you off to some facility somewhere. That... We can't do that!">>\
<<nm $mom "You... *sniff*... You're right, but...">>\
<<nm $player "I'll talk to some of my biologist and geneticist friends. Maybe this has been documented before and we can do something about it. In the meantime, I mean, it seems to be a part of you now, so, just try to live with it?">>\
<<nm $mom "You're kidding.">>\
<<nm $player "Heh, I dunno, $mom.name, having a cock for a few days could be a lot of fun!">>\
<<nm $mom "$player.name! I... Okay... Just hurry up and find something, okay?">>\
<<nm $player "You got it!">>\
''You leave the room, closing the door behind you as you try to process what just happened.''
<<nm $player "Well... $mom.name has a dick.">>\
<<else>>\
''You wake to the sound of your <<mother>> shrieking down the hallway.''
<<Thought "Guess she found it... Sure is overreacting though.">>\
''You jump out of your bed meeting $sister.name in the hallway.''
<<nm $sister "What the fuck happened?">>\
<<nm $player "I don't know!">>\
<<nm $sister "Let's go check on her! Come on!">>\
''The two of you run down the hallway to your <<mother>>'s room, throwing the door open to find something neither of you were expecting...''
<<nm $mom "I-It... I... When I woke up I...">>\
<<nm $sister "$mom.name, what is it! And... Why are you naked?">>\
''Sobbing and embarrassed, you <<mother>> spreads her legs to reveal a massive, hard, cock. Not like the obviously artificial one you'd put inside her last night, but an actual, honest to God, pulsing, dripping, twitching... cock.''
<<nm $sister "I... Um... $player.name?">>\
<<nm $player "I don't... either...">>\
''The crying continues.''
<<nm $mom "W-when I t-touch it... It...">>\
''She reaches down and wraps a hand around the base of the shaft. Immediately streams of cum spray from the tip as she screams in orgasm. It shoots far enough that some lands on $sister.name's shirt, who is standing across the room, gawking in amazement.''
<<nm $mom "I don't know what to do! I mean, I can't... I can't go to the hospital... Right?">>\
<<nm $sister "Oh you should definitely go to th-">>\
<<nm $player "No! No I wouldn't... I mean... Think about the things they'd want to do to you! All the tests they'd want to run, hell, they'd probably ship you off to some facility somewhere. That... We can't do that!">>\
<<nm $mom "You... *sniff*... You're right, but...">>\
<<nm $player "I'll talk to some of my biologist and geneticist friends. Maybe this has been documented before and we can do something about it. In the meantime, I mean, it seems to be a part of you now, so, just try to live with it?">>\
<<nm $mom "You're kidding.">>\
<<nm $sister "I dunno, $mom.name, having a cock for a few days could be a lot of fun!">>\
<<nm $mom "$sister.name!! I... Okay... Just hurry up and find something, okay?">>\
<<nm $player "You got it!">>\
''You and $sister.name leave the room, closing the door behind you and exchanging incredulous expressions.''
<<nm $sister "$mom.name... has a dick.">>\
<<nm $player "...Yep...">>\
''You stare blankly at each other for a moment before hearing another roaring orgasm come from your <<mother>>'s room.''
<<nm $sister "Well... Okay then.">>\
<</if>>\
@@.data;Your <<mother>> now has a real penis in addition to her vagina.@@
<<AddConvo $mom 7>>\
<<SetFlag $mom "getPenis">>\
<<btnLink "Get out of bed" "Room">><<loc_Room>>\
<<Thought "Ugh, last night was... Hm? A text message? It's from $sister.name...">>\
<<nm $sister "Hey <<bigbro>>, sorry for the text message. I wanted to tell you this in person but there wasn't time...<br><br>Anyway, $sam.name and I have decided to fly back to LA with $ron.name to become professional pornstars! God, we made love for HOURS last night after the shoot, this girl is just incredible, <<bro>>. Anyway, I'll be having a classmate come by to pick up my things and mail them to me. Tell $mom.name I love her, and of course I love you, too, big <<brother>>.<br><br>I'll be sure to send you all my videos, and $sam.name and I will visit when we can! Stay in touch, okay? Love you both!!!">>\
''You stare at your phone for several minutes...''
<<nm $player "So... That's how it is then. Well, at least she sounds happy...">>\
<<RemoveNightEvent 1 2 3 4 6 7 9 10 11 12 13>>\
<<RemoveHomeEvent 0 15 16 17 18 19 20 21 22 23 24 25 27 28 30 31 34 35 36>>\
<<set $sister.isPornstar to true>>\
<<SetFlag $sister "pornCall">>\
<<btnLink "Continue" "Room-Morning">><<loc_Room>>\
<<nm $player "Yaawwwwwwnnnn... Hm? Is that my phone?">>\
''Your phone is vibrating on your nightstand.''
<<nm $player "Hello?">>\
@@.chris;
<<Pro "Unknown">>$chris.name:<hr>
Hey, is this $player.name? Hey you! It's $chris.name, remember? I know it's been a while...@@\
<<Thought "$chris.name? Yeah, he was a friend of mine in college. We started around the same time and hit it off, but then he got some fancy job and left. We haven't talked in almost two years now.">>\
<<nm $player "Yeah of course I remember you! I just didn't recognize the number. I'll update my contacts later... What's up man? Haven't heard from you in a minute.">>\
@@.chris;
<<Pro "Unknown">>$chris.name:<hr>
Haha, yeah, work's kept me pretty busy. My job's a little hardcore when it comes to security, and they swapped out my personal phone with a business one before I could pull my contacts off. I called around the university to try and get your number and it looks like I found it.
Anyway, it looks like I'm gonna be getting sent your way on some business here soon. I won't have a lot of time, but I guess they'll be sending me down for a day or two every week until the assignment's done.@@\
<<Thought "That's weird, didn't he move a couple states away?">>\
<<nm $player "Isn't that some serious travel time? Why wouldn't you just stay here for however long?">>\
@@.chris;
<<Pro "Unknown">>$chris.name:<hr>
I know, right? It's my company's crazy security policies again. They don't want to keep me remote for too long at any one time, so, it is what it is I guess. Anyway, I thought it would be cool to hang out while I'm down there! I'll be busy throughout the day, but I always get Monday nights and Thursday nights off. I mean, I'm free other times, too, but my job's kinda... yeah...@@\
<<nm $player "Yeah man, that sounds great! Just send me a message when you're free and we'll get together.">>\
@@.chris;
<<Pro "Unknown">>$chris.name:<hr>
Awesome! Alright, well I'll see you later then!@@\
''You and $chris.name tie up your conversation and hang up the phone.''
@@.data;
$chris.name will now be available to hang out with you on occasion. When he calls, you should consider taking $chris.name up on his invites!
@@\
<<set $player.met.chris to true>>\
<<meet $chris>>\
<<AddNote $chris "$chris.name got in touch with me today after being MIA for a couple years. He was a good friend back at college, but got some fancy job and moved away. Looks like he'll be in town for a while though, so we plan on going out and getting drinks at some point.">>\
<<btnLink "Get out of bed" "Room">><<loc_Room>>\
''As you sit up in bed, the events from the other night start to come back to you. You look down to see your hand is still cut and bandaged. A quick once-over on yourself reveals no obvious changes to your body.''
<<nm $player "I should take a closer look. I think I have an old body length mirror somewhere in my closet...">>\
''You fish around your walk-in closet until you find the mirror, covered and laying on its side. You pull it out and stand it up near the closet door.''
@@.data;
You can now check the mirror in your room for an update on your physical traits
@@\
<<SetFlag $player "unlockMirror">>\
<<btnLink "Check the mirror" "Mirror">><<loc_Room>>\
''You take a small sip of you coffee.''
<<nm $player "You look like you could use some relief. Is that true?">>\
''Your ?mother fidgets a bit in front of you, blushing with embarrassment.''
<<pic $mom>>\
<<art $mom "embarrassed,2">>\
<<nm $mom "M-<<Master>>...">>\
''You raise your foot, lightly touching her pulsing cock with your toe and nearly sending her into a fullblown orgasm.''
<<nm $player "Well, you don't cum until I do, so why don't you come over here and get started?">>\
''You lean back, pulling your <<UnderwearOrPants>> to the side and exposing your <<pSize>>. Your ?mom's eyes light up as she eagerly moves into position.''
<<if hasPenis()>>\
<<trackAction "suckCock.get" $mom>>\
<<actB $mom "suck,start">>\
<<nm $mom "Mmmm... ooohhhh..." "<<Master>>'s cock...">>\
''She moves in, running her tongue along the length of your shaft as her hands shake with anticipation. What started as a steady drip of precum from her cock head has turned into a dribbling flow. Finally, she takes you into her mouth.''
<<pic $mom "suck-player">>\
<<act $mom "suck,deep">>\
<<nm $player "Ooohhh... Mmmmm... That's good...">>\
<<nm $mom "Mmph... mmmmph... hhmmmph...">>\
''Your ?mother bobs up and down on your <<pSize>>, making sure not to touch herself as she does. Her expert talents quickly bring you to the brink, and it's not long before you have your hands wrapped around her head and are shooting your load directly down her throat.''
<<nm $mom "HNGMPH!">>\
<<pic $mom "oral-creampie">>\
<<act $mom "suck,cum">>\
<<nm $player "F-fuck!">>\
''The feeling of warm cum filling her belly is enough to send $mom.realName over the edge, causing her to shoot rope after rope of her own thick load onto the ground in front of her without her even needing to touch herself.''
<<actB $mom "suck,after">>\
<<nm $mom "Haaa... haaa... T-thank you... <<Master>>...">>\
<<else>>\
<<trackAction "eatPussy.get" $mom>>\
<<nm $mom "Mmmm... ooohhhh..." "<<Master>>'s pussy...">>\
''She moves in, running her tongue along your slit as her hands shake with anticipation. What started as a steady drip of precum from her cock head has turned into a dribbling flow. Finally, she takes you into her mouth.''
<<pic $mom "eat-pussy">>\
<<act $mom "eatPussy">>\
<<nm $player "Ooohhh... Mmmmm... That's good...">>\
<<nm $mom "Mmph... mmmmph... hhmmmph...">>\
''Your ?mother laps up and down over your <<vSize>>, making sure not to touch herself as she does. Her expert talents quickly bring you to the brink, and it's not long before you have your hands wrapped around her head and are spraying thick squirt directly down her throat.''
<<nm $mom "HNGMPH!">>\
<<pic $player "squirt">>\
<<act $mom "eatPussy,cum">>\
<<nm $player "F-fuck!">>\
''The feeling of warm juices filling her belly is enough to send $mom.realName over the edge, causing her to shoot rope after rope of her own thick load onto the ground in front of her without her even needing to touch herself.''
<<actB $mom "eatPussy,cumAfter">>\
<<nm $mom "Haaa... haaa... T-thank you... <<Master>>...">>\
<</if>>\
<<nm $player "No no, thank you, $mom.name. Now, if you wouldn't mind licking up your mess, I'm going to take this delicious coffee downstairs.">>\
<<nm $mom "Yes <<Master>>!">>\
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<btnLink "Continue" "Home">>\<<loc_Room>>\
''You take a small sip of you coffee.''
<<nm $player "You look like you could use some relief. Is that true?">>\
''Your ?mother fidgets a bit in front of you, blushing with embarrassment.''
<<pic $mom>>\
<<art $mom "embarrassed,2">>\
<<nm $mom "M-<<Master>>...">>\
''You raise your foot, lightly touching her pulsing cock with your toe and nearly sending her into a fullblown orgasm.''
<<nm $player "Well, I suppose you should take care of that... Go ahead and masturbate while I drink my coffee. You have until I'm done to finish.">>\
''Your ?mother's face lights up.''
<<nm $mom "R-really <<Master>>!? Thank you so much!">>\
''$mom.realName sits back, fully exposing her long, pulsing cock. She teases herself a little at first, but as soon as you start to take your first sip of coffee, she quickly begins stroking herself.''
<<pic $action "ts-solo">>\
<<act $mom "solo,futa">>\
<<nm $mom "Ooohhhh... mmmm... T-thank you <<Master>>, f-for letting me s-stroke myself!">>\
<<nm $player "Well, I think you've earned it...">>\
''You take another sip of coffee. Your ?mom continues to stroke the length of her throbbing member, precum running over her hand as she does. She begins to moan loudly as her orgasm rapidly approaches.''
<<pic $mom "orgasm">>\
<<act $mom "orgasm">>\
''Just before you can finish your cup, rope after rope of thick cum shoot from $mom.realName's cock across the floor in front of her.''
<<pic $action "ts-solo-cum">>\
<<act $mom "solo,futa,cum">>\
<<nm $mom "Haaa!!! Ooohhh... haaaaa... m-much better... Thank you, <<Master>>!">>\
''You finish your coffee.''
<<nm $player "No no, thank you, $mom.name. Now, if you wouldn't mind licking up your mess, I'm going to take this cup downstairs.">>\
<<nm $mom "Yes <<Master>>!">>\
<<love $mom>>
<<lust $mom>>
<<horny 10>>
<<btnLink "Continue" "Home">>\''You wake up in the morning and feel the usual warm, wet lips on your <<if hasWorkingPenis()>><<pSize>><<else>><<AssOrPussy>><</if>>. But as you open your eyes, you see $sister.name down there instead of $mom.realName.''
<<if hasWorkingPenis()>>\
<<pic $sister "suck-player">>\
<<elseif hasPenis()>>\
<<pic $sister "rim-player">>\
<<else>>\
<<pic $sister "eat-pussy">>\
<</if>>\
<<nm $sister "Mmm... ah...">>\
''She takes her mouth off you.''
<<nm $sister "Hey, $mom.name's having a busy morning, so I went ahead and took her place. Why not?">>\
''You just smile back as you shake off the morning grogginess, but before $sister.name brings her head back down, the bedroom door opens again, and your ?mother comes in.''
<<pic $mom>>\
<<nm $mom "Oh, you're already... wait, $sister.name? Are you trying to steal my morning routine?">>\
<<nm $sister "You looked busy, so I just came in instead.">>\
<<nm $mom "Well, since you're in here... there's room for two.">>\
<<nm $sister "Why not?">>\
''Your ?mom climbs in bed with you and $sister.name, and they both settle next to each other.''
<<if hasWorkingPenis()>>\
<<pic $mom "suck-player">>\
''$mom.realName and $sister.name take turns giving your erection a gentle lick before $sister.name brings her lips down on it. She bobs her head up and down on it as $sister.name rubs your thighs.''
<<nm $sister "Ah... how are you feeling <<bro>>?">>\
''You give her a thumbs up. Every motion $mom.realName makes with her lips fills you with refreshing arousal, and you lean back in your bed and enjoy yourself. $mom.realName takes her lips off your cock and $sister.name pulls the bedsheets over them, blocking your view.''
<<pic $sister "suck-player">>\
''You feel lips moving over your erection, but can't see who's where. Is that $mom.realName's tongue at the base of your cock or $sister.name's? Who's teasing the tip? It's hard to tell.''
<<nm $mom "Mmmm... mmph... mmmm...">>\
''$sister.name and $mom.realName giggle under the sheets as they toy with your erection, bringing you closer and closer to orgasm. Sometimes the whole thing fills one of their throats, and other times they share it, but the sensation is wonderful either way.''
<<nm $player "Almost there, keep going...">>\
<<if chance(50)>>\
<<pic $mom "cum-in-mouth">>\
<<else>>\
<<pic $sister "cum-in-mouth">>\
<</if>>\
''Finally, you close your eyes as one of them plunges their lips onto your erection and takes it into their mouth, finally making you reach orgasm. You delight in the sensation as she pulls her lips away just enough to give the other mouth room to fit on your cock...''
<<else>>\
''Your ?mom and ?sister both awkwardly try to cram their heads against your <<AssOrPussy>>. They manage it, but just barely, and they start licking. The pair of tongues glides over you, making you go wild with pleasure.''
<<if hasPenis()>>\
<<pic $mom "rim-player">>\
<<else>>\
<<pic $mom "eat-pussy">>\
<</if>>\
<<nm $player "Ah... ah yes...">>\
''$mom.realName pulls the sheets over her and $sister.name, blocking them both from your view. They start taking turns licking you and probing their tongues inside you, and you're not entirely sure who's doing what. They both giggle as they pleasure you.''
<<nm $player "Of, f-fuck!">>\
''They alternate between pushing their tongues as far in as possible and bringing them out to massage your clit, and as they switch between each other and sometimes both go in at once, your pleasure surges with every minute that passes.''
<<nm $mom "Ooh, if I lean like this, $sister.name, you can just... yeah, like that...">>\
<<if hasPenis()>>\
<<pic $sister "rim-player">>\
<<else>>\
<<pic $sister "eat-pussy">>\
<</if>>\
''They both settle into a good position under the sheets to comfortably lick you at the same time, and you hear them giggle as you grow closer and closer to the tipping point of orgasm.''
<<nm $player "Ah! I'm...">>\
<<if hasPussy()>>\
<<pic $player "squirt">>\
<</if>>\
''Finally, you hit orgasm. Your <<AssOrPussy>> clenches over and over, pulsing against their tongues as they keep fervently licking you. You enjoy yourself as your body tenses up with pleasure...''
<</if>>\
<<nm $sister "Mmmm... ahhhh!">>\
''When your orgasm ends, your ?mother and $sister.name slide their mouths off you and pull the sheets up...''
<<nm $mom "Feeling awake?">>\
<<nm $player "Definitely. I'm glad both of you were here.">>\
<<nm $sister "It's hard to do teamwork down there, but it's still fun!">>\
They leave, and then you start to get ready for the morning...
<<love $mom>>
<<love $sister>>
<<horny 0>><<if $mom.morningTask is "titfuck" and hasPussy()>>\
<<set $mom.morningTask to "oral">>\
<</if>>\
<<switch $mom.morningTask>>\
<<case "oral">>\
<<if hasWorkingPenis()>>\
''You wake to the now familiar sensation of your ?mother bobbing up and down on your <<pSize>>, having already drawn you very close to orgasm.''
<<pic $mom "suck-player">>\
<<nm $mom "Mmmph, mmmph, mmm... Oh, good morning sweetie!">>\
<<nm $player "G-good morning, $mom.name... oohhhh...">>\
''She quickly slides your slick cock back into her throat, fingering herself senseless as she brings you to climax.''
<<nm $player "O-oh! Fuuu!!!">>\
<<pic $mom "cum-in-mouth">>\
<<nm $mom "Mmmm... mmm...">>\
''You release your morning load deep into your ?mother's throat as she happily sucks out every last drop before sitting up.''
<<pic $mom>>\
<<nm $mom "Hehe! Mmmm, so good! Well, I'll see you downstairs!">>\
<<nm $player "S-sure, $mom.name...">>\
''Your ?mother leaves the room. Sitting up, you find a steaming cup of coffee sitting on your nightstand.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<trackAction "suckCock.get" $mom>>\
<<elseif isChastity() or isSissy()>>\
''You wake to the now familiar sensation of your ?mother piercing your <<aSize>> with her tongue, having already drawn you very close to orgasm.''
<<pic $mom "rim-player">>\
<<nm $mom "Mmmph, mmmph, mmm... Oh, good morning sweetie!">>\
<<nm $player "G-good morning, $mom.name... oohhhh...">>\
''She uses one hand to slide her fingers into your ass and apply pressure to your prostate, the other between her thighs fingering herself senseless as she brings you to climax.''
<<nm $player "O-oh! Fuuu!!!">>\
<<nm $mom "Mmmm... mmm...">>\
''Your ?mother pumps every last drop of thin, runny cum out of you before withdrawing her hand and sitting up.''
<<pic $mom>>\
<<nm $mom "Hehe! Mmmm, that was fun! Well, I'll see you downstairs!">>\
<<nm $player "S-sure, $mom.name...">>\
''Your ?mother leaves the room. Sitting up, you find a steaming cup of coffee sitting on your nightstand.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<trackAction "rimjob.get" $mom>>\
<<else>>\
''You wake to the now familiar sensation of your ?mother carressing your <<vSize>> with her tongue, having already drawn you very close to orgasm.''
<<pic $mom "eat-pussy">>\
<<nm $mom "Mmmph, mmmph, mmm... Oh, good morning sweetie!">>\
<<nm $player "G-good morning, $mom.name... oohhhh...">>\
''She uses one hand to finger you gently as she nibbles on your clit, the other between her thighs fingering herself senseless as she brings you to climax.''
<<nm $player "O-oh! Fuuu!!!">>\
<<pic $player "squirt">>\
<<nm $mom "Mmmm... mmm...">>\
''Your ?mother laps up wave after wave of thick squirt before withdrawing her hand and sitting up.''
<<pic $mom>>\
<<nm $mom "Hehe! Mmmm, that was fun! Well, I'll see you downstairs!">>\
<<nm $player "S-sure, $mom.name...">>\
''Your ?mother leaves the room. Sitting up, you find a steaming cup of coffee sitting on your nightstand.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<trackAction "eatPussy.get" $mom>>\
<</if>>\
<<case "titfuck">>\
''You wake to the sensation of your ?mother sliding your slick <<pSize>> between her large breasts, having already drawn you very close to orgasm.''
<<pic $mom "titfuck-give">>\
<<nm $mom "Haaa, haaa, mmm... Oh, good morning sweetie!">>\
<<nm $player "G-good morning, $mom.name... oohhhh...">>\
''She starts to pick up the pace, licking the tip of your cock as she brings you to climax.''
<<nm $player "O-oh! Fuuu!!!">>\
<<pic $mom "cum-on-face">>\
<<nm $mom "Mmmm... mmm...">>\
''You release your morning load across your ?mother's face and chest as she happily squeezes out every last drop before sitting up.''
<<pic $mom "cum-covered">>\
<<nm $mom "Hehe! Mmmm, so good! Well, I'll see you downstairs!">>\
<<nm $player "S-sure, $mom.name...">>\
''Your ?mother leaves the room. Sitting up, you find a steaming cup of coffee sitting on your nightstand.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<trackAction "titfuck.get" $mom>>\
<<case "kiss">>\
''You wake to the sensation of your ?mother stroking your hair, gently easing you awake.''
<<pic $mom>>\
<<nm $mom "Oh, good morning sweetie!">>\
<<nm $player "Oh, hey $mom.name... Morning already?">>\
''She giggles, leaning in and kissing you deeply.''
<<nm $player "O-oh! Mmmm... mmm...">>\
<<pic $mom "kiss-player">>\
<<nm $mom "Mmmm... mmm...">>\
''She finally releases you from her embrace, rubbing a warm hand over your cheek.''
<<pic $mom>>\
<<nm $mom "Hehe! Well, I'll see you downstairs!">>\
<<nm $player "S-sure, $mom.name...">>\
''Your ?mother leaves the room. Sitting up, you find a steaming cup of coffee sitting on your nightstand.''
<<love $mom>>
<<horny 10>>
<<default>>\
<<if hasWorkingPenis()>>\
''You wake to the now familiar sensation of your ?mother bouncing up and down on your <<pSize>>, having already drawn you very close to orgasm.''
<<pic $mom "ride-player">>\
<<nm $mom "Haaa, h-haaa... Oh, good morning sweetie!">>\
<<nm $player "G-good morning, $mom.name... oohhhh...">>\
''She picks up her pace, plunging your slick cock deeper and deeper in to her pussy as she rides you to orgasm.''
<<nm $player "O-oh! Fuuu!!!">>\
<<pic $mom "orgasm">>\
<<nm $mom "Mmmm... mmm...">>\
''You release your morning load deep into your ?mother's womb as she happily squeezes out every last drop before rolling off of you.''
<<pic $mom>>\
<<nm $mom "Hehe! Mmmm, so good! Well, I'll see you downstairs!">>\
<<nm $player "S-sure, $mom.name...">>\
''Your ?mother leaves the room. Sitting up, you find a steaming cup of coffee sitting on your nightstand.''
<<love $mom>>
<<lust $mom>>
<<preg $mom>>
<<horny 0>>
<<trackAction "pussyFuck.give" $mom>>\
<<elseif isChastity() or isSissy()>>\
''You wake to the now familiar sensation of your ?mother's thick strapon sliding in and out of your <<aSize>>, having already drawn you very close to orgasm.''
<<pic $mom "fuck-player">>\
<<nm $mom "Haaa, h-haaa... Oh, good morning sweetie!">>\
<<nm $player "G-good morning, $mom.name... oohhhh...">>\
''She picks up her pace, plunging her big cock deeper and deeper into your asshole as she brings you to climax.''
<<nm $player "O-oh! Fuuu!!!">>\
<<nm $mom "Mmmm... mmm...">>\
''Your ?mother pumps every last drop of thin, runny cum out of you before withdrawing her cock and sitting up.''
<<pic $mom>>\
<<nm $mom "Hehe! Mmmm, that was fun! Well, I'll see you downstairs!">>\
<<nm $player "S-sure, $mom.name...">>\
''Your ?mother leaves the room. Sitting up, you find a steaming cup of coffee sitting on your nightstand.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<trackAction "analFuck.get" $mom>>\
<<else>>\
''You wake to the now familiar sensation of your ?mother's thick strapon sliding in and out of your <<vSize>>, having already drawn you very close to orgasm.''
<<pic $mom "fuck-player">>\
<<nm $mom "Haaa, h-haaa... Oh, good morning sweetie!">>\
<<nm $player "G-good morning, $mom.name... oohhhh...">>\
''She picks up her pace, plunging her big cock deeper and deeper into your wet pussy as she brings you to climax.''
<<nm $player "O-oh! Fuuu!!!">>\
<<pic $player "squirt">>\
<<nm $mom "Mmmm... mmm...">>\
''Your ?mother plunges herself in deeply as waves of thick juices spray across her waist and thighs before withdrawing her cock and sitting up.''
<<pic $mom>>\
<<nm $mom "Hehe! Mmmm, that was fun! Well, I'll see you downstairs!">>\
<<nm $player "S-sure, $mom.name...">>\
''Your ?mother leaves the room. Sitting up, you find a steaming cup of coffee sitting on your nightstand.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<trackAction "pussyFuck.get" $mom>>\
<</if>>\
<</switch>>\<<loc_Room>>\
<<nm $player "Hey $mom.name, hold on!">>\
<<pic $mom>>\
<<nm $mom "Hm? What's up baby?">>\
<<if hasWorkingPenis()>>\
<<btnChoice "Ask her to ride your cock in the mornings" "AvaMorningTask-Fuck">>\
<<btnChoice "Ask her to give you a titjob in the mornings" "AvaMorningTask-Titfuck">>\
<<else>>\
<<btnChoice "Ask her to fuck you in the mornings" "AvaMorningTask-Fuck">>\
<</if>>\
<<btnChoice "Ask her to go down on you in the morning" "AvaMorningTask-Oral">>\
<<btnChoice "Ask her to kiss you awake in the morning" "AvaMorningTask-Kiss">>\
<<btnLink "Never mind" "Home">>\<<loc_Room>>\
<<nm $player "You should start riding me in the mornings, could be fun!">>\
<<if $mom.morningTask is "fuck">>\
<<nm $mom "Hehe, you mean like I already am? Sure baby!">>\
<<else>>\
<<nm $mom "Ooohh, that does sound like fun! You got it!">>\
<</if>>\
''Your ?mother gives you a quick kiss and leaves the room.''
<<set $mom.morningTask to "fuck">>\
<<btnLink "Continue" "Room">>\<<loc_Room>>\
<<nm $player "You should wake me up with a titjob in the mornings, could be fun!">>\
<<if $mom.morningTask is "titfuck">>\
<<nm $mom "Hehe, you mean like I already am? Sure baby!">>\
<<else>>\
<<nm $mom "Ooohh, that does sound like fun! Hehe, my tits are definitely big enough for it... You got it!">>\
<</if>>\
''Your ?mother gives you a quick kiss and leaves the room.''
<<set $mom.morningTask to "titfuck">>\
<<btnLink "Continue" "Room">>\<<loc_Room>>\
<<nm $player "You should wake me up with oral sex in the mornings, could be fun!">>\
<<if $mom.morningTask is "oral">>\
<<nm $mom "Hehe, you mean like I already am? Sure baby!">>\
<<else>>\
<<nm $mom "Ooohh, that does sound like fun! You got it!">>\
<</if>>\
''Your ?mother gives you a quick kiss and leaves the room.''
<<set $mom.morningTask to "oral">>\
<<btnLink "Continue" "Room">>\<<loc_Room>>\
<<nm $player "You should wake me up with a kiss in the mornings, could be fun!">>\
<<if $mom.morningTask is "kiss">>\
<<nm $mom "Hehe, you mean like I already am? Sure baby!">>\
<<else>>\
<<nm $mom "Aww, that's so sweet! Sure thing baby!">>\
<</if>>\
''Your ?mother gives you a quick kiss and leaves the room.''
<<set $mom.morningTask to "kiss">>\
<<btnLink "Continue" "Room">>\<<set $player.tfChange to false, $player.tfStateChange to false>>\
<span id="output">\
<<if $SleepWithSlave>>\
''You pull $roomSlave.name into your bed, and the two of you fall asleep in each other's arms.''
<</if>>\
@@.btnUI;<<button "Fade into a dream...">>
<<replace "#output">>\
<<if flag($player,"absorbSerum") and $player.tfCD is 0 and not $game.lockGender and $CanTF and not $PauseTF>>\
<<TFCheck>>\
<<else>>\
<<include Dreaming>>\
<</if>>\
<</replace>>\
<</button>>@@
</span>\<<loc_Room>>\
''Before you can fall asleep, your door creaks open.''
<<nm $player "Hm... Hey <<sis>>, what's...!?">>\
<<pic $sister "strip">>\
<<art $sister "aroused,2,naked">>\
<<nm $sister "Oh, hey <<bro>>, just wanted to say good night before I head to bed. It's been so warm lately, Summer just doesn't want to let go. I've had to start sleeping naked just to feel comfortable. Anyway, I'll see ya' in the morning!">>\
''$sister.name slinks down the hall into her own room and closes the door.''
<<nm $player "Well, that was nice.">>\
<<lust $sister>>
<<horny 10>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
''Before you can fall asleep, your door creaks open.''
<<nm $player "Hm... Hey <<sis>>, what's...!?">>\
<<pic $sister "strip">>\
<<nm $sister "Mmm, hey <<bro>>... got a minute for me?">>\
''She doesn't give you time to answer, instead closing the door behind her and crawling on top of you. The room is dark, but there's enough light coming through the window to clearly see her tiny breasts hovering just over your face. A moment later, you feel her start to grind herself into your crotch.''
<<nm $player "O-oh!">>\
<<if isChastity()>>\
''$sister.name grinds herself against your <<accf>> as your <<pSize>> is left completely unstimulated.''
<<elseif isSissy()>>\
''$sister.name grinds herself against your flaccid <<pSize>>, sending jolts of pleasure through your body.''
<<elseif hasPenis()>>\
''$sister.name grinds herself against your rapidly hardening <<pSize>>, sending you close to the edge.''
<<else>>\
''$sister.name grinds herself against your mound, occassionally sliding herself along your clit and sending a jolt of pleasure through your body.''
<</if>>\
<<nm $sister "Well, what are you waiting for? Can't you see how, mmm, desperate I am?">>\
''She grabs your hand and slides it down her silky panties, wrapping one of your fingers straight into her tight pussy. You can't believe how wet she is already, and how warm. Once you're in place, she drops herself down and starts rolling her crotch over your fingers.''
<<nm $sister "Mmm, o-ooohhh, just like that! Y-YES!">>\
<<pic $sister "orgasm">>\
<<art "sister/act/orgasm/orgasm">>\
''Thick, hot juices pour over your hand as your <<sister>> rides your fingers for all they're worth before finally collapsing on top of you. She continues to slowly grind her twitching cunt over your hand, and her sweaty breasts over your face as she milks her orgasm for all it's worth before finally rolling off your bed.''
<<nm $sister "Ahhh, thanks <<bro>>, that's just what I needed! Well, I'm off to bed, make sure to take care of yourself after I leave!">>\
''And with that she's gone, leaving you hot, wet and horny.''
<<Thought "Well... I suppose this was my own fault...">>\
<<lust $sister>>
<<dom $player -3>>
<<horny 30>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
''Before you can fall asleep, your door creaks open.''
<<nm $player "Hm... Hey <<sis>>, what's...!?">>\
<<pic $sister "strip">>\
<<act $sister "strip-aroused">>\
<<nm $sister "Mmm, hey <<bro>>... I need some help getting to sleep tonight...">>\
''Your <<sister>> walks over and sits down on your bed.''
<<nm $sister "Whoops, left the door open! Go close it.">>\
''You do as you're told. When you turn around, you see $sister.name spread and waiting, a sly smile on her face.''
<<pic $sister "spread">>\
<<art "scene/DakotaSolo">>\
<<nm $sister "Well? What are you waiting for? Crawl over here and help your little <<sister>> out...">>\
<<if firstVisit()>>\
''Deciding it's best not to argue, you start to walk over.''
<<nm $sister "Hold it! I said 'crawl' over here, didn't I?">>\
<<nm $player "A-are you serious?">>\
''She's serious. You slowly drop to your knees and crawl over to meet her waiting pussy.''
<<else>>\
''You do as you're told, dropping to your knees and crawling over to her waiting pussy.''
<</if>>\
<<nm $sister "Mmm, such a good puppy! Now make me feel good, okay?">>\
<<pic $sister "eaten-by-player">>\
<<act $player "eatpussy">>\
''You lean in, sliding your tongue into her tight slit. She's so small, you can almost wrap your mouth around her entire mound. She twists and moans as you lick her pussy, piercing it with your tongue, withdrawing to flick and nibble her tiny clit.''
<<nm $sister "O-ooohhhh, mmmmm, $player.name...">>\
<<pic $sister "orgasm">>\
<<art "sister/act/orgasm/orgasm">>\
''Thick juices start to fill your mouth as $sister.name's pussy pulses and spasms. You stay put and swallow what you can, knowing full well that this is only the first of your <<sister>>'s orgasms you'll be drinking tonight.''
<<skillComment $sister "eatPussy.give"
"Oooohhh my god you're AMAZING! Mmmm, alright, keep going!"
"God you're so fucking good at this! Alright, keep going!"
"Mmmmm, that was a good cum... Well, keep it up!"
"Hm, you still need some work <<bro>>... Well, let's do it again!"
"Hahaha, man. I came, you really suck at this! C'mon, let's keep practicing!"
>>\
''As expected, she wraps her hands around your head and starts roughly grinding herself into your mouth. This continues for some time until your <<top>> is thoroughly soaked through and your <<sister>> is completely satisfied. You collapse into your bed as she stands up and puts her clothing back on.''
<<nm $sister "Mmmm, that was great! Let's play again soon, okay?">>\
''She leaves the room as you drift off to sleep.''
<<lust $sister>>
<<dom $player -3>>
<<horny 10>>
<<trackAction "eatPussy.give" $sister>>\
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
''Before you can fall asleep, your door creaks open.''
<<nm $player "Hm... Hey <<sis>>, what's...!?">>\
<<pic $sister "strip">>\
<<act $sister "strip,aroused">>\
<<nm $sister "Mmm, hey <<bro>>... I need some help getting to sleep tonight...">>\
''$sister.name closes the door behind her and slips under your covers, cuddling up close to you.''
<<pic $sister "kiss-player">>\
<<nm $sister "Mmmm, mmm, hehehe! Hey you!">>\
<<nm $player "Hmhm, heya <<sis>>.">>\
''You feel a hand slide up your leg as $sister.name starts to explore your crotch with her fingers. <<if isChastity()>>She traces the outline of your <<accf>><<elseif hasPenis()>>She runs her fingers along your <<pSize>><<else>>She runs a finger along your slit<</if>> as she continues to make out with you, sliding down to suck on your neck a little.''
<<nm $player "O-oohhh, mmmm...">>\
<<nm $sister "S-so, what's on the menu tonight, hm?">>\
<<btnChoice "Ask her to go down on you" "Night-12-OralGet">>\
<<btnChoice "Go down on her" "Night-12-OralGive">>\
<<btnChoice "Keep making out while using your hands to get each other off" "Night-12-Handjob">>\<<loc_Room>>\
''You continue to embrace your <<sister>> for a little while longer before pulling back slightly, motioning downward.''
<<if isChastity() or isSissy()>>\
<<trackAction "rimjob.get" $sister>>\
<<if isChastity()>>\
<<nm $player "U-um, since my cock's still locked up, I was wondering if you could, maybe...">>\
<<else>>\
<<nm $player "U-um, since my cock can't get hard right now, I was wondering if you could, maybe...">>\
<</if>>\
<<pic $sister "dakota-nekkid">>\
<<nm $sister "Hehe, did you want your little <<sister>> to toss your salad? You like that, huh?">>\
<<nm $player "I-I, um, yeah kinda...">>\
''She disappears under the covers, kissing your body as she moves down to your stomach, then crotch, then thighs. You raise your legs for her as she settles into position.''
<<nm $sister "Aw, you kept it all clean for me! Mmmm...">>\
<<pic $sister "rim-player">>\
<<nm $player "O-oh! $sister.name... Mmm...">>\
<<CommentAss $sister
"Mmm, mmmm, haaa...|Wow, <<he>>'s got a lot of room in here! Wonder if <<he>> takes it up the ass a lot?"
"Mmm, mmmm, haaa...|Hehe, <<he>>'s so loose, I bet I could get a few fingers up here, too"
"Mmm, mmmm, haaa...|Mmm, <<he>>'s pretty open, I wonder if I could get a finger up here?"
"Mmm, mmmm, haaa...|Hehe, so tight! Bet <<he>>'s never had anything up there before..."
"Mmm, mmmm, haaa...|Wow, so tight! Guess my <<brother>>'s still an anal virgin..."
>>\
''Your <<sister>> really seems to know what she's doing, and all it takes is a strategically placed finger to send you over the edge.''
<<if isChastity()>>\
<<pic $action "chastity-squirt">>\
<<else>>\
<<pic $action "sissy-squirt">>\
<</if>>\
<<nm $player "F-fuck!">>\
<<nm $sister "Mmm, mmmphwa! Haaaa, hehehe, looks like I made you cum! Uh-oh, I'd better get back to my room, but you'd better repay the service later, hehe!">>\
<<elseif hasPenis()>>\
<<trackAction "suckCock.get" $sister>>\
<<trackAction "cumEat.give" $sister>>\
<<nm $player "A-actually, I was thinking maybe you could, um, y'know...">>\
''$sister.name wraps her fingers around your erect <<pSize>>, biting her lip as she moans into your ear.''
<<pic $sister "dakota-nekkid">>\
<<nm $sister "Hehe, did you want your little <<sister>> to suck your cock? You like that, huh?">>\
<<nm $player "I-I, um, yeah kinda...">>\
''She disappears under the covers, kissing your body as she moves down to your stomach, then crotch, then thighs. Finally, she makes her way to your cock.''
<<CommentPenis $sister
"Oh wow, I keep forgetting how huge it is!"
"Mmmm, big <<brother>>'s got a big cock!"
"Mmmm, I love the way it feels in my hand..."
"Hehe, your cock looks yummy!"
"Hehe, your cock's so cute! I'mma suck it!"
>>\
<<pic $sister "suck-player">>\
<<nm $player "O-oh! $sister.name... Mmm...">>\
''Your <<sister>> really seems to know what she's doing, and it's not long before her tongue is sending you over the edge.''
<<nm $sister "Mmph! Hmph! M-MPH!" "<<He>>'s about to cum!">>\
<<pic $sister "cum-in-mouth">>\
<<nm $player "F-fuck!">>\
''Rope after rope of thick cum spray over your little <<sister>>'s tongue, down her throat. She keeps her lips sealed around your <<pSize>>, making sure to suck out every last drop.''
<<nm $sister "Mmm, mmmphwa! Haaaa, hehehe, looks like I made you cum! Uh-oh, I'd better get back to my room, but you'd better repay the service later, hehe!">>\
<<else>>\
<<trackAction "eatPussy.get" $sister>>\
<<nm $player "A-actually, I was thinking maybe you could, um, y'know...">>\
<<pic $sister "dakota-nekkid">>\
<<nm $sister "Hehe, did you want your little <<sister>> to eat your pussy? You like that, huh?">>\
<<nm $player "I-I, um, yeah kinda...">>\
''She disappears under the covers, kissing your body as she moves down to your stomach, then crotch, then thighs. You raise your legs for her as she settles into position.''
<<nm $sister "Mmmm, your scent is amazing <<bro>>...">>\
<<pic $sister "eat-pussy">>\
<<nm $player "O-oh! $sister.name... Mmm...">>\
<<CommentAss $sister
"Mmm, mmmm, haaa...|Wow, <<he>>'s got a lot of room in here! Wonder how often <<he>> gets laid?"
"Mmm, mmmm, haaa...|Hehe, <<he>>'s so loose, I bet I could get my whole fist up here!"
"Mmm, mmmm, haaa...|Mmm, <<he>>'s pretty open, I wonder if I could get a few fingers up here?"
"Mmm, mmmm, haaa...|Hehe, so tight! I wonder if <<he>>'s still a virgin..."
"Mmm, mmmm, haaa...|Wow, so tight! I wonder if my <<brother>>'s still a virgin..."
>>\
''Your <<sister>> really seems to know what she's doing, and all it takes is a bit of light nibbling on your clit to send you over the edge.''
<<nm $sister "Mmph! Hmph! M-MPH!" "<<He>>'s about to cum!">>\
<<pic $player "squirt">>\
<<nm $player "F-fuck!">>\
''Wave after wave of thick juices spray over your little <<sister>>'s tongue and face. She keeps licking, forcing you to squirt out every last drop, for as long as it takes for your thighs to stop shaking.''
<<nm $sister "Mmm, mmmphwa! Haaaa, hehehe, looks like I made you cum! Uh-oh, I'd better get back to my room, but you'd better repay the service later, hehe!">>\
<</if>>\
''$sister.name slides out from under your covers and sneaks back to her room, leaving you a little surprised, if not satisfied.''
<<love $sister>>
<<lust $sister>>
<<horny 0>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
<<trackAction "eatPussy.give" $sister>>\
''You continue to embrace your <<sister>> for a little while longer before pulling back slightly, motioning downward.''
<<nm $player "A-actually, I was thinking maybe I could... make you feel good?">>\
<<pic $sister "dakota-nekkid">>\
<<nm $sister "R-really? You wanna eat my p-pussy? Well, I mean, if you insist...">>\
<<nm $player "Hehe, yeah!">>\
''She rolls over, sliding off her panties and spreading her legs open for you.''
<<pic $sister "spread">>\
<<nm $sister "Hehe, well, eat up!">>\
''You position yourself on top of your <<sister>>, kissing her neck, then her tiny breasts, her stomach, her thighs. You can feel the heat coming off her glistening pussy as you pass over it. Finally, you lean forward and slide your tongue along her slit.''
<<pic $sister "eaten-by-player">>\
<<nm $sister "O-oh! $player.name... Mmm...">>\
<<skillComment $sister "eatPussy.give"
"M-mmm, ahhh, h-holy shit! Why are you so good at this!"
"O-oohhh, wow, you're amazing!"
"Mmmm, yeah, j-just like that... O-oohhh..."
"A-ah, hmmm, there you go... Mmmm..."
"O-oh! H-hey, take it easy down there, h-hehe..."
>>\
''Your <<sister>>'s pussy is impossibly tight, so you focus on her clit as you slowly work your tongue deeper and deeper into her hole. It's not long before you feel her thighs and pelvis start to shake and spasm.''
<<nm $sister "A-AHH! C-CUMMING!">>\
<<pic $sister "squirt">>\
<<nm $player "M-MPH!">>\
''Wave after wave of thick juices spray over your tongue and face. She keeps going, holding your head in place forcing you to eek out every last drop, for as long as it takes for her thighs to stop twitching.''
<<nm $sister "That... was... incredible... H-holy shit...">>\
<<nm $player "You came... a lot!">>\
''She takes a minute to catch her breath as you move back up beside her.''
<<nm $sister "Hehe, that was awesome! I should get back to my room now, but you gotta let me repay you later, okay?">>\
''$sister.name slides out from under your covers and sneaks back to her room, leaving you a little surprised, if not a little unsatisfied.''
<<love $sister>>
<<lust $sister>>
<<horny 10>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
''You pull your <<sister>> back in for another kiss as you slide one hand down under her panties, gently rubbing her moist clit with your finger.''
<<pic $sister "dakota-nekkid">>\
<<nm $sister "O-oh! Mmmm...">>\
<<nm $player "I thought we could just keep this up, if that's alright with you...">>\
''Your <<sister>> shoves her tongue back into your mouth, sliding one hand down between your legs. <<if isChastity()>>You feel her finger run the length of your <<accf>>, down past your balls, and over the surface of your <<aSize>>. She starts to poke a finger past the entrance, lightly fucking your hole as she kisses you.<<elseif hasPenis()>>You feel her fingers gently wrap around your <<pSize>>, gliding up and down the length of your shaft as she kisses you.<<else>>You feel her fingers tracing the outline of your <<vSize>> before finally slipping inside of you. She continues to kiss you as she slides her fingers in and out of your glistening hole.<</if>>''
<<nm $player "Mmmm, o-ooohhh, mmmm..." "Her hand feels amazing...">>\
<<nm $sister "Haaaa, m-mmm, $player.name... mmmm...">>\
<<pic $sister "kiss-player">>\
''You continue stimulating each other while maintaining your passionate embrace. Your hands move over each other, faster and more intensely until it finally becomes too much.''
<<nm $sister "F-fuck! I'm c-cumming!">>\
<<nm $player "M-me too!">>\
<<pic $sister "orgasm">>\
''As you both ride your climaxes, you hold each other tighter, kissing, licking, gasping, and eventually collapsing into each other's arms. You lay for some time, staring at each other and trying not to laugh about how amazing your shared experience was.''
<<nm $sister "T-that was great... <<bro>>...">>\
<<nm $player "Y-yeah, you too... <<sis>>...">>\
''$sister.name gives you one last kiss before slipping out of bed and putting her clothes back on.''
<<pic $sister "door">>\
<<nm $sister "I'd better get back to my room now. Let's do this again later, okay?">>\
<<nm $player "Definitely!">>\
''Your sister quietly opens the door and sneaks back to her room, leaving you a little surprised, if not entirely satisfied.''
<<love $sister>>
<<lust $sister>>
<<horny 0>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
''You walk across your room and collapse in your bed, ready to drift off into a nice sleep, when you realize something feels... off.''
<<Thought "Is my bed made? I didn't make it... Was $mom.name in here again? Come to think of it, I didn't trip over anything on my way to the bed either...">>\
''As you become more alert, you sense someone else in your room. You roll over to find $sister.name standing in your doorway, just staring at you.''
<<pic $sister "door">>\
<<nm $player "Um... Hey, <<sis>>.">>\
<<nm $sister "Hey <<bro>>! Are you, um, comfortable?">>\
<<nm $player "Yes...? Wait... Did you clean my room?">>\
''$sister.name starts bouncing in place, looking extremely pleased with herself.''
<<nm $sister "Yeah! YEAH! I did. Wait, did I not do it right? Is it okay? Are you... mad at me?">>\
<<Thought "She just went from elated to defeated in a fraction of a second...">>\
<<nm $player "What? No, no, I really... appreciate it, <<sis>>. Thank you, I-">>\
<<pic $sister "kiss-player">>\
''Your <<sister>> leaps across the room, pinning you into your bed and kissing you deeply. After several moments, she breaks from your lips and begins kissing your neck and collar.''
<<nm $player "<<S-sis>>!">>\
<<nm $sister "Oh, big <<brother>>! I'm so happy I could make you happy! SO HAPPY!">>\
<<Thought "What the f... Wait, this isn't the serum I gave her, is it? I mean, I don't know what else it could be...">>\
''You put your hands firmly on your <<sister>>'s shoulders and push her back so that she's sitting up straight in front of you. She tilts her head inquisitively.''
<<nm $player "Umm... That's a very... good girl." "Yep, that confirms it.">>\
''As you pat your little <<sister>> on the head she practically springs into the ceiling. Pinning you again for another round of intimate kissing, this time grinding her bare cunt against your <<pSize>> through your <<bottom>>.''
<<Thought "Hm? W-where did her panties go!?">>\
<<nm $player "Okay, okay, okay. Thank you very much $sister.name, why don't you go ahead and go back to your room now.">>\
<<nm $sister "Sure thing big <<brother>>! I'll come visit you another time, okay? And I'll keep cleaning your room and making you happy okay? And, um... maybe I could do some other things to make you REALLY happy... Okay?">>\
''Her face became flush with that last comment.''
<<nm $player "Y-yeah, sure. I'll see you tomorrow, <<sis>>.">>\
''With that, $sister.name hops out of your bed and runs off to her own room. You fall back into your own bed.''
<<Thought "Wow... I know I told her to act like a slutty puppy but... Wow. Oh well, I think I can live with this.">>\
<<if dose($sister,"dogkota")>>\
''You fall asleep, unaware of the true extent that the MCS-X was affecting your <<sister>>...''
<<else>>\
''You fall asleep, thinking about your <<sister>>...''
<</if>>\
<<btnLink "Go to sleep..." "Room-Sleep">>
<<if not flag($sister,"PuppyLove")>>\
<<set $sister.status to "@@.xxx;Slutty Puppy@@">>\
<<AddNote $sister "$sister.name cleaned my room today, visiting me in the night seeking praise. When I finally gave it to her, she jumped into my bed, kissing me deeply and appearing elated. I have to admit I was really expecting her to be more 'slut' and less... dog.">>\
<<SetFlag $sister "PuppyLove">>\
<</if>>\<<loc_Room>>\
''As you settle in for the night, you hear a light knock on the door followed by $mom.realName peaking her head in.''
<<pic $mom>>\
<<art $mom "embarrassed,2">>\
<<nm $mom "M-<<Master>>? I just wanted to check in on you before going to bed.">>\
<<nm $player "Oh, I'm good. I was just getting ready to go to sleep. Did you need anything?">>\
''Your ?mother rocks back and forth a little bit, something clearly on her mind, but she struggles to communicate.''
<<nm $mom "I-I... Um... Did I serve you well today, <<Master>>?">>\
<<Thought "Ah, she wants a reward...">>\
<<nm $player "Well, let's see...">>\
<<if hasWorkingPenis()>>\
<<btnChoice "Fuck her to orgasm" "Night-14-Fuck">>\
<<else>>\
<<btnChoice "Finger her to orgasm" "Night-14-Finger">>\
<</if>>\
<<btnChoice "Tell her to go back to bed" "Night-14-Ignore">>\<<loc_Room>>\
''You smile, stand up, and pull off your <<UnderwearOrPants>>, exposing your hard <<pSize>>.''
<<nm $player "You did great today, and I think you've earned your reward.">>\
''Her eyes light up.''
<<pic $mom>>\
<<art $mom "aroused">>\
<<nm $mom "Oh <<Master>>! Thank you!">>\
''She gives your penis a few cursory licks and kisses before climbing into the bed on her hands and knees per your instruction. You line yourself up behind her, noting how wet her pussy is. As you slide inside of her, her <<if $mom.hasPenis>>large cock<<else>>tight pussy<</if>> immediately starts twitching.''
<<nm $mom "O-oh!">>\
<<pic $action "player-fuck-female-doggy">>\
<<act $mom "doggy,player,start">>\
''You plunge yourself deep inside of $mom.realName, causing her to immediately start <<if $mom.hasPenis>>shooting long streams of cum out from beneath her<<else>>spraying waves of juices onto your waist<</if>>.''
<<pic $mom "orgasm">>\
<<act $mom "doggy,player,creampie">>\
<<nm $mom "F-fuck! Yes! M-<<Master>>!">>\
''After another two or three of your ?mother's quaking orgasms, you can feel yourself welling up, unable to hold back anymore.''
<<nm $player "C-cumming!">>\
<<pic $mom "creampie">>\
<<act $mom "doggy,player,creampie,xray">>\
''You bury your <<StraponOrCock>> into $mom.realName's pussy as she bites down on your sheets. Rope after rope of thick, hot cum shoots deep inside of her and after a few moments, you slide out and allow her to fall into your mattress.''
<<pic $mom "ava-nekkid">>\
<<art $mom "aroused,2,naked">>\
<<nm $mom "Mmmm... Thank you so much <<Master>>, that was wonderful! Now, please allow me to change out your bedding before you go to sleep. It'll only take a moment!">>\
<<nm $player "Thank you, $mom.name. That would be great!">>\
''Your ?mother quickly changes out your sheets and prepares your bed for you to lay down. She gives you a kiss on the cheek and quietly leaves your room.''
<<lust $mom>>
<<love $mom>>
<<preg $mom>>
<<horny 0>>
<<trackAction "pussyFuck.give" $mom>>\
<<trackAction "creampie.give" $mom>>\
<<btnLink "Go to sleep" "Room-Sleep">>\<<loc_Room>>\
''You smile, stand up, and motion to the bed.''
<<nm $player "You did great today, and I think you've earned your reward. Mind getting on the bed and sticking your ass in the air for me?">>\
''Her eyes light up.''
<<pic $mom>>\
<<art $mom "aroused">>\
<<nm $mom "Oh <<Master>>! Thank you!">>\
''She gives you a quick kiss before climbing into the bed on her hands and knees per your instruction. You gently press your fingers against her mound, noting how wet her pussy is. As you slide inside of her, <<dl $mom.hasPenis "her large cock immediately starts twitching" "her tight pussy starts to quiver">>.''
<<nm $mom "O-oh!">>\
<<pic $mom "fingered">>\
<<act $mom "fingered">>\
''You plunge your fingers deep inside of $mom.realName, causing her to start <<if $mom.hasPenis>>shooting long streams of cum out from beneath her<<else>>spraying waves of juices onto your waist<</if>>.''
<<pic $mom "orgasm">>\
<<act $mom "orgasm">>\
<<nm $mom "F-fuck! Yes! M-<<Master>>!">>\
''After another two or three of your ?mother's quaking orgasms, you go in for one last deep session, ensuring stimulation to her g-spot until she cums one last time.''
<<nm $mom "C-cumming!">>\
<<if $mom.hasPenis>>\
<<pic $action "ts-squirt">>\
<<else>>\
<<pic $action "female-squirt">>\
<</if>>\
<<act $mom "fingered,cum">>\
''You bury your fingers into $mom.realName's pussy as she bites down on your sheets. <<dl $mom.hasPenis "Rope after rope of thick, hot cum shoot out from under her" "wave after wave of hot juices spray out from under her">> and after a few moments, you slide out and allow her to fall into your mattress.''
<<pic $mom "ava-nekkid">>\
<<art $mom "aroused,2,naked">>\
<<nm $mom "Mmmm... Thank you so much <<Master>>, that was wonderful! Now, please allow me to change out your bedding before you go to sleep. It'll only take a moment!">>\
<<nm $player "Thank you, $mom.name. That would be great!">>\
''Your ?mother quickly changes out your sheets and prepares your bed for you to lay down. She gives you a kiss on the cheek and quietly leaves your room.''
<<lust $mom>>
<<love $mom>>
<<horny 30>>
<<btnLink "Go to sleep" "Room-Sleep">>\<<loc_Room>>\
''You think for a moment while $mom.realName waits anxiously in front of you.''
<<nm $player "You've done... okay.">>\
<<pic $mom>>\
<<art $mom "sad,2">>\
<<nm $mom "Just o-okay? <<Master>>?">>\
<<nm $player "Don't worry too much about it. I have everything I need here, goodnight, $mom.name.">>\
''Your ?mother looks defeated but forces a smile.''
<<nm $mom "Of course, <<Master>>. Goodnight!">>\
''She quietly takes her leave, closing your door behind her.''
<<btnLink "Go to sleep" "Room-Sleep">>\<<loc_Room>>\
''You decide to go to bed. As you pull the sheets over yourself, shut your eyes, and plop your head onto a pillow, you hear $sister.name saying something in the hallway.''
<<Thought "Ugh... just as I lay down... do I have to get up?">>\
''It's muffled, but you still hear her talking...''
<<btnChoice "Check it out" "Night-15-Check">>\
<<btnChoice "Ignore it" "Night-15-Ignore">>\<<loc_Room>>\
<<Thought "I really hope she quiets down. I'm dying for some sleep!">>\
''She eventually does, letting you fall asleep.''
<<btnLink "Go to sleep" "Room-Sleep">>\<<loc_Landing>>\
''You reluctantly get out of your cozy bed and approach the door. You crack it open just a little bit so you can listen...''
<<pic $sister>>\
<<nm $sister "I mean... I don't know. Something about this feels wrong...">>\
<<pic $mom>>\
<<nm $mom "Don't worry, I'm here for you.">>\
<<nm $sister "I'm the one who suggested it... sorry, ignore it. I won't ask again.">>\
<<nm $mom "You can kiss if you really want it. I won't make you do it, but over these years, you've just made my life so much better. I feel the same way towards you.">>\
<<nm $sister "I want to, but...">>\
<<nm $mom "You're smart, you're kind, you stayed with me in hard times... $sister.name, if you want a kiss, I'll gladly give you one.">>\
<<nm $sister "Maybe just one.">>\
''You crack your door open a little more and see your ?mother and ?sister kissing.''
<<nm $sister "Mmm, yeah, no regrets...">>\
<<if chance(50)>>\
<<pic $mom "kiss-female">>\
<<else>>\
<<pic $sister "kiss-female">>\
<</if>>\
<<Thought "Oh yeah... they're actually doing it!">>\
''They passionately make out for a while as you watch. However, $sister.name opens her eyes and sees that your door is cracked, and then she sees you and takes her lips off $mom.realName.''
<<pic $sister>>\
<<nm $sister "Ack! Can't I kiss my ?mom in peace? Jerk...">>\
''Her anxiety is completely gone, and she looks pissed at you for interrupting her wonderful moment...''
<<nm $player "Sorry! Thought I heard something. I'll leave you alone.">>\
''You close your door and jump back in bed. You don't hear anything else from outside, and eventually take your mind off the incident as you drift off to sleep.''
<<horny 10>>
<<btnLink "Go to sleep" "Room-Sleep">>\<<loc_Room>>\
''Before you can fall asleep there's a light knock on your door. You sit up to see your <<sister>>, $sister.name, peeking in from around the door.''
<<pic $sister "door">>\
<<art $sister "embarrassed,0,nightie">>\
''You can see she has her laptop with her, this must be that "movie" she wanted to show you later.''
<<nm $sister "Hey <<bro>>... You, uh, have a minute?">>\
''You climb out from under your covers and slide over to make room on your bed.''
''You catch your <<sister>> checking you out a little.''
<<nm $sister "Ooh, hey <<bigbro>>, you're a bit of a hottie!">>\
''Your <<sister>> nudges you playfully.''
<<nm $player "So you wanted to show me a... movie?">>\
<<nm $sister "Oh yeah yeah yeah! So I've been using this one a lot lately. It's about a brother and <<sister>> fooling around and their mom joining in. I mean, you know it's all staged, but the idea gets me going pretty good, you know?">>\
<<nm $player "Incest porn, huh?">>\
''Your <<sister>> gives you a slightly-too-innocent smile before opening her laptop and loading the video.''
<<pic $events "porn-porn_sis">>\
<<art "events/porn/straight">>\
''After a few minutes you see your <<sister>>'s hand resting on her panties, rubbing slightly. She gives you another smile when she notices you looking.''
''$sister.name is panting heavily, just as the mother and daughter on screen are sharing a facial from their brother/son.''
<<pic $sister>>\
<<art $sister "aroused,2,nightie">>\
<<nm $sister "That was great... See <<bro>>? I told you it was good. We should do this more often...">>\
''With that, $sister.name packs up her laptop and heads back to her room.''
<<Thought "Well, yeah, can't say that wasn't fun! Time to finally get some sleep in, though...">>\
<<love $sister>>
<<lust $sister>>
<<horny 10>>
<<RemoveNightEvent 2>>\
<<AddNightEvent 3>>\
<<if dose($mom,"kiss")>>\
<<AddConvo $sister 14>>\
<</if>>\
<<AddConvo $sister 21>>\
<<btnLink "Drift off to sleep" "NightEvent-0">>''Before you can fall asleep there's a light knock on your door. You sit up to see your <<sister>>, $sister.name, peeking in from around the door.''
<<pic $sister "door">>\
<<art $sister "embarrassed,0,nightie">>\
''You can see she has her laptop with her, this must be that "movie" she wanted to show you later.''
<<nm $sister "Hey <<bro>>... You, uh, have a minute?">>\
''You climb out from under your covers and slide over to make room on your bed.''
<<if dose($sister,"oral")>>\
<<if isChastity()>>\
<<if isWearingUnderwear()>>\
''You see your <<sister>> clearly staring at the strange outline of your <<accf>> through your <<underwear>>.''
<<else>>\
''Your <<sister>> can't help but stare at the <<accf>> encasing your <<pSize>>.''
<<NoticePenis $sister>>\
<</if>>\
<<elseif hasPenis()>>\
<<if isWearingUnderwear()>>\
''You see your <<sister>> clearly staring at your half-hard cock through your <<underwear>>.''
<<else>>\
''Your <<sister>> can't help but stare at your exposed <<pSize>>.''
<<NoticePenis $sister>>\
<</if>>\
<<else>>\
''You sleep shirtless, and your <<sister>>'s clearly staring at your exposed <<bSize>>.''
<<NoticeBreasts $sister>>\
<</if>>\
<<nm $sister "Ooh, I can think of a couple ways to make tonight even more fun! But, that's not why I'm here... probably...">>\
<<else>>\
''You catch your <<sister>> checking you out a little.''
<<nm $sister "Ooh, hey <<bigbro>>, you're a bit of a hottie!">>\
''Your <<sister>> nudges you playfully.''
<</if>>\
<<nm $player "So you wanted to show me a... movie?">>\
<<nm $sister "Oh yeah yeah yeah! So I've been using this one a lot lately. It's about a brother and u-um s-sister fooling around and their mom joining in. I mean, you know it's all staged, but the idea gets me going pretty good, you know?">>\
<<nm $player "Incest porn, huh?">>\
''Your <<sister>> gives you a slightly-too-innocent smile before opening her laptop and loading the video.''
<<pic $events "porn-porn_sis">>\
<<art "events/porn/straight">>\
<<if dose($sister,"masturbate")>>\
''After a few minutes your <<sister>> slides her hand down her panties and starts slowly rubbing, giving you another smile when she notices you looking.''
<<nm $sister "Go on <<bro>>, feel free to take care of yourself, too. It's just masturbating, we both do it, no sense hiding it.">>\
<<pic $sister "spread">>\
<<art "scene/DakotaSolo">>\
''$sister.name pulls her panties off to make herself more comfortable...''
<<Thought "What the hell...">>\
''You start rubbing ''<<if isChastity()>>''the outside of your <<aSize>>''<<else>>''your <<PussyOrCock>>''<</if>> <<if isWearingUnderwear()>>''under your <<underwear>>''<</if>>'' as your <<sister>> nods in approval.''
''You both start picking up the pace as the on-screen action begins to escalate.''
<<nm $player "You don't think this is a bit much, <<sis>>?">>\
''$sister.name starts rubbing harder. It's only now you notice her attention has been focused on your actions rather than the video...''
<<nm $sister "No, I mean, it's just masturbating... it's not... wrong... <<bro>>">>\
<<if dose($sister,"oral")>>\
''After some more time passes your <<sister>>, unsurprisingly, moves into position to start servicing you, all while keeping an eye on the screen and making sure you're doing the same.''
<<if isChastity()>>\
''Your <<sister>> penetrates your <<aSize>> with her tongue.''
<<trackAction "rimjob.get" $sister>>\
<<elseif isSissy()>>\
''Your <<sister>> penetrates your <<aSize>> with her tongue.''
<<trackAction "rimjob.get" $sister>>\
<<elseif hasPenis()>>\
<<pic $sister "suck-male">>\
<<trackAction "suckCock.get" $sister>>\
<<else>>\
<<pic $sister "eat-pussy">>\
<<trackAction "eatPussy.get" $sister>>\
<</if>>\
''Between the "sibling bonding moment" you're both sharing and the fact that there's a warm mouth on your ''<<if isChastity()>>''ass''<<else>>''<<PussyOrCock>>''<</if>>'', it's not long before you're ''<<if isSissy() or isChastity()>>''trembling in orgasm''<<else>>''coming in your little <<sister>>'s mouth''<</if>>''.''
<<nm $sister "Hehe, see? I told you this would be fun.">>\
''$sister.name wipes her mouth and starts rubbing herself even harder while staring at your dripping, <<pSize>>.''
<<elseif dose($sister,"handjob")>>\
''After some more time passes, $sister.name starts pawing at your thighs.''
<<nm $sister "Hey... <<bro>>... Why don't you let me help you with that?">>\
''Before you have time to react, $sister.name already has your pants off.''
<<if isChastity()>>\
<<nm $sister "Aw... It's all locked up! Oh well, guess we'll move to Plan B!">>\
''$sister.name fingers herself for a few seconds, then glides a pair of cum-slick fingers into your <<aSize>>. She pumps you harder and harder, focusing on hitting your prostate with ever thrust. Eventually, even through your cage, she's able to extract an orgasm.''
<<elseif isSissy()>>\
<<nm $sister "Aw... It's so small! No point wasting my time on that little thing, go ahead and lift your legs more...">>\
''$sister.name fingers herself for a few seconds, then glides a pair of cum-slick fingers into your <<aSize>>. She pumps you harder and harder, focusing on hitting your prostate with ever thrust. Eventually, even though you were never able to achieve an erection, she's able to extract an orgasm.''
<<set $player.SissyForever += 1>>\
<<elseif hasPenis()>>\
<<pic $sister "handjob-player">>\
<<act $sister "handjob,male">>\
''Just as you suggested, your little <<sister>> is furiously stroking your hard cock, all while still trying to pay attention to the video playing on the screen. She moves faster, hitting all the right notes, until finally you can't hold back any longer. You shoot your hot load directly onto $sister.name's eager face, only serving to drive her even further over the edge.''
<<pic $sister "handjob-finish">>\
<<act $sister "handjob,malecum">>\
<<else>>\
<<pic $sister "rub-pussy">>\
<<act $sister "handjob,female">>\
''Just as you suggested, your little <<sister>> is furiously fingering your dripping twat, all while still trying to pay attention to the video playing on the screen. She moves deeper and faster, hitting all the right notes, until finally your legs begin spasming. Your juices begin running down $sister.name's arm, only serving to drive her even further over the edge.''
<<pic $player "squirt">>\
<<act $sister "handjob,femalecum">>\
<</if>>\
<<nm $sister "Hehe, see? I told you this would be fun.">>\
''$sister.name starts rubbing herself even harder while staring at your dripping, <<pSize>>.''
<<else>>\
''Hearing your <<sister>> panting while trying to tell you how not wrong this is sends you over the edge, and you're the first to come. Of course this triggers a chain reaction...''
<</if>>
<<nm $sister "Oh shit that's hot! Me- Me too!">>\
<<pic $sister "orgasm">>\
<<art "sister/act/orgasm/orgasm">>\
''Your little <<sister>> trembles in orgasm on your bed, just as the mother and daughter on screen are sharing a facial from their brother/son.''
<<nm $sister "That was great... See <<bro>>? I told you it was good. We should do this more often...">>\
''With that, $sister.name packs up her laptop and heads back to her room.''
<<Thought "Well, yeah, can't say that wasn't fun! Time to finally get some sleep in, though...">>\
<<horny 0>>
<<else>>\
''Your little <<sister>> pants heavily on your bed, just as the mother and daughter on screen are sharing a facial from their brother/son.''
<<pic $sister>>\
<<art $sister "aroused,2,nightie">>\
<<nm $sister "That was great... See <<bro>>? I told you it was good. We should do this more often...">>\
''With that, $sister.name packs up her laptop and heads back to her room.''
<<Thought "Well, yeah, can't say that wasn't fun! Time to finally get some sleep in, though...">>\
<<horny 10>>
<</if>>\
<<love $sister>>
<<lust $sister>>
<<btnLink "Drift off to sleep" "NightEvent-0">>''Before you can fall asleep there's a soft knock on your door. You sit up to see your <<sister>>, $sister.name, peeking in from around the door.''
<<pic $sister "door">>\
''She's panting lightly, with a sly smile on her face and a hand down her panties.''
<<nm $sister "Hey <<bro>>... You, uh, have a minute?">>\
''Knowing she's too far gone to try arguing with her, you pull the covers off ''<<if (hasPenis()) and not isChastity()>>''to reveal your hard cock to''<<else>>''and spread your legs for''<</if>>'' her.''
<<if isChastity()>>\
<<NoticePenis $sister>>\
''Your <<sister>> climbs into bed and starts eating out your ass, ignoring your locked up <<PussyOrCock>>. After a few minutes she stops and climbs on top of you.''
<<nm $sister "Too bad your poor <<pSize>> is all locked up, but I think we can milk some use out of it!">>\
''$sister.name intertwines her legs with yours, mounting the hood of her labia over your <<accf>>.''
<<nm $sister "Let's do this like proper girls, 'kay?">>\
''Once in position, she starts grinding herself against you. The activity is humiliating, since you're unable to feel any of it, as your <<sister>> forces you to trib her like a woman.''
<<nm $sister "Mmmm, yeah... That's... OH!! YES!!!">>\
''Your <<sister>> comes hard, dismounting you immediately to leave you desperate and wanting.''
<<nm $sister "Thanks for that, <<bro>>, I needed it. If you want to finish just go ahead and... well, I guess there's not much you can do, is there?. I'm going to bed. Night!">>\
''$sister.name leaves the room, leaving you to your own devices...''
<<lust $sister>>
<<dom $player -3>>
<<horny 10>>
<<elseif isSissy()>>\
<<NoticePenis $sister>>\
''Your <<sister>> climbs into bed and starts eating out your ass, ignoring your <<pSize>>. After a few minutes she stops and climbs on top of you.''
<<nm $sister "Your little clitty might be useless as a proper cock, but I think we can milk some use out of it!">>\
''$sister.name intertwines her legs with yours, mounting the hood of her labia over your tiny cockhead.''
<<nm $sister "Let's do this like proper girls, 'kay?">>\
''Once in position, she starts grinding herself against you. The activity is as pleasurable as it is humiliating, as your <<sister>> forces you to trib her like a woman.''
<<nm $sister "Mmmm, yeah... That's... OH!! YES!!!">>\
''Your <<sister>> comes hard, dismounting you immediately to leave you desperate and wanting.''
<<nm $sister "Thanks for that, <<bro>>, I needed it. If you want to finish just go ahead and rub your clitty 'til you come like the sissy slut you are. I'm going to bed. Night!">>\
''$sister.name leaves the room, leaving you to your own devices...''
<<lust $sister>>
<<dom $player -3>>
<<horny 10>>
<<elseif hasPenis()>>\
<<NoticePenis $sister>>\
''Your <<sister>> climbs into your bed and gets to work, taking your cock into her mouth and working it until you come on her face.''
<<pic $sister "handjob-finish">>\
''You sigh in relief while $sister.name looks quite satisfied with herself. As she leaves the room she closes the door behind her, going back to her bed, likely rubbing herself to sleep...''
<<love $sister>>
<<lust $sister>>
<<horny 0>>
<<trackAction "suckCock.get" $sister>>\
<<else>>\
<<NoticePussy $sister>>\
''Your <<sister>> climbs into the bed''<<if isWearingUnderwear()>>'' and removes your panties,''<</if>>'' getting to work on your <<vSize>>. She laps and sucks until you start convulsing with pleasure.''
<<pic $sister "eat-pussy">>\
''You sigh in relief while $sister.name looks quite satisfied with herself. As she leaves the room she closes the door behind her, going back to her bed, likely rubbing herself to sleep...''
<<love $sister>>
<<lust $sister>>
<<horny 0>>
<<trackAction "eatPussy.get" $sister>>\
<</if>>\
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
''Before you can fall asleep, you hear your door creak open. You look up to find your <<mother>> standing in the doorway.''
<<pic $mom "robe-full">>\
<<nm $mom "Hey sweetie, you weren't sleeping, were you? I was thinking we could... spend some time together.">>\
''She closes the door behind her, quickly making her way onto your bed and into your arms. Her large breasts ''<<if $mom.hasPenis>>@@.ef;and huge cock @@<</if>>''press up against you as she pulls you in for a deep, sensual kiss.''
<<pic $mom "kiss-player">>\
''The two of you hold your embrace for several minutes before you finally roll over on top of your <<mother>>, pinning her into your bed and propping yourself up on your knees.''
<<nm $mom "Mmmm, come on baby, I can't wait anymore!">>\
<<if isChastity()>>\
''Your <<mother>> frantically pulls down your <<UnderwearOrPants>> only to reveal your <<pSize>> locked away in your <<accf>>.''
<<if dose($mom,"lover")>>\
<<nm $mom "Aw, you're all locked up... Well, we could still have fun, whaddaya think?">>\
<<elseif dose($mom,"dom")>>\
<<nm $mom "What? Seriously? Hmm, well, guess only one of us is getting off tonight!">>\
<<else>>\
<<nm $mom "Hmm, well, guess only one of us is getting off tonight!">>\
<</if>>\
''Pulling herself up against the wall, your <<mother>> spreads her legs wide open, revealing <<if $mom.hasPenis>>@@.ef;both her glistening pussy and rock hard cock to you.@@<<else>>her glistening pussy to you.<</if>>''
<<if $mom.hasPenis>>\
<<if isSissy()>>\
<<nm $mom "I'd let you choose which one you want your lips on, but we both know how much of a little cocksucker you are. Now what are you waiting for?">>\
<<else>>\
<<nm $mom "I'll let you pick my pleasure, baby.">>\
<</if>>\
<<btnChoice "Eat her pussy" "Night-5-EatPussy">>
<<btnChoice "Suck her cock" "Night-5-SuckCock">>
<<else>>\
<<if dose($mom,"lover")>>\
<<nm $mom "Tee-hee, wanna come lick mama's pussy?">>\
<<nm $player "Heh, I'd love to, $mom.name...">>\
<<else>>\
<<nm $mom "Since your little caged cock is worthless, why don't you come make <<mama>> feel good instead, hm?">>\
<</if>>\
''You lean in, already intoxicated by your <<mother>>'s powerful scent. She moans softly as your tongue begins tracing her slit.''
<<pic $player "eat-pussy">>\
<<nm $mom "Ahhh! Mmmmm, ohhh... K-keep going baby... That's... mmmmm... sooooo gooood...">>\
''Your nose is buried in your <<mom>>'s cunt as you lap away, penetrating her with your tongue and biting at her clit. You can feel her legs trembling in anticipation for her first orgasm.''
<<nm $mom "Mmmm... Oh! OOOHHHH!!!">>\
<<pic $mom "squirt">>\
''Your mouth is flooded with your <<mother>>'s juices as she clasps her hands around your head, locking you into place. You struggle to swallow fast enough to avoid drowning in your <<mom>>'s orgasm as she slowly, very slowly, begins to come down from it.''
<<nm $mom "That... That was good, sweetie... D-definitely a good... good start...">>\
<<Thought "Good start?">>\
''Before you can finish processing, your <<mother>>'s begun grinding her mound into your face, moving in for her second climax... then her third, fourth... By the time she's finally climbed off of your face and left your room you've lost count of how many times your <<mother>> forced you to swallow her squirt, and frankly you're too exhausted to care... The door slowly closes as you drift off to sleep.''
<<love $mom>>
<<lust $mom>>
<<dom $player -3>>
<<trackAction "eatPussy.give" $player>>\
<<horny 10>>
<<btnLink "Drift off to sleep" "NightEvent-0">>
<</if>>\
<<elseif isSissy()>>\
''Your <<mother>> frantically pulls down your <<UnderwearOrPants>> only to reveal your tiny, useless <<pSize>> dangling between your legs.''
<<if dose($mom,"lover")>>\
<<nm $mom "Oh no, it's not getting hard for me... Well, we can have fun in other ways, can't we?">>\
<<elseif dose($mom,"dom")>>\
<<nm $mom "What? Seriously? How embarrassing... What am I supposed to do with this!? Hmm, well, guess only one of us is getting off tonight!">>\
<<else>>\
<<nm $mom "Hmm, well, guess only one of us is getting off tonight!">>\
<</if>>\
''Pulling herself up against the wall, your <<mother>> spreads her legs wide open, revealing ''<<if $mom.hasPenis>>@@.ef;both her glistening pussy and rock hard cock to you.@@<<else>>''her glistening pussy to you.''<</if>>
<<if $mom.hasPenis>>\
''Your <<mother>> begins stroking her fat cock in front of you.''
<<nm $mom "I'd let you choose which one you want your lips on, but we both know how much of a little cocksucker you are. Now what are you waiting for?">>\
''You lean in, hypnotized by the sight of your <<mother>>'s huge, swaying cock. She shudders in pleasure as your lips make contact with the head, prompting her to pull you down hard. You gag as she forces her massive penis down your throat.''
<<pic $player "suck-ts">>\
<<nm $mom "Ahhh! Mmmmm, ohhh... K-keep going baby... That's... mmmmm... sooooo gooood...">>\
''You're forced to bob up and down rapidly as you deepthroat your <<mother>>, choking on her precum. You can feel her legs trembling in anticipation for her first orgasm.''
<<nm $mom "Mmmm... Oh! OOOHHHH!!!">>\
<<pic $action "ts-squirt">>\
''Your mouth is flooded with your <<mother>>'s thick cum as she clasps her hands around your head, locking you into place. You struggle to swallow fast enough to avoid drowning in your <<mom>>'s orgasm as she slowly, very slowly, begins to come down from it. You can feel your stomach begin to expand from the sheer volume of her load.''
<<nm $mom "That... That was good, sweetie... D-definitely a good... good start...">>\
<<Thought "Good start?">>\
''Before you can finish processing, your <<mother>>'s already pushed you on your back and flipped you over. You can feel her drooling cock pressing up against your tight, sissy <<aSize>>.''
<<nm $player "W-wait! What are-">>\
''You're cut off by the sudden pressure in your gut. Using her cum as lubricant, your <<mother>>'s pushed the entire length of her massive cock into your ass. You can feel the girth stretching you to your limits as she begins moving in and out. She fucks you slowly, for a <<mom>>ent, before going full-speed, pounding your fuckhole for all it's worth!''
<<pic $player "fucked-by-ts">>\
<<anal "your <<mother>>'s huge cock">>
''With every thrust you can feel your belly filling with more and more of your <<mom>>'s hot, thick cum. You can't tell where her orgasms are beginning and ending anymore, as her loads are now just firing one right after the other.''
<<nm $mom "OOOOoooohhhh, mmmmmmm, baby... Your ass... Y-your... pussy feels so good!">>\
<<Thought "My... pussy?">>\
<<pic $player "creampie">>\
''You can barely think straight as your <<mother>> relentlessly pounds your tiny asspussy. All you can do is squeal and moan like a bitch in heat as thick cum floods your stomach, causing it to expand. You've already cum at least twice, not that you'd be able to tell with what little semen you can produce anymore.''
<<nm $player "M... <<M-mom>>... please I... I...">>\
''You black out. The last thing you remember is the feeling of your <<mother>>'s lips on your cheek, and the sound of the door closing... And the feeling of thick, hot cum flowing from between your legs...''
<<love $mom>>
<<lust $mom>>
<<dom $player -3>>
<<trackAction "suckCock.give" $mom>>\
<<trackAction "analFuck.get" $mom>>\
<<horny 0>>
<<btnLink "Drift off to sleep" "NightEvent-0">>
<<else>>\
''You lean in, already intoxicated by your <<mother>>'s powerful scent. She moans softly as your tongue begins tracing her slit.''
<<pic $player "eat-pussy">>\
<<nm $mom "Ahhh! Mmmmm, ohhh... K-keep going baby... That's... mmmmm... sooooo gooood...">>\
''Your nose is buried in your <<mom>>'s cunt as you lap away, penetrating her with your tongue and biting at her clit. You can feel her legs trembling in anticipation for her first orgasm.''
<<nm $mom "Mmmm... Oh! OOOHHHH!!!">>\
<<pic $mom "squirt">>\
''Your mouth is flooded with your <<mother>>'s juices as she clasps her hands around your head, locking you into place. You struggle to swallow fast enough to avoid drowning in your <<mom>>'s orgasm as she slowly, very slowly, begins to come down from it.''
<<nm $mom "That... That was good, sweetie... D-definitely a good... good start...">>\
<<Thought "Good start?">>\
''Before you can finish processing, your <<mother>>'s begun grinding her mound into your face, moving in for her second climax... then her third, fourth...''
''By the time she's finally climbed off of your face and left your room you've lost count of how many times your <<mother>> forced you to swallow her squirt, and frankly you're too exhausted to care... The door slowly closes as you drift off to sleep.''
<<love $mom>>
<<lust $mom>>
<<dom $player -3>>
<<trackAction "eatPussy.give" $mom>>\
<<horny 10>>
<<btnLink "Drift off to sleep" "NightEvent-0">>
<</if>>\
<<elseif hasPenis()>>\
''Your <<mother>> frantically pulls down your <<UnderwearOrPants>> to reveal your <<pSize>>, primed and ready. She licks her lips as she takes in the sight.''
<<if dose($mom,"lover")>>\
<<nm $mom "Ooohhh, I can't wait any more baby!">>\
<<elseif dose($mom,"dom")>>\
<<nm $mom "Hope you're ready to make mommy cum tonight!">>\
<<else>>\
<<nm $mom "Mmmmm, that's what I've been waiting for!">>\
<</if>>\
<<pic $mom "suck-player">>\
''She bobs eagerly on your <<PussyOrCock>> as she ''<<if $mom.hasPenis>>@@.ef;strokes her own engorged penis@@<<else>>''fingers herself''<</if>>''.''
<<nm $player "<<M-mom>>... holy shit...">>\
''Your <<mother>> looks up at you with a satisfied expression as she drools on your cock for a few more minutes. Finally, she releases it from her mouth with a loud pop.''
<<if dose($mom,"lover")>>\
<<nm $mom "Tee-hee, okay baby, time to get serious...">>\
<<elseif dose($mom,"dom")>>\
<<nm $mom "Mmm, alright baby, time to make mommy cum...">>\
<<else>>\
<<nm $mom "Mmm, okay sweetie, time to get serious...">>\
<</if>>\
''She turns around, positioning herself on her knees. One hand slides up her leg''<<if $mom.hasPenis>>@@.ef;, along the length of her hanging cock,@@<</if>>'' and up to her dripping pussy. It's clear she's already come at least once while going down on you as she spreads herself open with her fingers.''
<<nm $mom "Hmmmm, well?">>\
''You leap into position, lining up with your <<mom>>'s slick hole. Between the sloppy blowjob your <<mother>> just finished giving you and how wet her pussy's become from her own juices, you couldn't take it slow if you wanted to.''
<<pic $mom "fucked-by-player">>\
<<nm $mom "OOOHHH!!!">>\
''Your <<mom>> cries loudly as your cock quickly and easily penetrates her. You push deep, deep enough to hit her cervix as she moans loudly, bucking her hips in time with your thrusting. She seems to climax with every plunge, squirting wildly from her pussy''<<if $mom.hasPenis>>@@.ef; and shooting load after load from her huge twitching cock@@<</if>>'' as you fuck her.''
<<nm $player "<<M-mom>>... I'm going to...">>\
<<nm $mom "Don't... Don't hold back baby! C-come for m-mama!">>\
''You can't hold back anymore...''
<<btnChoice "Cum inside her" "Night-5-Creampie">>
<<btnChoice "Cum on her ass" "Night-5-CumOnAss">>
<<btnChoice "Cum on her back" "Night-5-CumOnBack">>
<<elseif hasStrapon()>>\
''Your <<mother>> frantically pulls down your <<UnderwearOrPants>> to reveal your <<accf>>, springing into action. She licks her lips as she takes in the sight.''
<<if dose($mom,"lover")>>\
<<nm $mom "Ooohhh, I can't wait any more baby!">>\
<<elseif dose($mom,"dom")>>\
<<nm $mom "Hope you're ready to make mommy cum tonight!">>\
<<else>>\
<<nm $mom "Mmmmm, that's what I've been waiting for!">>\
<</if>>\
<<pic $mom "suck-female">>\
''She bobs eagerly on your huge fake cock as she ''<<if $mom.hasPenis>>@@.ef;strokes her own engorged penis@@<<else>>''fingers herself''<</if>>''. Her other hand slides up and starts massaging your clitoris.''
<<nm $player "<<M-mom>>... holy shit...">>\
''Your <<mother>> looks up at you with a satisfied expression as she drools on your cock for a few more minutes. Finally, she releases it from her mouth with a loud pop.''
<<if dose($mom,"lover")>>\
<<nm $mom "Tee-hee, okay baby, time to get serious...">>\
<<elseif dose($mom,"dom")>>\
<<nm $mom "Mmm, alright baby, time to make mommy cum...">>\
<<else>>\
<<nm $mom "Mmm, okay sweetie, time to get serious...">>\
<</if>>\
''She turns around, positioning herself on her knees. One hand slides up her leg''<<if $mom.hasPenis>>@@.ef;, along the length of her hanging cock,@@<</if>>'' and up to her dripping pussy. It's clear she's already come at least once while going down on you as she spreads herself open with her fingers.''
<<nm $mom "Hmmmm, well?">>\
''You leap into position, lining up with your <<mom>>'s slick hole. Between the sloppy blowjob and fingering your <<mother>> just finished giving you and how wet her pussy's become from her own juices, you couldn't take it slow if you wanted to.''
<<pic $mom "fucked-by-player">>\
<<nm $mom "OOOHHH!!!">>\
''Your <<mom>> cries loudly as your cock quickly and easily penetrates her. You push deep, deep enough to hit her cervix as she moans loudly, bucking her hips in time with your thrusting. She seems to climax with every plunge, squirting wildly from her pussy''<<if $mom.hasPenis>>@@.ef; and shooting load after load from her huge twitching cock@@<</if>>'' as you fuck her.''
<<nm $mom "H-honey... I...">>\
''The two of you continue like this for hours before finally collapsing into a pool of sweat and cum. The last thing you remember is the feeling of your <<mother>>'s lips on your cheek, and the sound of the door closing.''
<<love $mom>>
<<lust $mom>>
<<dom $player 3>>
<<trackAction "pussyFuck.give">>\
<<horny 0>>
<<btnLink "Drift off to sleep" "NightEvent-0">>
<<else>>\
''Your <<mother>> frantically pulls down your <<UnderwearOrPants>> to reveal your <<pSize>>, wet with anticipation. She licks her lips as she takes in the sight.''
<<if dose($mom,"lover")>>\
<<nm $mom "Ooohhh, I can't wait any more baby!">>\
<<elseif dose($mom,"dom")>>\
<<nm $mom "Hope you're ready to make mommy cum tonight!">>\
<<else>>\
<<nm $mom "Mmmmm, that's what I've been waiting for!">>\
<</if>>\
<<pic $mom "eat-pussy">>\
''She eagerly laps away at your dripping mound as she ''<<if $mom.hasPenis>>@@.ef;strokes her own engorged penis@@<<else>>''fingers herself''<</if>>''. Her other hand slides up and starts massaging your clitoris.''
<<nm $player "<<M-mom>>... holy shit...">>\
''Your <<mother>> looks up at you with a satisfied expression as she penetrates your pussy with her tongue for a few more minutes. Finally, she raises her head after giving your clit a brief, firm nibble.''
<<nm $player "Ah...">>\
<<if dose($mom,"lover")>>\
<<nm $mom "Tee-hee, okay baby, time to get serious...">>\
<<elseif dose($mom,"dom")>>\
<<nm $mom "Mmm, alright baby, time to make mommy cum...">>\
<<else>>\
<<nm $mom "Mmm, okay sweetie, time to get serious...">>\
<</if>>\
''She turns around, positioning herself on her knees. One hand slides up her leg''<<if $mom.hasPenis>>@@.ef;, along the length of her hanging cock,@@<</if>>'' and up to her dripping pussy. It's clear she's already come at least once while going down on you as she spreads herself open with her fingers.''
<<nm $mom "Hmmmm, well?">>\
''You leap into position, lining your mouth up with your <<mom>>'s slick hole. The smell is intoxicating, and you've soon lost yourself completely as you begin eating your <<mother>>'s cunt.''
<<pic $mom "eaten-by-player">>\
<<nm $mom "OOOHHH!!!">>\
''Your <<mom>> cries loudly as you lick and nibble and rub''<<if $mom.hasPenis>>@@.ef;, using one hand to jerk her cock@@<</if>>''. You push your tongue in as deep as you can as your <<mother>> moans in ecstasy, bucking her hips in time with your motions. She seems to climax with every plunge, squirting wildly from her pussy''<<if $mom.hasPenis>>@@.ef; and shooting load after load from her huge twitching cock@@<</if>>'' as you eat her out.''
<<nm $mom "H-honey... I...">>\
<<trackAction "eatPussy.give" $mom>>\
<<if $mom.hasPenis>>\
''As you nibble on your <<mom>>'s clit, you can't help but get turned on by how huge her ''@@.ef;cock@@'' feels in your hand...''
<<btnChoice "Suck her off" "Night-5-SuckCock">>
<<btnChoice "Put it inside you" "Night-5-GetFucked">>
<<btnChoice "Keep eating her out" "Night-5-KeepLicking">>
<<else>>\
''The two of you continue like this for hours before finally collapsing into a pool of sweat and cum. The last thing you remember is the feeling of your <<mother>>'s lips on your cheek, and the sound of the door closing.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<btnLink "Drift off to sleep" "NightEvent-0">>
<</if>>\
<</if>>\<<loc_Room>>\
''You lean in, already intoxicated by your <<mother>>'s powerful scent. She moans softly as your tongue begins tracing her slit.''
<<pic $mom "eaten-by-player">>\
<<nm $mom "Ahhh! Mmmmm, ohhh... K-keep going baby... That's... mmmmm... sooooo gooood...">>\
''Your nose is buried in your <<mom>>'s cunt as you lap away, penetrating her with your tongue and biting at her clit. You can feel her legs trembling in anticipation for her first orgasm.''
<<nm $mom "Mmmm... Oh! OOOHHHH!!!">>\
<<pic $mom "squirt">>\
''Your mouth is flooded with your <<mother>>'s juices as she clasps her hands around your head, locking you into place. You struggle to swallow fast enough to avoid drowning in your <<mom>>'s orgasm as she slowly, very slowly, begins to come down from it.''
<<nm $mom "That... That was good, sweetie... D-definitely a good... good start...">>\
<<Thought "Good start?">>\
''Before you can finish processing, your <<mother>>'s begun grinding her mound into your face, moving in for her second climax... then her third, fourth... By the time she's finally climbed off of your face and left your room you've lost count of how many times your <<mother>> forced you to swallow her squirt, and frankly you're too exhausted to care... The door slowly closes as you drift off to sleep.''
<<love $mom>>
<<lust $mom>>
<<dom $player -3>>
<<trackAction "eatPussy.give" $mom>>\
<<horny 10>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
<<if isBimbo() or pref($player,"suckCock.give",$LIKE)>>\
<<nm $player "$mom.name, look at all this cum you're just... wasting...">>\
''You flip her over and wrap your lips around her pulsing member.''
<<pic $player "suck-ts">>\
<<nm $mom "OH! H-honey! What are... mmmmm... ohhhh god that's...">>\
''You take your <<mother>> deep into your throat, feeling every veiny inch as it slides over your tongue. She's cumming almost constantly at this point, and while you swallow what you can it's impossible to stop most of it from running down your chin onto your breasts.''
<<pic $player "cum-in-mouth">>\
''As you suck on the huge, wet cock you finding yourself fading in and out of reality, surrendering to your lust. Suddenly, the feeling of air rapidly filling your lungs snaps you back. Your <<mother>> is sitting up in front of you, panting, quivering, eyes glazed over.''
<<nm $player "W... Why...?">>\
''She tries to catch her breath.''
<<nm $mom "I... I can't... N-no more tonight... M-mama needs... to rest...">>\
''She completely drained as her cock sputters out a few more tiny jets of cum. You wonder if you went overboard, looking at the huge pool of cum that's formed in your bed, but end up just passing out before you can think too much about it. The last thing you remember is the feeling of your <<mother>>'s lips on your cheek, and the sound of the door closing.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<else>>\
''You lean in, hypnotized by the sight of your <<mother>>'s huge, swaying cock. She shudders in pleasure as your lips make contact with the head, prompting her to pull you down hard. You gag as she forces her massive penis down your throat.''
<<pic $player "suck-ts">>\
<<nm $mom "Ahhh! Mmmmm, ohhh... K-keep going baby... That's... mmmmm... sooooo gooood...">>\
''You're forced to bob up and down rapidly as you deepthroat your <<mother>>, choking on her precum. You can feel her legs trembling in anticipation for her first orgasm.''
<<nm $mom "Mmmm... Oh! OOOHHHH!!!">>\
<<pic $action "ts-squirt">>\
''Your mouth is flooded with your <<mother>>'s thick cum as she clasps her hands around your head, locking you into place. You struggle to swallow fast enough to avoid drowning in your <<mom>>'s orgasm as she slowly, very slowly, begins to come down from it. You can feel your stomach begin to expand from the sheer volume of her load.''
<<nm $mom "That... That was good, sweetie... D-definitely a good... good start...">>\
<<Thought "Good start?">>\
''Before you can finish processing, your <<mother>>'s cock has already slid back down your now well-lubricated throat, moving in for her second climax... then her third, fourth...''
''By the time she's finally withdrawn her cock from your mouth and left your room you've lost count of how many times your <<mother>> forced you to swallow her cum, and frankly you're too exhausted to care... The door slowly closes as you drift off to sleep.''
<<love $mom>>
<<lust $mom>>
<<dom $player -3>>
<<horny 10>>
<</if>>\
<<trackAction "suckCock.give" $mom>>\
<<trackAction "cumEat.get" $mom>>\
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
<<pic $action "creampie-female">>\
<<if dose($mom,"threesome")>>\
<<if $sister.isPregnant and not $mom.isPregnant>>\
<<nm $mom "Yes! Come inside of <<mama>>! Get me pregnant just like you did your <<sister>>! FUCK! YES! OOOOoooohhhh!!!" "<<He>>'s cumming... <<He>>'s cumming inside! I'm going to h-have <<his>> b-baby! My <<son>>'s baby!">>\
''You continue pumping every last drop of your hot cum into your <<mother>> as she moans wildly.''<<if $mom.hasPenis>>@@.ef; Her huge cock shoots rope after rope of cum in the sheets beneath her.@@<</if>>
<<if $mom.hasPenis>>\
<<pic $action "player-fuck-ts">>\
<</if>>\
<<love $mom>>
<<lust $mom>>
<<dom $player 3>>
<<preg $mom>>
<<trackAction "creampie.give" $mom>>\
<<trackAction "pussyFuck.give" $mom>>\
<<elseif not $mom.isPregnant>>\
<<nm $mom "Yes! Come inside of <<mama>>! Get me pregnant! FUCK! YES! OOOOoooohhhh!!!" "<<He>>'s cumming... <<He>>'s cumming inside! I'm going to h-have <<his>> b-baby! My <<son>>'s baby!">>\
''You continue pumping every last drop of your hot cum into your <<mother>> as she moans wildly.<<if $mom.hasPenis>>@@.ef; Her huge cock shoots rope after rope of cum in the sheets beneath her.@@<</if>>''
<<if $mom.hasPenis>>\
<<pic $player "fuck-ts">>\
<</if>>\
<<love $mom>>
<<lust $mom>>
<<dom $player 3>>
<<preg $mom>>
<<trackAction "creampie.give" $mom>>\
<<trackAction "pussyFuck.give" $mom>>\
<<else>>\
<<nm $mom "Mmmm, yessss... I love the feeling of your hot cum filling my insides!">>\
<<love $mom>>
<<lust $mom>>
<<dom $player 3>>
<<trackAction "creampie.give" $mom>>\
<<trackAction "pussyFuck.give" $mom>>\
<</if>>\
<<elseif dose($mom,"sex")>>\
<<if not $mom.isPregnant>>\
<<nm $mom "Yes! Come inside of <<mama>>! Get me pregnant! FUCK! YES! OOOOoooohhhh!!!" "<<He>>'s cumming... <<He>>'s cumming inside! I'm going to h-have <<his>> b-baby! My <<son>>'s baby!">>\
''You continue pumping every last drop of your hot cum into your <<mother>> as she moans wildly.<<if $mom.hasPenis>>@@.ef; Her huge cock shoots rope after rope of cum in the sheets beneath her.@@<</if>>''
<<if $mom.hasPenis>>\
<<pic $player "fuck-ts">>\
<</if>>\
<<love $mom>>
<<lust $mom>>
<<dom $player 3>>
<<preg $mom>>
<<trackAction "creampie.give" $mom>>\
<<trackAction "pussyFuck.give" $mom>>\
<<else>>\
<<nm $mom "Mmmm, yessss... I love the feeling of your hot cum filling my insides!">>\
<<love $mom>>
<<lust $mom>>
<<dom $player 3>>
<<trackAction "creampie.give" $mom>>\
<<trackAction "pussyFuck.give" $mom>>\
<</if>>\
<</if>>\
<<horny 0>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
''You pull your <<pSize>> out of your <<mother>>'s pussy and shoot your load over her ass.''
<<pic $action "cum-on-ass">>\
<<nm $mom "Ah, fffuOH GOD!">>\
''The feeling of hot cum covering your <<mother>>'s ass is enough to send her spiraling into yet another orgasm. She nearly collapses as her legs tremble and juices pour from her spasming pussy.''
<<love $mom>>
<<lust $mom>>
<<dom $player 3>>
<<trackAction "pussyFuck.give" $mom>>\
<<horny 0>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
''You pull your <<pSize>> out of your <<mother>>'s pussy and shoot your load over her back.''
<<pic $action "cum-on-back-female">>\
<<nm $mom "Ah, fffuOH GOD!">>\
''The feeling of hot cum covering your <<mother>>'s back is enough to send her spiraling into yet another orgasm. She nearly collapses as her legs tremble and juices pour from her spasming pussy.''
<<love $mom>>
<<lust $mom>>
<<dom $player 3>>
<<trackAction "pussyFuck.give" $mom>>\
<<horny 0>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
<<nm $player "$mom.name, look at all this cum you're just... wasting...">>\
''You flip her over and wrap your lips around her pulsing member.''
<<pic $player "suck-ts">>\
<<nm $mom "OH! H-honey! What are... mmmmm... ohhhh god that's...">>\
''You take your <<mother>> deep into your throat, feeling every veiny inch as it slides over your tongue. She's cumming almost constantly at this point, and while you swallow what you can it's impossible to stop most of it from running down your chin onto your <<bSize>>.''
<<nm $player "Mmm, I think that's good enough.">>\
''You pounce on your <<mother>>, kissing her deeply as she's forced to swallow her own juices from your mouth. Your legs straddle her, and your dripping <<vSize>> lines up with her pulsing cock.''
<<pic $player "ride-ts">>\
<<vaginal "your <<mother>>'s huge cock">>
<<nm $mom "S-sweetie! You're! OH! Ohhhh... S-so good... Your p-pussy feels... SO GOOD!">>\
''It's not long before your <<mother>>'s started bouncing you hard on her cock. You weren't expecting it to feel so massive inside you, and you can't help but scream in pleasure as her cockhead penetrates your cervix. It's deep... deeper than you've ever felt before... You can feel stream after stream of hot cum spraying into you, coating your walls, shooting straight into your womb... You can't think straight anymore. You can feel your brain melting as you give into the intense pleasure.''
<<nm $player "C-c-cumming! Can't... stop... CUMMING! OH GOD!!!">>\
''You black out. The last thing you remember is the feeling of your <<mother>>'s lips on your cheek, and the sound of the door closing... And the feeling of thick, hot cum flowing from between your legs...''
<<love $mom>>
<<lust $mom>>
<<dom $player -3>>
<<trackAction "pussyFuck.get" $mom>>\
<<trackAction "creampie.get" $mom>>\
<<horny 0>>
<<preg $player "your <<mother>>" "mom">>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
<<pic $player "eat-pussy">>\
''The two of you continue like this for hours before finally collapsing into a pool of sweat and cum. The last thing you remember is the feeling of your <<mother>>'s lips on your cheek, and the sound of the door closing.''
<<love $mom>>
<<lust $mom>>
<<horny 0>>
<<btnLink "Drift off to sleep" "NightEvent-0">>''You fade off in your bed, barely on the brink of consciousness.''
<<Thought "Bed... I love you, bed...">>\
''Your door creaks open. You barely notice the sound, or the feeling of your <<UnderwearOrPants>> sliding down your legs. You barely notice the heavy panting in your ear, or the feeling of wetness on your <<pSize>>...''
<<Thought "Un... Mmm.... H-huh?">>\
<<nm $player "Huh? What the...">>\
<<if isChastity()>>\
<<pic $sister "suck-chastity">>\
<<nm $player "<<S-sis>>!? What are you doing!">>\
''She doesn't respond, focused on sucking your caged cock, seemingly ignoring the chastity device altogether.''
<<nm $player "<<Sis>>... You need to stop, here, let me-">>\
<<nm $sister "Grrrrrr.....">>\
''$sister.name snaps at your hand before returning to her former task. Finally, she gives up, appearing frustrated by the fact that she can't get your cock hard enough to fuck...''
<<nm $player "<<Sis>>? I told you I...">>\
''Your <<sister>> pulls a huge double sided dildo out from behind her and begins sucking on it ravenously.''
<<nm $player "$sister.name? W-what are you..." "What the fuck is going on with her?">>\
''Before you even know what's happening, $sister.name pounces on you, flipping you over onto your hands and knees, ramming half the huge cock into your unlubricated asshole.''
<<Thought "FUCK!">>\
''She turns around and presses her soaking pussy up against the other end of the dildo, sliding it in, moaning...''
<<pic $sister "double-dildo-mf">>\
''She fucks you in the same position a dog would knot its mate, as though she's establishing some sort of primal dominance over you. She fucks you harder and harder, thinking only of her own lust as she ignores your pleas, never mind the fact that the force of her fucking has rammed your head into the wall multiple times.''
<<nm $sister "Ha, ha, grrrrrr....">>\
''She's getting even more forceful as her orgasm draws closer.''
<<nm $player "<<S-sis>>... I can't..." "This is too much! I can't take much more!">>\
''After slamming your ass hard for god knows how long, your <<sister>> finally goes in for one last deep thrust as she howls in climax.''
<<nm $sister "Awoooooo!!!!!!">>\
''Acting like a true alpha, she adjusts her body in such a way as to keep you pinned in place for several agonizing minutes before she finally releases you from her lock, taking the dildo and leaving your room without saying a word.''
<<Thought "<<Sis>>... I...">>\
''Too exhausted to think, you pass out on your bed...''
<<if not flag($sister,"Knotting")>>\
<<SetFlag $sister "Knotting">>\
<<AddNote $sister "$sister.name visited me last night, waking me up as she attempted to suck my <<PussyOrCock>>, but failed due to the <<accf>>. When she finally gave up, she pulled out a huge double-sided dildo and forced herself into my ass. She raped me in a position similar to how a... dog might mate with a bitch...">>\
<</if>>\
<<lust $sister>>
<<dom $player -5>>
<<horny 10>>
<<trackAction "analFuck.get" $sister>>\
<<elseif isSissy()>>\
''$sister.name is sucking desperately on your flaccid <<pSize>>, trying to work it into something hard enough to fuck.''
<<nm $player "<<S-sis>>!? What are you doing!">>\
''She doesn't respond, focused on the flap of flesh between your legs.''
<<nm $player "<<Sis>>... You need to stop, here, let me-">>\
<<nm $sister "Grrrrrr.....">>\
''$sister.name snaps at your hand before returning to her former task. Finally, she gives up, appearing frustrated by the fact that she can't get your cock hard enough to fuck...''
<<nm $player "See? I told you I...">>\
''Your <<sister>> pulls a huge double sided dildo out from behind her and begins sucking on it ravenously.''
<<nm $player "$sister.name? W-what are you..." "What the fuck is going on with her?">>\
''Before you even know what's happening, $sister.name pounces on you, flipping you over onto your hands and knees, ramming half the huge cock into your unlubricated asshole.''
<<Thought "FUCK!">>\
''She turns around and presses her soaking pussy up against the other end of the dildo, sliding it in, moaning...''
<<pic $sister "double-dildo-mf">>\
''She fucks you in the same position a dog would knot its mate, as though she's establishing some sort of primal dominance over you. She fucks you harder and harder, thinking only of her own lust as she ignores your pleas, never mind the fact that the force of her fucking has rammed your head into the wall multiple times.''
<<nm $sister "Ha, ha, grrrrrr....">>\
''She's getting even more forceful as her orgasm draws closer.''
<<nm $player "<<S-sis>>... I can't..." "This is too much! I can't take much more!">>\
''After slamming your ass hard for god knows how long, your <<sister>> finally goes in for one last deep thrust as she howls in climax.''
<<nm $sister "Awoooooo!!!!!!">>\
''Acting like a true alpha, she adjusts her body in such a way as to keep you pinned in place for several agonizing minutes before she finally releases you from her lock, taking the dildo and leaving your room without saying a word.''
<<Thought "<<Sis>>... I...">>\
''Too exhausted to think, you pass out on your bed...''
<<if not flag($sister,"Knotting")>>\
<<SetFlag $sister "Knotting">>\
<<AddNote $sister "$sister.name visited me last night, waking me up as she attempted to suck my <<pSize>>, but failed to work it into anything she could actually get inside herself. When she finally gave up, she pulled out a huge double-sided dildo and forced herself into my ass. She raped me in a position similar to how a... dog might mate with a bitch...">>\
<</if>>\
<<lust $sister>>
<<dom $player -5>>
<<horny 10>>
<<trackAction "analFuck.get" $sister>>\
<<elseif hasPenis()>>\
<<pic $sister "suck-player">>\
''You look down to see your little <<sister>> bobbing up and down on your hard cock, desperately gagging herself on it as she fingers herself on your bed.''
<<nm $player "<<Sis>>? W-what are you...">>\
''$sister.name shoots you a quick look as she hums on your slick penis, increasing the pace of both her sucking and fingering before she finally decides you're both wet enough. She releases your cock from her mouth with a loud pop and pushes you up against your wall.''
<<nm $player "$sister.name, you need to-">>\
<<pic $sister "kiss-player">>\
''Your words are cut off as $sister.name's tongue forces its way into your mouth, until you finally relax into her embrace. She releases you, a look of lust, and need fills her eyes. She turns around in front of you, offering her soaking wet pussy to your twitching cock.''
<<pic $sister "ride-player">>\
''Things have escalated too far to quit now, and without even thinking about it you've entered your little <<sister>>'s tiny cunt, sounds of wetness and moaning fill your small room while you and $sister.name engage in what feels more like primal mating than intimate sex...''
<<nm $sister "<<Bro>>... I-wo... Aww... Awoooooo!!!">>\
''She can barely form words anymore, now only able to growl and whine and howl. She pushes you farther into herself, deep enough you can feel yourself penetrating her cervix. The sensation is too much, and you're unable to hold back. $sister.name pushes even harder against you, pinning you to the wall and ensuring you can't pull out.''
<<nm $player "<<S-sis>>! I c-can't..." "Oh, fuck! I'm gonna...">>\
''You flood your <<sister>>'s uterus, as her cervix tightly suctions your cockhead. She moans and howls in ecstasy as she greedily takes your entire load. She keeps you pinned in place for several minutes, rocking back and forth to extract every last drop before finally lifting herself off your now-flaccid penis.''
<<nm $player "<<Sis>>?">>\
''She turns around to clean your cock with her tongue, lapping at it enthusiastically, before silently turning around and leaving your room without a word.''
<<Thought "<<Sis>>... I...">>\
''Too exhausted to think, you pass out on your bed...''
<<lust $sister>>
<<dom $player -5>>
<<preg $sister>>
<<horny 0>>
<<trackAction "pussyFuck.give" $sister>>\
<<trackAction "creampie.give" $sister>>\
<<if not flag($sister,"Knotting")>>\
<<SetFlag $sister "Knotting">>\
<<AddNote $sister "$sister.name visited me last night, waking me up with an intense blowjob. Once she got me hard enough, she turned around in what almost looked like a show of submission, begging me to fuck her. I did. She pinned me against the wall, forcing me to come deep inside of her, and holding me in place for several minutes afterwards.">>\
<</if>>\
<<else>>\
<<pic $sister "eat-pussy">>\
''You look down to see your little <<sister>> lapping away at your dripping pussy, desperately sucking at your clit and labia on it as she fingers herself on your bed.''
<<nm $player "<<Sis>>? W-what are you...">>\
''$sister.name shoots you a quick look as she runs her tongue along your slit, increasing the pace of both her licking and fingering before she finally decides you're both wet enough. She lightly bites on your clit, eliciting a yelp from you, and pushes your body up against the wall behind your bed.''
<<nm $player "$sister.name, you need to-">>\
<<pic $sister "kiss-player">>\
''Your words are cut off as $sister.name's tongue forces its way into your mouth, until you finally relax into her embrace. The taste of your own pussy from your <<sister>>'s mouth is intoxicating, and you can feel yourself slipping further away, surrendering to your lust. She releases you, a look of lust, and need fills her eyes. She turns around in front of you, offering her soaking wet mound in the hopes of some release.''
<<nm $player "<<Sis>>...">>\
<<pic $sister "eaten-by-player">>\
''Things have escalated too far to quit now, and without even thinking about it you lower your mouth to your little <<sister>>'s tiny cunt. After a moment, she pulls herself around you, riding your face into your bed as you continue licking and sucking. Sounds of wetness and licking and moaning fill your small room while you and $sister.name engage in what feels more like primal mating than intimate sex...''
<<nm $sister "<<Bro>>... I-wo... Aww... Awoooooo!!!">>\
''She can barely form words anymore, now only able to grow and whine and howl. She pushes herself deeper into you, grinding her pussy into your mouth as you struggle to breath. Every inhale is met with a flood of your <<sister>>'s juices as you both experience one intense orgasm after another.''
<<nm $player "<<S-sis>>! I c-can't..." "Oh, fuck! I'm gonna...">>\
''Your final climax sends you both over the edge as cum sprays from both of your spent pussies. $sister.name falls back, and the both of you collapse into a pool of cum and sweat and sex...''
<<nm $player "<<Sis>>?">>\
''Your <<sister>> sits up and turns around to clean your pussy out with her tongue, lapping at it enthusiastically, before silently getting out of your bed and leaving your room without a word.''
<<Thought "<<Sis>>... I...">>\
''Too exhausted to think, you pass out on your bed...''
<<lust $sister>>
<<dom $player -5>>
<<horny 0>>
<<trackAction "eatPussy.give" $sister>>\
<<trackAction "eatPussy.get" $sister>>\
<<if not flag($sister,"Knotting")>>\
<<SetFlag $sister "Knotting">>\
<<AddNote $sister "$sister.name visited me last night, waking me up by digging her face into my pussy. Once she got me wet enough, she turned around in what almost looked like a show of submission, begging me to return the favor. I did. She pinned me into the bed, riding my face long into the night. We both climaxed repeatedly, until I eventually collapsed.">>\
<</if>>\
<</if>>\
<<set $sister.status to "@@.xxx;Horny Slut-Puppy@@">>\
<<btnLink "Go to sleep..." "NightEvent-0">>''You find yourself struggling to fall asleep tonight. Every noise and passing light distracts you, until finally you sit up in your bed out of frustration.''
<<Thought "Ah, fuck I... Hm?">>\
''You can hear noises coming from the alley behind your house. There's usually stray cats and dogs getting into things back there, but you could have swore you heard something distinctly human.''
<span id="sisterdogs">\
@@.btnChoice;<<button "Check it out">>
<<replace "#sisterdogs">>\
<<if not $player.isSub>>\
''You run to the window to get a better look at what's going on outside, but are unable to see into the alley. You run to your room to throw some shoes on, and quietly head for the front door.''
<<Thought "It's unlocked?">>\
''The night is cool and dark, and dim street lamp is only just enough to help you make your way into the alley. As the clouds part to allow for a brief flood of moonlight, you see it...''
<<pic $sister "dog1">>\
''The girl in the alley is unmistakably your <<sister>>. She's completely naked, on her hands and knees between two large Doberman Pinschers. While one impales her furiously from behind, the other forcefully fucks her mouth as she gags.''
<<pic $sister "dog2">>\
<<nm $player "..." "<<Sis>>...">>\
''You struggle to form words, only able to watch the spectacle unfold in front of you. A look of pure, blissful lust stretches across your <<sister>>'s face as her new doggy lovers empty their hot canine loads into her. First her cunt...''
<<pic $sister "dog3">>\
''...then her mouth...''
<<pic $sister "dog4">>\
''She collapses between them, licking up whatever pools of cum escaped her mouth. Only a moment later, the dogs scatter, leaving your <<sister>> a used, sticky mess in the back alley of your house. You realize now the true extent of the MCS-X serum, as your little <<sister>> rapidly degrades into nothing more than a doggy fuckhole...
You can't really process it, nor can you explain the burning feeling between your legs. As you watch $sister.name revel in fresh dog cum, bringing herself to orgasm after orgasm, you can feel your <<pSize>> about to explode in your <<UnderwearOrPants>>.
Silently, you go back to your room and lay in your bed. Several minutes later, the sound of trampling fills the house as $sister.name runs top speed from the front door to her bedroom, leaping into her bed...''
''Your hand subconsciously slides down beneath your <<UnderwearOrPants>>, your <<PussyOrCock>> burning with need, and you masturbate yourself to sleep...''
<<dom $sister -3>>
<<preg $sister "stray dogs">>
<<btnLink "Go to sleep..." "Room-Sleep">>
<<else>>\
<<set $SceneCredit to "KaiB">>\
''You run to the window to get a better look at what's going on outside, but are unable to see into the alley. You run to your room to throw some shoes on, and quietly head for the front door.''
<<Thought "It's unlocked?">>\
''The night is cool and dark, and dim street lamp is only just enough to help you make your way into the alley. As the clouds part to allow for a brief flood of moonlight, you see it...''
<<pic $sister "dog1">>\
''The girl in the alley is unmistakably your <<sister>>. She's completely naked, on her hands and knees between two large Doberman Pinschers. While one impales her furiously from behind, the other forcefully fucks her mouth as she gags.''
<<pic $sister "dog2">>\
<<nm $player "..." "<<Sis>>...">>\
''You struggle to form words, only able to watch the spectacle unfold in front of you. A look of pure, blissful lust stretches across your <<sister>>'s face as her new doggy lovers empty their hot canine loads into her. First her cunt...''
<<pic $sister "dog3">>\
''...then her mouth...''
<<pic $sister "dog4">>\
''She collapses between them, licking up whatever pools of cum escaped her mouth. Only a moment later, the dogs scatter, leaving your <<sister>> a used, sticky mess in the back alley of your house. You realize now the true extent of the MCS-X serum, as your little <<sister>> rapidly degrades into nothing more than a doggy fuckhole...
You can't really process it, nor can you explain the burning feeling between your legs. As you watch $sister.name revel in fresh dog cum, bringing herself to orgasm after orgasm, you can feel your <<pSize>> about to explode in your <<UnderwearOrPants>>.''
<<nm $sister "Awoooooo!">>\
<<nm $player "Huh? $sister.name?">>\
''You look up, surprised to see not only your <<sister>>, but the whole pack of dogs staring directly at you.''
<<nm $player "O-oh, I was just going back..." "Oh shit!">>\
<<nm $sister "Woof!">>\
''$sister.name runs up to your and pins you to the ground. She leans in and forces her tongue into you mouth, still coated in doggy jizz. The taste, smell, and idea all combine to make you sick, but your <<sister>>'s not letting up. She reaches down with one hand and starts rubbing your <<PussyOrCock>>.''
<<nm $sister "Bark!">>\
<<nm $player "*cough* <<S-sis>>, please, n-no more, I-">>\
''Your <<sister>>'s kiss was nothing compared to what was to come. Two Dobermans rush over, teeth bared and seemingly ready to attack should you try to move. $sister.name turns herself around, hanging her tiny, well used slit over your face. Globs of dog cum drip out of her onto your face and into your mouth as she lowers herself down. The taste of your <<sister>>'s juices and thick semen fill your mouth and throat, and you can feel yourself getting dizzy.''
<<nm $sister "Woof!">>\
<<nm $player "Mff, mff, glmph!" "This is... I can't...">>\
''During this time, your <<sister>>'s pulled off your <<UnderwearOrPants>>, completely exposing your <<vSize>>. The dogs have closed in further. Two by your shoulders ensure you stay put, while another two have begun sniffing around your legs. You can feel their tongues and noses against your inner thighs, sending you into a panic made only worse when your little <<sister>> starts prying your legs open.''
<<nm $player "MPH! MMMPH!!" "NO! OH GOD PLEASE NO!">>\
<<nm $sister "Woof!!">>\
''One of the two dogs moves up alongside you, pushing into your <<sister>> who reaches out to wrap a hand around the hound's throbbing cock. The other stays put, pressing its nose against the entrance of your <<vSize>>. Your jump as its long, wet tongue enters you, lapping away, forcing unwanted arousal out of you. Of course, your <<sister>> still has you firmly pinned down, along with the two other dogs now growling into your ear.''
<<nm $sister "Arf!">>\
''The dog between your legs moves himself forward, and that's when you feel it. $sister.name pulls him into position, lining his hot, slimy cock up with your defenseless hole, and then...''
<<nm $player "HHHNNGGH!!!" "FFFFUCK!!!">>\
<<if hasPussy()>>\
<<vaginal "the stray dog's huge cock">>
<<trackAction "GetFucked">>\
<<else>>\
<<anal "the stray dog's huge cock">>
<<trackAction "GetAssFucked">>\
<</if>>\
<<nm $sister "Awoo!">>\
''$sister.name seems to cheer him on, her right hand now thoroughly coated in thick cum as she extracts yet another load from her canine lover. The violation is seemingly endless as the large Doberman between your legs rapes your <<vSize>> relentlessly. What feels like hours later, as you're on the verge of collapse, a sharp pain rouses you. As you swallow your <<sister>>'s umpteenth orgasm, you can feel a dull, pulling soreness in your <<vSize>>. You can't see past $sister.name's thighs, but you're sure you know what you're feeling.
You've been knotted.
$sister.name forcefully separates you from your new master, eliciting a whine from both of you for different reasons. The strays all run back into the alley as your <<sister>> hops off you face and back home. You're left a cum-soaked, doggy-bred whore, barely able to get to your feet. As you stand, cum pours from your <<vSize>> as you cough up even more from your stomach.''
<<Thought "I-I... fuuu... c-can't...">>\
''You turn around to see two more large dogs in the alley, each staring you down while sporting huge erections, nearly touching the ground. You decide to run back home before your night gets much longer...''
<<dom $player -10>>
<<btnLink "Go to sleep..." "Room-Sleep">>
<</if>>\
<</replace>>\
<</button>>@@
@@.btnChoice;<<button "Ignore it and go to sleep">>
<<replace "#sisterdogs">>\
''You put a pillow over your head in an effort to drown out the noise, eventually getting yourself to fall asleep.''
<<btnLink "Go to sleep..." "Room-Sleep">>
<</replace>>\
<</button>>@@
</span>\<<loc_Room>>\
''Before you can fall asleep, you hear your door creak open. You look up to find your <<mother>> standing in the doorway.''
<<pic $mom "robe-full">>\
<<art $mom "aroused,0,robe">>\
<<nm $mom "Mmm, hi sweetie. I just wanted to catch you before you fell asleep to tell you goodnight...">>\
''She breaths in deeply, allowing her chest to portrude outward, perky nipples poking through the cups of her lingerie. You stare as your <<mother>> glides her hands along her body, biting her lip.''
<<nm $player "O-oh, yeah, goodnight, $mom.name.">>\
''$mom.realName saunters over from your doorway and leans into your bed, pulling her hand to your cheek and bringing you for a sultry kiss.''
<<pic $mom "kiss-player">>\
<<act $mom "kiss,player">>\
<<nm $mom "Mmmm... mmmm... fwhaa! Hehe, hmmmm, goodnight baby...">>\
<<nm $player "H-haaa... yeah...">>\
''Your <<mother>> gives you a playful boop on the nose before standing up and leaving your room.''
<<lust $mom>>
<<horny 10>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<loc_Room>>\
''Before you can fall asleep there's a light knock on your door. You sit up to see your <<sister>>, $sister.name, peeking in from around the door.''
<<pic $sister "door">>\
<<nm $sister "H-hey <<bro>>, you going to sleep?">>\
''You sit up in bed to greet her.''
<<nm $player "Yeah, was about to. What's up?">>\
''She looks down the hall before hopping over to your bed and sitting down next to you.''
<<if firstVisit()>>\
<<nm $sister "U-um, n-nothing... I, ah... Mmmm...">>\
''Before she gets too flustered, your <<sister>> throws her arms around you, pulling herself in for an intimate kiss.''
<<pic $sister "kiss-player">>\
<<nm $sister "I... just wanted to say goodnight, that's all... That wasn't weird, was it?">>\
<<nm $player "Ha, nah, you can come by any time for a goodnight kiss. I don't mind at all.">>\
''You response has her absolutely elated, she doesn't even try to hide her intense blushing.''
<<nm $sister "T-thanks, <<bro>>, I will!">>\
<<else>>\
<<nm $sister "Mmm, hehe, I just wanted to say goodnight again!">>\
<<pic $sister "kiss-player">>\
''She leans in close, pulling herself up to you for a long, deep kiss.''
<<nm $sister "Mmmm... I really like that.">>\
<<nm $player "Heh, me too <<sis>>.">>\
<</if>>\
''She gives you another quick peck on the cheek before hopping off your bed and back to the door.''
<<nm $sister "Well, g'night!">>\
<<nm $player "Night, see you tomorrow.">>\
<<love $sister>>
<<horny 10>>
<<btnLink "Drift off to sleep" "NightEvent-0">><<if isDecember(21) and not $FreePlay>> /* Chapter 4 - Christmas Plans */\
<<Thought "Ugh, hungry today... think I'll try to grab some breakfast before work today...">>\
''You start pulling on some clothes.''
@@SNIFF SNIFF@@
<<Thought "Is that... bacon? Oh fuck yes...">>\
<<btnLink "Head downstairs to kitchen" "Story-CH4-ChristmasPlans">>
<<elseif isNovember(18) and $tasha.isDating and $john.cTasha < 1 and not $FreePlay>>
<<nm $player "Uuuggghhghrhghhh... hn?">>\
''You lazily force yourself out of bed, trying to mentally recover from the night before. As you start to come to, you notice some messages on your phone.''
<<nm $tasha "Heya cutie! I've had this crazy ramen craving lately, is that weird? Anyway, I'm gonna check out a new restuarant today and wanted to know if you were free to join me. Let me know!">>\
<<btnChoice "Get lunch with $tasha.name - <<t2>><<t2>>" "Story-CH4-DaytripTasha">>
<<btnChoice "Ignore the text" "Home">>
/*<<if flag($chris,"Drunk")>>\
<<nm $chris "Hey you! So I'm off this weekend, and, I was wondering if you'd maybe want to hang out together? Thought it might be nice, justt lemme know!">>\
<</if>>\
<<if $john.cTasha < 1 and $tasha.isDating>>\
<<nm $tasha "Heya cutie! I've had this crazy ramen craving lately, is that weird? Anyway, I'm gonna check out a new restuarant today and wanted to know if you were free to join me. Let me know!">>\
<</if>>\
<<if $john.cPenny < 1 and $penny.isDating>>\
<<nm $penny "Hey sexy, lol! Today's feeling like a stay home, order wings and binge anime kind of day. Thought it might be fun to have some company and I happen to know just the <<guy>>! Come on by if you're interested, I'll have already gotten started lol!">>\
<</if>>\
<<if $sophie.isLover>>\
<<nm $sophie "Hello $player.name. If you're not too busy, I was hoping you might join me for a lunch date? Please let me know, thank you.">>\
<<else>>\
<<nm $mom "Hey $player.name, I'm running some errands today and was going to stop for some food while I'm out. Let me know if you wanna join me, I'll be leaving around 10ish">>\
<</if>>\
''Those are all the new messages.''
<<Thought "Okay, well... How do I want to spend my day?">>\
<<if flag($chris,"Drunk")>>\
<<btnLink "Meet up with $chris.name - <<t2>><<t2>>" "Story-CH4-DaytripChris">>
<</if>>\
<<if $tasha.isDating>>\
<<btnLink "Get lunch with $tasha.name - <<t2>><<t2>>" "Story-CH4-DaytripTasha">>
<</if>>\
<<if $john.cPenny < 1 and $penny.isDating>>\
<<btnLink "Spend the day with $penny.name - <<t2>><<t2>>" "Story-CH4-DaytripPenny">>
<</if>>\
<<if $sophie.isLover>>\
<<btnLink "Get lunch with $sophie.name - <<t2>><<t2>>" "Story-CH4-DaytripSophie">>
<<else>>\
<<btnLink "Run errands with $mom.name - <<t2>><<t2>>" "Story-CH4-DaytripAva">>
<</if>>\
<<btnLink "Ignore all your messages" "Home">>*/\
<<elseif isNovember(16) and not $FreePlay>> /* Chapter 4 - Breakfast with Mom */\
<<Thought "Ugh, hungry today... think I'll try to grab some breakfast before work today...">>\
''You start pulling on some clothes.''
@@SNIFF SNIFF@@
<<Thought "Is that... bacon? Oh fuck yes...">>\
<<btnLink "Head downstairs to kitchen" "Story-CH4-FamilyBreakfast">>
<<elseif isOctober(22) and not $FreePlay>> /* Chapter 2 - Date Aftermath */\
<<nm $player "Uhhggg... already morning? Fuuuuu...">>\
''You get up from bed, barely, and notice your phone...''
<<nm $player "Hm? $sophie.name?">>\
''There's a text message from $sophie.name on your screen, sent late last night. You were already passed out by then.''
<<nm $sophie "$player.sophieName, sorry for the late text. I just needed to request you be available for the entirety of next week. I have a business trip scheduled that I would like you to be a part of. It will involve you being away overnight. I'll provide you more details later. Thank you.<<if $sophie.control.date>><br><br>Also, this could be a good chance for us to spend some time together, I think.<<elseif $sophie.control.giveOral or $sophie.control.officeSex>><br><br>This could be a great chance for you and I to spend some... quality time together.<</if>>">>\
<<nm $player "She wants me to go out of town with her? Wonder what that's about.">>\
''You return her text.''
<<nm $player "No problem $sophie.name.">>\
<<if $story.ch3.dateLauren>>\
''There's another message on your phone, from $lauren.name.''
<<nm $lauren "Hey sexy! Had a great time yesterday, thanks for the shopping trip! We should definitely start spending more time together. I'll make it worth your while, if you know what I mean ;)">>\
<<elseif $story.ch3.datePenny>>\
''There's another message on your phone, from $penny.name.''
<<if $penny.isDating>>\
<<nm $penny "Hey you, I had a great time yesterday. We really need to do that more often... Actually, I wouldn't mind spending a day in together, you know? Maybe a blu-ray, or some gaming... definitely some boning...">>\
<<else>>\
<<nm $penny "Heya $player.name, had a great time yesterday. Bummer about the arcade, but still happy we got to spend some time together.">>\
<</if>>\
<<elseif $story.ch3.dateTasha>>\
''There's another message on your phone, from $tasha.name.''
<<if $tasha.isDating>>\
<<nm $tasha "Hey $player.name! Thanks so much for the amazing time yesterday, I can't wait to get together again! Let me know, okay?">>\
<<else>>\
<<nm $tasha "Hey $player.name, just wanted to thank you for hanging out with me yesterday. I had a great time. See you at the office!">>\
<</if>>\
<<elseif $story.ch3.dateChris>>\
''There's another message on your phone, from $chris.name.''
<<if $chris.canRomance>>\
<<nm $chris "Yo $player.name! Great time last night, thanks for coming out with me. Also, let me know when you want to, you know, spend some more time together, like at my place or something.">>\
<<else>>\
<<nm $chris "Yo $player.name! Great time last night, thanks for coming out with me! I'll let you know when I'm free to grab some drinks again. Later!">>\
<</if>>\
<<else>>\
''There are no other messages on your phone.''
<</if>>\
<<btnLink "Continue..." "Room">>
<<elseif isOctober(21) and not $FreePlay>> /* Chapter 2 - Date Event */\
<<nm $player "Uuuggghhghrhghhh... hn?">>\
''You lazily force yourself out of bed, trying to mentally recover from the night before. As you start to come to, you notice some messages on your phone.''
<<if flag($chris,"Drunk")>>\
<<nm $chris "Hey $player.name! I have the day off today, so if you're free we should hang out. Thinking we could catch a movie then troll around until the bars open. Let me know!">>\
<</if>>\
<<if $john.cTasha < 1 and flag($tasha,"GenderReveal") and not $tasha.isGone>>\
<<nm $tasha "Hey $player.name, it's $tasha.name. I hope you don't mind I got your number from $penny.name. I was thinking, I have these coupons for one of those fancy hotel buffets that I've been wanting to try out, but it's only good for couples. If you're not busy today, maybe it would be fun to hang out outside the office? No worries either way. Let me know. Bye.">>\
<</if>>\
<<if $john.cPenny < 1>>\
<<nm $penny "Heya boss! Wanna grab some pizza and check out that new arcade they just opened? Man, I thought those things were dead but I heard this one's super cool! Anyway, lemme know!">>\
<</if>>\
<<nm $lauren "Hi $player.name, it's $lauren.name! Your number was on file so I thought I'd hit you up and see if you wanted to take me shopping. It'll be super fun and, hey, I'll make sure you have a good time, y'know? ;)">>\
''Those are all the new messages.''
<<Thought "Okay, well... How do I want to spend my day?">>\
<<if flag($chris,"Drunk")>>\
<<btnLink "Watch a movie with $chris.name - <<t2>><<t2>>" "Story-CH3-DaytripChris">>
<</if>>\
<<if flag($tasha,"GenderReveal")>>\
<<btnLink "Get lunch with $tasha.name - <<t2>><<t2>>" "Story-CH3-DaytripTasha">>
<</if>>\
<<if $john.cPenny < 1>>\
<<btnLink "Go to the arcade with $penny.name - <<t2>><<t2>>" "Story-CH3-DaytripPenny">>
<</if>>\
<<btnLink "Go shopping with $lauren.name - <<t2>><<t2>>" "Story-CH3-DaytripLauren">>
<<btnLink "Ignore all your messages" "Home">>
<<elseif flag($tasha,"AcceptPussy") and not flag($tasha,"ShowPussy") and not $tasha.isGone>> /* Tasha - Get Pussy */\
<<nm $player "Uuuggghhghrhghhh... hn?">>\
''You lazily force yourself out of bed, having not slept very well for some reason. As you start to come to, you notice some messages on your phone. As you reach for it, it starts ringing.''
<<nm $player "Hm? ?tasha?">>\
''You answer the phone.''
<<nm $player "Hel-">>\
<<nm $tasha "?mc!? I've been trying to message you all morning! S-something, u-um... happened to me...">>\
<<nm $player "What? Are you okay!? Do you need me to come over!?">>\
''There's a brief pause.''
<<nm $tasha "I'm okay, everything's okay... maybe you should come over though...">>\
''You're already gathering your things together.''
<<nm $player "Okay, I'll be right over! Hang tight!">>\
<<nm $tasha "T-thanks ?mc. I'll be in the bedroom when you get here, door's unlocked.">>\
''?tasha hangs up as you hurry over.''
<<btnLink "Continue" "Tasha-PussyReveal" "passTime()">>\
<<elseif $mom.hasPenis and not flag($mom,"getPenis")>> /* Ava - Get Penis */\
<<btnLink "Continue..." "MorningEvent-1">>
<<elseif not flag($player,"StraponNotice") and (dose($mom,"masturbate") or dose($mom,"hunt"))>> /* Ava - Buy Strapon */\
''There's a notification on your phone, it looks like a mailer from that porno store in the mall.''
<<nm $player "The hell? I don't remember ever signing up for this...">>\
''You're still a little groggy, but you're pretty sure you didn't actually tap on the message before it opened up.''
<<nm $ash "Looking to spice up your relationship, or whatever. Come check out this totally normal and 100% FDA approved strapon cock. Guaranteed to feel like the real thing or your money's as fucked as you'll be when you try this thing on! No seriously, no refunds, come buy it. We're at the mall, 'the mall', the only one the game let's you go to.">>\
''The message deletes itself from your phone.''
<<nm $player "That was... fucking weird...">>\
<<SetFlag $player "StraponNotice">>\
<<btnLink "Continue..." "Room">>
<<elseif not flag($player,"CollarNotice") and not $mom.hasCollar and $mom.nextSerum >= 3>> /* Ava - Buy Collar */\
''There's a notification on your phone, it looks like a mailer from that porno store in the mall.''
<<nm $player "The hell? I don't remember ever signing up for this...">>\
''You're still a little groggy, but you're pretty sure you didn't actually tap on the message before it opened up.''
<<nm $ash "Someone in your life getting a little too frisky and needs to get brought down a few pegs? Slap this leather cat collar around their neck and watch them slowly submit to the will of everyone around them! Cat Collar, now with 36% less Fel! We take no responsibility for any mishandling or accidental 'trying on' of the collar, come buy it. We're at the mall, 'the mall', the only one the game let's you go to.">>\
''The message deletes itself from your phone.''
<<nm $player "That was... fucking weird...">>\
<<SetFlag $player "CollarNotice">>\
<<btnLink "Continue..." "Room">>
<<elseif flag($saya,"Dream1") and $player.ram is 0>> /* Find Ram Coin */\
<<nm $player "Uuugh... what a weird... hm?">>\
''There's a cool sensation on your neck. You search around your pillow and find another odd coin.''
<<nm $player "Another one of these? Wait... this one's different. There's a sheep on it... a ram? It also...">>\
''You bring the coin to your nose where you detect a floral scent, suddenly the dream you had last night comes rushing back into memory. You can hear ?saya's voice ringing in the back of your mind, "Find them all!".''
<<nm $player "What the fuck... this is so weird...">>\
@@.gain;You gained your first Ram Coin!@@
<<set $player.ram to 1>>\
<<btnLink "Continue..." "Room">>
<<elseif (timeIsAfter(20170909) or coins() > 0) and not flag($player,"FindCoin")>> /* Find First Coin */\
<<nm $player "Uuugh... huh?">>\
''As you reach for your phone on the nightstand, you notice a large black coin laying next to it. Sitting up on the bedside, you take the coin into your hand.''
<<nm $player "The hell is this? Definitely wasn't here last night... I can't tell if it's made of metal or... stone? Huh...">>\
''You get dressed, but can't help but be somewhat preoccupied by the unusual discovery.''
<<if coins() is 0>>\
<<set $player.hart++>>\
<<set $COIN to "deer">>\
<<else>>\
<<if $player.wolf > 0>>\
<<set $COIN to "dog">>\
<<elseif $player.ram > 0>>\
<<set $COIN to "sheep">>\
<<elseif $player.hart > 0>>\
<<set $COIN to "deer">>\
<</if>>\
<</if>>\
<<btnLink "Leave your room" "Home-Story-FindCoin">>
<<elseif $chris.peCount >= 3 and not flag($chris,"kiss")>> /* Chris - Kiss Followup */\
<<nm $player "Man, what a night... Hm? I have a text from $chris.name...">>\
''You unlock your phone and pull up $chris.name's message.''
<<nm $chris "Hey $player.name. Sorry about last night, guess I had a few too many. Let's just pretend that didn't happen, cool? Let me know when you want to hang out again.">>\
<<Thought "Heh, poor guy... I won't be too hard on him this time...">>\
<<nm $player "Hey man, no worries, happens to all of us at some point, but don't think I'm not gonna give you shit for it! I'll hit you up when I'm free again.">>\
<<SetFlag $chris "kiss">>\
<<btnLink "Continue..." "Room">>
<<elseif timeIsAfter(20170908) and not $player.met.chris>> /* Chris - Meet Chris */\
<<btnLink "Continue..." "MorningEvent-3">>
<<elseif flag($player,"absorbSerum") and not flag($player,"unlockMirror")>> /* Unlock Mirror */\
<<btnLink "Continue..." "MorningEvent-4">>
<<elseif not flag($player,"startNotes")>> /* Unlock Notebook */\
<<btnLink "Continue..." "Notebook">>
<<elseif $sister.mcsx.porn > 3 and not flag($sister,"pornCall")>> /* Dakota - Porn Call */\
<<btnLink "Continue..." "MorningEvent-2">>
<<elseif dose($mom,"coffee") and not $SkipWakeupEvent>> /* Ava - Coffee */\
<<if $mom.mcsx.cd is 0 and $mom.mcsx.brokenhome is 1>>\
<<btnLink "Continue..." "BrokenHome-1-MorningBlowjob">>
<<elseif $mom.mcsx.cd is 0 and $mom.mcsx.tightest is 1>>\
<<btnLink "Continue..." "MCSX-Tightest-1">>
<<elseif cd("MindbreakMomMorning")>>\
<<btnLink "Continue..." "Mom-NewClothes">>
<<elseif $player.isBride>>\
<<btnLink "Continue..." "Home">>
<<else>>\
<<btnLink "Continue..." "MorningEvent-0">>
<</if>>\
<<else>>\
<<btnLink "Continue..." "Room">>
<</if>>\
/*TODO: Spread wakeup events into individual scenes where possible */<<loc_LabHallway>>\
''You're standing in the hallway outside your lab when you hear the familiar sound of the elevator door dinging. When you turn around you're surprised to see $penny.name standing on one leg, with the other propped up against the wall in an attempt to stop the stack of boxes she's holding from toppling over.''
<<nm $penny "$player.name? Is that you? I could... I could use some help over here!">>\
''As you move to steady her, you catch a glimpse of her panties from under her skirt, distracting you enough to make you pause for a moment.''
<<btnTooHorny "Try to get a better look - <<t1>>" "Work-0-Peek">>\
<<btnNotHorny "Ignore them and help her out - <<t1>>" "Work-0-Help">>\<<loc_LabHallway>>\
<<nm $player "I... I'm coming, $penny.name...">>\
''You lean forward just enough to get a full view of $penny.name's panties...''
<<pic $penny "panties">>\
<<nm $penny "What the fuck are you doing over there? I need... oh... SHIT!">>\
''Before you can reach her $penny.name tumbles to the floor along with the boxes she was carrying. When they hit the ground, you hear the sounds of glass breaking and can see wet stains start to grow around the boxes.''
<<nm $penny "...Thanks... These boxes had our lab supplies in them. YOUR lab supplies! Fuck, I even had some components I'd prepared earlier in those boxes... All that work for nothing...">>\
<<nm $player "Y-Yeah... Sorry...">>\
''You spend the next hour or so helping $penny.name gather all the broken equipment and take inventory of what needs to be replaced.''
<<horny 10 "Even though she's mad at you now, the view of her panties has your mind racing.">>
<<btnLink "Continue" "Work" "passTime()">><<loc_LabHallway>>\
<<nm $player "Hold on $penny.name, I gotcha!">>\
''You hurry over to $penny.name and grab the boxes she's holding, setting them carefully on the ground. They're heavier than you were expecting them to be.''
<<pic $penny>>\
<<nm $penny "Oh man, thanks $player.name. We needed to restock some of our supplies and I thought I could handle the trip myself. Next time I'll let the guys upstairs transport it... Hey... Thanks!">>\
<<if $john.cPenny < 1>>\
<<pic $penny "kiss-player">>\
''$penny.name steals a quick kiss as a way of thanking you.''
<<love $penny 1>>
<<else>>\
''$penny.name leaves you at the elevator as she walks into the lab.''
<<nm $penny "Go ahead and just carry those in for me. Thanks.">>\
<<nm $player "Yeah... sure...">>\
<<dom $player -1>>
<</if>>\
''Included in the boxes were a few components $penny.name had taken the time to prepare earlier, and can now be used for serum production!''
<<set _x1 = random(0,2), _x2 = random(0,2)>>\
@@.gain;Received $matYield $chem[_x1].name@@
@@.gain;Received $matYield $chem[_x2].name@@
<<set $chem[_x1].qty += $matYield>>\
<<set $chem[_x2].qty += $matYield>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
''As you're walking through the office hallways, $penny.name swings around a corner and grabs you by the arm.''
<<pic $penny>>\
<<art $penny>>\
<<nm $penny "Heya boss, you busy?">>\
<<nm $player "Hey $penny.name, what's up?">>\
''She keeps hold of you arm as she walks with you to the elevator...''
<<nm $penny "Well, I thought we could get out of here for a little bit, y'know? Get some fresh air? And I thought maybe you'd like to... treat me to some sushi?">>\
<<Thought "Ah, there it is...">>\
<<if $Money >= 80>>\
<<btnChoice "Take $penny.name out for Sushi - $$80 - <<t1>>" "Work-1-Take">>
<<btnChoice "Not right now" "Work-1-Pass">>
<<else>>\
<<btnChoice "Can't afford it right now" "Work-1-Broke">>
<</if>>\<<loc_Lobby>>\
<<set $Money -= 80>>\
<<set $serum[1].qty += 1>>\
<<nm $player "Sure, $penny.name, let's go.">>\
<<pic $penny>>\
<<art $penny "happy,2">>\
<<nm $penny "Yay! It's not too far, though I guess we'll still need to be escorted there since we're on the clock and all... Oh well, let's go!">>\
''$penny.name holds your arm all the way to the lift, then to the company SUV. You both enjoy a very nice, if not expensive, break from the lab, chatting the entire time.''
<<nm $player "I've gotta be honest, $penny.name, I'm really not a big fan of sushi. This salad is... interesting though... I guess with enough hot sauce anything is edible.">>\
<<nm $penny "Aw, so you did all this just for me? Well, I guess I should give you something in return.">>\
''$penny.name fishes around in her purse for a minute before pulling out a vial of $serum[1].name.''
<<nm $player "A serum?">>\
<<nm $penny "Yeah! I had a little spare time so I whipped one up. Figured I'd save you the trouble.">>\
@@.gain;Gained $serum[1].name - x1@@
<<nm $player "Well, thanks $penny.name. I'm sure I can find a use for it.">>\
''You both finish up your meal and head back to the office.''
<<love $penny>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
<<nm $player "Sorry, $penny.name... I'd really love to take you out but I just don't have the time right now.">>\
''$penny.name looks disappointed, but gives you a smile anyway.''
<<pic $penny>>\
<<art $penny "embarrassed,2">>\
<<nm $penny "I understand, but you owe me for next time, 'kay?">>\
<<nm $player "Haha, yeah, yeah, I promise.">>\
<<love $penny -1>>
<<btnLink "Continue" "Work">><<loc_Lobby>>\
<<nm $player "Sorry, $penny.name... I'd really love to take you out but I just can't afford it right now.">>\
''$penny.name looks disappointed, but gives you a smile anyway.''
<<pic $penny>>\
<<art $penny "embarrassed,2">>\
<<nm $penny "I understand, but you owe me for next time, 'kay?">>\
<<nm $player "Haha, yeah, yeah, I promise.">>\
<<btnLink "Continue" "Work">><<loc_Lab>>\
''You enter the lab, a little surprised at how dark it is. Even when it's empty you or $penny.name make sure to leave some of the lights on. As you slowly walk towards your workstation to drop off your things, the sound of the door slamming behind you nearly makes you jump out of your skin.''
<<pic $penny "strip2">>\
<<nm $penny "Hey boss...">>\
<<nm $player "$penny.name! Jesus, you scared the hell out of me! W-what are you...">>\
''$penny.name seductively saunters towards you, pushing you off balance and causing you to fall back onto your desk.''
<<nm $penny "You've been working so, mmm, hard lately... I think you need a little break! Whaddaya say, boss, play a game with me?">>\
<<nm $player "I-I...">>\
<<btnTooHorny "Let $penny.name have her fun - <<t1>>" "Work-10-Play">>\
<<btnNotHorny "Get out of there" "Work-10-Escape">>\<<loc_Lab>>\
''You put your hands up in defeat. $penny.name takes a step back, allowing you to stand up straight.''
<<nm $player "Okay, okay... What did you have in mind, $penny.name?">>\
''She walks up beside you, laying her head on your shoulder.''
<<nm $penny "Oh, I just wanted to...">>\
@@SLAM!@@
<<nm $penny "Play a little game!">>\
''Your world is spinning as you suddenly find yourself flat on your back. $penny.name is squatting over you, making sure you notice she's not wearing any panties.''
<<pic $penny "pussy">>\
<<nm $player "W-what... $penny.name?">>\
<<nm $penny "Hehe! Oh hush, you! So here's the game. I'm gonna let you suck my pussy, you lucky <<boy>>! If you can get me off before passing out from lack of oxygen, you win! Well, I guess we both win... Eh, either way I have fun, and that's what matters, right?">>\
''She starts rubbing herself vigorously, juices dripping on your chin and into your mouth.''
<<nm $player "H-hold on a sec, I-I...">>\
<<nm $penny "BORED NOW!">>\
<<pic $penny "facesit-player">>\
<<nm $player "HNGRPH! C-CACRMMPH! MPH! Mmph... Mmmmmph...">>\
<<pic $penny "orgasm">>\
<<nm $penny "Mmmm, yeah, there you go! O-oohhhh, you're a natural, you know that?">>\
<<if isBimbo()>>\
<<nm $player "Hmph, mmmph, mmmm, mmmmff..." "@@.bf;Ohhhh wow! She tastes so yummy!@@">>\
<<elseif isSissy()>>\
<<nm $player "Hmph, mmmph, mmmm, mmmmff..." "@@.sf;I can't breath... but... why do I feel so good right now?@@">>\
<<else>>\
<<nm $player "Hmph, mmmph, mmmm, mmmmff..." "Fuck! She's making sure I can't breath on purpose! Well... I can think of worse ways to die...">>\
<</if>>\
''She's totally relentless, not only in regards to the constant and forceful grinding of her hot cunt into your sore mouth, but also the torrent of juices gushing from it! Even when you do get a chance to gasp for air, all you get is a mouth full of thick squirt.''
<<nm $penny "Mmmmm, ohhhh, yeeeaahhh... I know I said you just had to make me cum once, but, o-ooohhh! OOOHHHH!!! MMmmmm... B-but if I can keep going I'm sure you can, too, r-right? Aahhhh...">>\
''Not that she's giving you the chance to argue. $penny.name continues to use you, riding your face to achieve one orgasm after another after another! You don't even know how much time has passed, only that $penny.name's thick pussy-juices have thoroughly soaked your face, hair, and <<top>>, and that your vision's becoming increasingly blurred. Just when you think the world's about to fade away... Relief.''
<<pic $penny "topless">>\
<<nm $penny "Mmm, well, that's it for me! Gotta say, you did great! I'm gonna go hop in the shower, feel free to join me when you get up...">>\
<<nm $player "Haaaa... haaaaaa..." "Sure... be right... there...">>\
''Of course, by the time you're finally able to work up the strength and pull yourself to your feet, $penny.name's already gone. You stand alone in the lab, trying to piece together all of what just happened. Finally, shrugging your shoulders, you take a quick shower and head out into the lobby...''
<<lust $penny>>
<<dom $player -3>>
<<trackAction "eatPussy.give" $penny>>\
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Lab>>\
''The look in $penny.name's eye has you a little nervous. You quickly push past her and stumble to the door.''
<<nm $player "I-I'd love to, $penny.name, b-but, um, $sophie.name needed to see me about... something... We'll play later!">>\
''She gives you a thoroughly unconvinced and undeterred look.''
<<pic $penny>>\
<<nm $penny "Hmph, you better believe we will, lover...">>\
<<nm $player "Eheh, o-okay then!">>\
''You head out the door and up the elevator...''
<<btnLink "Continue" "Work">><<loc_LabHallway>>\
''You walk up to the lab to find the door cracked open. Not sure what to expect, you peek in through the crack and see $penny.name standing in the back of the room, almost naked, save for a black belt around her waist.''
<<Thought "That's... interesting...">>\
''The view from behind is quite excellent, though these days you're never quite sure what to expect from her...''
<<btnChoice "Walk in and see what $penny.name is up to - <<t1>>" "Work-11-Check">>
<<btnChoice "Decide to leave her be" "Work-11-Pass">><<loc_Lab>>\
<<SetFlag $penny "SeeStrapon">>\
''You push open the door, alerting $penny.name to your arrival. When she turns around, you're greeted to the sight of your lab assistant wearing a large, fake cock between her legs.''
<<pic $penny "strapon">>\
<<nm $penny "Oh, hey there lover!">>\
<<nm $player "U-um, $penny.name?">>\
<<nm $penny "I was just trying on my new toy, whaddaya think!?">>\
<<if flag($penny,"SeeStrapon")>>\
''$penny.name strokes the large cock in front of you.''
<<nm $penny "Hehehe, you remember this bad boy, doncha'?">>\
<<nm $player "T-that's...">>\
''You recognize that strapon, it's her special one that functions like a real cock.''
<<nm $penny "Mmm, so you remember... Good!">>\
<<else>>\
''She leans back, stroking the large dildo with one hand while rubbing one of her breasts with the other.''
<<if isBimbo()>>\
<<nm $player "@@.ef;Mmmm, that's a tasty looking cock, $penny.name!@@">>\
<<nm $penny "Hehe! Isn't it though?">>\
<<elseif isSissy()>>\
<<nm $player "@@.sf;W-woah, it's... s-so big!">>\
<<nm $penny "Hehe! I know, right?">>\
<<else>>\
<<nm $player "That quite the, um, toy you got there, $penny.name.">>\
<<nm $penny "Mmmm, hehehe!">>\
<</if>>\
''$penny.name approaches you, moaning seductively. You'd be lying to yourself if you said you weren't just a little <<hard>> right now...''
<<nm $penny "This little beauty has a really cool feature. See, when I stroke it, another dildo inside of me simulates the motion and intensity! What's better is that the closer to the base you work it, the harder it vibrates inside you!">>\
<</if>>\
<<pic $penny "strapon-solo">>\
''She demonstrates, lightly stroking herself at first, then quickly with a firmer grip. Her eyes start rolling back before she catches herself.''
<<if flag($penny,"SeeStrapon")>>\
<<nm $penny "O-ooohhhh, mmmmm... A-anyway, since we had so much fun last time, and you seem to eager to play again... Well, I think you know where this is going, so... Let's get to it!">>\
<<else>>\
<<nm $penny "Ha, h-hoo... mmm, hehehe! A-anyway, since I got this baby I've just been DYING to know what it feels like to get a proper blowjob from someone! Since you're here...">>\
<<nm $player "W-wait, you want me to...">>\
''$penny.name points her cock towards you while stroking it harder and stepping forward.''
<<nm $penny "Mmm, that's right sweetie... You do wanna make me happy, don't you?">>\
<</if>>\
''Almost without thinking, you drop to your knees in front of $penny.name's large, fake cock.''
<<nm $penny "Hehe, good <<boy>>!">>\
<<if isBimbo()>>\
<<nm $player "@@.ef;Mmmm, c'mon, lemme taste it!@@">>\
<<elseif isSissy()>>\
<<nm $player "@@.sf;O-okay, just... n-not too rough, okay?@@">>\
<<elseif isFemale()>>\
<<nm $player "Hm, well, since it's for you, $penny.name...">>\
<<else>>\
<<nm $player "Alright $penny.name, only 'cause it's you...">>\
<</if>>\
<<nm $penny "Mmmm, whatever you say lover... Now, open wide!">>\
<<pic $action "player-suck-strapon">>\
''$penny.name surprises you by shoving her strapon into your mouth the second you open it to take a breath. She keeps a strong grip around your head as she slides her cock in and out of your mouth, just reaching the back of your throat with every thrust.''
<<nm $penny "Mmmm, oooohhhh woooowwwww! This is amazing, it feels just like you're sucking my cock! H-haaaa, mmmmm...">>\
<<include "sexPlayerTouchSelf">>\
<<nm $player "Hmph, mmmph, ngph! Nrph!" "Fuck, I can't breathe!">>\
''You can feel the tactile feedback from the dildo, which even includes occasional twitching and pulsing for that added sense of realism. If you listen closely, you can hear the whir of rotors coming from the piece buried in $penny.name's tight pussy. The longer she goes, the rougher she becomes with you, finally shoving it all the way down your throat.''
<<pic $penny "orgasm">>\
<<nm $penny "O-ohmigawd!!!! C-cumming!!! Make sure to swallow every l-last drop, 'k-kay?">>\
<<Thought "Swallow?">>\
''To your surprise, warm, thick fluid floods your mouth, shooting down your throat as $penny.name continues to lock you in place. You hadn't noticed before, but her strapon is also designed to collect any of her juices and trigger an ejaculation once it reached a certain point. You're running out of air quickly, and your vision is beginning to dim... Suddenly, oxygen fills your lungs and the pressure on the back of your head is released. $penny.name collapses to her knees in front of you.''
<<nm $player "U-ungh... $penny.name...?">>\
<<if flag($penny,"SeeStrapon")>>\
<<nm $penny "Wow, I keep forgetting how a-amazing that feels... Totally, hehe, spent...">>\
<<else>>\
<<nm $penny "Wow, that was WAY better than I was expecting it to be... Totally, hehe, spent...">>\
<</if>>\
''$penny.name catches her breath long enough to notice you've been idly playing with yourself this whole time.''
<<if chance(50)>>\
<<nm $penny "Mmm, say, why don't you finish yourself off while you clean up my cock.">>\
<<nm $player "H... H-huh?">>\
''She lightly caresses your cheek, leaning over to whisper in your ear.''
<<nm $penny "I want you to get yourself off while your mouth is still on my hard, wet, cock.">>\
<<pic $action "player-suck-strapon">>\
<<include "sexPlayerCumSelf">>\
<<lust $penny>>
<<love $penny>>
<<dom $player -1>>
<<else>>\
<<nm $penny "Mmm, hey, we never agreed to that! Bad <<boy>>, you can finish yourself off later!">>\
<<nm $player "H... H-huh?">>\
''She smacks you across the cheek with her wet strapon cock before getting up.''
<<nm $penny "Oh don't look so sad. Come on, let's get cleaned up.">>\
<<horny 10>>
<<lust $penny>>
<<love $penny>>
<<dom $player -5>>
<</if>>\
''$penny.name reaches under the desk next to her and grabs a towel she apparently had prepared earlier. She wipes down you face and neck, then cleans off her toy before putting her clothes back on.''
<<pic $penny>>\
<<if _sexCum is "both">>\
<<nm $penny "Well, that was a ton of fun, right? We're definitely gonna have to see what all this thing can do! Just let me know when your ass is up to the challenge, hehehe!">>\
<<else>>\
<<nm $penny "Mmm, bet you're all pent up, huh? Well, just let me know when your asshole is ready and I'll make sure this thing gets you off!">>\
<</if>>\
''You force out a laugh, even though you know she's not really kidding, before cleaning yourself up and getting back to your day.''
<<trackAction "suckCock.give" $penny>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_LabHallway>>\
<<Thought "Hmm, y'know, I'd probably just not bother her right now... She's been acting a little intense lately and who knows how this could escalate!">>\
''You quietly back away from the door, heading up the elevator.''
<<btnLink "Continue" "Work">><<loc_SalesOffice>>\
''You've decided to go check in on $tasha.name, and as you walk down the hallway to her office, you hear the unmistakable sounds of moaning coming from behind the door. You slow your pace and peek in through the door. To your surprise, $tasha.name is laid out on her back on her desk, her large <<if $tasha.hasPussy>>breasts<<else>>cock<</if>> bouncing wildly as $penny.name fucks her from a standing position.''
<<if $tasha.hasPussy>>\
<<pic $penny "fuck-female">>\
<<else>>\
<<pic $penny "fuck-ts">>\
<</if>>\
<<nm $tasha "Oh! O-OH! $penny.name, p-please, you're b-being HAH! T-too rough!">>\
<<nm $penny "A-am I? Then why have you been rock hard since the moment I, m-mmmm, stuck it in you?">>\
''$penny.name continues to relentlessly fuck the poor <<if not $tasha.hasPussy>>trans <</if>>girl, not that she's putting up any kind of real resistance...''
<<Thought "Wow, they're really going at it...">>\
<<btnTooHorny "Step in and see if $tasha.name needs help - <<t1>>" "Work-12-Help">>\
<<btnNotHorny "Leave them be" "Work-12-Leave">>\<<loc_SalesOffice>>\
''You decide to open the door and casually walk in. $tasha.name looks absolutely mortified, but $penny.name doesn't seem bothered by you at all.''
<<nm $player "Hey girls!">>\
<<nm $tasha "<<pName>>!">>\
<<nm $penny "Oh, heya <<pName>>! I was just getting ready to make $tasha.name here cum all over herself. Wanna watch?">>\
''You look down at $tasha.name getting thoroughly pounded by $penny.name.''
<<if isBimbo()>>\
<<nm $player "@@.ef;Hehe, well, maybe I could help with that!@@">>\
''Drool starts pooling at the corner of your mouth as you zero in on $tasha.name's twitching cock...''
<<nm $penny "Ohhh, I'm down to see that! What do you think, $tasha.name?">>\
<<nm $tasha "H-hold on a s-se-">>\
<<pic $player "suck-ts">>\
<<nm $tasha "A-AHH!">>\
''Before $tasha.name can protest you swallow her whole. The motion from $penny.name's fucking forces $tasha.name's penis deeper and deeper into you throat with every thrust. Your mouth starts filling with precum while your own juices start running down your thighs.''
<<pic $tasha "orgasm">>\
<<nm $penny "Oh fuck! This is s-so hot! I-I think I'm... C-cumming!">>\
<<pic $penny "orgasm">>\
<<nm $tasha "F-FFUUUCK! <<pName>>... I c-can't... HOLD IT!">>\
<<pic $player "cum-in-mouth">>\
''Fluids fly everywhere as a torrent of squirt erupts from you and $penny.name just as $tasha.name's thick load starts flooding your throat. You all rest for a moment, before rolling off each other.''
<<nm $penny "Mmmmm, hehehe... That was fun!">>\
<<nm $player "@@.ef;Yeah, I haven't been part of a good fuck like that in a while! $tasha.name?@@">>\
''$tasha.name lays on her desk, covered in cum and barely conscious.''
<<nm $tasha "Iiiiieeeehehehe... haaaa... hmmmm...">>\
<<nm $penny "Oh, she'll be fine... C'mon <<pName>>, le's go back to work!">>\
<<love $penny>>
<<love $tasha>>
<<lust $penny>>
<<lust $tasha>>
<<trackAction "suckCock.give" $tasha>>\
<<run prefEdit($tasha,"analFuck.get")>>\
<<run prefEdit($penny,"analFuck.give")>>\
<<horny 0>>
<<elseif isSissy()>>\
<<nm $player "@@.sf;I-it's... s-so big...@@">>\
''Drool starts pooling at the corner of your mouth as you zero in on $tasha.name's twitching cock...''
<<nm $penny "Ooooh, this oughta be good! Hey <<pName>>, I see you scoping that hot rod. Why don't you give it a taste, hm? C'mon, it would make me soooo happy to see that!">>\
<<nm $tasha "H-hold on a s-se-">>\
''As though in a daze, you lunge forward toward $tasha.name's throbbing cock.''
<<pic $action "player-suck-ts">>\
<<nm $tasha "A-AHH!">>\
''Before $tasha.name can protest you swallow her whole. The motion from $penny.name's fucking forces $tasha.name's penis deeper and deeper into you throat with every thrust. Your mouth starts filling with precum while your own sissy juices start trickling down your thighs.''
<<pic $tasha "orgasm">>\
<<nm $penny "Oh fuck! This is s-so hot! I-I think I'm... C-cumming!">>\
<<pic $penny "orgasm">>\
<<nm $tasha "F-FFUUUCK! <<pName>>... I c-can't... HOLD IT!">>\
<<pic $action "oral-creampie">>\
''Fluids fly everywhere as a torrent of squirt erupts from $penny.name just as $tasha.name's thick load starts flooding your throat. You all rest for a moment, before rolling off each other. You've managed to soak your <<UnderwearOrPants>> without even realizing it!''
<<nm $penny "Mmmmm, hehehe... That was fun!">>\
<<nm $player "@@.sf;S-so much c-cum... $tasha.name? A-are you okay?@@">>\
''$tasha.name lays on her desk, covered in cum and barely conscious.''
<<nm $tasha "Iiiiieeeehehehe... haaaa... hmmmm...">>\
<<nm $penny "Oh, she'll be fine... C'mon <<pName>>, le's go back to work!">>\
<<love $penny>>
<<love $tasha>>
<<lust $penny>>
<<lust $tasha>>
<<trackAction "suckCock.give" $tasha>>\
<<run prefEdit($tasha,"analFuck.get")>>\
<<run prefEdit($penny,"analFuck.give")>>\
<<horny 0>>
<<elseif isChastity()>>\
<<nm $penny "So, <<pName>>? You wanna get in on this or what?">>\
<<nm $tasha "W-what? $penny.name, you can't just-OOOHHH!!!">>\
''$penny.name rams her strapon hard into $tasha.name's ass, all the way to the base, shutting her up quickly. Meanwhile, you can feel your <<pSize>> painfully straining against its cage. Even if you wanted to get involved, you wouldn't be able to use your penis.''
<<nm $player "I, um... You know I think I'll just go ahead and watch you to go at it.">>\
<<nm $penny "Aww, that's too bad... Oh well! C'mon honey, time for the grand finale!">>\
<<nm $tasha "H-hold on, that's too h-har-hahaaHAAAA!!!">>\
''You look on as $penny.name starts relentlessly fucking $tasha.name's quivering ass, her cock flopping around wildly spraying precum with every jump. It's only a few moments before $tasha.name explodes, covering her own chest and face with thick cum.''
<<pic $tasha "orgasm">>\
<<nm $penny "Oh fuck! This is s-so hot! I-I think I'm... C-cumming!">>\
<<pic $penny "orgasm">>\
<<nm $tasha "F-FFUUUCK! I c-can't... HOLD IT!">>\
<<pic $action "ts-squirt">>\
''Fluids fly everywhere as a torrent of squirt erupts from $penny.name just as $tasha.name's sputtering orgasm starts calming down. The girls rest for a moment before rolling off of each other...''
<<nm $penny "Mmmmm, hehehe... That was fun!">>\
<<nm $player "That was... a lot... Is she gonna be okay?">>\
''$tasha.name lays on her desk, covered in cum and barely conscious.''
<<nm $tasha "Iiiiieeeehehehe... haaaa... hmmmm...">>\
<<nm $penny "Oh, she'll be fine... C'mon <<pName>>, le's go back to work!">>\
<<love $penny>>
<<love $tasha>>
<<lust $penny>>
<<lust $tasha>>
<<dom $player -1>>
<<run prefEdit($tasha,"analFuck.get")>>\
<<run prefEdit($penny,"analFuck.give")>>\
<<horny 10>>
<<elseif hasPenis()>>\
<<nm $penny "So, <<pName>>? You wanna get in on this or what?">>\
<<nm $tasha "W-what? $penny.name, you can't just-OOOHHH!!!">>\
''$penny.name rams her strapon hard into $tasha.name's ass, all the way to the base, shutting her up quickly. Meanwhile, you can feel your <<pSize>> growing rapidly under your <<UnderwearOrPants>>...''
<<nm $player "Well, I mean... If the offer's on the table, so to speak...">>\
<<nm $penny "Hehe! See $tasha.name? I told you <<he>>'d be interested!">>\
<<nm $tasha "H-hold on! Y-you can't ju-hngth!">>\
<<pic $tasha "suck-player">>\
''You look on as $penny.name starts relentlessly fucking $tasha.name's quivering ass, her cock flopping around wildly spraying precum with every jump. With every forceful thrust, $tasha.name is sent further down on your <<pSize>>. It's only a few moments before $tasha.name explodes, covering her own chest and face with thick cum.''
<<nm $penny "Oh fuck! This is s-so hot! I-I think I'm... C-cumming!">>\
<<pic $penny "orgasm">>\
<<nm $tasha "Hhnngph! HNPH! MMMMPH!">>\
<<pic $action "ts-squirt">>\
<<nm $player "S-shit! H-here it comes $tasha.name!">>\
<<pic $action "oral-creampie">>\
''You flood $tasha.name's throat, causing her to choke between her moans. Fluids fly everywhere as a torrent of squirt erupts from $penny.name just as $tasha.name's sputtering orgasm starts calming down. The girls rest for a moment before rolling off of each other...''
<<nm $penny "Mmmmm, hehehe... That was fun!">>\
<<nm $player "That was, haaa... a lot... Is she gonna be okay?">>\
''$tasha.name lays on her desk, covered in cum and barely conscious.''
<<nm $tasha "Iiiiieeeehehehe... haaaa... hmmmm...">>\
<<nm $penny "Oh, she'll be fine... C'mon <<pName>>, le's go back to work!">>\
<<love $penny>>
<<love $tasha>>
<<lust $penny>>
<<lust $tasha>>
<<dom $player 3>>
<<trackAction "suckCock.get" $tasha>>\
<<run prefEdit($tasha,"analFuck.get")>>\
<<run prefEdit($penny,"analFuck.give")>>\
<<horny 0>>
<<else>>\
<<nm $penny "So, <<pName>>? You wanna get in on this or what?">>\
<<nm $tasha "W-what? $penny.name, you can't just-OOOHHH!!!">>\
''$penny.name rams her strapon hard into $tasha.name's ass, all the way to the base, shutting her up quickly. Meanwhile, you can feel your <<vSize>> moistening under your <<UnderwearOrPants>>...''
<<nm $player "Well, I mean... If the offer's on the table, so to speak...">>\
<<nm $penny "Hehe! See $tasha.name? I told you <<he>>'d be interested!">>\
<<nm $tasha "H-hold on! Y-you can't ju-hngth!">>\
<<pic $penny "facesit-female">>\
''You look on as $penny.name starts relentlessly fucking $tasha.name's quivering ass, her cock flopping around wildly spraying precum with every jump. With every forceful thrust, $tasha.name's face is pushed harder into your cunt. It's only a few moments before $tasha.name explodes, covering her own chest and face with thick cum.''
<<nm $penny "Oh fuck! This is s-so hot! I-I think I'm... C-cumming!">>\
<<pic $penny "orgasm">>\
<<nm $tasha "Hhnngph! HNPH! MMMMPH!">>\
<<pic $action "ts-squirt">>\
<<nm $player "S-shit! H-here it comes $tasha.name!">>\
<<pic $action "female-squirt">>\
''You flood $tasha.name's throat with your thick juices, causing her to choke between her moans. Fluids fly everywhere as a torrent of squirt erupts from $penny.name just as $tasha.name's sputtering orgasm starts calming down. The girls rest for a moment before rolling off of each other...''
<<nm $penny "Mmmmm, hehehe... That was fun!">>\
<<nm $player "That was, haaa... a lot... Is she gonna be okay?">>\
''$tasha.name lays on her desk, covered in cum and barely conscious.''
<<nm $tasha "Iiiiieeeehehehe... haaaa... hmmmm...">>\
<<nm $penny "Oh, she'll be fine... C'mon <<pName>>, le's go back to work!">>\
<<love $penny>>
<<love $tasha>>
<<lust $penny>>
<<lust $tasha>>
<<dom $player 1>>
<<trackAction "eatPussy.get" $tasha>>\
<<run prefEdit($tasha,"analFuck.get")>>\
<<run prefEdit($penny,"analFuck.give")>>\
<<horny 0>>
<</if>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_SalesOffice>>\
''$penny.name rams her cock into $tasha.name's ass, all the way the way to the base of her strapon.''
<<pic $tasha "orgasm">>\
<<nm $tasha "O-ooohhh holy f-ffFFUCK! $penny.name! K-keep going!">>\
<<Thought "Hehe, I think I'll just let them have their fun for now...">>\
''You quietly withdraw, listening to the sounds of their intense sex echoing all the way down the halls as you leave...''
<<btnLink "Continue" "Work">><<loc_Bathroom>>\
''You're walking hurriedly to the bathroom, having held your bladder for just a little too long getting caught up in a previous conversation. Running into a nearby stall to relieve yourself, it's only now you hear the muffled sounds of a woman coming from the back of the restroom. Between her stifled sobs are the sounds of another woman moaning. As quietly as possible, you open the stall door to find a young woman laying on the floor near the custodial closet, her face being smothered and straddled by none other than $penny.name...''
<<pic $penny "facesit-female">>\
<<Thought "Holy shit! What's gotten into her lately!? ... Oh yeah, guess it's kind of my fault, huh? She looks pretty intense right now...">>\
<<btnNotSub "Help the girl - <<t1>>" "Work-13-HelpGirl">>\
<<btnTooHorny "Assist $penny.name - <<t1>>" "Work-13-HelpPenny">>\
<<btnNotHorny "Sneak out" "Work-13-Ignore">>\<<loc_Bathroom>>\
''You flush the toilet and open the door, alerting $penny.name, or at least making her vaguely aware, of your presence.''
<<nm $penny "Hmmmm? Oh, mmm, heya <<pName>>! Come to watch the show? Hehehe...">>\
<<pic $penny "facesit-female">>\
<<nmc "Frantic Woman" "Hm? HMM!!! HMPH MPH!! PLPFF!">>\
''The woman looks visibly panicked, begging you for help with her eyes.''
<<nm $player "$penny.name? What's going on here?">>\
''$penny.name grinds down harder on the woman's face before responding.''
<<nm $penny "Hm? Oh, right... Well I was just minding my own business here when little miss cuntmuncher started prattling on about how the idea of having sex with another woman was, what was it... Oh right, the most disgusting thing in the world to her! So, I just thought I'd, o-oohhh mmmm, broaden her horizons a bit, hehe!">>\
<<nm $player "Come on $penny.name, I think you've made your point..." "Minding your own business, huh?">>\
''She takes her time acknowledging you.''
<<nm $penny "Oh? Think so?">>\
<<if isSissy()>>\
''You feel your <<pSize>> twitching as you look down at the struggling girl.''
<<nm $player "@@.sf;W-well... W-what if I u-umm... What if you u-used me, i-instead?@@" "@@.sf;$penny.name's p-pussy...@@">>\
<<nmc "Frantic Woman" "Hngmph?">>\
''$penny.name smiles wide.''
<<nm $penny "Oh reeeeaaaally? Hehehe, hear that, slut? My 'boss' here just took pity on you! Well, go on, get outta here! And don't forget, if you keep on acting like a cunt I'll just track you down again!">>\
''The woman slides out from under $penny.name, running towards the door.''
<<nmc "Frantic Woman" "Y-you're fucking c-crazy, y'know that? F-fucking psychopath!">>\
''She storms out of the restroom. $penny.name lifts a leg, patting the spot on the floor beneath her.''
<<nm $penny "Well? Watcha' waiting for?">>\
''Drool runs down the corner of your mouth as your body starts moving all on its own. Sliding under $penny.name's face, the last thing you see is her smiling down at you before she presses her dripping pussy into your mouth.''
<<pic $penny "facesit-player">>\
<<nm $penny "Oooohhhh... yeeeeaaaahhhh! Mmmmmmm...">>\
''You lick up and down $penny.name slit, occasionally biting down lightly on her clit causing her to yelp in surprise and pleasure. She grinds herself into your mouth and face, dribbling an ever-increasing amount of juices down your chin and neck. You reach down and start <<if isChastity()>>playing with your <<aSize>><<else>>stroking your <<pSize>><</if>>, nearing your own orgasm just through sheer arousal.''
<<nm $player "Mmm, mmph, sslllrrrph! Mph!">>\
<<nm $penny "O-oh wow, sooo much better than that other bitch! Mmmm, $player.name, I-I'm gonna... I'm gonna...!">>\
<<pic $penny "orgasm">>\
<<nm $player "H-hNNNGGGH!!!">>\
<<if isChastity()>>\
<<pic $action "chastity-squirt">>\
<<else>>\
<<pic $action "sissy-squirt">>\
<</if>>\
''$penny.name's thighs tremble for a moment before she finally rolls off of your saturated face. You lay next to each other for what feels like several minutes, just trying to catch your breath.''
<<nm $penny "You're... really good at that!">>\
<<nm $player "@@.sf;S-so... tastes so... good...@@">>\
''You both sit up at the same time.''
<<nm $penny "We should, um, probably get out of here, hahaha!">>\
''$penny.name gets to her feet and helps you to yours. After cleaning yourselves up, the two of you head out of the bathroom.''
<<lust $penny>>
<<dom $player -3>>
<<trackAction "eatPussy.give" $penny>>\
<<horny 0>>
<<elseif isBimbo()>>\
''You feel your <<vSize>> welling up as you look down at the struggling girl.''
<<nm $player "@@.ef;W-well... I mean, she can't have all the fun down there, right? Tee-hee!@@" "@@.ef;Oh man, I bet $penny.name's pussy tastes soooo good!@@">>\
<<nmc "Frantic Woman" "Hngmph?">>\
''$penny.name smiles wide.''
<<nm $penny "Oh reeeeaaaally? Hehehe, hear that, slut? My boss here just took pity on you! Well, go on, get outta here! And don't forget, if you keep on acting like a cunt I'll just track you down again!">>\
''The woman slides out from under $penny.name, running towards the door.''
<<nmc "Frantic Woman" "Y-you're fucking c-crazy, y'know that? F-fucking psychopath!">>\
''She storms out of the restroom. $penny.name lifts a leg, patting the spot on the floor beneath her.''
<<nm $penny "Well? Watcha' waiting for?">>\
''Drool runs down the corner of your mouth as your body starts moving all on its own. Sliding under $penny.name's face, the last thing you see is her smiling down at you before she presses her dripping pussy into your mouth.''
<<pic $penny "facesit-player">>\
<<nm $penny "Oooohhhh... yeeeeaaaahhhh! Mmmmmmm...">>\
''You lick up and down $penny.name slit, occasionally biting down lightly on her clit causing her to yelp in surprise and pleasure. She grinds herself into your mouth and face, dribbling an ever-increasing amount of juices down your chin and neck. You reach down and start stroking your <<vSize>>, nearing your own orgasm just through sheer arousal.''
<<nm $player "Mmm, mmph, sslllrrrph! Mph!">>\
<<nm $penny "O-oh wow, sooo much better than that other bitch! Mmmm, $player.name, I-I'm gonna... I'm gonna...!">>\
<<pic $penny "orgasm">>\
<<nm $player "H-hNNNGGGH!!!">>\
<<if hasPenis()>>\
<<pic $action "ts-squirt">>\
<<else>>\
<<pic $action "female-squirt">>\
<</if>>\
''$penny.name's thighs tremble for a moment before she finally rolls off of your saturated face. You lay next to each other for what feels like several minutes, just trying to catch your breath.''
<<nm $penny "You're... really good at that!">>\
<<nm $player "@@.ef;You're... ha... s-so yummy...@@">>\
''You both sit up at the same time.''
<<nm $penny "We should, um, probably get out of here, hahaha!">>\
''$penny.name gets to her feet and helps you to yours. After cleaning yourselves up, the two of you head out of the bathroom.''
<<lust $penny>>
<<dom $player -3>>
<<trackAction "eatPussy.give" $penny>>\
<<horny 0>>
<<else>>\
''You give $penny.name a stern, if not a little amused look. She finally rolls her eyes, climbing off the crying woman's face and allowing her to go.''
<<nm $penny "FIIIIIIINE... Just remember slut, next time my lover here might not be around to take pity on you, hehehe!">>\
<<nmc "Frantic Woman" "Y-you're fucking c-crazy, y'know that? F-fucking psychopath!">>\
''She storms out the door. $penny.name slips her panties back on before skipping over and wrapping her arms around your body.''
<<nm $penny "So, lookin' for me?">>\
<<nm $player "Hm? Oh, ha, no... No I just had to pee... Wanna grab some coffee?">>\
<<nm $penny "Oh that sounds good!">>\
''The two of you head off to the lobby.''
<<dom $player 3>>
<</if>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_Bathroom>>\
''You flush the toilet and open the door, alerting $penny.name, or at least making her vaguely aware, of your presence.''
<<nm $penny "Hmmmm? Oh, mmm, heya <<pName>>! Come to watch the show? Hehehe...">>\
<<pic $penny "facesit-female">>\
<<nmc "Frantic Woman" "Hm? HMM!!! HMPH MPH!! PLPFF!">>\
''The woman looks visibly panicked, begging you for help with her eyes.''
<<nm $player "$penny.name? What's going on here?">>\
''$penny.name grinds down harder on the woman's face before responding.''
<<nm $penny "Hm? Oh, right... Well I was just minding my own business here when little miss cuntmuncher started prattling on about how the idea of having sex with another woman was, what was it... Oh right, the most disgusting thing in the world to her! So, I just thought I'd, o-oohhh mmmm, broaden her horizons a bit, hehe!">>\
<<nmc "Frantic Woman" "Hnnnph... Hph...">>\
''As she whimpers, $penny.name simply grinds down even harder.''
<<nm $player "Well, it looks like you've certainly set her straight, huh?">>\
<<nm $penny "Hehe! Well, almost... Actu-ooooohhhh fffffuck! For not liking girls this bitch sure can eat pussy! A-anyway, I wanted to test something fun! Grab my b-bag over there, there's a vial and a syringe kit in it-oooohOOOHHH!">>\
''$penny.name sprays a thick wave of juices over the woman's face, into her nose and eyes, before forcing herself to calm down and suppress the orgasm. She rests for only a moment before resuming her grinding, leaving the woman visibly defeated. Meanwhile, you find the vial $penny.name was talking about. Visibly, it <<if $Chapter > 2>>looks a little like the BMB-1 serum used on $julia.name, with some other elements mixed in.<<else>>doesn't quite look like anything you've developed before.<</if>> Either way, you can tell it's been fairly diluted.''
<<nm $player "Alright, $penny.name. This is?">>\
<<nm $penny "Hm? Ohhh, yeah! That's it! Go ahead and get it ready, I've got a surprise for miss cuntlicker over here...">>\
''You hand the syringe to $penny.name, eliciting a look of terror from the woman.''
<<nm $penny "Okay, just gotta... Mmmm, just gotta get there f-first... Mmmm, a-aahhhHHERE WE GO!">>\
<<pic $penny "orgasm">>\
''You watch on as $penny.name unleashes a torrent of hot squirt into the poor woman's mouth as she reaches the height of her orgasm. Just as the girl starts choking, $penny.name injects her with the serum, directly in her neck. Her eyes go wide as she begins to tremble until, much to your surprise...''
<<pic $action "female-squirt">>\
<<nmc "Frantic Woman" "HNNNMMMGGG!!!">>\
''The woman starts spasming beneath $penny.name as buckets of cum spray from between her legs. It's by far one of the most intense orgasms you've ever seen, taking several minutes before the woman finally calms down. Once she's finally silent, $penny.name climbs off of her. She sits up, clearly in a bit of a daze.''
<<nmc "Frantic Woman" "Wha... w-what did you... do...">>\
<<pic $penny "topless">>\
<<nm $penny "I'm glad you asked! Have you ever heard of sensory association? Basically, I just forced you to have the most incredibly amazingly roaring orgasm of your whole life! And, you did it while suckin' on my cunt and swallowin' my squirt. Do you see where I'm going with this?">>\
<<Thought "Oh wow...">>\
''She looks confused, slowly getting to her feet.''
<<nmc "Frantic Woman" "I don't... understand...">>\
<<nm $penny "I'll make it simple then. You can't cum, like, AT ALL, unless you're going to town on my little beaver here. Emphasis on mine, specifically. As a special bonus, my little concoction is going to make sure to keep you nice and horny, so don't just think you can forget about my pussy and move on!">>\
''The woman looks at $penny.name with spiteful disbelief.''
<<nmc "Frantic Woman" "You expect me to believe that? You're a fucking psycho! Stay the fuck away from me or I'll make sure they don't find your body!">>\
<<nm $penny "Aww, that's not very nice! I think we'll end up being besties!">>\
''Still in shock, the woman storms out of the bathroom.''
<<nm $player "Was all that true?">>\
<<nm $penny "You really think I'd lie about something like that!?">>\
<<nm $player "Hm, good point... So... Wanna grab some coffee?">>\
<<nm $penny "Oh that sounds good!">>\
''The two of you head off to the lobby.''
<<love $penny>>
<<lust $penny>>
<<AddConvo $penny 29>>\
<<AddWorkEvent 25 3>>\
<<run prefEdit($penny,"eatPussy.get")>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_Bathroom>>\
''$penny.name is too absorbed in her current engagement to notice you opening the stall door and sneaking out of the bathroom.''
<<Thought "I feel like I should talk to $penny.name about this... then again... maybe not...">>\
<<btnLink "Continue" "Work">><<loc_SalesOffice>>\
''You're walking down the lobby hallways on a break from the lab, just taking in the atmosphere. You notice the sales offices are mostly empty today, but $tasha.name's light's on and her door is cracked slightly.''
<<Thought "I've got some time to kill, maybe I'll drop in and see what $tasha.name's up to...">>\
''As you go to knock on the door you accidentally push it more than you intended to, swinging the door open.''
<<pic $tasha>>\
<<art $tasha "embarrassed,2">>\
''$tasha.name is looking at you, eyes wide, mouth closed... hands under her desk. Amidst the awkward silence, you hear the sound of buzzing coming from where she's sitting.''
<<nm $player "...Hey...">>\
<<nm $tasha "...Hey...">>\
<<btnChoice "Ask her what she's up to - <<t1>>" "Work-14-Stay">>
<<btnChoice "Quietly close the door and walk away" "Work-14-Leave">><<if firstVisit()>>\
<<AddWorkEvent 16>>\
<<AddConvo $tasha 6>>\
<<SetFlag $tasha "caughtMasturbating">>\
<</if>>\
<<loc_SalesOffice>>\
''You step inside $tasha.name's office, closing the door behind you. Her face is getting redder by the second as the buzzing sound persists.''
<<nm $player "So... Whatcha up to?">>\
<<pic $tasha>>\
<<art $tasha "embarrassed,2">>\
<<nm $tasha "Y'know... w-work...">>\
''$tasha.name shifts her body slightly, which to her horror causes the device she's been hiding to fall out and hit the hard floor with a loud thud. You both watch in silence as a large, wet, pink vibrator flails around on the floor, sending occasional splashes of lubricant flying in random directions.''
<<nm $player "You, uh... You wanna take care of that or should I?">>\
''$tasha.name continues to hang her head in silence, so you get down to the ground, pick up the vibrator, and...''
<<btnChoice "Turn it off and give it back" "Work-14-GiveBack">>
<<btnChoice "Leave it on and put it back" "Work-14-PutBack">>
<<btnChoice "Leave it on and take it with you" "Work-14-TakeWith">><<loc_SalesOffice>>\
''You switch off the device, still wet from being inside $tasha.name for who knows how long. She extends a hand as you reach across her desk and takes it from you, placing it in one of her drawers.''
<<nm $player "You do this sort of thing often?">>\
<<pic $tasha>>\
<<art $tasha "sad,0,default-hard">>\
<<nm $tasha "...Yeah.">>\
<<nm $player "That's... actually kinda hot... Well, I'll leave you to it. Maybe you and I can talk about our secret office activities later, hm? Might be fun!">>\
''$tasha.name is blushing even harder now, somehow, but you can see a slight smile forming as she nods without making eye contact.''
''You quietly leave her office and close the door behind you. After taking a couple steps you hear what you think is the sound of her toy starting back up.''
<<love $tasha>>
<<lust $tasha>>
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">><<loc_SalesOffice>>\
''You leave the device running, letting it splash around, cold lube hitting your wrist and $tasha.name's face and clothing. You slowly walk around her desk until you're standing right in front of her.''
<<nm $tasha "W-what are you?">>\
<<nm $player "Lift your skirt, please.">>\
''$tasha.name blushes harder, but with her little secret buzzing in your hand she slowly lifts her skirt. She's not wearing any panties and her still rock hard cock is further evidence of her activities.''
<<nm $player "Here, let's put this back.">>\
''You lean in and ram the vibrator into her wet asshole, all the way up to the flared base. She puts her hands to her mouth to stifle the scream, though her high pitched moaning still escapes through her fingers.''
<<pic $tasha>>\
<<act $tasha "orgasm">>\
<<nm $tasha "Th-thank you...">>\
<<nm $player "No problem. I should leave, but we'll talk about this later, I'm sure.">>\
''You quietly leave her office and close the door behind you.''
<<love $tasha>>
<<lust $tasha>>
<<dom $player 5>>
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">><<loc_SalesOffice>>\
''You examine the device for a moment, allowing it to splash about, before shooting $tasha.name a mischievous glance.''
<<nm $player "Did you want this back?">>\
<<pic $tasha>>\
<<art $tasha "embarrassed,0,default-hard">>\
<<nm $tasha "...Y-yes... please...">>\
<<if analPlugged()>>\
''You grin mischievously as you wag the vibrating toy in front of $tasha.name, making her blush intensely. Finally, you switch the toy off and walk towards the door with it still in hand.''
<<nm $tasha "W-what are you...">>\
''You look back over your shoulder.''
<<else>>\
<<set $player.accb to "vibrating-buttplug">>\
''You run your hand along the length of the device, spreading the lubricant across the toy. You then remove your <<bottom>><<if isWearingUnderwear()>> and pull your <<underwear>> to the side<</if>>.''
<<nm $tasha "W-what are you...">>\
''You press the buzzing tip up against your <<aSize>>. It's lubricated enough that it begins to slide in easily until it's eventually up to the flared base. The sensation is nearly unbearable at first, but you slowly get used to it.''
<</if>>\
<<nm $player "If you want it back, you'll need to come take it.">>\
<<AddAccb "vibrating-buttplug">>\
''You exit the office and close the door behind you, leaving $tasha.name stunned and silent.''
<<love $tasha>>
<<lust $tasha>>
<<horny 10>>
<<RemoveWorkEvent 14>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_SalesOffice>>\
<<nm $player "I'll just... leave you to it then.">>\
''You close the door and walk back out to the hallway''
<<Thought "Maybe I'll have to bring this up to her at some point...">>\
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''You're walking down the hallway when you suddenly bump into $tasha.name.''
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "Oh, hey $player.name, didn't see you there.">>\
<<nm $player "Hey $tasha.name, what are you up to?">>\
<<nm $tasha "Eh, I get a little cooped up working down here all day. I was thinking about walking to that cafe down on the corner to get some decent coffee. Hey, if you're not busy, did you maybe wanna come along?">>\
<<if $Money >= 20>>\
<<btnChoice "Treat $tasha.name to coffee - <<t1>> - @@.loss;$$20@@" "Work-15-Treat" "$Money -= 20">>
<<btnChoice "Not right now" "Work-15-Pass">>
<<else>>\
<<btnChoice "Can't afford it" "Work-15-Broke">>
<</if>>\<<loc_Cafe>>\
<<nm $player "Yeah, I'd love to. In fact, it'll be my treat!">>\
<<nm $tasha "Aw, you're too much! Well, who am I to pass up an offer like that?">>\
''You and $tasha.name take the elevator to the surface and walk down to a small cafe on the corner. It's a bit run down, which isn't too surprising given its location, but it's still nice enough. You order some fancy coffee for you and $tasha.name and take a seat at an uncomfortably tall table, talking over your hot beverages.''
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "Thanks a lot, $player.name... I, uh, like spending time together... O-out of the office, I mean, haha. Um, anyway, I need to use the bathroom. Do you mind packing these up so we can take them back to the office?">>\
<<nm $player "Yeah, no problem.">>\
<<if serums() > 0>>\
<<Thought "I have some serum on me... This might be a good time to slip some into $tasha.name's drink if I wanted to test it on her...">>\
<<btnChoice "Dose $tasha.name's coffee" "Work-15-Spike">>
<<btnChoice "Don't use a serum" "Work-15-NoSpike">>
<<else>>\
<<Thought "Hm, too bad I don't have any serum on hand. I could probably get away with dosing her drink while she's away.">>\
''$tasha.name returns from the bathroom and takes her cup.''
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "Tee-hee, ready? Let's head back!">>\
''The two of you walk back to the office, elbows locked. $tasha.name appears to be in a good mood.''
<<love $tasha>>
<<btnLink "Continue" "Work" "passTime()">>
<</if>>\<<loc_Lobby>>\
<<nm $player "I'm gonna have to take a raincheck today. Another time, though, for sure!">>\
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "Alright, then. It's a date!">>\
''She smiles, but can't completely mask her disappointment You walk with $tasha.name to the elevator, then head back to the lobby.''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
<<Thought "Hm, if I'm going to go out for coffee with $tasha.name, I should really be the one treating. Since I'm broke at the moment, it'd probably be best to just reschedule...">>\
<<nm $player "I'm gonna have to take a raincheck today. Another time, though, for sure!">>\
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "Alright, then. It's a date!">>\
''You walk with $tasha.name to the elevator, then head back to the lobby.''
<<btnLink "Continue" "Work">><<loc_Cafe>>\
''You prepare a vial of serum, but are unable to apply it before $tasha.name returns. You palm the small vial and insist you carry her cup back to the office. Once back, you head for the commons...''
<<nm $player "Hey, I'm gonna go warm these up. I'll bring it to you back in your office.">>\
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "Thank you so much, $player.name! I'll see you there.">>\
<<btnLink "Go to the commons" "Tasha-Dose">>\<<loc_Cafe>>\
''$tasha.name returns from the bathroom and takes her cup.''
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "Tee-hee, ready? Let's head back!">>\
''The two of you walk back to the office, elbows locked. $tasha.name appears to be in a good mood.''
<<love $tasha>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
''Walking down the hallway, you see $tasha.name standing up against a wall with her head down. As you draw closer, you notice her face is beet red.''
<<nm $player "Hey $tasha.name, everything okay?">>\
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "Um, yeah, uh, actually... I was waiting for you." "EEP!">>\
<<nm $player "For me?">>\
<<nm $tasha "Y-yeah, um, it's about the other day, when you, uh, caught me in my office.">>\
<<Thought "Oh yeah, with her vibrator...">>\
<<nm $player "Haha, hey, it's really not a big deal. You're a grown woman, and, hell, considering where we work, I mean...">>\
<<nm $tasha "N-no, that's not it. I'm not, embarrassed or anything. What I was wondering was, ah, if maybe you'd like to check out what else I keep around my office?">>\
<<nm $player "...Oh!">>\
<<btnTooHorny "Sure! - <<t1>>" "Work-16-Look">>\
<<btnNotHorny "Maybe another time" "Work-16-Pass">>\<<loc_SalesOffice>>\
<<nm $player "Sure $tasha.name, sounds fun.">>\
<<nm $tasha "Really!? Well alright! Let's go!">>\
''You follow $tasha.name to her office. She closes her door and locks it, then swings around behind her desk. She's going on and on about her collection, and her favorite toys depending on her mood, all the while pulling various dildos and vibrators and buttplugs out of her drawers to display on top of her desk. Amidst everything, one item catches your attention...''
<<if hasPenis() and not $player.isVeryDom and not isChastity()>>\
<<nm $player "Hey, $tasha.name, what's that there?">>\
<<if $tasha.hasPussy>>\
<<nm $tasha "This? This is a chastity device! I bought it because I thought the idea of it was really hot, but when it came time to actually try it out I didn't have anyone to put it on... Hey, I know! Why don't you let me try putting on you!?">>\
<<else>>\
<<nm $tasha "This? This is a chastity device! I bought it because I thought the idea of it was really hot, but when it came time to actually try it out... Hey, I know! Why don't you let me try putting on you!?">>\
<</if>>\
<<nm $player "W-what? Me? Why?">>\
<<nm $tasha "Come on! It'll be fun! Please? I just wanna see it on you and I'll take it right off, I promise!">>\
''You hesitate, but finally concede to $tasha.name's begging.''
<<nm $player "F-fine... Just, for a minute. Then it comes right off!">>\
<<nm $tasha "You got it!">>\
''$tasha.name pulls down your <<bottom>>, revealing your <<pSize>>.''
<<NoticePenis $tasha>>\
''She licks her lips as she fastens the chastity cage around you, smiling gleefully until...''
@@TINK!@@
<<nm $tasha "Oh no...">>\
<<nm $player "Oh no? What's going on down there!? $tasha.name!?">>\
''$tasha.name stands up, holding the small key to the chastity cage, or at least half of it.''
<<nm $tasha "The, uh, key broke off in the lock... It's stuck...">>\
<<nm $player "..................">>\
<<nm $tasha "Look, it's, ah, not that big a deal, okay? You know Ash's store in the mall? IMAGE? That's where I got this from... I'm sure they deal with this sort of thing all the time. They should be able to get it off you no problem!">>\
<<nm $player "..................">>\
''$tasha.name's panicking, not really sure what to do. She helps put your <<bottom>> back on and gives you a hug.''
<<nm $tasha "I-I'm so sorry, $player.name! Please don't hate me, it was an accident. I'm sure you'll be able to get it taken off at IMAGE. I'm positive!">>\
<<nm $player "Y-yeah... Okay...">>\
''You slowly walk out of $tasha.name's office without saying another word.''
<<AddChastity $tasha>>\
<<dom $player -1>>
<<elseif hasPenis() or hasStrapon()>>\
<<nm $player "Hey, $tasha.name, what's that there?">>\
<<nm $tasha "This? This is just your good old fashioned buttplug! It's... a little boring for me, so I only used it once or twice... Hey, I know! Why don't you take it!">>\
<<nm $player "W-what? Me? Why?">>\
<<nm $tasha "Well... I dunno, I guess it would kinda be like our very dirty little secret, y'know? I mean, you don't have to use it if you don't want to, I just...">>\
''$tasha.name is becoming visibly flustered, obviously having her own reasons for wanting you to take the buttplug.''
<<nm $player "Um, hey, sure, yeah. It'll be, um, fun!">>\
<<nm $tasha "Yeah? Awesome! Here, I'll roll it up in a t-shirt so you can take it with you...">>\
''$tasha.name packs up the buttplug and hands it to you, grinning ear to ear.''
<<AddAccb "buttplug">>\
<<else>>\
<<nm $player "Hey, $tasha.name, what's that there?">>\
<<nm $tasha "This? This is just your good old fashioned strapon! I had a girlfriend once who was way into using them, but, after we broke up I haven't really had the chance to use it. This is one I actually bought myself but haven't had a a chance to have someone, um, you know... Hey, I know! Why don't you take it!">>\
<<nm $player "W-what? Me? Why?">>\
<<nm $tasha "Well... I dunno, I guess it would kinda be like our very dirty little secret, y'know? I mean, you don't have to use it if you don't want to, I just...">>\
''$tasha.name is becoming visibly flustered, obviously having her own reasons for wanting you to take the strapon.''
<<nm $player "Um, hey, sure, yeah. It'll be, um, fun!">>\
<<nm $tasha "Yeah? Awesome! Here, I'll roll it up in a t-shirt so you can take it with you...">>\
''$tasha.name packs up the strapon and hands it to you, grinning ear to ear.''
<<AddAccf "strapon">>\
<<dom $player 1>>
<</if>>\
<<love $tasha>>
<<lust $tasha>>
<<RemoveWorkEvent 16>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
<<nm $player "That sounds like a lot of fun, $tasha.name, but I've actually got some other things I need to take care of right now. Another time?">>\
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "Yeah? You will? Okay, sure! Another time then!">>\
''$tasha.name smiles at you, but can't completely hide her disappointment.''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''As you walk through the lobby you notice $diana.name sitting on a leather sofa, scrolling through her phone and looking bored.''
<<nm $player "Hey $diana.name, slow day?">>\
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "Hm? Oh, $player.name. Yes, something like that. I'm waiting for HQ to process some paperwork I sent them and until they do, I really can't move forward with any of my projects. So, here I am... Hey, I know! How would you like to treat your beautiful business manager to some fine dining?">>\
<<nm $player "Fine dining, huh?">>\
<<nm $diana "Yes! There's an excellent seafood restaurant not a few miles from here. I've been dying for a charming <<man>> such as yourself to take me there. Hm? What do you say?">>\
<<if $Money >= 100>>\
<<btnChoice "Take $diana.name out for seafood - <<t1>> - @@.loss;$$100@@" "Work-17-Take" "$Money -= 100">>
<<btnChoice "Not right now" "Work-17-Pass">>
<<else>>\
<<btnChoice "Can't afford" "Work-17-Broke">>
<</if>>\<<loc_Lobby>>\
<<nm $player "Sure, $diana.name, that sounds like fun.">>\
''$diana.name gives you a somewhat surprised look over her glasses before hopping off the sofa.''
<<pic $diana>>\
<<art $diana "happy,2">>\
<<nm $diana "Really? Splendid! Well, come on, let's go!">>\
''You take the elevator to the surface where you and $diana.name enter a company SUV. She directs the driver to the restaurant where, after a short wait, the two of you sit down to eat.''
<<nm $diana "I must say, $player.name, I didn't really expect to get away with this. Quite the smooth operator, aren't you?">>\
<<nm $player "Ahah, I don't know about that, but I do enjoy spending time with you. Plus, y'know, seafood...">>\
''$diana.name drops her composure for a brief moment as you catch her lightly blushing. She's saved as your orders arrive, and you both make idle chat as you eat.''
<<nm $diana "That was fantastic! Well, I'd say you've earned a little reward! Sophie may be the one who signs your paychecks, but I'm the one who writes them. I doubt anyone would pay much attention if a certain chemist were to get a little raise, hm?">>\
''Not really sure how to react, you smile and finish your plate. You and $diana.name head back to the office where she pulls you aside one last time.''
<<nm $diana "Money's great and all, dear, but if you want a 'real' reward from me I suggest you start visiting more often. I'll see you around!">>\
''$diana.name's hot breath in your ear has you more than a little worked up...''
@@.gain;Gained a $$50 raise!@@
<<set $Paycheck += 50>>\
<<love $diana>>
<<lust $diana>>
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
<<nm $player "Sorry, $diana.name, I really can't right now.">>\
<<pic $diana>>\
<<art $diana "sad">>\
<<nm $diana "No? That's a shame. It's your loss...">>\
''$diana.name goes back to lying on the couch, lazily swiping through her phone.''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
<<Thought "I think I know the place she's talking about... They run at least $$50 a plate, $$100 in total, and I don't have that kind of money right now.">>\
<<nm $player "Sorry, $diana.name, I really can't right now.">>\
<<pic $diana>>\
<<art $diana "sad">>\
<<nm $diana "No? That's a shame. It's your loss...">>\
''$diana.name goes back to lying on the couch, lazily swiping through her phone.''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''You're walking down the office hallways when $diana.name catches sight of you.''
<<pic $diana>>\
<<art $diana>>\
<<nm $diana "$player.name, is that you?">>\
<<nm $player "$diana.name? What's up?">>\
<<nm $diana "Oh good! I'm a bit swamped with processing these sales records, and I was hoping to convince someone to maybe go down to the commons and pour me a cup of tea? I'll give you cash.">>\
<<btnChoice "Sure thing - <<t1>>" "Work-18-Sure">>
<<btnChoice "I can't right now" "Work-18-Pass">><<loc_Lobby>>\
<<nm $player "Sure thing, $diana.name. I don't mind.">>\
''$diana.name pulls a $$5 bill out of her purse and you head to the commons.''
<<love $diana>>
<<btnLink "Go to commons" "Diana-Dose">>\<<loc_Lobby>>\
<<nm $player "Sorry $diana.name, I'm a little busy myself right now.">>\
<<pic $diana>>\
<<art $diana "angry">>\
<<nm $diana "Ooooooookay. I'm sure someone will come along.">>\
<<btnLink "Continue" "Work">><<loc_Lobby>>\
<<if $john.cPlayer > 0>>\
''You're walking down the hallway when you hear the unmistakable sounds of $john.name barreling down the aisle.''
<<pic $john>>\
<<art $john>>\
<<nm $john "Hey <<buddy>>, wanna go play our new little game again? I thought I'd free up some time for ya', whaddaya say?">>\
<<btnLink "Follow $john.name to the bathroom..." "John-ISS-Bathroom-Dom">>
<<btnLink "Go back" "Sales-John">>
<<else>>\
''You're walking down the hallway when you hear the unmistakable sounds of $john.name barreling down the aisle.''
<<pic $john>>\
<<art $john "happy">>\
<<nm $john "Hey <<buddy>>! Brought you somethin'">>\
''$john.name shoves a cold beer into your hand and pops off the top before taking a nearby seat.''
<<picB $john "beer">>\
<<if flag($john,"Beer-Talk-1")>>\
<<nm $player "Thanks...">>\
<<nm $john "Hahaha, anything for you!">>\
''You listen to $john.name make small talk for a few minutes before he finally stands up and throws his empty bottle into a nearby bin.''
<<else>>\
<<nm $player "I know this place is... unique... but still. I've never seen an office where employees have free access to alcohol.">>\
''$john.name finishes taking a large drink.''
<<nm $john "Yeah, well, that's the thing. The Company'll hire anyone they think'll benefit 'em, even if they're shitbags like me, haha.">>\
''He finishes his drink before continuing...''
<<nm $john "They don't care if you're drunk, high, weird, psycho, whatever. Long you get results, and can act professional in the field and around the bigwigs, you ain't got nothin' to worry about.">>\
''You take another sip of your beer.''
<<nm $john "Anyway, that's about the size of it. You already know what it is we do here. You fuck up or fail to meet expectations, and you and your family end up 'missing'.">>\
<<SetFlag $john "Beer-Talk-1">>\
''$john.name stands up and tosses his bottle in a bin across the hallway.''
<</if>>\
<<nm $john "Well I gotta go take a piss now. You?">>\
<<btnChoice "Follow $john.name into the bathroom - <<t1>>" "John-ISS-Bathroom-Start" "passTime()">>
<<btnChoice "Go back to lobby" "Work" "passTime()">>
<</if>>\<<set $M1 to random(0,7), $M2 to $matYield * 2>>\
<<loc_Lab>>\
''You walk into the lab and notice $penny.name is struggling a little bit with some raw components.''
<<nm $player "Um, hey $penny.name. What's goin' on over here?">>\
<<pic $penny>>\
<<art $penny "angry,2">>\
<<nm $penny "FUCK! Oh, not you, sorry... I'm trying to process a batch of $chem[$M1].name but I think the equipment hates me today. Hey, I don't suppose you'd mind giving me a hand? If you helped, we might even be able to pull in a higher yield than usual.">>\
<<btnChoice "Help $penny.name process a batch of $chem[$M1].name - <<t1>>" "Work-2-Help">>
<<btnChoice "Tell her you don't have time right now" "Work-2-Pass">><<loc_Lab>>\
<<nm $player "Yeah $penny.name, no problem. Make some room and we'll get this figured out.">>\
''You both work on getting the prep station up and running again, noticing the the monitoring software you both use had somehow lost some of its settings. After that's resolved, you're able to operate smoothly once again.''
<<pic $penny>>\
<<art $penny "happy,2">>\
<<nm $penny "Thanks boss, I don't know how long it would have been before I caught that. In any case, looks like I was right about having you help!">>\
@@.gain;Gained $M2 mL $chem[$M1].name!@@
<<set $chem[$M1].qty += $M2>>\
<<love $penny>>
<<unset $M1, $M2>>\
<<btnLink "Continue" "Work" "passTime()">><<unset $M1, $M2>>\
<<loc_Lab>>\
<<nm $player "Sorry, $penny.name, I've actually got some other things that I need to attend to. Are you gonna be okay here?">>\
<<pic $penny>>\
<<art $penny "sad,2">>\
<<nm $penny "Yeah boss, no problem, though we may need to buy some new measuring glasses after I finish smashing all these ones...">>\
''You leave $penny.name be, confident she'll figure things out... probably...''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''You're walking down the office hallway when $john.name comes charging at you.''
<<pic $john>>\
<<art $john>>\
<<nm $john "Hey hey <<buddy>>! Where's our drinks at?">>\
<<nm $player "Drinks? What?">>\
<<nm $john "Yeh you don' remember? You said you was gonna grab us a couple brews to celebrate, uh, $time.day!">>\
<<Thought "I... said no such thing.">>\
<<if $Money >= 20>>\
<<btnChoice "Go grab a couple beers... - @@.loss;$$20@@ - <<t1>>" "Work-20-Beer" "$Money -= 20,$player.hasBeer to true">>
<<btnChoice "I don't have them" "Work-20-NoBeer">>
<<else>>\
<<btnChoice "I can't even afford beer" "Work-20-Broke">>
<</if>>\<<loc_Lobby>>\
<<nm $player "...Sure man, I left 'em in the commons. I'll go grab them and meet you in your office.">>\
<<pic $john>>\
<<art $john "happy">>\
<<nm $john "Fuckin' eh'!">>\
<<love $john>>
<<if serums() > 0>>\
<<btnLink "Go grab a couple beers from the commons" "John-Dose">>
<<else>>\
<<btnLink "Go grab a couple beers from the commons" "Sales-John-Talk">>
<</if>>\<<loc_Lobby>>\
<<nm $player "Sorry man, I have exactly no beers.">>\
<<pic $john>>\
<<pic $john "angry">>\
<<nm $john "Aw come on! Whatevs, fuck off!">>\
''$john.name stomps away.''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
<<nm $player "Sorry man, I'm so broke right now I can't even afford shitty office beer!">>\
<<pic $john>>\
<<art $john "angry">>\
<<nm $john "Aw come on! Whatevs, fuck off!">>\
''$john.name stomps away.''
<<btnLink "Continue" "Work">><<loc_Bathroom>>\
''You're walking down the hallway when you suddenly find yourself face to face with $john.name.''
<<pic $john>>\
<<art $john "happy">>\
<<nm $john "Hey there, <<buddy>>! You ain't busy, are ya'?">>\
''$john.name places a hand firmly on your shoulder.''
<<nm $player "I, uh-">>\
''Catching you off guard, $john.name shoves you backward in the bathroom, then against the sinks.''
<<if flag($john,"slapDown")>>\
<<if isMale() or isSissy()>>\
<<nm $john "Alright you fuckin' faggot, I think it's high time I paid you back for the other day!">>\
<<else>>\
<<nm $john "Alright you stupid cunt, I think it's high time I paid you back for the other day!">>\
<</if>>\
<<else>>\
<<nm $john "Hahaha, y'know we never finished our conversation last time we were here. I think, ahhhhh, you were about to suck my cock, yeah?">>\
<<nm $player "Haha, right, but you were just jok-">>\
<</if>>\
''A hard slap across the head from $john.name disorients you for a moment. You steady yourself, noticing $john.name's begun unfastening his belt.''
<<nm $player "W-what the fu..." "Fuck, my head...">>\
<<nm $john "What? You thought I was just gonna forget about what you said earlier? Fuck you! You think yer hot shit just 'cause Sophie picked you out as her little helper. I think it's about time you learned your place!">>\
''$john.name looks like he's about to take another swing at you.''
<<btnDom "Dodge the swing and counterattack" "Work-21-Counter">>\
<<btnNotSub "Dodge the swing" "Work-21-Dodge">>\
<<btnTooSub "Brace for the impact - <<t1>>" "Work-21-Take">>\<<loc_Bathroom>>\
<<Thought "Fuck this!">>\
''Still staggered from $john.name's sucker punch earlier, you manage to gain your bearings fast enough to not only deflect $john.name's swing, but also throw one of your own! Your fist connects with $john.name's jaw with a loud crack as he topples over.''
<<nm $player "What the fuck is your problem, man!">>\
''Rage overtakes $john.name's face as he struggles to get to his feet.''
<<pic $john>>\
<<art $john "angry,2">>\
<<nm $john "I... T'ch, fuck you!">>\
<<nm $player "Really!? That's it? You just tried to, fuck, I don't even fuckin' know what you trying to do, and that's all you got? This is sad, $john.name.">>\
''He stares at you for a moment, steaming, before he finally turns around and throws the bathroom door open. You hear him storming down the hallway.''
<<Thought "What the actual fuck...">>\
<<dom $player 10>>
<<RemoveWorkEvent 21>>\
<<btnLink "Continue" "Work">><<loc_Bathroom>>\
<<Thought "Fuck this!">>\
''Still staggered from $john.name's sucker punch earlier, you manage to gain your bearings fast enough to push past $john.name and avoid his swing. You end up behind him, with your back to the bathroom door.''
<<nm $player "What the fuck is your problem, man!">>\
''Rage overtakes $john.name's face as he struggles to get to his feet.''
<<nm $john "I... T'ch, fuck you!">>\
<<nm $player "Really!? That's it? You just tried to, fuck, I don't even fuckin' know what you trying to do, and that's all you got? This is sad, $john.name.">>\
''He stares at you for a moment, steaming, before he finally shrugs his shoulders and starts laughing.''
<<nm $john "Hahaha, fuck, whatever... You just keep prancin' around like you own the fuckin' place. You'll get what's commin' to ya' sooner or later.">>\
<<nm $player "What... the fuck is wrong with you?">>\
''Unable to wrap your head around the situation, you turn around and leave the bathroom. Whatever just happened, you're sure $john.name's not just going to drop it here...''
<<dom $player 5>>
<<btnLink "Continue" "Work">><<loc_Bathroom>>\
@@SMACK!@@
''$john.name lands a clean blow to your head. Your ears are ringing and your vision's blurred. You can't quite get your bearings, but you know you've hit the floor. There's a burning pain on the top of your head, presumably because $john.name has grabbed you by your hair to pull you into position. There's a strong odor prompting you to regain your senses, and as your vision clears you can see $john.name's increasingly erect penis just inches from your face. You prepare yourself for what's coming next...''
<<if hasPussy()>>\
<<nm $john "Ha! See, I knew when I met you that you were a little slut, and here you are getting ready to suck my cock like a good bitch. Well, come on, don't leave me hangin' here!">>\
<<else>>\
<<nm $john "Ha! See, I knew when I met you that you were a little sissy faggot, and here you are getting ready to suck my cock like a good bitch. Well, come on, don't leave me hangin' here!">>\
<</if>>\
<<SexInitialize $john>>\
<<btnLink "Give in to $john.name" "John-ISS-Bathroom-Suck" "$sex.path = 'forced'">><<loc_Lobby>>\
''You're walking through the office when, turning the corner, you happen to see $sophie.name sitting on a bench scrolling through her phone. She notices you and stands up to greet you.''
<<pic $sophie>>\
<<art $sophie>>\
<<nm $sophie "Ah, $player.sophieName, how are you?">>\
<<nm $player "Doing okay, what are you up to?">>\
''$sophie.names takes a deep breath, slumping her shoulders.''
<<nm $sophie "Honestly, I'm just trying to find a minute to catch my breath... Say, if you're not too busy, maybe you and I could find a quiet cafe and grab a bite?">>\
<<btnChoice "Join $sophie.name for a meal - <<t1>>" "Work-22-Join">>
<<btnChoice "Tell her you're too busy" "Work-22-Pass">><<loc_Lobby>>\
''You think for a moment.''
<<nm $player "Sure, that'd be great! Any place in mind?">>\
<<pic $sophie>>\
<<art $sophie>>\
<<nm $sophie "There's a little place I frequent just down the road. They have good coffee and serve some good food. It'll be my treat. Shall we?">>\
''The two of you head to the elevator, then to the surface, then a few blocks away from the complex. There, you spot a small cafe on the corner. The two of you take your seats and order some coffee.''
<<nm $sophie "The French dips they make here are quite good. Should I order us a couple?">>\
<<nm $player "Actually, yeah, that sounds pretty great.">>\
''$sophie.name orders for your both, and you make some idle chat. After about an hour the two of you return to the office.<<if $sophie.control.date>>@@.ef; As you leave the cafe, $sophie.name grabs your hand, not letting go until the warehouse entrance is back in sight.@@<</if>>''
<<love $sophie>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
''You think for a moment.''
<<nm $player "Sorry, $sophie.name, I'm a little busy myself. Maybe another time?">>\
''She seems disappointed, but doesn't press you further.''
<<pic $sophie>>\
<<art $sophie "sad">>\
<<nm $sophie "Of course, <<Mr>> $player.surname. Perhaps another time, then.">>\
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''You're walking through the hallway towards the commons area when you notice $sophie.name standing by the elevator. The two of you make eye contact just before she steps onto the lift. She's giving you a mischievous smile, almost like she's trying to get your attention.''
<<Thought "I don't actually need to use the elevator... but...">>\
<<btnChoice "Board the elevator with $sophie.name - <<t1>>" "Work-23-Board">>
<<btnChoice "Wave to her and keep walking" "Work-23-Pass">><<loc_Lift>>\
''You decide to run for the elevator and see where this leads. The doors close behind you just as you enter.''
<<nm $sophie "Going up, <<Formal>>?">>\
<<nm $player "Huh? Oh, ha, yeah, up's fine.">>\
<<if flag($sophie,"Feminizing")>>\
''Seconds after the elevator begins to move, $sophie.name turns to you.''
<<pic $sophie "flash2">>\
<<nm $sophie "Mmm, hey there 'baby girl', looks like we have a minute alone together and momma's been wanting to take care you!">>\
<<nm $player "I-I'm fine, r-really!">>\
''She ignores you, instead turning you around and pinning you up against the elevator wall. She pulls your <<UnderwearOrPants>> down to you ankles and starts fingering herself as she rubs her breasts against your back.''
<<nm $sophie "Haaa... haaa... Ready baby? I think they're wet enough now...">>\
<<nm $player "W-wet enough for whAH!">>\
<<pic $action "anal-fingering">>\
''$sophie.name's slick fingers slide up your <<aSize>>, leaving you gasping for breath while she starts to find a rhythm. The older woman moans into your ear as she vigorously finger-fucks you against the wall, massaging your testicles with her other hand as she works you towards an anal orgasm.''
<<nm $sophie "Come on little girl, cum for momma! I wanna see you cum like a sissy slut!">>\
<<nm $player "@@.sf;I-I... O-oh, f-fuck!@@">>\
<<if isChastity()>>\
<<pic $action "chastity-cum">>\
''Thin streams of cum drip out from under your <<accf>> and onto $sophie.name's hand. Once she's sure you've expelled as much as you can, she brings her fingers up to your panting mouth.''
<<else>>\
<<pic $action "sissygasm">>\
''Thin streams of cum drip out from flaccid cock and onto $sophie.name's hand. Once she's sure you've expelled as much as you can, she brings her fingers up to your panting mouth.''
<</if>>\
<<pic $sophie "sophie-nekkid">>\
<<nm $sophie "Look at that, such a good girl! Now, you'd better hurry up and clean my hand before the doors open and your coworkers see you like this. Then again, whoring you out to the entire staff could prove awfully lucrative... So, what'll be?">>\
''You gather your senses, and submit to $sophie.name. You lick your cum off of fingers, each of which she has you give simulated head to, before finally letting you free.''
<<nm $sophie "Mmm, wonderful... Hehe, well, this is me!">>\
''The elevator stops and she steps off, leaving you used and alone on your way back down. On your trip, you notice a rather large puddle on the floor left behind by $sophie.name.''
<<lust $sophie>>
<<dom $player -3>>
<<trackAction "analPlay.get" $sophie>>\
<<trackAction "cumEat.get">>\
<<horny 0>>
<<elseif $sophie.control.oralOffice>>\
''Seconds after the elevator begins to move, $sophie.name turns to you.''
<<pic $sophie "flash2">>\
<<nm $sophie "Mmm, $player.sophieName, I need you... NOW!">>\
<<nm $player "I-I...">>\
''It's too late, $sophie.name already has your <<bottom>> off and has dropped to her knees.''
<<if isChastity()>>\
<<NoticePenis $sophie>>\
<<nm $sophie "Y-you... still haven't fixed this? Well, haa, no matter...">>\
''The disappointment in $sophie.name's eyes at the sight of your <<accf>> quickly fades as she takes it into her mouth anyway. At the same time, one hand disappears under her skirt, while another finds its way up to your <<aSize>>.''
<<pic $action "female-suck-chastity">>\
<<nm $player "What are y- ooohhhhh...">>\
''You can't help feel pleasure as your boss begins to finger you. Lightly at first, then pressing firmly against your prostate. She continues to suck your caged <<pSize>> while rubbing herself.''
<<nm $sophie "Mph! Mmph, mmph, m-mmOOOHHH!!!">>\
<<pic $sophie "orgasm">>\
''It's not long before $sophie.name is climaxing in front of you. She shakes and trembles and eventually finds her feet. You, unfortunately, were unable to find your release thanks to your <<accf>>, despite being so close.''
<<nm $sophie "Mmm, sorry $player.sophieName, perhaps I can make it up to you later. Anyway, this is me...">>\
''The elevator stops and she steps off, leaving you desperate and horny on your way back down. On your trip, you notice a rather large puddle on the floor left behind by $sophie.name.''
<<lust $sophie>>
<<dom $player -3>>
<<trackAction "suckCock.get" $sophie>>\
<<horny 10>>
<<elseif isSissy()>>\
<<NoticePenis $sophie>>\
<<nm $sophie "Oh? You won't get hard for me? Well, haa, no matter...">>\
''The disappointment in $sophie.name's eyes at the sight of your useless, flaccid cock quickly fades as she takes it into her mouth anyway. At the same time, one hand disappears under her skirt, while another finds its way up to your <<aSize>>.''
<<pic $action "female-suck-sissy">>\
<<nm $player "What are y- ooohhhhh...">>\
''You can't help feel pleasure as your boss begins to finger you. Lightly at first, then pressing firmly against your prostate. She continues to suck your soft <<pSize>> while rubbing herself.''
<<nm $sophie "Mph! Mmph, mmph, m-mmOOOHHH!!!">>\
<<pic $sophie "orgasm">>\
''It's not long before $sophie.name is climaxing in front of you. She shakes and trembles and eventually finds her feet. You manage to dribble out a tiny amount of cum, which $sophie.name swallows without even realizing it.''
<<nm $sophie "Mmm, wonderful... Pity you couldn't offer me, well, more. Anyway, this is me...">>\
''The elevator stops and she steps off, leaving you used and alone on your way back down. On your trip, you notice a rather large puddle on the floor left behind by $sophie.name.''
<<lust $sophie>>
<<dom $player -3>>
<<trackAction "suckCock.get" $sophie>>\
<<horny 0>>
<<elseif hasPenis()>>\
<<NoticePenis $sophie>>\
<<nm $sophie "Mmm, there you are! I've been dreaming about your <<pDSize>> all day!">>\
''She wastes no time inhaling your <<pSize>>, sucking it intensely while fingering herself beneath her skirt.''
<<pic $sophie "suck-player">>\
<<nm $player "$sophie.name... o-ooohhh, ffffuuuu... K-keep going...">>\
''She takes you deeper and deeper, and the sound of her finger-fucking herself has become audible as a puddle of juices begins to form beneath her. It's not long before you feel yourself start to cum.''
<<nm $sophie "Mph! Mmph, mmph, m-mmOOOHHH!!!">>\
<<pic $sophie "orgasm">>\
<<nm $player "A-AAAAHHH!!!">>\
<<pic $sophie "oral-creampie">>\
''You shoot rope after rope of hot cum straight down $sophie.name's eager throat, just as she reaches her own trembling orgasm. She keeps her lips tightly wrapped around your cock until she's sure she's extracted every last drop.''
<<nm $sophie "Mmm, wonderful... We'll need to do this more regularly, $player.sophieName... Now then, I believe this is my stop.">>\
''The elevator stops and she steps off, leaving you spent and satisfied on your way back down. On your trip, you notice a rather large puddle on the floor left behind by $sophie.name.''
<<lust $sophie>>
<<trackAction "suckCock.get" $sophie>>\
<<horny 0>>
<<elseif hasStrapon()>>\
<<NoticePussy $sophie>>\
<<nm $sophie "Oh, have you been wearing that all day? Hm, we'll need to explore that more later, for now...">>\
''She wastes no time inhaling your <<accf>>, sucking it intensely while fingering herself beneath her skirt. She slides her free hand up between your legs and into your <<vSize>>.''
<<pic $sophie "suck-player">>\
<<nm $player "$sophie.name... o-ooohhh, ffffuuuu... K-keep going...">>\
''She takes you deeper and deeper, and the sound of her finger-fucking herself has become audible as a puddle of juices begins to form beneath her. It's not long before you feel yourself start to cum.''
<<nm $sophie "Mph! Mmph, mmph, m-mmOOOHHH!!!">>\
<<pic $sophie "orgasm">>\
<<nm $player "A-AAAAHHH!!!">>\
<<pic $sophie "squirt">>\
''You spray wave after wave of thick squirt over $sophie.name's hand, just as she reaches her own trembling orgasm. She keeps her lips tightly wrapped around your fake cock until she's sure she's pumped every last drop from your dripping cunt.''
<<nm $sophie "Mmm, wonderful... We'll need to do this more regularly, $player.sophieName... Now then, I believe this is my stop.">>\
''The elevator stops and she steps off, leaving you spent and satisfied on your way back down. On your trip, you notice a rather large puddle on the floor left behind by $sophie.name.''
<<lust $sophie>>
<<trackAction "suckCock.get" $sophie>>\
<<horny 0>>
<<else>>\
<<NoticePussy $sophie>>\
<<nm $sophie "Mmm, there you are! I've been dreaming about your delicious pussy all day!">>\
''She wastes no time latching onto your <<vSize>>, sucking your clit intensely while fingering herself beneath her skirt. She slides her free hand up between your legs and into your your waiting slit.''
<<pic $sophie "eat-pussy">>\
<<nm $player "$sophie.name... o-ooohhh, ffffuuuu... K-keep going...">>\
''She buries her tongue deeper and deeper, and the sound of her finger-fucking herself has become audible as a puddle of juices begins to form beneath her. It's not long before you feel yourself start to cum.''
<<nm $sophie "Mph! Mmph, mmph, m-mmOOOHHH!!!">>\
<<pic $sophie "orgasm">>\
<<nm $player "A-AAAAHHH!!!">>\
<<pic $sophie "squirt">>\
''You spray wave after wave of thick squirt into $sophie.name's mouth, just as she reaches her own trembling orgasm. She keeps her face firmly planted between your legs until she's sure she's pumped every last drop from your dripping cunt.''
<<nm $sophie "Mmm, wonderful... We'll need to do this more regularly, $player.sophieName... Now then, I believe this is my stop.">>\
''The elevator stops and she steps off, leaving you spent and satisfied on your way back down. On your trip, you notice a rather large puddle on the floor left behind by $sophie.name.''
<<lust $sophie>>
<<trackAction "eatPussy.get" $sophie>>\
<<horny 0>>
<</if>>\
<<elseif $sophie.control.grope>>\
''Seconds after the elevator begins to move, $sophie.name turns to you.''
<<pic $sophie "flash2">>\
<<nm $sophie "Mmm, $player.sophieName, you know I haven't been able to stop thinking about you lately... Know why that might be?">>\
<<nm $player "U-um...">>\
''She slides one hand up your leg, gripping your <<pSize>> firmly. You can feel her trembling against you as she pushes her chest into yours.''
<<nm $sophie "You have an effect on me, <<Mr>> $player.surname... I don't know what it is, but, ohhhh, I want more of i-itoohhhAHHHHH!!!">>\
''Another climax, this time almost dropping her to her knees. The elevator door dings.''
<<nm $sophie "Hm, haaa... W-we'll finish our little talk later, <<Mr>> $player.surname... In private...">>\
<<dom $sophie>>
<<dom $player -3>>
''She steps off the elevator, leaving you not only severely blue-balled, but also a long way away from where you were meaning to go in the first place...''
<<horny 10>>
<<elseif $sophie.control.oralSecret>>\
''Seconds after the elevator begins to move, $sophie.name turns to you.''
<<pic $sophie "flash1">>\
<<nm $sophie "Mmm, $player.sophieName... Y'know, I've been thinking about... you... and that night we had...">>\
''She begins pawing at your crotch.''
<<if isChastity()>>\
<<nm $sophie "Hm? You still haven't fixed this yet? Don't you want my mouth around your <<pDSize>>?">>\
<<nm $player "I-I...">>\
''$sophie.name slides her hand around, shoving her fingers in between your ass cheeks.''
<<nm $sophie "Well, there's more than one way we can play...">>\
<<elseif hasPenis()>>\
<<nm $sophie "Hehe, there <<he>> is... We'll need some time to play later, don't you agree?">>\
<<nm $player "I-I... Yes, yes we do.">>\
<<elseif hasStrapon()>>\
<<nm $sophie "Oh, what's this now?">>\
''$sophie.name runs her hand along your <<accf>>.''
<<nm $player "Problem?">>\
<<nm $sophie "Hm, not at all... Just thinking about all the fun we can have with this...">>\
<<else>>\
<<nm $sophie "Oh? Moist already?">>\
''$sophie.name presses her fingers against your <<vSize>>, squeezing your juices into your <<UnderwearOrPants>>.''
<<nm $player "O-oh, well, can you blame me?">>\
<<nm $sophie "Hm, not at all... We'll need to find some time to play, don't you agree?">>\
<</if>>\
''Suddenly, the elevator doors ding and the lift comes to an abrupt stop. $sophie.name slumps her shoulders.''
<<nm $sophie "Well, that's me. We'll need to continue this conversation later... In private.">>\
<<lust $sophie>>
<<horny 10>>
<<elseif $sophie.control.flash>>\
''Seconds after the elevator begins to move, $sophie.name turns to you.''
<<pic $sophie "flash2">>\
<<nm $sophie "Mmm, $player.sophieName, can I ask you something? I was in a bit of a hurry this morning and I think I grabbed the wrong bra. Can you tell me, does the one I ended up putting on look okay?">>\
''Her large breasts are hanging freely in front of you as she adjusts her bra beneath them. You try to get your thoughts together before she notices you're how <<hard>> you're becoming.''
<<nm $player "U-um, y-yeah, $sophie.name... Those look- I mean, the bra looks... It looks great!">>\
''The door dings.''
<<nm $sophie "Thanks $player.sophieName, good to know! Well, this is me.">>\
''She steps off the elevator, leaving you not only severely blue-balled, but also a long way away from where you were meaning to go in the first place...''
<<lust $sophie>>
<<horny 10>>
<</if>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
<<nm $player "Heya $sophie.name!">>\
''You raise a hand and wave at her as you keep walking. You can see her roll her eyes just as the elevator doors close.''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''You decide to take a walk through the office level to take a break from the basement lab. It's surprisingly quiet, with only the ambient sounds of phones, and typing, and light chatter echoing through the hallway. You're a little surprised when you turn the corner and nearly collide with $sophie.name.''
<<pic $sophie>>\
<<nm $sophie "Oh! $player.sophieName, you nearly ran me over!">>\
<<nm $player "S-sorry, $sophie.name! Guess I was spacing out a bit...">>\
''She places a hand firmly on your shoulder, pushing you into the wall behind you.''
<<nm $sophie "Hmph, I could have been seriously injured! I think you owe me a more proper apology than that!">>\
''$sophie.name places her foot up on the bench next to you, allowing you to catch a glimpse of her panties.''
<<btnTooSub "Get down and apologize properly - <<t1>>" "Work-24-Oral">>\
<<btnNotSub "Try to escape" "Work-24-Escape">>\<<loc_Lobby>>\
<<nm $player "R-right...">>\
''You slide down the wall, dropping to your knees so that you're looking directly up between her legs. Her panties are completely soaked through, and the smell coming off of her is intoxicating.''
<<nm $sophie "Well, what are you waiting for, $player.sophieName?">>\
''She pulls her panties to the side, revealing her dripping, desperate pussy. It's wet enough that some of her juices fall on your face and <<top>>, prompting you to lunge forward and take her into your mouth.''
<<pic $player "eat-pussy">>\
<<nm $sophie "Hmmm, ooohhhhh... $player.sophieName... don't you d-dare stop... ohhh...">>\
''$sophie.name grinds herself into you, moaning and writhing in pleasure. Neither of you even notice the employees passing by in the hallway, laughing and whispering as they see you. With every passing second, $sophie.name's scent becomes stronger, and her juices become thicker and more substantial, until finally...''
<<nm $sophie "O-OH! GOD I'M C-CUMMING!!">>\
<<pic $sophie "squirt">>\
<<nm $player "Hnmph!!!" "Fuck! It's too much!">>\
''You're completely overwhelmed as $sophie.name floods your mouth and throat with her torrential orgasm. It's too much to bear, and soon you find yourself coughing and choking as it spills over on your clothes and the carpet. $sophie.name steps back to catch her breath, nearly climaxing again at the sight of you coughing up her load.''
<<nm $sophie "Mmm, that's my good <<boy>>... Did you like your treat? Now then, clean this up before you leave or I'll have to punish you again.">>\
''You hear the sound of $sophie.name's heels clicking away along the floor as you try to pick yourself up off the ground.''
<<lust $sophie>>
<<dom $player -3>>
<<trackAction "eatPussy.give" $sophie>>\
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
<<nm $player "Sorry, $sophie.name, I-I'm actually in a bit of a hurry! U-um, gotta go!">>\
''You push past $sophie.name, running off and leaving her visibly upset.''
<<lust $sophie>>
<<dom $player 3>>
<<btnLink "Continue" "Work">><<loc_Bathroom>>\
''Walking past the upstairs bathroom you hear the unmistakable sounds of $penny.name's moans echoing into the hallway.''
<<nm $penny "Mmm, that's it... Right there... Ooooohhh, you're getting so much b-better at this!">>\
''You can also make out the faint sound of slurps and muffled whimpers.''
<<Thought "What could she possibly have going on in there?">>\
<<btnTooHorny "Pop in and check on $penny.name - <<t1>>" "Work-25-Check">>\
<<btnNotHorny "Leave her alone and let her have her fun" "Work-25-Ignore">>\<<loc_Bathroom>>\
<<nm $penny "O-oohhhh god! I-I'm gonna C-CUM!!! Mmmmm! Fuuuu...">>\
<<Thought "Yeah, I've gotta check this out...">>\
''You walk into the bathroom just in time to see $penny.name spraying a wave of thick squirt over a young woman's face. The girl looks thoroughly disgusted and defeated, but she's also panting in sheer arousal. Come to think of it, you're pretty sure you recognize her.''
<<nm $player "Hey, you're that girl from the other day, aren't you?">>\
<<nmc "$penny.name's Slave" "H-huh? Who areHMNPH!">>\
''$penny.name shoves her face back into her glistening twat.''
<<nm $penny "Break's over! Back to work for you! Hey there $player.name, come to watch? Maybe join? Oh hey, you remember my little friend here, right? Hehe, she was the girl who said eating pussy was gross, 'member? Hehe, funny thing though, she's the one who came crawling to ME for relief!">>\
''You can see tears welling up in the girl's eyes. Moreover, you can see a very large pool of juices under her skirt!''
<<pic $penny "eaten-by-female">>\
<<nm $penny "Mmmmm, hehe, noticed her little mess, huh? Don't worry, she'll be licking it up when we're done here.">>\
''The girl's eyes go wide.''
<<nmc "$penny.name's Slave" "Hnph! Y-you can't be seriMPH! GRPH! Mmm...">>\
<<pic $action "female-squirt">>\
''Another bucket of juices drops to the ground between her feet. The poor woman's stockings and skirt are completely soaked now.''
<<if canFuck()>>\
<<btnChoice "Use her other end" "Work-25-UseGirl">>
<</if>>\
<<if hasPussy()>>\
<<btnChoice "Ask for a turn with her" "Work-25-TakeGirl">>
<</if>>\
<<btnChoice "Watch $penny.name finish" "Work-25-Watch">><<loc_Bathroom>>\
<<nm $player.b "Mmm, that little pussy of hers is just BEGGING for a good fuck...">>\
<<nm $player.d "Hmm, well, seems like a bit of a waste to ignore her other end, especially after she got it all lubed up...">>\
''You pull out your <<StraponOrCock size>> and start stroking it. She hasn't quite noticed you yet.''
<<NoticePenis $penny>>\
<<nmc "$penny.name's Slave" "Hng!?">>\
<<nm $penny "Oh good, you noticed! Alright then, get your ass up in the air for my boss here.">>\
''The woman starts pleading, her mouth still buried in $penny.name's mound, muffling her cries.''
<<nm $penny "What's that? You're telling me you want to spend 'another' night in The Pit? The girls down there did say you were a ton of fun...">>\
<<nm $player "//Another// night? Damn $penny.name!">>\
''The pleas stop, and slowly she starts raising her back end up to your waist. Lifting her skirt reveals she wasn't wearing panties the whole time. Her pussy is puffed out and shaved, juices flowing freely from it, running down her leg. You start lining up your <<StraponOrCock>>...''
<<if hasStrapon()>>\
<<nm $penny "Hehe, wow... For someone who thought lesbians were so gross, it must be pretty humiliating that you're about to get spitroasted between two girls, huh? C'mon $player.name, stick it in already!">>\
<<else>>\
<<nm $penny "Mmm, you should feel lucky, getting to take $player.name's cock. He'll make sure to fill you up with lots of warm cum, hehe!">>\
<</if>>\
<<pic $player "fuck-female">>\
<<nmc "$penny.name's Slave" "HAUPHM! MmmmMPH! M-MPH! HMPH!">>\
<<if firstVisit()>>\
<<nm $player "Oh wow, she's... She's SO wet! $penny.name, what have you done to this girl?">>\
<<nm $penny "Oh, y'know, just used her as my personal little guinea pig until I eventually got her to the point where she's on the verge of exploding in orgasm 24/7 until she eventually gets a taste of puss. Then, well, SPLOOSH!">>\
''You can feel the woman grinding herself against your waist, her juices now flowing rapidly down your own legs.''
<<nm $player "Oh? Mmmm, fuu... I thought she could only get off when she was eating you out, specifically?">>\
<<nm $penny "Y-yeah, a-aaahhh, a-at first... But that got, mmmm, exhausting, y'know? Beside i-it's a lot more fun to watch how desperate she gets around other w-women, hehe! O-OOHHH!!">>\
<<pic $penny "orgasm">>\
''$penny.name cums hard, triggering yet another quivering orgasm from the young girl.''
<<nm $penny "Haaa... hooo boy! I wasn't really taking notes, hehe, was getting a little too excited... B-but I'll look into seeing if I can recreate that formula for future use!">>\
<<else>>\
<<nm $player "Oh wow, she feels incredible!">>\
<<nm $penny "Hehe, I know right!?">>\
<</if>>\
''You continue pounding her from behind, eliciting a shaking orgasm from either her or $penny.name every few minutes. Eventually, you feel yourself reaching the edge.''
<<nm $player "A-ah! Cumming!">>\
<<nmc "$penny.name's Slave" "HNGRPH!">>\
<<if hasStrapon()>>\
<<pic $player "squirt">>\
''All three of you cum hard for one final climax before collapsing to the floor. The woman's quick to gather herself up and run out of the bathroom while $penny.name simply laughs while trying to catch her breath.''
<<else>>\
<<pic $action "creampie-female">>\
''You fill the woman's tight pussy with your huge load as her and $penny.name reach one final climax before the three of you collapse to the floor. The woman's quick to gather herself up and run out of the bathroom, thick cum running down her leg, while $penny.name simply laughs while trying to catch her breath.''
<</if>>\
<<nm $penny "Hehe, thanks boss, that was fun! Oh the things I have planned for that one...">>\
<<nm $player "Have I mentioned recently that you scare the hell out of me sometimes?">>\
<<pic $penny "kiss-player">>\
<<nm $penny "Aw, don't be scared of lil' ol' me!">>\
<<love $penny>>
<<dom $player 3>>
<<trackAction "pussyFuck.give">>\
<<horny 0>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Bathroom>>\
<<nm $player "Oh man, this is too much...">>\
''Your hand slides down your <<UnderwearOrPants>>. You can't help but start to stroke your rapidly moistening slit while you watch $penny.name have her way with the girl...''
<<nm $penny "Mmm, that's- Oh, well hey you...">>\
<<NoticePussy $penny>>\
<<nmc "$penny.name's Slave" "Hngrph?">>\
<<nm $player.d "Haaa, hehe, sorry! Guess I just, u-um...">>\
<<nm $player.b "Oooohhh, mmmmmm... Sorry $penny.name, I just can't help it!">>\
''$penny.name smiles, only somewhat sadistically.''
<<nm $penny "Aww, hehe, looks like the boss needs some attention... Alright slut, time to shift gears! A new pussy approaches!">>\
''The woman starts pleading, her mouth still buried in $penny.name's mound, muffling her cries.''
<<nm $penny "What's that? You're telling me you want to spend 'another' night in The Pit? The girls down there did say you were a ton of fun...">>\
<<nm $player "Another night? Damn $penny.name!">>\
''The pleas stop, and slowly she starts pulling away from $penny.name and turning to you. While she tries to avoid eye-contact, you can clearly see a look of both disgust and lustful desperation on her face as she lowers her mouth to you <<vSize>>.''
<<nm $penny "Hehe, wow... For someone who thought lesbians were so gross, it must be pretty humiliating to be so addicted to eating pussy, huh? C'mon slut, get in there!">>\
<<pic $player "eaten-by-female">>\
''$penny.name spanks her firmly on the ass, leaving a clear handprint behind.''
<<nmc "$penny.name's Slave" "HAUPHM!!! MmmmMPH! M-MPH! HMPH!">>\
<<if firstVisit()>>\
<<nm $player "Oh wow, she's, mmm, she's incredible! And her cunt's like a faucet back there... $penny.name, what have you done to this girl?">>\
<<nm $penny "Oh, y'know, just used her as my personal little guinea pig until I eventually got her to the point where she's on the verge of exploding in orgasm 24/7 until she eventually gets a taste of puss. Then, well, SPLOOSH!">>\
''You can feel the woman burying herself deeper into your mound, her juices flowing rapidly down her legs.''
<<nm $player "Oh? Mmmm, fuu... I thought she could only get off when she was eating you out, specifically?">>\
''$penny.name's started stroking her own slit as she watches you get pleasured. She was clearly already on the brink.''
<<nm $penny "Y-yeah, a-aaahhh, a-at first... But that got, mmmm, exhausting, y'know? Beside i-it's a lot more fun to watch how desperate she gets around other w-women, hehe! O-OOHHH!!">>\
<<pic $penny "orgasm">>\
''$penny.name cums hard, just as you witness yet another quivering orgasm from the young girl.''
<<nm $penny "Haaa... hooo boy! I wasn't really taking notes, hehe, was getting a little too excited... B-but I'll look into seeing if I can recreate that formula for future use!">>\
<<else>>\
<<nm $player "Oh wow, she feels incredible!">>\
<<nm $penny "Hehe, I know right!?">>\
<</if>>\
''The girl continues lapping at your pussy, eliciting a shaking orgasm from either her every few minutes as $penny.name rubs herself. Eventually, you feel yourself reaching the edge.''
<<nm $player "A-ah! Cumming!">>\
<<nmc "$penny.name's Slave" "HNGRPH!">>\
<<pic $player "squirt">>\
''All three of you cum hard for one final climax before collapsing to the floor. The woman's quick to gather herself up and run out of the bathroom while $penny.name simply laughs while trying to catch her breath.''
<<nm $penny "Hehe, thanks boss, that was fun! Oh the things I have planned for that one...">>\
<<nm $player "Have I mentioned recently that you scare the hell out of me sometimes?">>\
<<pic $penny "kiss-player">>\
<<nm $penny "Aw, don't be scared of lil' ol' me!">>\
<<love $penny>>
<<dom $player 3>>
<<trackAction "eatPussy.get">>\
<<run prefEdit($penny,"eatPussy.get")>>\
<<horny 0>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Bathroom>>\
<<nm $player.b "Mmm, that little slut's doing some serious work down there, ooohhhh...">>\
<<nm $player.s "O-oh wow! Look at her go!">>\
<<nm $player.d "Hmm, well, that's impressive...">>\
''You watch as $penny.name pulls her deeper and deeper into her mound, juices splash from the young woman's pussy every time she gets jerked forward.''
<<nm $penny "Mmmm! That's it! R-right there!">>\
<<nmc "$penny.name's Slave" "Hng!?">>\
<<pic $penny "orgasm">>\
<<nm $penny "HWAAHHH!! O-OH FUCK YES! Mmmm, haaaaa... mmmm... Hm? Hey, I didn't say stop!">>\
''The woman starts pleading, her mouth still buried in $penny.name's mound, muffling her cries.''
<<nm $penny "What's that? You're telling me you want to spend 'another' night in The Pit? The girls down there did say you were a ton of fun...">>\
<<nm $player "Another night? Damn $penny.name!">>\
''The pleas stop, and slowly she starts resuming her duties as $penny.name strokes her hair...''
<<nm $penny "Mmm, stop your bitching, slut. You should feel lucky I'm letting you lick my pristine twat when you consider all the other things you've stuck your tongue in lately...">>\
<<pic $penny "eaten-by-female">>\
<<nmc "$penny.name's Slave" "HAUPHM! MmmmMPH! M-MPH! HMPH!">>\
<<if firstVisit()>>\
''You can't help but notice the fountain of squirt shooting out from between the young woman's legs.''
<<nm $player "Oh wow, she's... She's SO wet! $penny.name, what have you done to this girl?">>\
<<nm $penny "Oh, y'know, just used her as my personal little guinea pig until I eventually got her to the point where she's on the verge of exploding in orgasm 24/7 until she eventually gets a taste of puss. Then, well, SPLOOSH!">>\
''You watch as the girl laps at $penny.name's mound, desperate and Exhausted.''
<<nm $player "Oh? I thought she could only get off when she was eating you out, specifically?">>\
<<nm $penny "Y-yeah, a-aaahhh, a-at first... But that got, mmmm, exhausting, y'know? Beside i-it's a lot more fun to watch how desperate she gets around other w-women, hehe! O-OOHHH!!">>\
<<pic $penny "orgasm">>\
''$penny.name cums hard, triggering yet another quivering orgasm from the young girl.''
<<nm $penny "Haaa... hooo boy! I wasn't really taking notes, hehe, was getting a little too excited... B-but I'll look into seeing if I can recreate that formula for future use!">>\
<<else>>\
<<nm $player "Oh wow, she's really getting into it!">>\
<<nm $penny "Hehe, I know right!?">>\
<<pic $penny "orgasm">>\
''$penny.name cums hard, triggering yet another quivering orgasm from the young girl.''
<</if>>\
<<nmc "$penny.name's Slave" "HNGRPH!">>\
''You watch as the two girls cum hard for one final climax before collapsing to the floor. The other woman's quick to gather herself up and run out of the bathroom while $penny.name simply laughs while trying to catch her breath.''
<<nm $penny "Hehe, thanks boss, that was fun! Oh the things I have planned for that one...">>\
<<nm $player "Have I mentioned recently that you scare the hell out of me sometimes?">>\
<<pic $penny "kiss-player">>\
<<nm $penny "Aw, don't be scared of lil' ol' me!">>\
<<love $penny>>
<<run prefEdit($penny,"eatPussy.get")>>\
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Bathroom>>\
<<nm $penny "O-OOOHHHH Fuuuu... Mmmmmhmhmhmhm! Oh we're gonna spend a while together!">>\
<<nmc "$penny.name's Slave" "Hmmmphwah! Haa... P-please... I- HNPH!">>\
<<Thought "Yeah, probably best to just leave her alone for now. Sure sounds like she's having a good time!">>\
''You continue walking down the hallway.''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''As you're walking through the hallways of the upper lobby, you're a little surprised to see $penny.name turn the corner in front of you. She smiles when she notices, a twinkly in her eye, and you notice her lips look a little... wet. She starts approaching you, her smile growing wider as she draws nearer.''
<<pic $penny>>\
<<Thought "She's coming in hot, what's she planning?">>\
<<btnTooSub "See what $penny.name wants" "Work-26-Kiss">>\
<<btnNotSub "Duck behind the corner and try to slip away" "Work-26-Escape">>\<<loc_Lobby>>\
''You turn to face $penny.name, raising your hand to wave.''
<<nm $player "Hey $penny.name, what's goin-">>\
<<pic $penny "kiss-player">>\
<<nm $penny "Mmmmm...">>\
''$penny.name grabs your face and pulls you in for a deep kiss, forcing her tongue into your mouth as she wraps her hands around your head to hold you in place. It takes a second before you notice the taste that starts to fill your senses and there's no mistaking it.''
<<nm $player "Hmph?" "T-this is... $john.name!">>\
<<nm $penny "Mmmmhmhmhm!">>\
''You try to struggle, but $penny.name pushes you into a nearby wall, forcing you to swallow every drop of $john.name's cum she'd been saving in her mouth for you before finally releasing you, licking your face from your chin to your forehead, and finally smiling at you one last time before turning around and walking away without saying a word.''
<<nm $player "F-fuck!">>\
<<dom $player -3>>
<<trackAction "cumEat.get" $john>>\
<<btnLink "Wipe your face and go back to work" "Work">><<loc_Lobby>>\
''You turn to try to get away from $penny.name, fearing the worst, but just as you're about to make it around the corner you feel her hand wrap around your wrist and spin you around to face her.''
<<nm $player "H-hey $penny.name! What's goin-">>\
<<pic $penny "kiss-player">>\
<<nm $penny "Mmmmm...">>\
''$penny.name grabs your face and pulls you in for a deep kiss, forcing her tongue into your mouth as she wraps her hands around your head to hold you in place. It takes a second before you notice the taste that starts to fill your senses and there's no mistaking it.''
<<nm $player "Hmph?" "T-this is... $john.name!">>\
<<nm $penny "Mmmmhmhmhm!">>\
''You try to struggle, but $penny.name pushes you into a nearby wall, forcing you to swallow every drop of $john.name's cum she'd been saving in her mouth for you before finally releasing you, licking your face from your chin to your forehead, and finally smiling at you one last time before turning around and walking away without saying a word.''
<<nm $player "F-fuck!">>\
<<dom $player -3>>
<<trackAction "cumEat.get" $john>>\
<<btnLink "Wipe your face and go back to work" "Work">><<loc_LabHallway>>\
''Leaving your lab, you can see the storage room door open at the end of the hall, usually meaning $john.name and $penny.name are fucking. You walk down the hall to get to the elevator, unfortunately making just enough noise that $john.name hears you approaching.''
<<nm $john "$player.name, that you? Get yer' ass in here, $penny.name wants somthin' to fuck while I fill 'er up!">>\
<<nm $penny "Mmm, c'mon slut! I'll make you feel good!">>\
<<btnTooHorny "Go join $penny.name and $john.name - <<t1>>" "Work-27-Join">>\
<<btnNotHorny "Just keep walking" "Work-27-Pass">>\<<loc_LabHallway>>\
<<pic $penny "fucked-by-male">>\
<<nm $penny "O-OH! Mmm, fuck yeah! Sooo gooo- Oh! Heya $player.name!">>\
<<nm $john "Hahaha, <<he>> actually showed up! Alrighty then, get ridda' those clothes an' start lubin' up that hole o' yours. We'll wait!">>\
''You quietly do as instructed, pulling off your clothing and using the nearby bottle of lubricant on your <<vSize>>. You turn around to see $john.name stroking his wet cock as $penny.name slides on her strapon.''
<<pic $penny "strapon">>\
<<nm $penny "Well, c'mon baby, bend over for me would ya'? Hehehe!">>\
''She doesn't wait, instead pushing you down on your hands and knees before impatiently ramming her fake cock into your wet hole.''
<<nm $player "Hngh! T-too hard!">>\
<<nm $penny "Hehehe, oh come on, you can take it!">>\
<<pic $penny "fuck-player">>\
<<if hasPenis()>>\
<<anal "$penny.name's strapon">>
<<trackAction "analFuck.get" $penny>>\
<<else>>\
<<vaginal "$penny.name's strapon">>
<<trackAction "pussyFuck.get" $penny>>\
<</if>>\
''$penny.name fucks you hard and fast, but the real intensity comes as $john.name enters her from behind as well, causing her to plunge herself deep inside you, to the hilt of her cock, then grind in even deeper.''
<<nm $penny "Oooohhhh this is AMAZING! Mmmmm, a-ahh! OH!">>\
''You're pushed onto your stomach, allowing $penny.name to get in even deeper, and for you to more clearly feel every thrust of $john.name into, almost as if he's fucking you himself. $penny.name moans wildly, taking all of your sexual energy out on you in the form of grinding and pushing and clawing. For all intents and purposes, you're only there for her increased arousal and no other purpose.''
<<if isBimbo()>>\
<<Thought "@@.bf;Oh fuuuuuck this is incredible! Oh my god!@@">>\
<<else>>\
<<Thought "So humiliating... b-but... can't help it...">>\
<</if>>\
<<if hasPussy()>>\
''As embarrassing as your situation currently is, it doesn't change the fact that you've already cum at least twice as $penny.name uses your <<vSize>> with $john.name inside her.''
<<elseif isChastity()>>\
''As embarrassing as your situation currently is, it doesn't change the fact that your <<pSize>> is now straining against your <<accf>>, leaking precum into a large puddle beneath you.''
<<elseif isSissy()>>\
''As embarrassing as your situation currently is, it doesn't change the fact that your flaccid <<pSize>> is now leaking precum into a large puddle beneath you.''
<<else>>\
''As embarrassing as your situation currently is, it doesn't change the fact that your <<pSize>> is now rock hard and leaking precum into a large puddle beneath you.''
<</if>>\
<<nm $penny "C-CUMMING!">>\
<<pic $penny "orgasm">>\
<<nm $player "Mmmff!">>\
''$penny.name digs her cock in even deeper as her orgasm overtakes her, $john.name still pounding her as he releases inside her quivering pussy. The two of them slowly start comming down, $john.name being the first to pull out and wipe himself down with your <<top>> you left nearby before getting dressed and heading for the door.''
<<nm $john "Ahhh, good fuck! Aight, you two be sure clean up now, hahaha!">>\
<<nm $penny "Hehe, bye-bye sweetie! I'nt he just the best? Alright, here we go!">>\
''You feel an empty relief as $penny.name finally pulls out of you, instantly falling back into humiliation as she stands over and allows $john.name's fresh load to drip out of her pussy all over your back and hair.''
<<nm $penny "Hehehe, now you'll have somethin' to remember us by! Well, you got all this, right? I'mma go find $john.name and see when we can fuck again. Laters!">>\
''The door slams, leaving you alone, used, and covered in a combination of $john.name and $penny.name's cold cum. You lay on the floor for a few minutes before finally getting up and putting your clothes on. Of course, you don't bother cleaning up.''
<<dom $player -5>>
<<horny 10>>
<<btnLink "Clean yourself up and go back to work" "Work" "passTime()">>\<<loc_LabHallway>>\
''Without saying a word, you continue walking to the elevator, listening to them resume their activity behind you.''
<<nm $john "Haha, sounds like the <<faggot>> ain't gonna join us, ah well! C'mere babe!">>\
<<nm $penny "O-OHH!! MMmmm, fuck me harder! God I fucking love your cock!">>\
<<Thought "God damnit...">>\
<<lust $penny>>
<<dom $player -3>>
<<btnLink "Get on the elevator" "Work">>\<<loc_LabHallway>>\
''Walking down the basement level hallway, you suddenly hear $penny.name's voice coming from the storage room at the end of the hall.''
<<nm $penny "$player.name? Is that you? Do you mind coming in here for a sec, I wanna show you something.">>\
''Her tone is a bit flat, leading you to wonder if she's okay, or if something might be wrong.''
<<btnChoice "Go see what $penny.name wants - <<t1>>" "Work-28-Check">>
<<btnChoice "Ignore her and keep walking" "Work-28-Ignore">><<loc_LabHallway>>\
<<Thought "I should go see what's up...">>\
<<if hasPussy()>>\
<<pic $penny "fucked-by-male">>\
<<nm $penny "You came! Hehe, don't worry, I'm about to!">>\
<<nm $john "Hahaha, hey slut! Don't worry, I'm just about done here.">>\
''$john.name flashes a demeaning smile at you while $penny.name gets railed from behind, clearly loving every second of it. $john.name starts to grunt as he unloads inside of $penny.name tight pussy, $penny.name now moaning wildly.''
<<pic $penny "creampie">>\
<<nm $penny "Mmmm, soooo warm... Oh, $player.name, go ahead and get naked, 'kay?">>\
<<nm $player "W-wait, get...">>\
''You notice a menacing look in $john.name's eyes, and decide to just do as you're told. $john.name smiles, and you're a little surprised to see him grab his clothes and just... leave.''
<<nm $penny "Hehe, we don't need boys to have fun, right? Okay, no lay down on your back and spread your legs, this'll be great!">>\
''Doing as you're told, you can't help but notice $penny.name is holding her thighs together in a rather uncomfortable looking way. Once you're in position, it all becomes clear as $penny.name joins you on the floor, lifting one of your legs and interlocking herself with you.''
<<pic $action "tribbing">>\
<<nm $penny "Mmmm, y'know they say this kinda thing only happens in pornos, doesn't really work out in real life? I still think it's fun, plus...">>\
''You can feel $penny.name deliberately pushing $john.name's fresh cum into your <<vSize>>, holding you in place with her hands and forcing you to take it all in.''
<<nm $player "$penny.name... c-come on...">>\
<<nm $penny "Hehe, nope! Not 'til I've gotten off and you've taken all of $john.name's cum from me!">>\
''With that she starts picking up her pace, pressing into you and rubbing herself even harder, this time putting more focus on positioning her clit so that it's rubbing against your slick inner thigh. As more and more of $john.name's cum starts lubricating your legs, you can't help but start to get off as well, humiliating though it may be.''
<<nm $player "$penny.name... I... s-shit...">>\
<<nm $penny "Mmm, yeah, let's c-cum! Cumming!">>\
<<pic $penny "orgasm">>\
<<nm $player "F-fuck!">>\
<<pic $player "squirt">>\
''You both collapse on the floor, opposite of each other, before $penny.name finally gets up and starts getting dressed and cleaned up.''
<<nm $penny "Hehe, see? That was super fun! Maybe now you'll get to have $john.name baby, too!">>\
<<nm $player "Ugh... I... wait what?">>\
''Before you can get yourself sat up, $penny.name already skipping down the hallway towards the elevator, leaving you a sticky mess...''
<<dom $player -3>>
<<trackAction "trib.get" $penny>>\
<<trackAction "creampie.get" $penny>>\
<<trackAction "creampie.get" $john>>\
<<preg $player "$john.name's cum, from $penny.name">>
<<horny 0>>
<<else>>\
<<pic $penny "spread">>\
<<nm $penny "You came! Hehe, I'm so glad!">>\
''$penny.name sits in front of you, legs spread open as she idly plays with her pussy. You can't help but notice the strapon sitting next to her, giving you a pretty good idea of what she's planning...''
<<nm $penny "Oh, you noticed my toy, huh? Well, it's not what you think this time! Nopers, I've got something super fun in mind, hehe! Well, come on, get nekkid for me!">>\
<<Thought "Super fun, huh... oh fuck me...">>\
''Knowing the situation isn't going to end well for you one way or the other, you do as instructed, stripping off all your clothes and leaving them in a pile by the door, which quickly shut behind you. $penny.name excited runs over to you, holding the strapon in her hand, kneeling down to inspect your <<pSize>>.''
<<if isChastity($penny.name)>>\
<<nm $penny "Hehe, looks like you're still locked up. What a good little slut you are!">>\
<<elseif isChastity()>>\
<<nm $penny "Hehe, all locked up, huh? Well, that's just fine!">>\
<<else>>\
<<if isSissy()>>\
<<nm $penny "Aww, it's all soft. Oh well, not like we need that old thing anyway, hehe!">>\
<<else>>\
<<if pSize($L)>>\
<<nm $penny "Hm, I forgot how big it is... What a waste, oh well!">>\
<<else>>\
<<nm $penny "Hehe, poor little guy, he's not gonna see any action for a while!">>\
<</if>>\
<</if>>\
@@CLICK!@@
<<AddChastity $penny>>\
<<nm $player "What the fuck!">>\
<<nm $penny "Hehe, aw come on, you shoulda' known, right? Don't worry, you'll still get to fuck me...">>\
<</if>>\
''Your situation finally starts to become clear as $penny.name begins to fasten the strapon harness around YOUR waist, leaving the sizeable fake cock to bounce freely above your own locked up penis.''
<<pic $events "male-wear-strapon">>\
<<nm $penny "There! Now you can 'really' fuck me, hehehe! Here, I'll get you ready for me...">>\
''$penny.name kneels down and begins servicing your 'cock', putting on a big show and taking it deep into her throat knowing full well that you can't feel a thing. Still, the sight of her has you incredible and frustratingly aroused. Finally, she turns around and guides the strapon into her wet and ready pussy, pressing your back up against a wall as she starts fucking herself against you.''
<<pic $penny "fucked-by-female">>\
<<nm $penny "Mmmm, oh fuck! Your cock feels amazing, $player.name, ooohhh...">>\
''Of course your real cock is locked away beneath the one that's actually inside your lab assistant, making the whole situation all the more humilating. Worse still is the fact that you can't stop your hips from naturally thrusting into $penny.name, contributing both to your humiliation, and her satisfaction.''
<<nm $penny "Oh, you like it too, huh? My pussy must feel real good on your big hard cock, right? Hehehe! O-oohhh, oh fuck! C-cumming!">>\
<<pic $penny "orgasm">>\
''$penny.name starts pressing hard into you, juices spraying out from under her as her whole body quivers and shakes in ecstasy. She moans and grinds and milks the whole ordeal, leaving you at a whole new level of numbness as you watch on, unable to feel or experience any of it. She turns around and licks the strapon cock clean, looking you in the eyes smiling as she does, before removing the harness from your waist.''
<<nm $penny "Mmm, wasn't that just great, $player.name? I didn't know your cock felt so good! We'll have to do this again, hehehe.">>\
<<nm $player "Yeah, it was... great... Aren't you gonna get this other thing off me?">>\
''You look down at the chastity device locked around your <<pSize>>.''
<<nm $penny "Oh that? Haha, nah! C'ya slut!">>\
''$penny.name skips out of the room towards the elevator, leaving you naked and embarrassed...''
<<dom $player -3>>
<<horny 50>>
<</if>>\
<<btnLink "Clean yourself up and leave the room" "Work" "passTime()">>\<<loc_LabHallway>>\
<<Thought "I'm sure she's fine...">>\
''You decide to ignore her and continue on to the elevator. For all you know she has $john.name waiting in there with her to jump you...''
<<btnLink "Head up to the lobby" "Work">><<loc_Lobby>>\
''Walking through the building, you catch a couple coworkers sneaking around the corner for a private conversation. Naturally, in the interest of self-preservation, you casually walk over to the other side of the wall and listen in.''
<<nmc "Energetic Guy" "$john.name? Fuckin' seriously!? Nah, I don't believe it...">>\
<<nmc "Laid Back Guy" "Keep your voice down, and I'm tellin' ya', it's totally true.">>\
''There's a brief pause.''
<<Thought "$john.name? They're talking about $john.name?">>\
<<nmc "Energetic Guy" "Okay, so $john.name, big bad motherfucka' $john.name is PAYING dudes to let HIM suck THEIR cocks!?">>\
<<nmc "Laid Back Guy" "Yes, and again, keep your fuckin' voice down! Shit, I heard Gary was gonna go take him up on the offer today, he's probably there right now.">>\
''The two men share a quiet laugh.''
<<nmc "Energetic Guy" "Well then Gary's gonna fuckin' tell us everything after he gets back!">>\
''You quickly turn to walk in the other direction as the men return to the lobby. They chat about other random things while heading for the common area.''
<<Thought "Hunh... I wonder if it's true...">>\
<<btnChoice "Go see what's going on in $john.name's office - <<t1>>" "Work-29-Check">>
<<btnChoice "Ignore it and move on" "Work-29-Ignore">><<loc_SalesOffice>>\
''You decide to head down to $john.name's office, careful not to run into anyone in the hallway who may be heading in the same direction. As you approach his door, you can hear some activity coming from inside.''
<<nmc "Gary" "Damn $john.name, you're a fuckin' pro! How long you been doin' this for, huh?">>\
<<pic $john "suck-male">>\
<<nm $john "Hmph, mph, rrph" "Fuck you asshole, not like I fuckin' wanna be doing this shit...">>\
''$john.name is on his knees between another man's legs, presumably the 'Gary' the other employees mentioned earlier. He doesn't look particularly happy about his current situation, at least not as happy as Gary does, but he also seem to be putting a surprising amount of effort into it.''
<<nmc "Gary" "Yeah, there you go... Haha, man, you're way better at this than my wife. Hey, maybe we oughtta dress you up like a sissy whore and have a good ol' fashioned orgy! You ever take it up that ass of yours? Hahaha!">>\
<<nm $john "Hnngh, hrmph, mmph" "S-shut the fuck up!">>\
<<Thought "Hey, there's an idea for later...">>\
''This continues for some time, Gary berating $john.name while $john.name suffers silently. You can already see a stain forming at the tip of the large bulge under $john.name's pants, signalling his approaching orgasm.''
<<nmc "Gary" "Hope you're almost done, 'cause I'm getting ready to blow! H-ha... HNNGG!">>\
<<pic $john "cum-in-mouth">>\
<<nm $john "Hrrkk!">>\
<<nmc "Gary" "Ahhh, fuck! There it is! Haha, looks like you had a pretty good time too, huh?">>\
''Gary pushes $john.name off his cock, then presses his shoe into $john.name's crotch, causing him to immediately collapse. $john.name mumbles something under his breath, but you can't make it out and Gary's all but interested as he zips up his pants.''
<<nmc "Gary" "Don't worry buddy, next time I'll bring some friends an' we'll have a good old time!">>\
''He turns for the door.''
<<Thought "Alright, time to go!">>\
<<lust $john>>
<<horny 10>>
<<btnLink "Head back to the lobby" "Work" "passTime()">><<loc_Lobby>>\
<<nm $player "Eh, I'll just leave it alone for now... Wouldn't surprise me if it was true, though, after what $penny.name and I did to him.">>\
''You start to head back towards the elevator.''
<<btnLink "Go back to work" "Work">><<set $SceneCredit to "B.J. Oostveen">>\
<<updatebar>>\
<<loc_Lab>>\
''You enter the lab to the familiar sight of $penny.name frantically zooming around the room with various boxes and files in her arms.''
<<btnChoice "See if she needs help - <<t1>>" "Work-3-Help">>
<<btnChoice "Leave her be" "Work-3-Pass">><<set $SceneCredit to "B.J. Oostveen">>\
<<updatebar>>\
<<loc_Lab>>\
''You approach $penny.name to help her with what she's carrying.''
<<pic $penny>>\
<<art $penny "embarrassed">>\
<<nm $penny "H-hey, boss! What ar-">>\
''In an effort to avoid crashing directly into you, $penny.name veers to one side, slamming into rack full of various containers on one of the lab surfaces. As the rack comes down, the containers open, spilling chemicals on you!''
<<nm $player "Oh shi...! $penny.name, I need help!">>\
<<nm $penny "OHMIGOD!">>\
''$penny.name rushes you over to the emergency shower station and begins spraying you down. You're not sure what spilled on you, but the burning is intense. As $penny.name helps you wash your skin, you're relieved to see there's no visible damage... well... not to your body, anyway...''
<<nm $penny "Are you okay? Some of those materials were borderline caustic! I'm glad... Boss, your clothes!">>\
<<nm $player "Wha-">>\
''Looking down, you see your <<top>> and <<bottom>> are practically dissolving before your eyes.''
<<nm $penny "That sucks, boss... You want me to grab your spare?">>\
<<nm $player "Spare... what?">>\
''$penny.name laughs.''
<<nm $penny "Don't tell you don't pack a change of clothes! I mean, that's what they give us lockers for down here...">>\
''$penny.name thinks for a moment.''
<<if isMale()>>\
<<nm $penny "Look... I've got something, but, you're not gonna like it...">>\
''$penny.name walks over to her locker and pulls out a short skirt and flowery women's t-shirt. She turns around and smiles awkwardly at you.''
<<nm $player "Really? Fuck... I mean... it's that or walk around naked. I'll just try to keep a low profile until I can change later...">>\
<<artB $penny "sad,2">>\
<<nm $penny "Sorry... Go ahead and keep them for as long as you need to!">>\
''Reluctantly, you take $penny.name's clothes and put them on.''
<<elseif isSissy()>>\
<<nm $penny "Well, I do have one thing... You might not like it though...">>\
''$penny.name walks over to her locker and pulls out a short skirt and flowery women's t-shirt. She turns around and smiles at you.''
<<nm $player "Really? B-but... those are women's clothing and...">>\
<<nm $penny "Don't take this the wrong way, $player.name, but honestly I think they'd look pretty okay on you. I mean, come on, what'll it hurt? It's only temporary.">>\
''You reach out and take the items, blushing.''
<<nm $player "I... guess so...">>\
<<artB $penny "happy,2">>\
<<nm $penny "Great! Go ahead and keep them for as long as you need to!">>\
<<else>>\
<<nm $penny "Well... here...">>\
''$penny.name walks over to her locker and pulls out a short skirt and flowery women's t-shirt. She turns around and smiles brightly at you.''
<<nm $player "Really? I mean, I don't want to put you out...">>\
<<artB $penny "happy,2">>\
<<nm $penny "Seriously, I don't mind! Besides, I bet you'd look really cute in these. Go ahead and keep them for as long as you need to!">>\
''You take $penny.name's clothes and put them on.''
<<nm $player "Thanks, $penny.name.">>\
<</if>>\
<<love $penny 1>>
<<RemoveOutfit $player.outfit>>\
<<AddOutfit "penny_outfit">>\
<<set $player.outfit to "penny_outfit">>\
<<RemoveWorkEvent 3>>\
<<btnLink "Continue" "Work" "passTime()">><<set $SceneCredit to "B.J. Oostveen">>\
<<updatebar>>\
<<loc_Lab>>\
<<Thought "She seems to be in her zone, I'll just sneak off for now...">>\
''You quietly close the door behind you and leave $penny.name to her work.''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''You find yourself walking past the sales offices when some muffled voices catch your attention. Stopping, you can make out both $john.name and $tasha.name speaking in $john.name's office.''
<<Thought "It almost sounds like $john.name's... pleading with $tasha.name? No way that's right... Should I check it out?">>\
''Looking around, the hallway is otherwise completely empty.''
<<btnChoice "Go see what's going on in $john.name's office - <<t1>>" "Work-30-Check">>
<<btnChoice "Ignore it and move on" "Work-30-Ignore">><<Thought "Maybe I'll take a peek...">>\
''You peek through the door. $john.name is kneeling in front of Tasha with a needy expression on his face. $john.name's pants are pulled down, and his massive, throbbing cock is touching the floor. His mouth is salivating for some reason. He and $tasha.name are in the middle of a conversation, and $john.name seems much less laid back than normal.''
<<if flag($john,"TashaTS")>>\
<<nm $john "...and I'm only fuckin' doin' this 'cause I need some... relief, y'know?">>\
<<else>>\
<<nm $john "An' what, you got somethin' that can help me? Whatever, I'm kneelin' like you wanted, so fuckin' show me what you got already...">>\
<</if>>\
<<if dose($tasha,"domJohn")>>\
<<nm $tasha "Tee-hee! You'll have to beg!">>\
<<else>>\
<<nm $tasha "Don't worry, I'll give you a hand. Just don't tell anyone, okay?">>\
<</if>>\
''$tasha.name pulls down her skirt. It falls to the ground, and she looks down with a <<if dose($tasha,"domJohn")>>smug<<else>>nervous<</if>> smile as her huge erection flops out.''
<<if flag($tasha,"GenderReveal")>>\
<<Thought "I think I see where this is going...">>\
<<else>>\
<<Thought "Damn, she's huge! I was not expecting to see THAT under her skirt... did she always have a dick?">>\
<</if>>\
<<if dose($tasha,"domJohn")>>\
<<if flag($john,"TashaTS")>>\
<<nm $john "...F-fuckin'... Please fuck my mouth. Please. I beg you. That begging fuckin' good enough?">>\
<<else>>\
<<nm $john "W-what the f-fuck! Y-you some kinda fuckin' tran-">>\
@@SMACK!@@
<<nm $tasha "Careful sweetie! Now, about that begging...">>\
<<nm $john "F-fine, I fuckin'... beg you... let me suck yer cock or whatever...">>\
<</if>>\
<<else>>\
<<if flag($john,"TashaTS")>>\
<<nm $john "Yeah, yeah, I won't fuckin' tell no one. Let's just get this over with, 'uh?">>\
<<else>>\
<<nm $john "H-holy fuck! I was thinkin' a fuckin' dildo or something', but... F-fine, whatever, let's just do this...">>\
<</if>>\
<</if>>\
''$tasha.name lifts her erection and holds it in front of $john.name's watering mouth.''
<<if dose($tasha,"domJohn")>>\
<<nm $tasha "That's the spirit. Open wide...">>\
<<else>>\
<<nm $tasha "Go ahead. Use it however you need.">>\
<</if>>\
''$tasha.name steadies her erection and slowly slides it into $john.name's mouth. She inserts the tip into his wet lips and begins thrusting. $john.name stays still as $tasha.name presses her hips into his face with every thrust.''
<<pic $john "suck-ts">>\
''As soon as $tasha.name establishes a rhythm, $john.name starts to bob his head back and forth in time with $tasha.name's thrusts. $john.name's eyes light up with pleasure. He lets out a muffled moan with every thrust.''
''$tasha.name's head tilts upwards and she closes her eyes.''
<<pic $tasha "orgasm">>\
<<if dose($tasha,"domJohn")>>\
<<nm $tasha "Mmmm, mmmmm..." "Ahhh... I should pressure him into this kind of thing more often...">>\
<<else>>\
<<nm $tasha "Mmmm, mmmmm..." "Ahhh... so good. I should see if he needs relief more often...">>\
<</if>>\
''Lost in a haze of pleasure, $john.name keeps sucking. Precum drips out of his massive cock as he bobs his head back and forth, slamming his face into $tasha.name as he swallows her entire length, releases it, and repeats.''
<<nm $john "Mmph, mmmph, hnmph..." "Fuck did I end up sucking $tasha.name's... ugh, almost there, I'm gonna...">>\
<<nm $tasha "I'm... I'm...">>\
<<pic $john "cum-in-mouth">>\
''$tasha.name lets out a loud gasp, and she arches her back. Cum leaks out of $john.name's mouth and his entire body tenses up. His orgasm arrives just a moment later, and his massive cock spills a massive load onto the floor.''
<<Thought "Wow... I should thank Penny sometime for making this crazy shit happen... or maybe not. Might be awkward.">>\
''As soon as their orgasms and movements come to a stop, $john.name swallows the fluid in his mouth and releases $tasha.name's cock from his mouth.''
<<nm $john "I... Fuck, we gotta fuckin' clean this up...">>\
<<if dose($tasha,"domJohn")>>\
<<nm $tasha "What do you mean 'we?'">>\
<<else>>\
<<nm $tasha "Ahhhh... Huh? Oh, s-sure...">>\
<</if>>\
''Just as $john.name grabs some paper towels, you dart away from the door and try to hide your arousal from your coworkers as you get back to what you were doing before.''
<<lust $john>>
<<lust $tasha>>
<<horny 10>>
<<SetFlag $tasha "GenderReveal">>\
<<SetFlag $john "TashaTS">>\
<<btnLink "Head back to the lobby" "Work" "passTime()">><<loc_Lobby>>\
<<nm $player "Eh, I'll just leave it alone for now... might have to follow up with $tasha.name at some point if that'd actually her in there, though...">>\
''You start to head back towards the elevator.''
<<btnLink "Go back to work" "Work">><<loc_Lobby>>\
''While walking through a long hallway, you hear a scuffle in an unused side hallway. When you peek into it, you see $john.name being grappled by two male coworkers.''
<<nm $john "Get off me you fuckin' pricks! This ain't funny!">>\
<<nmc "Husky Man" "You get his pants, I'll get the beer bottle in him. Revenge has never been so fun!">>\
<<Thought "Revenge? For what? Wonder if I should get involved...">>\
<<btnChoice "Abandon John" "Work-31-Leave">>
<<btnNotSub "Help John - <<t1>>" "Work-31-Help">>
<<btnChoice "Watch John - <<t1>>" "Work-31-Watch">>
<<btnNotSub "Join In - <<t1>>" "Work-31-Join">><<loc_Lobby>>\
''This isn't any of your business, so you continue down the hallway and do your best to ignore him. The sounds of struggle continue, followed by the sound of a beer bottle being opened.''
<<nm $john "Aaaa... Ow... Fuck! Not in the ass! Not in the ass!">>\
''After they're out of earshot, you get back to what you were doing, and suspect that $john.name will be walking funny for the rest of the day...''
<<btnLink "Head back to the lobby" "Work">><<loc_Lobby>>\
<<Thought "Ugh, suppose I should step in...">>\
''You run into the hallway and get the men's attention as you approach them. They freeze and look at you.''
<<nm $player "Hey! What are you doing? Get your hands off him!">>\
<<nmc "Lanky Man" "Nuh-uh! He deserves it.">>\
<<pic $john>>\
<<nm $john "$player.name? Fuck are you doin' here?">>\
''You roll your eyes at $john.name.''
<<nm $player "Come on, guys. You wouldn't want Sophie to know about this, would you?">>\
''The two men look at each other, thinking it over before finally dropping their shoulders.''
<<nmc "Husky Man" "Fuck, <<he>>'s right... Whatever, just don't tell anyone, okay? We're //really// sorry.">>\
''The heavier man releases $john.name's head, then the other reluctantly releases his grip on his arms without a word. They pop the beer bottle they'd intended to use on $john.name before walking off together.''
<<nm $john "Fuckers. Assholes fuckin' worked under me for a couple years. Sure I mighta' treated 'em a little shitty, but I made sure they stayed outta the shit and got their sales rep positions an' that's how they repay me? Fuckin' unbelievable.">>\
<<nm $player "You're welcome...">>\
''$john.name flinches when you speak up, giving you an apologetic nod before the two of your part ways for the time being.''
<<love $john>>
<<btnLink "Head back to the lobby" "Work" "passTime()">><<loc_Lobby>>\
<<Thought "Oooh! I can't miss out on a chance to see this go down.">>\
''You dart into an unused room and observe from there. Nobody notices you. One of the men manages to pull down $john.name's pants and boxer shorts in one sturdy tug, revealing his bare legs and hanging cock.''
<<nmc "Husky Man" "Haha, seen bigger. Hold him steady!">>\
<<nm $john "F-fuckin' get offa-">>\
''The lanky man holding $john.name down spins him around and bends him over slightly, exposing his ass to his huskier coworker who then brings the bottle to waist height. $john.name goes quiet as soon as the man opens the beer bottle and shoves the narrow end up his ass.''
<<nm $john "Aaaa... Ow... F-fuck! A-are you fucking s-serio-AHH!">>\
''The resistance fades from his body, and he crumples to the ground. His face has a confused expression on it.''
<<nmc "Husky Man" "Pin him!">>\
''The other coworker pins $john.name's legs to the ground while the husky man behind him holds the bottle up as it slowly drains into $john.name, who has finally stopped struggling to escape.''
<<nm $john "F-fuck you... hngg...">>\
<<nmc "Lanky Man" "Haha! Chug! Chug! Chug!">>\
''The two men watch on chanting. When the flow of beer into $john.name's ass stops, the husky coworker crams the bottle deeper, eventually inserting the thicker portion into $john.name's ass.''
<<nm $john "Ow! Fuckin'... shit...">>\
''By the time the bottle has completely drained, almost the entire bottle has been shoved up his ass.''
<<nmc "Husky Man" "Alright, we got him! Let's just leave him here. Remember, you tell anyone about this an' we'll drag you down to The Pit for some extra special fun, hahaha!">>\
''As both men release their grip on $john.name, you dart away to make sure they don't see you while fleeing. Eventually, you get back to what you were doing before.''
<<Thought "Hunh. That was... interesting.">>\
<<lust $john>>
<<btnLink "Head back to the lobby" "Work" "passTime()">><<loc_Lobby>>\
<<Thought "That looks like fun... I want in on this!">>\
''You enter the hallway with a smile as they grapple John.''
<<nm $player "Heya boys!">>\
<<nmc "Husky Man" "H-hey, we don't want any trouble...">>\
''You laugh, holding up your hands to calm them down.''
<<nm $player "Need help? You guys look like you're about to have some fun with $john.name here and I want in on it!">>\
<<nm $john "$player.name! You fuckin' piece of shit I'll-">>\
<<nm $player "Can it, $john.name!">>\
''He stammers as you bark at him, unable to muster up a response.''
<<nmc "Lanky Man" "Well, we were just about to teach this asshole a lesson for fuckin' with us back in the day... Actually, we thought we'd buy him a drink!">>\
<<nmc "Husky Man" "Haha, yeah, something like that. We'll hold 'im steady, you can cram the bottle in!">>\
''The taller man manages to pull down $john.name's pants and boxer shorts in one sturdy tug, revealing his bare legs and hanging cock. The two of them pin $john.name to the ground face-down, and the larger man pops open a sealed beer bottle which he then passes to you. $john.name stops struggling, now only grumbling into the floor.''
<<nm $john "B-bastards...">>\
''You squat next to $john.name and look at him with a smug grin as you wag the open bottle over him. As soon as you turn the bottle upside-down and plunge it into his ass, his entire body tenses up.''
<<nm $john "Aaaa... Ow... Fuck!">>\
''As the bottle drains into $john.name, the two men keep him pinned to the ground. $john.name keeps ranting and yelping, but doesn't resist. When the flow of alcohol slows down, you speed it up by cramming the bottle deeper into him.''
<<nm $player "How's that, $john.name? Always did love a cold drink at the office... Don't worry, I'm sure you'll be taking much bigger soon enough, haha!">>\
<<nm $john "HNGH!">>\
''When the bottle fully drains, you give the bottle another shove, cramming almost the entire bottle inside of him as a last act of torment. When you're done, you turn to your coworkers.''
<<nm $player "Ha, that WAS fun! Anyway, I think $john.name can take care of himself now. Let's go!">>\
<<nmc "Husky Man" "Hahaha, roger that!">>\
''You and the other men abandon $john.name on the ground and dart away. The three of you split up, and you eventually get back to what you were doing.''
<<Thought "I should hang out with those guys more often...">>\
<<lust $john>>
<<dom $player 5>>
<<btnLink "Head back to the lobby" "Work" "passTime()">><<loc_Lobby>>\
''You're out stretching your legs around the main office level. As you pass by the sales offices you're a little startled when $john.name hollers over from his desk.''
<<pic $john>>\
<<nm $john "Yo! $player.name!">>\
<<nm $player "Jeez, $john.name! You scared the shit outta me! Stop yelling and come over here if you wanna talk to me!">>\
''$john.name raises a hand in acknowledgement and starts making his way over to you.''
<<nm $john "Right, anyway, I'm starving! Wanna grab some grub?">>\
<<nm $player "I could eat, have anything in mind?">>\
<<nm $john "I was thinking about grabbin' a burger. There's this little diner not too far from here that's got a pretty good one. I, uh, just might need to owe you, haha!">>\
<<Thought "Ah, so that's how it is...">>\
<<if $Money >= 30>>\
<<btnChoice "Treat $john.name to a burger - <<t1>> - @@.loss;$$30@@" "Work-32-Lunch" "$Money -= 30">>
<<btnChoice "Not right now" "Work-32-Pass">>
<<else>>\
<<btnChoice "Can't afford" "Work-32-Broke">>
<</if>>\<<loc_Lobby>>\
<<nm $player "Sure, $john.name, let's go!">>\
''$john.name does an excited fist pump before throwing an arm around you to pull you towards the elevator.''
<<pic $john>>\
<<nm $john "Aw man, you're gonna fuckin' love this place!">>\
''You throw $john.name's arm off your shoulder as the two of you laugh and talk. Once topside, $john.name leads you down a series of streets before the scent of grilled beef and onions fill the air. You try not to let $john.name notice your mouth watering...''
<<nm $john "This is it!">>\
''You've probably driven by this hole in the wall a hundred times without realizing it. If not for the small daily specials sign in the window and the aroma now saturating the area, you'd have never guessed there was a diner here.''
<<nm $player "Hunh, well, smells like a winner. Let's grab some seats!">>\
''You both walk in to a small if not friendly establishment and are told to sit wherever you like. $john.name declines menus, instead ordering you both a bacon cheeseburger and a Pepsi.''
<<nm $john "I mean the other food's good, too, but that ain't why we're here today! Oh, uh, thanks for treatin', hehe. I'll get you back, don't worry!">>\
<<nm $player "Hah, I'm not worried... Actually I should thank you for showing me this place, had no idea this was here.">>\
''The two of you chat for a bit before your meals show up. The burger is huge, the bacon is still sizzling, and the mountain of fries on the side looks amazing. You squirt on some condiments and go in for your first bite.''
<<nm $player "Hfmphry phrnk!" "Holy fuck!">>\
<<nm $john "Hahaha, fuckin' RIGHT!?">>\
''You and $john.name tear into your burgers, laughing and chatting between bites. After your plates have cleared, you throw take care of the bill and the two of you walk back to the office.''
<<love $john>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
<<nm $player "Sorry, $john.name, I really can't right now.">>\
<<pic $john>>\
<<nm $john "Bah, you're no fun! Fine, next time, though!">>\
''$john.name heads back to his office, kicking back in his chair and dialing on his office phone.''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
<<Thought "I can barely afford to feed myself let alone the two of us...">>\
<<nm $player "Sorry, $john.name, I'm broke as shit right now.">>\
<<pic $john>>\
<<nm $john "Oof, shitty man. Fine, next time, though!">>\
''$john.name heads back to his office, kicking back in his chair and dialing on his office phone.''
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''On your way to the common area for some coffee you walk in on $john.name having a heated disagreement with another coworker.''
<<pic $john>>\
<<nm $john "Dude, look, just calm the fuck down! I didn't steal shit from you!">>\
<<nmc "Coworker" "The fuck you didn't! That was my client and you fucking knew it! I'm already behind this and you go around sniping my fucking clients!?">>\
''The argument is escelating to the point where others in the area are starting to gather.''
<<Thought "I should probably step in...">>\
<<btnChoice "Back up $john.name - <<t1>>" "Work-33-John">>
<<btnChoice "Back up the angry sales associate - <<t1>>" "Work-33-Coworker">><<loc_Lobby>>\
<<nm $player "H-hey, hold on a sec...">>
''You walk over to $john.name's side and try to calm both of them down.''
<<nmc "Coworker" "I... Ugh, I had a client I was getting ready to close a deal with. Next thing I know $john.name's on the phone with the guy taking the sale right out from under me!">>\
<<nm $player "$john.name?">>\
''$john.name shrugs innocently.''
<<nm $john "I didn't know he was your client. I got the call on my direct line an' he was askin' for me specifically, so the fuck was s'posed to do, 'uh?">>\
<<nmc "Coworker" "Well why the fuck would he...! Fuck it, just stay outta my way... asshole...">>\
<<nm $john "Hey!">>\
''You step out in front of $john.name before he can chase the man down, patting him reassuringly on the shoulders to calm him down.''
<<nm $player "Let him go... That really what happened?">>\
<<nm $john "Far as I know... Look, not to stroke my own dick or nothin' but I'mma kinda big deal 'round here, y'know? Sometimes whenna client ain't happy they'll ask to be handled by another associate, usually me!">>\
''He shoves his thumb into his chest, flashing a proud smile.''
<<nm $player "That so? C'mon, I'll buy you some coffee...">>\
''You walk $john.name to the commons with you, mostly to stop him from running off and murdering his coworker...''
<<love $john 1>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
<<nm $player "H-hey, what's going on over here?">>\
<<nmc "Coworker" "What's going on is THIS asshole cost me a huge sale!">>\
<<nm $john "The fuck'd you just-">>\
<<nm $player "$john.name!">>\
''$john.name grits his teeth, reluctantly backing down and shooting you a somewhat deflated glance.''
<<nm $player "Come on, $john.name, I thought you past this kinda shit now...">>\
<<nm $john "W-what? Are fuckin' kidding me I didn't-">>\
''The other corworker starts laughing.''
<<nmc "Coworker" "Hahaha, see, even this nerd knows you're a piece of shit! Hahahaha!">>\
<<nm $player "Hey, no, that's not what I'm saying, I just-">>\
''$john.name shoves you to the side.''
<<nm $john "Man, fuck all y'all, I'm gettin' a drink...">>\
''You try to stop him, but $john.name's already stormed off. The other man's still frustrated, but just walks back to his office muttering to himself under his breath.''
<<Thought "Well, that could have gone better...">>\
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
''You're walking through the office lobby when you suddenly hear a female voice booming over the company intercom.''
<<nmc "Female Voice" "<<Formal>>, please report to the sales office immediately." "UnknownF">>\
''As you approach the sales area, you're directed towards $lisa.name's temporary office. When you open the door, the first thing you hear is a loud, wet noise.''
<<Thought "Huh? I wonder what's going on...">>\
''$lisa.name is at her desk with her eyes closed, breathing heavily as a male employee under her desk has his face to her groin. When you look closer, you see that $lisa.name isn't wearing any pants, and that the male employee is giving her oral.''
<<pic $lisa "spread">>\
''Just as your eyes widen in astonishment, $lisa.name opens her eyes and notices you.''
<<nm $lisa "Oh! Good timing. Whats-your-face under the desk, you can leave now.">>\
<<nmc "Random Employee" "If you say so...">>\
''As the male coworker gets out from under the desk and leaves the room, you look back and forth between $lisa.name and her bare legs and welcoming groin.''
<<nm $lisa "So, I'm wondering what kind of employee Sophie's been training. How about you come under my desk? You'll like it.">>\
<<Thought "Is this normal for her? I guess Company HQ is a strange place, so it probably is...">>\
<<btnTooHorny "Join $lisa.name and offer to crawl under her desk - <<t1>>" "Work-34-Stay">>\
<<btnNotHorny "Tell her you have things you need to be doing elsewhere" "Work-34-Leave">>\<<loc_SalesOffice>>\
''You lick your lips seductively and walk towards the desk.''
<<nm $player "Sure thing.">>\
''You get on your hands and knees and crawl under her desk. It has plenty of space for you to move around underneath, and you have perfect access to her legs and her wet pussy.''
<<pic $lisa "spread">>\
<<nm $lisa "I'm ready. Do your best.">>\
<<nm $player "I will.">>\
''As you bring your mouth to her wet warmth, she presses her legs against the sides of your head. Her pussy is well-lubricated and tight; just being near it makes you buzz with arousal. Your groin tingles with excitement as you start licking her.''
<<nm $lisa "Go on...">>\
''You probe deeper and deeper with your tongue, trying to pleasure her as much as possible. While licking her depths, you use your lips to massage the outside of her pussy. Her groin gets hotter and more lubricated as you continue licking.''
<<pic $lisa "eaten-by-player">>\
<<Thought "Mmm, yeah, good stuff...">>\
''You go on and on, and $lisa.name lets out the occasional moan and groan as she gets more and more aroused. Her thighs press harder against your head as the session goes on.''
''Finally, when she's almost at orgasm, she lets out a sharp gasp, then her pussy starts to clench around your tongue. Arousal surges inside you as her thighs subtly clench around your head, and you feel her rhythmic movements with your tongue and mouth.''
<<pic $lisa "orgasm">>\
''When she finishes, she releases you from her thighs and you look up at her from underneath the desk. She rubs your head and looks down at you.''
<<skillComment $lisa "eatPussy.give"
"I've never seen anyone as good at this as you, and believe me, I've seen a lot of people do it. We'll need to have some more fun later."
"Great job. I'm proud of Sophie for training such a good employee, especially one as good at this kind of thing as you..."
"Good job. In the future, I'll keep your skill in mind..."
"Not bad. I guess this isn't your first rodeo? Seen better though."
"I'm glad you got me there in the end, but clearly, Sophie hasn't been training you all that well. Try and get some more oral practice in."
>>\
''$lisa.name clears her throat.''
<<nm $lisa "Anyway, I think you had something to be doing, right? See you later.">>\
<<nm $player "See you later.">>\
''As you walk away, you keep thinking about your wonderful encounter...''
<<horny 10>>
<<AddWorkEvent 35>>\
<<trackAction "eatPussy.give" $lisa>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_SalesOffice>>\
<<nm $player "I'd love to, but I was on my way to the lab to take some important vials out of the oven. Sorry, it's really urgent.">>\
<<pic $lisa>>\
<<nm $lisa "If you say so. But really, I think it would be best if you came by again as soon as possible...">>\
''You walk out of the room, though it's hard to get $lisa.name's naked lower half out of your mind...''
<<horny 10>>
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''Not really paying too much attention, you happen to walk by $lisa.name's office while she's sitting at her desk alone. She notices you before you notice her.''
<<pic $lisa>>\
<<nm $lisa "I've been waiting for you. Remember what we did together last time?">>\
<<nm $player "Yeah..." "Oh boy, I wonder what she wants now...">>\
<<nm $lisa "What you did with your mouth was enough to intrigue me more. I've been craving a regular-old pounding, and I think you're able to deliver.">>\
<<if canFuck()>>\
<<nm $player "Really?">>\
<<nm $lisa "Absolutely. Now, come on over here...">>\
<<else>>\
<<nm $player "Pounding? I don't think I'm very well suited for that...">>\
<<if hasPenis()>>\
<<nm $lisa "I figured. I always keep an adjustable strapon in my desk drawer, so you can use that. Now, come on over here...">>\
<<else>>\
<<nm $lisa "It'll be me doing the pounding. I always keep a strapon handy.">>\
<</if>>\
<</if>>\
<<btnTooHorny "Stay and satisfy $lisa.name - <<t1>>" "Work-35-Stay">>\
<<btnNotHorny "Politely decline the offer" "Work-35-Leave">>\<<loc_SalesOffice>>\
<<nm $player "I've been looking forward to it.">>\
<<pic $lisa "topless">>\
<<nm $lisa "Great! Now come over here...">>\
<<if isFemale() and not canFuck()>>\
<<trackAction "pussyFuck.get" $lisa>>\
''$lisa.name opens her drawer and pulls out her strapon. While you undress yourself, she does the same, exposing her naked body. As she puts the strapon on, a tinge of arousal surges through you...''
<<if isBimbo()>>\
<<Thought "@@.bf;Oooohhhh that's big!@@">>\
<<else>>\
<<Thought "That strapon's a little big...">>\
<</if>>\
<<nm $lisa "I've been looking forward to this.">>\
''You bend over on her desk and she positions herself behind you. She grabs your hips for support, gently caressing them before she suddenly jams her strapon inside your pussy.''
<<pic $player "fucked-by-female">>\
<<nm $player.b "@@.bf;Mmmmm...@@">>\
<<nm $player.d "Hnnngg...">>\
''As she keeps pounding you, sliding her huge strapon in and out of your wet warmth, you start to adjust to the girth and enjoy it more and more.''
<<nm $lisa "I'm happy you can take it. Now just hold still.">>\
''You look behind you, watching $lisa.name's breasts jiggle as she rocks her hips back and forth with her thrusts. The sight makes your arousal surge.''
<<Thought "Almost there... how much is she getting out of this?">>\
''$lisa.name thrusts harder and faster as you approach orgasm. Finally, her nonstop thrusting is too much, and you come. Your pussy clenches around her powerful strapon as she keeps thrusting, making your orgasm even more intense.''
<<nm $player "Mmmm... fuck... ah...">>\
''When your orgasm finally ends, $lisa.name pulls out of you.''
<<nm $player "Ah... thanks for that.">>\
<<nm $lisa "No, thank you. I'm going to be thinking about this for a long time. You're dismissed for now...">>\
''You get dressed, say goodbye, and leave, satisfied with your experience.''
<<else>>\
<<trackAction "pussyFuck.give" $lisa>>\
<<if not hasWorkingPenis()>>\
''As you undress, $lisa.name rummages through her drawer and hands you her girthy strapon. The adjustable strap makes it easy to slide it over your existing equipment and tightly secure it to your groin. You're naked save for your strapon, and $lisa.name finishes undressing herself.''
<<else>>\
''You undress, giving her a good look at your quickly growing erection. As she undresses as well, she looks at it and smiles.''
<</if>>\
<<nm $lisa "That'll do.">>\
''By the time you're both naked, you're aroused, erect, and ready to go. $lisa.name bends over and plants her elbows on the desk.''
<<nm $lisa "Go wild. I expect you to do a good job.">>\
''You stand behind her and slowly slide your erection into her waiting pussy. It's nice and tight, and extremely slick with moisture. As you start thrusting in and out, she massages her breasts, making her own arousal climb even faster.''
<<if hasWorkingPenis()>>\
<<pic $lisa "fucked-by-player">>\
<<else>>\
<<pic $action "male-strapon-fuck-female">>\
<</if>>\
<<nm $lisa "Mmm... keep going.">>\
<<nm $player "Want me to go faster?">>\
<<nm $lisa "Mmm, do it.">>\
''As you thrust harder and faster in and out of her, her body jiggles and the desk shakes. Your own arousal climbs as you fuck her, and her moans grow louder and louder as she gets closer and closer to orgasm. When she's almost there, she lets out a sharp gasp.''
<<nm $lisa "Harder!">>\
''You thrust as hard and fast as you can, making the table rattle from your movements. Finally, $lisa.name's pussy clenches around your <<StraponOrCock>> as she lets out a sharp gasp.''
<<pic $lisa "orgasm">>\
<<nm $lisa "Ah! Mmmm...">>\
''Her orgasm goes on and on, gradually growing weaker and weaker. <<if hasWorkingPenis()>>Just as her orgasm is about to end, your own orgasm arrives, and you come into her depths, enjoying every twitch and release your cock makes. You keep thrusting until your own orgasm ends.<</if>> When her orgasm finally ends, you pull out of her, and she smiles at you.''
<<nm $lisa "Great job. I should really make use of you more often... anyway, you're dismissed for now.">>\
''You get dressed, <<if not canFuck()>>return her strapon to her,<</if>> say goodbye, and leave, feeling satisfied with your time with her...''
<</if>>\
<<if hasWorkingPenis()>>\
<<horny 0>>
<<else>>\
<<horny 10>>
<</if>>\
<<btnLink "Continue" "Work" "passTime()">>\<<loc_SalesOffice>>\
<<nm $player "I just remembered I had a meeting I needed to be at.">>\
<<pic $lisa>>\
<<nm $lisa "Now hold on...">>\
<<nm $player "Gotta go!">>\
''As you walk out the door, $lisa.name smiles.''
<<nm $lisa "Playing hard to get? I'll make sure to chase you down later. I'll get that pounding from you eventually...">>\
<<btnLink "Continue" "Work">>\<<loc_Lobby>>\
''Walking through the lobby, you can't help but jump a little bit as $sophie.name's slightly annoyed voice blasts over the intercom.''
<<nm $sophie "$player.name, I need you to report to $diana.name's office as soon as possible.">>\
<<if firstVisit()>>\
<<Thought "Huh, I wonder what's happening in there? Is it a meeting?">>\
<<else>>\
<<Thought "Oh. I wonder if she's having withdrawal symptoms again...">>\
<</if>>\
<<if visited("Work-36-Visit")>>\
<<btnChoice "Go see what $diana.name wants - <<t1>>" "Work-36-Visit">>\
<<btnChoice "Ignore the intercom" "Work-36-Ignore">>\
<<else>>\
<<btnTooHorny "Go see what $diana.name wants - <<t1>>" "Work-36-Visit">>\
<<btnNotHorny "Ignore the intercom" "Work-36-Ignore">>\
<</if>>\<<loc_RecordsOffice>>\
<<if firstVisit()>>\
''You open the door and walk into $diana.name's office, wondering what's going on in there. The lights are off, so you flip them on. The first thing you notice is $diana.name huddled in the corner, naked, gently wobbling in place.''
<<nm $player "$diana.name?">>\
<<pic $diana "bendover">>\
''You quietly close the door behind you as you walk into her office.''
<<nm $diana "Hnngg... come here please...">>\
<<Thought "Weakness, slurred speech, pain... have they been feeding her? Crap. I guess I'll have to give her something to keep her sane before the symptoms get more serious. I think that's what Sophie wants me to do...">>\
<<else>>\
''You open the door to $diana.name's office: she's huddled in the corner yet again.''
<<pic $diana "bendover">>\
<<Thought "Looks like it's the same thing as before. Guess it's time to feed her.">>\
<<nm $diana "Huh? $player.name? Please, come over here...">>\
<</if>>\
''You slowly walk up to $diana.name, unbuckling your pants.''
<<nm $player "It's me, $player.name. Here, I have a little something for you...">>\
<<nm $diana "Fuck yeah, I needed this...">>\
''As soon as you pull down your pants, $diana.name quickly crawls over to you and gets on her knees, which wobble as she sits in place. You hold up your cock for her, and she plunges her lips onto it, quickly sucking it back and forth and making you more erect.''
<<pic $diana "suck-player">>\
<<Thought "Wow, she seems desperate... good thing I arrived in time.">>\
''Her sloppy, fast movements are enough to send shivers of arousal through your body. She groans and moans and grips your cock tightly in her lips, desperately trying to make you come. You focus on your own arousal, trying to feed $diana.name as quickly as possible.''
<<nm $diana "Mmmmph... ack... @@CHOKE!@@">>\
<<nm $player "Take it easy, it'll come out eventually.">>\
''You're almost at orgasm, and $diana.name is still fervently sucking your erection. She quickens her pace as you get more and more aroused... Finally, orgasm surges through your cock, and you close your eyes as you release much-needed fluid into $diana.name's mouth. She lets out happy moans of relief while your body tenses up from the pleasure. When it finally ends, you let $diana.name clean up every drop of cum before pulling out.''
<<pic $diana "cum-in-mouth">>\
<<nm $player "Feeling better?">>\
<<nm $diana "Uh-huh... just... I'll be fine, I just need to sit here for a minute...">>\
''You hear the door to her office unlock, and take it as a cue to leave.''
<<nm $player "See you later.">>\
''You leave and get back to doing something else...''
<<lust $diana>>
<<horny 0>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''You have better things to do, so you ignore it and carry on with your day.''
<<if visited("Work-36-Visit")>>\
<<Thought "Someone else should be able to take care of her. There are a lot of horny guys around here...">>\
<<else>>\
<<Thought "I really don't have time for this right now, I'm sure it's nothing anyway...">>\
<</if>>\
<<btnLink "Continue" "Work">>\<<loc_Lobby>>\
''While walking past some empty offices, you hear a muffled groan come out of a cracked door.''
<<Thought "What's going on in there? Sounds like someone's fucking...">>\
''When you open the door, you're greeted by the sight of $diana.name in her underwear: she's sucking off a group of pantsless male coworkers in the corner of the room. She looks alert and healthy, unlike the desperate withdrawal state you saw in her office.''
<<pic $diana "suck-male">>\
<<Thought "Looks like she's satisfying her needs before they get out of hand... She'll probably be fine if I leave her alone, although...">>\
<<btnTooHorny "Stay and watch the show - <<t1>>" "Work-37-Watch">>\
<<if canFuck()>>\
<<btnTooHorny "Sneak up and fuck $diana.name while she's sucking off the others - <<t1>>" "Work-37-Fuck">>\
<</if>>\
<<btnTooSub "Get down on your knees and join her - <<t1>>" "Work-37-Join">>\
<<btnNotHorny "Leave her to her work and move on" "Work-37-Leave">>\<<loc_Lobby>>\
<<Thought "Fuck it, might as well watch. This is kind of fun...">>\
<<pic $diana "suck-male">>\
''$diana.name coaxes one man to orgasm, sucking up the spray of cum as she starts sloppily jerking off another two with her hands. A third man gropes $diana.name's breasts as he rubs his erection against the back of her neck.''
<<nm $diana "Mmmph... fuck yeah, good stuff...">>\
<<pic $diana "cum-on-face">>\
''She takes turns sucking the two cocks in her grip, gently licking their tips before bringing her attention to the other one. When one last bead of cum drips from the man she already brought to orgasm, she eagerly sucks it up and lingers on him for a bit before going back to the other men.''
<<pic $diana "cum-in-mouth">>\
''The first man to reach orgasm starts putting on his pants, so you figure now is a good time to leave. Still, it's hard to get the image of what you just saw out of your head...''
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
<<trackAction "pussyFuck.give" $diana>>\
<<Thought "There's no way I'm missing out on this!">>\
''You walk inside, and the men around $diana.name don't seem to mind. However, $diana.name seems excited to see you; she speaks in between sucking a dick.''
<<nm $diana "Mmmph... $player.name! Whip those pants down and... mmm... I have something just for you!">>\
<<nm $player "Hell yeah!">>\
''After another guy finishes, you take his place and pull down your pants. $diana.name slides her underwear down and bends over, beckoning you to slide your <<StraponOrCock size>> inside. Anticipation surges through you as you bring your groin closer to her, then transitions to sheer arousal as you slide the tip of your <<StraponOrCock>> inside her welcoming pussy. ''
<<pic $diana "fucked-by-player">>\
''While she thrusts her hips back and forth, sliding her wet pussy against your <<StraponOrCock>>, she keeps her focus on the dicks in front of her, alternating between sucking them and jacking them off.''
<<Thought "$diana.name must be having a blast... mmmm... fuck yeah...">>\
''You thrust in and out of her pussy as she rocks her ass back and forth, further intensifying your arousal. $diana.name brings two more of the men in front of her to orgasm, and her semen-covered face looks back and winks at you.''
<<pic $diana "cum-on-face">>\
<<if hasPenis()>>\
<<trackAction "creampie.give" $diana>>\
''Finally, you reach orgasm, depositing your load deep inside $diana.name's wet warmth as pleasure surges through you. At the same time, $diana.name's pussy clenches around your cock as her own orgasm explodes through her body...''
<<pic $diana "creampie">>\
<<else>>\
''Finally, you bring $diana.name to orgasm with your nonstop strapon pounding, and you can almost feel the clenching of her wet warmth around your rod...''
<</if>>\
<<pic $diana "orgasm">>\
''$diana.name finally finishes getting all the men off, and one by one, they put their pants on and walk away. You stay with $diana.name for a moment longer...''
<<nm $diana "Had fun?">>\
<<nm $player "Yep.">>\
<<nm $diana "I knew you'd like it. Anyway, if you want to join in again, you're always welcome...">>\
''You and $diana.name say your goodbyes, then you leave and get back to doing something else...''
<<if hasPenis()>>\
<<lust $diana>>
<<horny 0>>
<<preg $diana>>
<<else>>\
<<lust $diana>>
<<horny 0>>
<</if>>\
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
<<trackAction "suckCock.give">>\
<<Thought "There's no way I'm missing out on free dick to suck! Might want to make sure $diana.name gets the semen though...">>\
''You walk inside, and both $diana.name and her accomplices are happy to see you.''
<<pic $diana "suck-male">>\
<<nm $diana "Mmmph... $player.name! Help me suck these dicks!">>\
<<nm $player "Get ready, everyone!">>\
''You crouch next to $diana.name and let one of the men cram his erection into your throat. $diana.name keeps tackling the collection of dicks around her while you start sucking the one in front of you.''
<<pic $player "suck-male">>\
<<Thought "Mmm... so good...">>\
''$diana.name has trouble managing so many erections at once, so you reach over and start jerking one of them off for her while sucking the one in front of you. Just as the guy in front of you is about to come, you release your lips and give him a pat on the hip, trying to wordlessly nudge him towards $diana.name. It works, and he switches places with another guy, then comes on $diana.name's face.''
<<pic $diana "cum-on-face">>\
''You service cock after cock, making sure that each one comes on or in $diana.name. Still, every single one is enjoyable to handle...''
<<pic $diana "cum-in-mouth">>\
''When you and $diana.name finish coaxing the last man in the room to orgasm, the satisfied men put their pants back on and leave. You stay with $diana.name for a minute...''
<<nm $diana "Thanks for saving the cum for me. If you hadn't shared it, I would have pulled the guys over...">>\
<<nm $player "You need it more than me. I just really like dicks in general.">>\
<<nm $diana "I can tell.">>\
''You have a good chat about cock, then wrap it up. $diana.name gets dressed, and you both clean up before leaving. After leaving, you get back to doing something else...''
<<lust $diana>>
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
<<Thought "Yeah, she probably has this taken care of...">>\
''You walk away before anyone sees you and try not to think about what you saw too much. At least $diana.name seems happy...''
<<horny 10>>
<<btnLink "Continue" "Work">>\<<loc_Lobby>>\
''You decide to take a short break and head to the common area for a quick caffene fix when $sophie.name's voice suddenly comes booming over the intercom.''
<<nm $sophie "<<Formal>>, please report to my office at once. I require you.">>\
<<Thought "The fuck...?">>\
''A few employees in the area are snickering at you.''
<<btnNotSub "Ignore the message and get your coffee" "Work-38-Ignore">>\
<<btnTooSub "Report to $sophie.name's office - <<t1>>" "Work-38-Respond">>\<<loc_Lobby>>\
<<Thought "Ugh, whatever it is I'm sure it can wait... She always sends someone if it's really urgent.">>\
''You continue walking to the commons and grab some coffee. Several minutes pass with no followup message over the intercom.''
<<btnLink "Continue" "Work">><<loc_SophieOffice>>\
''You hurry up to $sophie.name's office to find her sitting behind her desk.''
<<pic $sophie>>\
<<nm $sophie "$player.sophieName, took you long enough... Now, let's not waste anymore time.">>\
''It's clear what she's after, so you close the door behind you and approach her as she walks around the front of her desk, already stripping out of her clothing.''
<<pic $sophie "spread">>\
<<nm $sophie "Now then, let's start with you warming me up, hm?">>\
<<nm $player.d "Hm, sure thing $sophie.name...">>\
<<nm $player.s "@@.sf;Y-yes ma'am...@@">>\
<<nm $player.b "@@.bf;Mmm, you look super tasty!@@">>\
''You drop to your knees and lower your head to $sophie.name's warm pussy. Her scent is already incredibly strong and there's no hiding how badly she wants you. You're more than happy to give it to her.''
<<pic $sophie "eaten-by-player">>\
<<skillComment $sophie "eatPussy.give"
"Mmmmm... Oooohhhh fuck! $player.name! I-incredible!"
"Mmmm... Ooohhh fuck, you're so good!"
"Mmm... that's the way... just like that..."
"Mmm... a-ah, yes, there you go..."
"Mmm... yes, we definitely need to spend some more time training you, don't we?"
>>\
''It's not long before your mouth starts filling up with $sophie.name's juices as you quickly bring her to her first trembling orgasm. She gyrates her hips and grinds her mound into your mouth, riding her climax for all it's worth before pulling away from you.''
<<nm $sophie "Alright baby, I need a little more than your tongue today...">>\
''$sophie.name catches you off balance, pushing you back and knocking you on your butt. As soon as you hit the ground, she pulls your <<UnderwearOrPants>> off, exposing your <<PussyOrCock size>>.''
<<if isSissy() or isChastity()>>\
<<if isChastity()>>\
<<CommentChastity $sophie
"Hm, now when did you get this? Well, no matter..."
"Still locked up, I see? Well, no matter..."
"Oh good, you're still wearing the cage I bought you! How splendid, now to reward you..."
>>\
<<else>>\
<<nm $sophie "Hm, not getting hard for me? How pathetic, well, no matter...">>\
<</if>>\
''$sophie.name instructs you to stay put while she gets up and opens a large drawer in her desk. She returns with a large strapon cock and harness, but you're a little surprised when instead of putting it on herself, she fastens it around your waist instead.''
<<nm $player "I-I...">>\
<<nm $sophie "There, now you can fuck me properly! Well, what are you waiting for?">>\
''She turns around and spreads her wet pussy open with her fingers. The humiliation is almost too much to bear, but you wouldn't dare disobey her at this point. You line the dildo up with her pussy and slide it in. She bucks and moans against you, taking her deeper and deeper into her, fully aware of the fact that you can't feel a thing.''
<<pic $action "male-strapon-fuck-female">>\
<<nm $sophie "Oooohhhh fuck! Yeah, mmmm, baby, just like that! Doesn't my pussy just feel amazing, $player.sophieName?">>\
<<nm $player "I... Y-yes, $sophie.name, it feels incredible." "This is so embarrassing...">>\
''This continues for some time, $sophie.name insisting you tell her how good she's making your "cock" feel while you fuck her from one orgasm to another to another. After a particularly intense climax, it seems she's finally had enough.''
<<pic $sophie "orgasm">>\
<<nm $sophie "Holy fuck! Mmmmm, hnnngggg... ooohhhh... Wow, that was amazing, $player.name! You must really love being inside me, hm?">>\
<<nm $player "Y-yes ma'am!">>\
''$sophie.name hobbles over to a nearby sofa, barely able to keep her legs beneath her, and puts her clothing back on.''
<<pic $sophie>>\
<<nm $sophie "Mmm, that was just fantastic, $player.name. Anyway, we're done here. I'll call you back when I'm ready for more. Work hard!">>\
''You're too exhausted to offer a proper response, instead just gathering your clothes, getting dressed quickly and leaving $sophie.name's office.''
<<lust $sophie>>
<<dom $player -5>>
<<horny 30>>
<<elseif hasWorkingPenis()>>\
<<nm $sophie "Mmm, there <<he>> is... Now, you'd best not dissappoint me, $player.sophieName...">>\
''Without so much as touching your <<pSize>>, $sophie.name turns around and present her dripping pussy to you, spreading it open with her fingers. She looks back at you impatiently while you line your <<StraponOrCock>> up with her eager hole.''
<<pic $sophie "fucked-by-player">>\
<<CommentPenis $sophie
"Oooohhhhh fuck! Y-you're stretching me out!"
"Oooohhh, mmmm... Your cock is just fantastic!"
"Mmmm, yes, just like that!"
"Mmmm, yes, just like that!"
"Mmmm, you'd better not finish before I do!"
>>\
''You pound away at $sophie.name's sopping pussy, driving your cock as deep inside of her as you can every time she approaches her next climax.''
<<pic $sophie "orgasm">>\
<<nm $sophie "C-cumming again! Don't stop!">>\
<<nm $player "I-I'm about to c-cum too!">>\
''Hearing this, $sophie.name pulls herself off of you and spins around, taking your cock into her hand and finishing you off right onto her chest.''
<<pic $sophie "cum-on-chest">>\
<<nm $sophie "Mmm, there you go... You've certainly earned your release today $player.sophieName. Well done... Now then, I think it's about time you be on your way. I'll let you know when I'm ready for a good fuck again.">>\
''With that, $sophie.name dismisses you entirely. You pull your clothes off the floor and put them back on, and head for the door after giving your boss another couple moments to continue ignoring you.''
<<lust $sophie>>
<<horny 0>>
<<trackAction "pussyFuck.give" $sophie>>\
<<else>>\
<<if hasStrapon()>>\
<<nm $sophie "Mmm, good, looks like you're all ready to go!">>\
<<nm $player.d "Haha, yeah, you never know, right?">>\
<<nm $player.b "@@.bf;Mmm, always ready for a good fuck!@@">>\
''$sophie.name strokes your <<accf>> in her hand, running her tongue along it like a real cock.''
<<else>>\
<<nm $sophie "Mmm, look at that beautiful pussy... but that's not what I'm after today. Hold on a moment, won't you?">>\
''$sophie.name gets up and walks around to her desk, pulling a large strapon and harness out of her bottom drawer. She looks at you with a devious smile and tosses them both over near you.''
<<nm $sophie "Put that on, please. You'll be in charge of making me cum today!">>\
<<nm $player.d "Haha, sure, sounds like fun!">>\
<<nm $player.b "@@.bf;Tee-hee! Yay! This is gonna be fucking HOT!@@">>\
<</if>>\
<<pic $sophie "spread">>\
<<nm $sophie "Well then, come show me what you've got.">>\
''$sophie.name turns around and present her dripping pussy to you, spreading it open with her fingers. She looks back at you impatiently while you line the cock up with her eager hole.''
<<pic $sophie "fucked-by-player">>\
<<nm $sophie "Oooohhh, mmmm... Your cock is just fantastic!">>\
''You pound away at $sophie.name's sopping pussy, driving your strapon as deep inside of her as you can every time she approaches her next climax. The harness grinds and rubs against your clit, and you've been enjoying your own series of orgasms as well.''
<<pic $sophie "orgasm">>\
<<nm $sophie "C-cumming again! Don't stop!">>\
<<nm $player "I-I'm about to c-cum too!">>\
''Hearing this, $sophie.name slams herself against your waist, acting to both drive the large cock deeper inside her of as she cums, and to ensure you experience just as intense an orgasm as she is.''
<<nm $sophie "Mmm, there you go... You've certainly earned your release today $player.sophieName. Well done... Now then, I think it's about time you be on your way. I'll let you know when I'm ready for a good fuck again.">>\
''With that, $sophie.name dismisses you entirely. You pull your clothes off the floor and put them back on, and head for the door after giving your boss another couple moments to continue ignoring you.''
<<lust $sophie>>
<<horny 0>>
<<trackAction "pussyFuck.give" $sophie>>\
<</if>>\
<<trackAction "eatPussy.give" $sophie>>\
<<btnLink "Return to work" "Work" "passTime()">><<loc_Lobby>>\
''As you step into the main lobby, you're a little surprised to see $sophie.name standing at the front desk.''
<<nm $player "$sophie.name? Are you waiting for $kagney.name?">>\
<<pic $sophie>>\
<<nm $sophie "Hm? Oh, um, yes, I needed to pick up some mail a-and... mmm...">>\
<<nm $player "Ah, yeah, I think I just saw $kagney.name <<if flag($elsa,'Company')>>and $elsa.name <</if>>in the commons grabbing some coffee. Sorry.">>\
''$sophie.name seems to have completely lost interest in whatever it was she originally came here for, instead having turned her attention entirely towards you. You and a handful of other employees all watch on as $sophie.name moans and bites her lip, lifting her skirt and revealing her bare pussy to you.''
<<nm $player "$sophie.name?">>\
<<pic $sophie "spread">>\
<<nm $sophie "$player.name... I-I need you to make me cum. Right here in front of everyone!">>\
<<if canFuck()>>\
<<btnLink "Bend $sophie.name over the desk and fuck her - <<t1>>" "Work-39-FuckHer">>\
<<else>>\
<<btnLink "Bend $sophie.name over the desk eat her out - <<t1>>" "Work-39-EatHer">>\
<</if>>\
<<btnNotHorny "Tell $sophie.name you don't have time right now" "Work-39-Ignore">>\<<loc_Lobby>>\
''The growing crowd has you feeling a little anxious, and frankly you really just have other things that need your attention at the moment.''
<<nm $player "I appreciate the offer, $sophie.name, but I really need to get to work in the lab... Maybe, um, someone else can help you out this time?">>\
''$sophie.name looks visibly dissappointed as you back away. One of the other employees makes an advance towards her only to be coldly snubbed as she stomps down the hall.''
<<Thought "I'm sure that won't come back to bite me later...">>\
<<btnLink "Continue" "Work">><<loc_Lobby>>\
<<Thought "Well, this is what I dosed her for afterall...">>\
''In front of everyone in the room, you approach $sophie.name while pulling your <<StraponOrCock size>> out. She responds to this with lustful excitement, turning around and dropping to her knees in front of you.''
<<nm $sophie "Mmm, there's my <<boy>>!">>\
<<pic $sophie "suck-player">>\
<<nm $player "Ooohhh, fuck...">>\
''The crowd watches on in amazement as $sophie.name bobs up and down on your <<StraponOrCock>>, driving a couple of them to go so far as to start masturbating to the show.''
<<nmc "Male Employee" "Holy shit, is that really the boss?">>\
<<nmc "Female Employee" "I guess the rumors about her being a horny slut were true." "UnknownF">>\
<<nmc "Male Employee" "Fuck, <<he>>'s so lucky! I'd give anything to bang $sophie.name!">>\
<<nm $sophie "Mmm, okay, I think we're both wet enough now! Come on $player.sophieName, let's put on a show, hm?">>\
''$sophie.name turns around, propping herself up on the desk and spreading her dripping pussy open with her fingers. She pants and moans in desperation as you line the tip of your cock up with her hole. She can barely contain herself when you finally enter her.''
<<nm $sophie "Oh f-fuck!">>\
<<pic $sophie "fucked-by-player">>\
<<if hasStrapon()>>\
''You ram your strapon deep in $sophie.name, milking her for reactions as you steadily fall into a rhythm. The harness rubs against your clit, bringing you closer and closer to your own orgasm with every thrust.''
<<nm $sophie "Fuck! $player.name! You f-feel so good!">>\
<<pic $sophie "orgasm">>\
''$sophie.name thrusts herself back up against you, pushing you over the edge.''
<<nm $player "F-fuck! $sophie.name!">>\
''You bury the strapon as deep as you can into $sophie.name's gushing pussy, doing everything you can to keep your legs under you as the crowd watches on.''
<<else>>\
''You ram your <<pSize>> deeper and deeper into $sophie.name's pussy, milking her for reactions as you steadily fall into a nice rhythm. $sophie.name's pussy is wet and tight, and it's hard for you to hold back as you bring her to her first orgasm.''
<<CommentPenis $sophie
"Oh my god you're gonna split me if half! C-cumming!"
"Ooohh fuck! Your cock feels amazing $player.name!"
"Mmmm, fuck, yes! Your cock feels amazing!"
"Mmm, fuck, yes! Just like that!"
"Mmm, yes! K-keep going, you're gonna m-make me cum!"
>>\
<<pic $sophie "orgasm">>\
''You continue hammering away at $sophie.name, fucking her right through her intense climax.''
<<nm $player "$sophie.name, I'm gonna cum, too!">>\
<<nm $sophie "Mmm, fill me up baby! Breed me in front of everyone!">>\
''Hearing her say this to you in more than enough to send you over the edge.''
<<pic $sophie "creampie">>\
''You shoot load after load of thick, hot cum deep inside of $sophie.name's desperate pussy. You can feel her squeezing you as you do, making sure to milk every drop she can out of you.''
<<nm $sophie "Mmmm, ooohhhh, fuck that feels amazing!">>\
<<preg $sophie>>
<<trackAction "creampie.give" $sophie>>\
<</if>>\
<<pic $sophie "sophie-nekkid">>\
<<nm $sophie "Mmm, that's just what I needed... What's everyone standing around for? stuff your cocks back in your pants and get back to work!">>\
<<nmc "Male Employee" "Fuck that was hot...">>\
''$sophie.name walked back to the elevator, clothing in her hand.''
<<nm $sophie "$player.sophieName, I'll see you later, yeah?">>\
<<nm $player "Sure thing, $sophie.name.">>\
''With that, you both head your separate ways.''
<<love $sophie>>
<<lust $sophie>>
<<trackAction "pussyFuck.give" $sophie>>\
<<trackAction "suckCock.get" $sophie>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_Lobby>>\
<<Thought "Well, this is what I dosed her for afterall...">>\
''In front of everyone in the room, you approach $sophie.name, spreading her pussy open for you while sitting up on the front desk.''
<<nm $sophie "Mmm, come on, show me what you've got!">>\
<<pic $sophie "eaten-by-player">>\
''The crowd watches on in amazement as $sophie.name moans and trembles while you lick away at her gushing pussy, driving a couple of them to go so far as to start masturbating to the show.''
<<nmc "Male Employee" "Holy shit, is that really the boss?">>\
<<nmc "Female Employee" "I guess the rumors about her being a horny slut were true." "UnknownF">>\
<<nmc "Male Employee" "Fuck, <<he>>'s so lucky! I'd give anything to taste $sophie.name!">>\
<<nm $sophie "Mmm, ooohhhh fuck! $player.name, I'm c-cumming again!">>\
<<pic $sophie "squirt">>\
''Waves of thick, warm juices spray across your face and into your mouth as $sophie.name rides her intense climax to completion. You don't let this stop you from bringing her to multiple more as everyone looks on. By the time you're done, $sophie.name is left a wet, trembling mess on the ground.''
<<nmc "Female Employee" "Mmm... Maybe I should get to know that $player.name better...">>\
''After taking a moment to catch your breath, you stand up and help $sophie.name off the desk.''
<<pic $sophie "sophie-nekkid">>\
<<nm $sophie "Mmm, that's just what I needed... What's everyone standing around for? stuff your cocks back in your pants and get back to work!">>\
<<nmc "Male Employee" "Fuck that was hot...">>\
''$sophie.name walked back to the elevator, clothing in her hand.''
<<nm $sophie "$player.sophieName, I'll see you later, yeah?">>\
<<nm $player "Sure thing, $sophie.name.">>\
''With that, you both head your separate ways.''
<<love $sophie>>
<<lust $sophie>>
<<trackAction "eatPussy.give" $sophie>>\
<<btnLink "Continue" "Work" "passTime()">><<set $SceneCredit to "ThePatriot">>\
<<loc_Lab>>\
''You're used to seeing $penny.name zipping around the lab with arms full of notebooks and vials and whatever else, but today you're a little surprised to see her actually standing still, seemingly lost in thought. In fact, she doesn't even notice you. Upon closer inspection, you realize she's holding a large vial full of a blue mixture in one hand while massaging one of her breasts with the other. In front of her is a notebook that's holding her attention.''
<<nm $player "$penny.name?">>\
''No response.''
<<btnChoice "Go up and tap on her shoulder to get her attention - <<t1>>" "Work-4-Check">>
<<btnChoice "Leave her be" "Work-4-Pass">><<set $SceneCredit to "ThePatriot">>\
<<loc_Lab>>\
''You approach $penny.name, still fixated on her notes as she's feeling up one of her breasts. Getting closer, you notice she's mumbling to herself...''
<<nm $penny "Right, so... okay... so as long as...">>\
''You tap her shoulder.''
<<nm $player "$penny.name?">>\
<<nm $penny "FUCK!!!">>\
''$penny.name screams in surprise, flinging her notebook off the desk with one hand while throwing the contents of the vial all over you in the process.''
<<pic $penny>>\
<<art $penny "embarrassed,2">>\
<<nm $penny "O-oh my god! Boss, I... Shit! A-are you... okay?">>\
<<nm $player "I... What...">>\
''The liquid is thick and viscous, you try to spit out what got into your mouth and the areas of exposed skin that caught the chemical begin to tingle.''
<<nm $penny "I'm SO sorry, boss! I was... well it doesn't matter what I was doing... A-anyway, you scared me and... and...">>\
<<nm $player "And what? $penny.name? What are you looking...">>\
<<if $player.breastSize < 75>>\
''Looking down reveals the source of $penny.name's shock. Your once <<bSize>> has exploded into two huge orbs, barely contained by your <<top>>.''
<<nm $player "$penny.name! What the fuck were you... What is... $penny.name!?">>\
<<nm $penny "I-I was just... Wait, $player.name? W-what's that!">>\
''$penny.name lunges forward, pulling up your shirt.''
<<else>>\
''Looking down reveals the source of $penny.name's shock. Your <<top>> is completely soaked through not with the spilled chemical, but with something...''
<<nm $player "$penny.name!? A-am I... Am I lactating!?">>\
<</if>>\
<<run modBreasts(76)>>\
<<btnLink "Continue..." "Work-4-Next">>\<<loc_Lab>>\
<<nm $penny "Oh shit! I, um... I mean I knew there was a chance, but-">>\
<<nm $player "What the fuck were you doing in here!? Jesus, is th-a-aAAHH!!">>\
<<picB $events "lactation">>\
''Every time your <<bSize>> spray milk, you find yourself succumbing to a trembling orgasm.''
<<nm $player "$penny.name!">>\
<<nm $penny "Oof, didn't see THAT one coming... U-um, no, the, uh, milk shouldn't be permanent but... Your boobs are totally gonna stick around...">>\
<<nm $player "You bi-i-a-aAAHHHH!!!">>\
''You collapse to the ground this time, coming hard as jets of milk shoot from your nipples. You spend the next hour or so in the lab as $penny.name helps milk you into various containers until the lactation finally stops. Exhausted, you take one more look at your <<bSize>> before hobbling out of the lab...''
<<love $penny>>
<<lust $penny>>
<<btnLink "Continue" "Work" "passTime()">><<set $SceneCredit to "ThePatriot">>\
<<loc_Lab>>\
<<Thought "Eh, she looks like she's got... whatever she's doing under control...">>\
''Not wanting to break her concentration, you quietly back out of the lab, returning to the lobby.''
<<btnLink "Go back" "Work">><<loc_Lobby>>\
<<set $SceneCredit to "AJ">>\
''You run into $john.name in the hallway again. He gives you a devilish smile...''
<<pic $john>>\
<<nm $player.d "H-hey, $john.name" "Oh no...">>\
<<nm $player.s "H-hi, $john.name" "@@.sf;W-what's gonna happen now...">>\
<<nm $player.b "@@.bf;Tee-hee! Hi Daddy!@@">>\
<<nm $john "Who's ready for more pounding?">>\
<<nm $player.d "Me...">>\
<<nm $player.s "I-I am...">>\
<<nm $player.b "@@.bf;ME! ME! ME!@@">>\
<<nm $john "You know that's right! Now bring that sweet ass in here...">>\
''He waves you into the bathroom, and your body automatically follows him inside.''
<<if isBimbo()>>\
<<Thought "Ugh... Again? This is taking time out of my lab work...">>\
<<else>>\
<<nm $player "@@.bf;Woo-hoo!@@">>\
<</if>>\
<<btnLink "Continue - <<t1>>" "Work-40-Fuck">>\<<loc_Bathroom>>\
''The bathroom is empty, except for $john.name. However, $tasha.name comes in, and you start imagining what's about to happen...''
<<if isBimbo()>>\
<<Thought "@@.bf;Aww, just the two of them, huh?@@">>\
<<else>>\
<<Thought "Oh good, it's just the two of them...">>\
<</if>>\
''Then six of $john.name's coworkers confidently stroll into the bathroom.''
<<if isBimbo()>>\
<<Thought "@@.bf;YAY!@@">>\
<<else>>\
<<Thought "FUCK!">>\
<</if>>\
<<nm $john "Thought it'd be fun to watch this time. Haha, enjoy!">>\
''$john.name cracks open a beer and has a seat on the sink countertop as one of the male employees undresses you. He yanks your clothes off and tosses them in the corner. $tasha.name comes up behind you and starts rubbing your ass, then gives it a quick spank.''
<<nm $tasha "<<He>>'s all ready! Come on over, boys! Daddy's going to love watching this, tee-hee!">>\
<<if isBimbo()>>\
<<nm $player "@@.bf;Woo-hoo! C'mon boys, let's put on a show!@@">>\
<<else>>\
<<nm $player "F-fuck..." "Why is this happening...">>\
<</if>>\
<<pic $player "ass-fucked-by-male">>\
''The first man smacks you in the ass, and you let out a yelp. He unzips his pants, grips your behind, and start thrusting into your ass. His erection pounds in and out of you, making you buzz with pleasure as he fucks you...''
<<nm $player "Ah...">>\
''$john.name occasionally stops drinking to make out with $tasha.name, and they both delight in your predicament...''
<<if isBimbo()>>\
<<Thought "@@.bf;Mmm, bet he's enjoying this as much as I am!@@">>\
<<else>>\
<<Thought "Yeah, I bet $john.name's absolutely loving watching me get demolished...">>\
<</if>>\
''It doesn't take long for the man to cum, and he pulls out. The next guy takes his place, and the other four start laughing and cracking jokes together as they wait for their turn.''
<<pic $player "creampie-anal">>\
''As coworker after coworker rails you, your ass starts to get sore, and $john.name quickly finishes his beer.''
<<nm $john "Ah... Hey, you guys done yet?">>\
<<nmc "Coworker" "Hnngg... almost... Ah.... yeah... okay, done.">>\
<<pic $player "cum-on-back">>\
''The last coworker gives you a spank after pulling out of you. Your ass feels completely decimated right now, and your rear is absolutely covered in semen....''
<<if isBimbo()>>\
<<nm $player "@@.bf;More! Give me more!@@">>\
<<else>>\
<<nm $player "U-uhgh, fuck...">>\
<</if>>\
''$john.name smiles at $tasha.name.''
<<nm $john "I think I'll let you have a turn...">>\
<<pic $tasha "topless">>\
<<nm $tasha "Yay! Thanks, Daddy!">>\
''$tasha.name walks in front of you, and $john.name goes behind. They both unzip their pants and take out their already hard erections...''
<<if isBimbo()>>\
<<Thought "@@.bf;It just keeps getting better!@@">>\
<<else>>\
<<Thought "I'm already aching... I don't know if I can take much more of this...">>\
<</if>>\
''$john.name slides his erection into your <<AssOrPussy>> and you quiver as he powerfully thrusts inside of you. You're about to let out a yelp when $tasha.name fills your mouth with her own cock...''
<<pic $player "suck-ts">>\
<<nm $player "A...mmmph...">>\
''Being fucked over and over already filled you with arousal, so you get closer and closer to orgasm with every second... the other coworkers watch with sadistic grins as they watch you get skewered by $john.name and $tasha.name.''
<<pic $john "fuck-player">>\
''You reach orgasm, and your <<if hasPenis()>>cock twitches<<else>>pussy clenches<</if>> over and over as you writhe in pain and pleasure...<<if hasWorkingPenis()>>You come all over the floor as your cock just twitches in the air below you...<</if>>''
<<if hasWorkingPenis()>>\
<<nm $player "Mmmph! Ah...">>\
<<else>>\
<<nm $player "Mmmph! Ah..." "I think I just came from anal... Fuck...">>\
<</if>>\
''$tasha.name and $john.name keep pounding even after your orgasm ends. It goes on for what feels like forever, with only the occasional spanking from $john.name to keep you from zoning out entirely...''
<<Thought "Is this... ever going to end!?">>\
<<nm $tasha "Oh fuck!">>\
<<pic $player "cum-in-mouth">>\
''$tasha.name suddenly cums into your mouth, surprising you with the taste. You swallow every last drop of liquid from her twitching erection...''
<<nm $john "Mmm, my turn!">>\
<<pic $player "creampie">>\
''$john.name cums next, pumping your <<AssOrPussy>> full of semen as he keeps up his violent, powerful thrusts...''
<<if hasPussy()>>\
<<lust $tasha>>
<<lust $john>>
<<dom $player -3>>
<<horny 0>>
<<preg $player "$john.name">>\
<<else>>\
<<lust $tasha>>
<<lust $john>>
<<dom $player -3>>
<<horny 0>>
<</if>>\
''When they're both finished, they pull out of you...''
<<nm $john "Ah... Now that was fun! Anyway, you're on cleanup duty. I'm fucking outta here. $tasha.name, you come with me. The rest of you, back to work.">>\
''They all depart, laughing and having a good time as you're left alone on the floor...''
<<if isBimbo()>>\
<<Thought "@@.bf;Aww... fun's already over?@@">>\
<<else>>\
<<Thought "This is not how I envisioned my employment here going...">>\
<</if>>\
''You eventually clean the place up and leave...''
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
<<set $SceneCredit to "Meghan">>\
''As you walk by $kagney.name's desk, she waves at you.''
<<pic $kagney>>\
<<art $kagney "happy,2">>\
<<nm $kagney "Do you have time? I need you for a moment.">>\
<<btnChoice "See what she needs - <<t1>>" "Work-41-Check">>\
<<btnChoice "Tell her you're busy" "Work-41-Busy">>\<<loc_Lobby>>\
<<set $SceneCredit to "Meghan">>\
<<nm $player "I'm actually kinda busy right now... Sorry!">>\
<<pic $kagney>>\
<<art $kagney "sad,2">>\
<<nm $kagney "That's alright then... I'll handle it myself.">>\
''You walk away for now...''
<<btnLink "Continue" "Work">>\<<loc_Lobby>>\
<<set $SceneCredit to "Meghan">>\
<<nm $player "Sure! I have a few minutes.">>\
<<pic $kagney>>\
<<art $kagney "happy">>\
<<nm $kagney "Okay, so, I need to adjust something on my clothes, but I might have a call coming in soon... Can you just wait by my desk for a moment and tell them I'm busy if a call happens?">>\
<<nm $player "Not a problem! I'll just stand right here...">>\
''$kagney.name walks over to the corner of the room and starts fiddling with something around her chest. You watch as she struggles with that something for almost a whole minute. Eventually, she turns around. Her chest is almost bursting out of her tight blouse...''
<<nm $kagney "Okay, done! I think it's nice and—">>\
''As $kagney.name walks towards you, one of the buttons pops off her blouse and hits you in the face.''
<<nm $player "Ow!">>\
<<nm $kagney "Ah! Sorry...">>\
<<nm $player "It's fine.">>\
<<pic $kagney "desk-topless">>\
<<art $kagney "embarrassed,0,open">>
<<nm $kagney "You know, huge breasts... ugh, they're just the worst! Bigger clothes just don't fit right, while ones made for 'my size' can barely keep them in! I have to fiddle with them all day...">>\
<<nm $player "It can't be all bad... hey, now that I'm looking at them, they're beyond perfect!">>\
<<nm $kagney "But it sucks having them!">>\
<<nm $player "But just look in the mirror! They look great!">>\
<<nm $kagney "I mean... Thanks?">>
<<Thought "Well, there is a closet in here, and she is dosed... ah, why not? She won't complain for long...">>\
<<nm $player "I need to have a better look at them. Mind if I...">>\
''You gently slide a hand between her breasts... they're wonderfully warm and soft.''
<<artB $kagney "aroused,2,open">>\
<<nm $kagney "Uh... um... hey, what's the deal with this?">>\
<<nm $player "Just something to cheer you up.">>\
''You slowly pull her into the closet, and she walks along with you, not resisting at all.''
<<nm $player "Anyway, this is why huge breasts are actually really cool... you can do this sort of thing!">>\
''You turn on the closet light and shut the door. It's not a big closet, but it has just enough room for the two of you. As you unbutton $kagney.name's blouse, she looks amused...''
<<nm $kagney "Hey, it's... You don't have to show me! I think I get the idea...">>\
<<nm $player "You should really experience it.">>\
''She kneels in front of you as you pull down your pants, and your already hard <<pSize>> pops out. You slide your erection between her breasts, then reach down and guide her hands so that she squeezes your cock in her breasts.''
<<pic $kagney "titfuck">>\
<<act $kagney "blowjob,deep">>\
''As you start thrusting back and forth, $kagney.name stutters as she tries to speak.''
<<nm $kagney "Hey... I.. I didn't agree to this!">>\
<<nm $player "Come on, aren't you having fun? Don't you want to do a good job?">>\
''You keep thrusting back and forth between her breasts, filling you with sensual delight.''
<<nm $kagney "@@.bf;Mmmm, yeah... I do wanna do a good job!@@">>\
''You give her hair a rub as you go on and on, enjoying every moment.''
<<Thought "Ah... now this was a good use of a serum...">>\
''Arousal builds up inside of you, and you start to notice $kagney.name bobbing her body back and forth, sliding her breasts against your cock for you. Soon, you hit a tipping point and reach orgasm...''
<<pic $kagney "cum-on-chest">>\
<<art $kagney "blowjob,creampie">>\
<<nm $player "Oh yeah...">>\
''Your clenching cock comes all over her neck and chin, and you keep sliding in and out of her breasts as your cum lubricates them, making your orgasm even more enjoyable... Eventually you finish, and pull out.''
<<Thought "Good thing there are tissues in here...">>\
<<nm $player "Here, clean up with some of these.">>\
<<nm $kagney "Thanks... ummm...">>\
''You both exit the closet as $kagney.name nearly finishes buttoning her blouse back up.''
<<nm $player "You're in luck! No calls came in.">>\
''$kagney.name struggles to put the last button in place, but finally manages it. However, a different button flies out, this time right over your head...''
<<pic $kagney "desk-topless">>\
<<art $kagney "angry,2,open">>\
<<nm $kagney "Ugh, fuck these boobs!">>
<<Thought "Ooh! There's a joke to be made here...">>\
<<nm $kagney "Hey, don't you dare say it!">>\
<<nm $player "I already fucked them! At least give me a few minutes to rest before I do it again...">>\
<<nm $kagney "Well, I'm honestly glad you did... but I'll let you know if the mood hits again, okay?">>\
''You say goodbye to her and leave.''
<<lust $kagney>>
<<love $kagney>>
<<horny 0>>
<<trackAction "titfuck.give" $kagney>>\
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''As you're walking through the hallways, $elsa.name comes around a corner and waves at you.''
<<pic $elsa>>\
<<art $elsa "happy,2">>\
<<nm $elsa "Hey! Have a second?">>\
''She quickly pulls out her phone. She seems really excited to show you something...''
<<nm $player "Hmm?">>\
<<nm $elsa "So, okay, look at this... just one second, video is about to pop up...">>\
''She taps the screen on her phone one last time and points it at you. A video starts playing; you can see $elsa.name's hand in the frame for a moment before she points the camera down an alley. About thirty feet away, your ?mother is topless and giving some random guy a blowjob.''
<<pic $mom "suck-male">>\
<<act $mom "suck">>\
<<Thought "Well, that seems like something she'd do these days. I probably shouldn't tell $elsa.name I've been dosing her though...">>\
<<nm $player "Oh my!">>\
<<nm $elsa "I know, right? I knew Aunt $mom.realName has been... well, a bit horny lately, but I didn't think she'd blow some guy out in public. Happened to see her while I was out on my lunch break earlier, and then I went to say hi and found her doing this instead!">>\
<<nm $player "I wonder what's going on with her. Maybe she's just stopped caring what other people think about her?">>\
<<nm $elsa "Could be. But isn't this exciting? Look at how good she is at it! Kind of hot, honestly. I wish I was that good at it...">>\
<<nm $player "I guess?">>\
<<nm $elsa "And watching all this go down was exhilarating. She didn't even notice me! I felt like a detective getting some dirt on someone, and it's honestly one of the most thrilling things I've done lately.">>\
<<nm $player "I can see why.">>\
<<pic $elsa>>\
<<art $elsa "happy">>\
<<nm $elsa "I'm going to see if I can get more videos of Ava doing this kind of thing. Could be really fun! I'll keep you updated if I find anything else. I might even figure out why she's doing all this. Maybe she's trying to make some extra cash by giving people blowjobs? Maybe she just needs some dick? I don't know. But it's fun to speculate!">>\
<<Thought "At least she shouldn't find out about all the dosing. And seeing some of those videos would be nice...">>\
<<nm $player "Oooh! Keep me posted on this. I'd like to see more of those videos when you get them.">>\
<<nm $elsa "I will if I ever record any more good ones. I might not get the opportunity though. Anyway, see you later!">>\
<<nm $player "Bye!">>\
''$elsa.name runs off, leaving you equally amused and aroused.''
<<btnLink "Continue" "Work">>\<<loc_Lab>>\
''Walking into your lab you're a little surprised to see your ?mother talking to $penny.name at your workstation.''
<<artB $mom "happy" $penny "embarrassed">>\
<<nm $mom "Mmm, so, you're the girl my <<son>>'s always going on about!">>\
<<nm $penny "I-I am? <<He>> does? U-um...">>\
''You clear your throat loud enough to get their attention.''
<<nm $player "Hi $mom.name... You're not supposed to be down here.">>\
''$mom.realName turns her attention to you, giving $penny.name enough time to run over and hide behind you.''
<<nm $mom "Aww, don't be like that!">>\
<<nm $penny "Your ?mom is crazy! How much of our serum did you pump into her!?">>\
<<nm $player "Enough, clearly... Hey $mom.name, let's go ahead and go back upstairs, yeah? I'll buy you a coffee and we can catch up.">>\
''Your ?mother's look of discontent changes to joy at the thought of getting to spend some time with you and she hurries out of the lab.''
<<pic $mom>>\
<<art $mom "happy,2">>\
<<nm $mom "Yay! I'll see you at the elevator. $penny.name it was SO nice to meet you!">>\
<<nm $penny "Y-yeah, you too, Mrs. $player.surname...">>\
''She leaves the room, leaving the door open behind her.''
<<pic $penny>>\
<<art $penny "embarrassed,2">>\
<<nm $penny "So... That's your ?mom, huh? She sure is... something...">>\
<<nm $player "That's certainly one way to put it... I'd better go get her before she tries to come back.">>\
<<if $penny.isDom>>\
<<artB $penny "aroused,2">>\
<<nm $penny "Mmm, honestly, I wouldn't mind getting to know her properly sometime...">>\
<<nm $player "Oh gods damnit...">>\
<<elseif $penny.isWhore>>\
<<artB $penny "aroused,2">>\
<<nm $penny "I mean, your ?mom's pretty hot... I wouldn't mind...">>\
<<nm $player "No! Bad $penny.name!">>\
<<else>>\
<<artB $penny "happy,2">>\
<<nm $penny "Haha, sounds good boss! Best of luck to you!">>\
<</if>>\
''You leave the lab and treat your ?mother to meal from the commons area.''
<<RemoveWorkEvent 43>>\
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lab>>\
''You enter the lab and are more than a little surprised to see your ?mother being pressed up against a desk by $penny.name, holding her arm behind her back.''
<<pic $penny "penny-dom">>\
<<art $penny "aroused,2,dom">>\
<<nm $penny "Mmm, shame we don't have more time today... I'd love to show you some of the fun toys I've developed down here!">>\
<<artB $mom "aroused,2">>\
<<nm $mom "Y-yeah? That could be, mmm... fun!">>\
''It's only now that you realize $penny.name's other hand is under $mom.realName's skirt, and it's fairly obvious she's fingering your ?mother rather roughly.''
<<nm $mom "O-oh! Mmm...">>\
<<nm $player "U-um, hey girls!">>\
''Your ?mom turns your way but $penny.name keeps her locked down.''
<<pic $penny "penny-dom">>\
<<art $penny "happy,0,dom">>\
<<nm $penny "Heya $player.name! I was just getting to know your ?mom a little. She's pretty great!">>\
<<nm $player "I see that... Don't we have some work we need to get to?">>\
''$penny.name's expression turns to one of slight disappointment, but she relents. As she loosens her grip on your ?mother's arm, she spins her around and pulls her in for a deep kiss.''
<<pic $penny "kiss-female">>\
<<act $penny "kiss,ava">>\
<<nm $mom "Mmmm... mmmm...">>\
<<nm $penny "Mmmm... Haaa, hehehe! Well, c'ya later!">>\
''Your ?mom walks towards the door, being sure to feel you up on her way out.''
<<pic $mom>>\
<<art $mom "aroused,2">>\
<<nm $mom "You be sure to visit me, too, sometime...">>\
<<nm $player "Sure thing $mom.name...">>\
''She leaves, and $penny.name gives you an innocent look before sitting back down at her desk and getting to work.''
<<lust $mom>>
<<lust $penny>>
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_LabHallway>>\
''Walking towards your lab, you're caught off guard when the noises coming from $julia.name's office aren't the usual grunts and groans of multiple men relieving themselves with the recently bimbofied doctor, but rather much more 'feminine' tones. You lean in to get a better listen.''
<<nm $julia "Mmm, soo good! Keep going...">>\
<<nmc "Woman" "Mmmm... mmmph... Fwahh! Hehe, wow $julia.name, you taste amazing!" "UnknownF">>\
''You recognize the voice.''
<<Thought "$mom.name!?">>\
<<btnTooHorny "Try to get a better look - <<t1>>" "Work-45-Watch">>\
<<btnNotHorny "Ignore them and move on" "Work-45-Ignore">>\<<loc_LabHallway>>\
''You decide it's better not to get involved.''
<<Thought "It's really not all that surprising that those two would find each other.">>\
''The hallway echoes with the women's moaning.''
<<horny 10>>
<<btnLink "Continue" "Work">>\<<loc_MedicalOffice>>\
''You quietly crack the door just enough to see inside. $julia.name doesn't notice you, and you can very clearly see your ?mother's head moving between $julia.name's thighs.''
<<pic $mom "eat-pussy">>\
<<act $mom "eatPussy">>\
<<nm $julia "Oooohhhh yesssss... That soft tongue feels soooo good after getting fucked all day! O-oh! Cumming again!">>\
''$julia.name wraps her legs around your ?mom's head, holding her tight as her body trembles and quivers in orgasm. You don't know how long they've been at this so there's really no saying how many times she's already cum. When she finally comes down from it, she brings $mom.realName's face up to hers and kisses her deeply.''
<<pic $julia "kiss-female">>\
<<act $julia "kiss,ava">>\
<<nm $mom "Mmmm... My turn?">>\
<<nm $julia "Tee-hee! Take a seat on my exam table, won't you?">>\
''$mom.realName climbs onto the table and spreads her legs for $julia.name. She runs a finger along her pussy, drawing attention to how wet she is.''
<<nm $mom "All ready!">>\
<<pic $julia "eat-pussy">>\
<<act $julia "eatPussy">>\
<<nm $mom "Oooohhhh! Mmmmm... That's amazing! Do you get a lot of women visiting you down here?">>\
<<nm $julia "Mmmph... mmmph... mmm... There are a few, sometimes that silly little lab rat from across the hall will come by for a quickie, but it's mostly men.">>\
<<Thought "Really $penny.name...">>\
''Your ?mother moans lustfully, approaching her climax.''
<<nm $mom "Mmmm... Well, I think you and I are going to be good friends, hehe!">>\
<<nm $julia "Mph! Mmmph! Hnngph!">>\
''$julia.name's tongue expertly stimulates your ?mother's gushing pussy, finally sending her over the edge and into a torrential orgasm that sprays across $julia.name's face and tongue.''
<<nm $mom "OOOHHHH!!!">>\
<<pic $mom "squirt">>\
<<act $julia "eatPussy,cum">>\
''Wave after wave of thick juices spray from $mom.realName's quivering pussy as $julia.name struggles to catch her breath.''
<<actB $julia "eatPussy,cumAfter">>\
<<nm $julia "Mmmm... Delicious!">>\
<<Thought "I'd better make myself scarce...">>\
''As the two older women start to clean themselves off, you quietly slip away.''
<<lust $mom>>
<<lust $julia>>
<<horny 30>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''Walking through the lobby, you happen to see $kagney.name stretching at her desk. You'd be lying to yourself if seeing her large breasts lifting from her deep breath didn't catch your eye. Regardless, you take a minute to check in on her.''
<<nm $player "Heya $kagney.name!">>\
<<pic $kagney>>\
<<if $kagney.isBimbo>>\
<<nm $kagney "@@.bf;NNNNGGGGHHHH!!!! Hm? Oh, hey $player.name! Come to stare at my titties?@@">>\
<<else>>\
<<nm $kagney "NNNNGGGGHHHH!!!! Hm? Oh, hey $player.name! What's up?">>\
<</if>>\
''You lean on the desk, also feeling the day wearing on you.''
<<nm $player "Oh, not much, just saw you were free so I thought I'd stop by and say hi.">>\
<<nm $kagney "Hehe, you're so sweet!">>\
''The two of you chat for a little bit before you're suddenly caught by surprise from behind.''
<<nm $player "Yeah, so then we haAAAHH!">>\
<<pic $tasha "kiss-player">>\
''You're quickly spun around as $tasha.name moves in for a deep keep. Her embrace calms you down, and she eventually releases you.''
<<nm $tasha "Tee-hee, hey you!">>\
<<nm $player "O-oh, hey $tasha.name. Didn't hear you sneaking up on me!">>\
<<nm $kagney "S'pose that's why it's called sneaking. Hiiiii $tasha.name!">>\
<<pic $tasha>>\
<<nm $tasha "Hehe, hi $kagney.name! Sorry, I'll let you two get back to your conversation, just want to say hi to $player.name!">>\
''Before she leaves, $tasha.name slides a hand up along your thigh and over your crotch, prompting a favorable response in the process.''
<<nm $tasha "We'll catch up later!">>\
<<nm $player "Y-yeah, see'ya!">>\
<<nm $kagney "Bye $tasha.name! Hm, so... that's how it is, huh?">>\
''You think for a second while $kagney.name stares you down intently.''
<<nm $player "I-I, um... Maybe?">>\
''The two of you talk for a little longer, $kagney.name taking every chance to prod you along the way, until eventually she's given some new work to do. You head back as well.''
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''Walking through the hallway, you hear a loud moan echo from the hallway.''
<<Thought "Jesus, who's getting railed now?... oh.">>\
''Closer inspection reveals ?tasha sitting in her chair, stretching her arms wide as she fights to stay awake on the job.''
<<btnChoice "Visit ?tasha - <<t1>>" "Work-47-Visit">>\
<<btnChoice "Ignore her" "Work">>\<<loc_SalesOffice>>\
''You step into ?tasha's office and see that she's alone.''
<<nm $player "Hey there! How's it going in here?">>\
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "The usual, but ugh, I'm bored out of my mind... Wanna chat?">>\
<<nm $player "Why not?">>\
''You talk for a few minutes about normal company business. As you carry on your conversation, ?tasha starts to look more excited, and she starts sitting in more seductive ways. She licks her lips, making you imagine <<if hasPenis()>>a nice blowjob<<else>>yourself getting eaten out<</if>>...''
<<Thought "Hmmm... I like talking about all this, but I wonder...">>\
<<if hasWorkingPenis() or hasPussy()>>\
<<btnNotSub "Ask ?tasha for oral sex" "Work-47-GetOral">>\
<<btnTooSub "Ask to go down on ?tasha" "Work-47-GiveOral">>\
<<else>>\
<<if $tasha.hasPussy>>\
<<btnTooHorny "Ask to go down on ?tasha" "Work-47-GiveOral-Pussy">>\
<<else>>\
<<btnTooHorny "Ask to go down on ?tasha" "Work-47-GiveOral">>\
<</if>>\
<</if>>\
<<btnNotHorny "Just continue your conversation" "Work-47-Talk">>\<<loc_SalesOffice>>\
''You keep talking and have a good time. ?tasha eases up on the horny gestures after seeing that you're more interested in having regular office talk at the moment.''
<<nm $player "And anyway, that's where the stapler was this time...">>\
<<pic $tasha>>\
<<art $tasha>>\
<<nm $tasha "Unbelievable...">>\
''The phone rings, and you both figure now is a good time to end your conversation. ?tasha handles her call as you leave.''
<<btnLink "Continue" "Work" "passTime()">>\<<loc_SalesOffice>>\
<<trackAction "cumEat.give" $tasha>>\
<<nm $tasha "I was hoping you'd ask!">>\
<<pic $tasha "topless">>\
<<art $tasha "aroused,2,naked">>\
''You close the door as ?tasha stands up and unbuttons her blouse.''
<<nm $player "Finally, some good alone time together. I've been looking forward to this!">>\
<<nm $tasha "Just have a seat in my chair and I'll do the rest.">>\
''You pull down your pants and plop yourself down on her chair. It's still warm, and it's very cozy. You jut your hips forward, giving ?tasha easy access to your <<PussyOrCock size>>.''
<<nm $tasha "Mmm, there <<he>> is...">>\
''?tasha gets on her knees in front of you and smiles.''
<<if hasPenis()>>\
<<trackAction "suckCock.get" $tasha>>\
<<pic $tasha "suck-player">>\
''She licks the tip of your erection, making it twitch with pleasure as she teases it.''
<<nm $player "Ah...">>\
''She takes the whole length into her mouth, bobbing her head back and forth and pressing her lips tightly against it as she moves.''
<<nm $tasha "Mmph, ah...">>\
''As she slides her mouth up and down the length of your erection, she closes her eyes, and she seems to enjoy herself. You encourage her with a head rub as more and more arousal fills you.''
''Orgasm comes closer and closer as she speeds up, sucking harder and faster...''
<<Thought "She's really going at it... Oh yeah...">>\
<<pic $tasha "cum-in-mouth">>\
''Finally, you reach orgasm. Your cock twitches and you come inside her mouth, and she happily keeps bobbing her head back and forth as you release inside her.''
<<else>>\
<<trackAction "eatPussy.get" $tasha>>\
<<pic $tasha "eat-pussy">>\
''?tasha gives your <<vSize>> a quick lick, making you shudder with delight. She then slides her tongue inside, thrusting it in and out...''
<<nm $player "Oh yes... deeper!">>\
''?tasha penetrates you with her tongue, sticking it in as far as she can. She gently massages your insides, looking up at you with her seductive eyes as she does it, filling you with arousal.''
<<nm $player "Mmmm...">>\
''She brings her tongue back out to tease your opening/clitoris, bringing you closer to orgasm as you hunger for more of her wet tongue's touch.''
<<nm $player "Oh... ah...">>\
<<nm $tasha "Enjoying yourself?">>\
<<nm $player "Mhm...">>\
''?tasha pierces you again with her tongue, making you moan once more. Every motion she makes inside you brings you closer and closer to that tipping point...''
<<pic $player "orgasm">>\
''Finally, you reach orgasm, and your pussy clenches over and over against ?tasha's tongue as you let out a sharp, aroused yelp. Your orgasm goes on and on as she keeps pressing her tongue against your sensitive insides.''
<</if>>\
<<love $tasha>>
<<lust $tasha>>
<<horny 0>>
''When your orgasm ends, ?tasha pulls her lips away from you.''
<<nm $player "Ah... that was just what I needed.">>\
''The phone rings.''
<<nm $tasha "Aaa! I wasn't expecting that call... sorry!">>\
''You quickly get out of your seat and let ?tasha sit there instead. You quickly clean yourself with a few of the tissues, hurriedly get dressed, and wave goodbye to ?tasha as she handles her call.''
<<btnLink "Continue" "Work" "passTime()">>\<<loc_SalesOffice>>\
<<trackAction "suckCock.give" $tasha>>\
<<trackAction "cumEat.get" $tasha>>\
<<nm $tasha "I was hoping you'd ask!">>\
<<pic $action "ts-cock-hanging">>\
''She pulls down her pants and her erection pops out. She waves you closer.''
<<Thought "Not what I meant... I thought it was the other way around!">>\
<<nm $player "Oh! I...">>\
<<nm $tasha "Thanks for offering to give me some oral... honestly, you're really kind! Just come on over...">>\
<<nm $player "Well, I don't know... I was kind of thinking—">>\
<<nm $tasha "Don't worry, I'm not busy! I have a call in twenty minutes, and we'll be finished before then.">>\
<<Thought "Well, it would be awkward to say no at this point... and it's not like I'd say no to this...">>\
''You kneel in front of her and place your head right in front of her cock. She reaches down and gives you a head rub as you bring the tip of her erection into your mouth.''
<<pic $player "suck-ts">>\
<<nm $player "Mmph, hnggg...">>\
''You take the entire length of her erection into your mouth and throat, and as you bob your head back and forth, ?tasha lightly squeezes your head with her thighs. It's a little more difficult to straightforwardly suck her cock with her thighs keeping you in place, so you focus on tongue action.''
<<nm $tasha "Oh, ah... that's the spot...">>\
''You rub the bottom of her erection with your tongue, bringing it from base to tip as you slightly move your lips on top of her. You keep moving up and down, bringing her closer and closer to orgasm.''
<<nm $tasha "Ah... keep going!">>\
''You suck harder and faster, and keep rubbing the length of her cock up and down, forcefully pressing your tongue against it. You keep up a steady, quick rhythm. She's almost there...''
<<pic $tasha "orgasm">>\
''Finally, you feel her cock twitch as she releases load after load into your throat.''
<<nm $tasha "Oh... Ohhh yeah...">>\
''Her thighs press powerfully against your head, and you keep doing your best to pleasure her for the entire length of her orgasm.''
<<pic $player "cum-in-mouth">>\
''When it finally ends, she releases you from her thighs, and you pull your head away.''
<<nm $tasha "This was just what I needed... Thanks! Oh, let me grab some tissues, you got some on the corner of your lip...">>\
''You both clean up just as ?tasha's call begins, and then you leave her to take care of it.''
<<love $tasha>>
<<lust $tasha>>
<<horny 30>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_SalesOffice>>\
<<trackAction "eatPussy.give" $tasha>>\
<<trackAction "cumEat.get" $tasha>>\
<<nm $tasha "I was hoping you'd ask!">>\
<<pic $tasha "spread">>\
''She pulls down her pants, revealing her glistening pussy. She waves you closer.''
<<Thought "Not what I meant... I thought it was the other way around!">>\
<<nm $player "Oh! I...">>\
<<nm $tasha "Thanks for offering to give me some oral... honestly, you're really kind! Just come on over...">>\
<<nm $player "Well, I don't know... I was kind of thinking—">>\
<<nm $tasha "Don't worry, I'm not busy! I have a call in twenty minutes, and we'll be finished before then.">>\
<<Thought "Well, it would be awkward to say no at this point... and it's not like I'd say no to this...">>\
''You kneel in front of her and place your head right in front of her pussy. She reaches down and gives you a head rub as you bring the tip of your tongue to her clit.''
<<pic $player "eat-pussy">>\
<<nm $player "Mmph, hnggg...">>\
''You lick up and down the length of her slit, and as you move your head back and forth, ?tasha lightly squeezes your head with her thighs. It's a little more difficult to straightforwardly eat her out with her thighs keeping you in place, so you focus on tongue action.''
<<nm $tasha "Oh, ah... that's the spot...">>\
''You rub the bottom of her clit with your tongue, flicking it gently as you slightly move your lips on top of her. You keep moving up and down, bringing her closer and closer to orgasm.''
<<nm $tasha "Ah... keep going!">>\
''You lick harder and faster, and keep rubbing the length of her slit up and down, forcefully pressing your tongue against it. You keep up a steady, quick rhythm. She's almost there...''
<<pic $tasha "orgasm">>\
''Finally, you feel her thighs twitch as she releases load after load of thick squirt into your throat.''
<<nm $tasha "Oh... Ohhh yeah...">>\
''Her thighs press powerfully against your head, and you keep doing your best to pleasure her for the entire length of her orgasm.''
<<pic $tasha "squirt">>\
''When it finally ends, she releases you from her thighs, and you pull your head away.''
<<nm $tasha "This was just what I needed... Thanks! Oh, let me grab some tissues, you got me all over your chin...">>\
''You both clean up just as ?tasha's call begins, and then you leave her to take care of it.''
<<love $tasha>>
<<lust $tasha>>
<<horny 30>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''As you're walking through the lobby, you can see ?tasha charging down the hallway.''
<<pic $tasha>>\
<<art $tasha "happy">>\
<<nm $tasha "Hey! ?mc, wait!">>\
''She catches up to, walking up close and handing you an index card.''
<<nm $player "What's this?">>\
<<nm $tasha "W-well, after our date, I thought it'd be nice for you to maybe be able to, y'know, call me.">>\
<<nm $player "Oh! Yeah, that makes sense.">>\
''?tasha bounces happily, giving you a quick kiss on the cheek.''
<<nm $tasha "Well, I need to go back to what I was doing, just didn't want to miss you! Later!">>\
<<nm $player "Later!">>\
@@.data;You can now call and text ?tasha!@@
<<SetFlag $player "callTasha">>\
<<RemoveWorkEvent 48>>\
<<run setDailyCD("TashaSecondDate",7)>>\
<<btnLink "Continue" "Work">>\<<loc_Lobby>>\
''Walking through the office, you can see ?tasha leaning up against a wall towards the end of an empty hallway. She seems to be scanning the area looking for something, and hasn't quite noticed you yet.''
<<Thought "?tasha?">>\
<<btnChoice "Go see what she's up to - <<t1>>" "Work-49-Oral">>\
<<btnChoice "Leave her be" "Work-49-Ignore">>\<<loc_Lobby>>\
''You give ?tasha one last glance before turning around and leaving the area.''
<<Thought "Weird... wonder what she was waiting for?">>\
<<btnLink "Continue" "Work">>\<<loc_Lobby>>\
''You walk over towards the hallway. As you turn the corner you find ?tasha's disappeared, and the door she was standing next to is still cracked open. Upon closer investigation, the door swings open and you're pulled into the small utility closet.''
<<pic $tasha "kiss-player">>\
<<nm $tasha "Mmm... mmm... mmmphwah! Tee-hee, heya ?mc!">>\
<<nm $player "?tasha? H-hi, this is nice surWOAH!">>\
<<if hasWorkingPenis()>>\
''?tasha's dropped to her knees, and is already working to free your <<pSize>> out from your <<UnderwearOrPants>>. Once she's succeeded, she starts to stroke you to full hardness.''
<<CommentPenis $tasha
"Mmm, big <<boy>>!"
"Tee-hee! There's my big <<boy>>!"
"Mmm, there <<he>> is..."
"Mmm, hehe!"
"Mmm, hehe!"
>>\
''She strokes you for a few more moments before finally taking you into her mouth.''
<<pic $tasha "suck-player">>\
<<nm $player "Ooohhh... ?tasha...">>\
<<nm $tasha "Mmmph! Mmmph! Mmff... mmmph...">>\
''You can feel her tongue rolling around your cock as it slides over her tongue, hitting the back of her throat. She takes it deeper and deeper, and it's not long until you're on the verge of orgasm.''
<<nm $player "F-fuck, ?tasha... C-cumming!">>\
''Hearing this, she picks up her pace, locking her lips around your cock as she works to swallow your entire thick load.''
<<pic $tasha "cum-in-mouth">>\
<<nm $tasha "M-mmph!">>\
''You shoot rope after rope of hot cum down ?tasha's throat, a look of entranced satisfaction in her eyes. Finally, after ensuring she's milked every last drop, she slides her mouth off your softening cock.''
<<pic $tasha "topless">>\
<<nm $tasha "Mmmm, so tasty! Hehe, well, time to get back to work. Hope I made your day better, certainly made mine better!">>\
<<nm $player "Y-yeah ?tasha, that was great!" "Just like that?">>\
<<lust $tasha>>
<<horny 0>>
<<trackAction "suckCock.get" $tasha>>\
<<trackAction "cumEat.give" $tasha>>\
<<else>>\
<<if $tasha.hasPussy>>\
''?tasha pushes you to the ground, stroking her dripping, wet pussy right in front of your face. You can feel the heat coming off of it, and looking up reveals a desperate, lustful look on ?tasha's face.''
<<nm $tasha "P-please, won't you make me feel good?">>\
''She sways her thighs back and forth, dripping juices between her legs.''
<<Thought "I... think I want it...">>\
''You slowly start to open your mouth, but as soon as ?tasha sees an opening she presses her cunt hard into your mouth.''
<<pic $player "eat-pussy">>\
<<nm $player "HNGPH!">>\
<<nm $tasha "Ooohhhhhh fuck you feel good! This is amazing, ?mc, you must feel great, too!">>\
''Giving you no time to acclimate, ?tasha's gone into full muff-grinding mode rubbing her mound up and down your mouth at a rapid pace. Her copious amount of juices flood your throat, making it so you can barely find the time to breath as she uses your mouth for all its worth.''
<<nm $player "Hurk! Nngph! Mmblph!">>\
<<nm $tasha "Mmm, just like that! Y-yes! Almost there!">>\
''You can tell she's about to cum from her jerky motions and the way her thighs start quivering around your head. After a few more moments, ?tasha finally explodes.''
<<pic $tasha "squirt">>\
''Wave after wave of thick, hot squirt fills your mouth, shooting down your throat. Some spills out, but ?tasha holds you firmly in place as she rides her climax to its completion. After a few moments, she finally lets you go.''
<<nm $player "Haaa... haa... haaa...">>\
<<nm $tasha "Mmmmmm that was soooo good! Hehe, well, time to get back to work. Hope I made your day better, certainly made mine better!">>\
<<nm $player "Y-yeah ?tasha, that was great!" "Just like that?">>\
<<lust $tasha>>
<<horny 30>>
<<trackAction "eatPussy.give" $tasha>>\
<<trackAction "cumEat.get" $tasha>>\
<<else>>\
''?tasha pushes you to the ground, stroking her rock hard cock right in front of your face. You can feel the heat coming off of it, and looking up reveals a desperate, lustful look on ?tasha's face.''
<<nm $tasha "P-please, won't you make me feel good?">>\
''She presses her pulsing cock against your face, leaving drops of her precum on your lips.''
<<Thought "I... think I want it...">>\
''You slowly start to open your mouth, but as soon as ?tasha sees an opening she slides her huge cock past your lips and straight down your throat.''
<<pic $player "suck-ts">>\
<<nm $player "HNGPH!">>\
<<nm $tasha "Ooohhhhhh fuck you feel good! This is amazing, ?mc, you must feel great, too!">>\
''Giving you no time to acclimate, ?tasha's gone into full face-fucking mode sliding her cock in and out of your throat at a rapid pace. Her copious amount of precum keeps you lubricated, but you can barely find the time to breath as she uses your mouth for all its worth.''
<<nm $player "Hurk! Nngph! Mmblph!">>\
<<nm $tasha "Mmm, just like that! Y-yes! Almost there!">>\
''You can tell she's about to cum from her jerky motions and the way her cock has start twitching in your mouth. After a few more deep thrusts, ?tasha finally explodes.''
<<pic $player "cum-in-mouth">>\
''Rope after rope of thick, hot cum fills your mouth, shooting down your throat. Some spills out, but ?tasha holds you firmly in place as she empties her balls into your stomach. After a few moments, she finally lets you go.''
<<nm $player "Haaa... haa... haaa...">>\
<<nm $tasha "Mmmmmm that was soooo good! Hehe, well, time to get back to work. Hope I made your day better, certainly made mine better!">>\
<<nm $player "Y-yeah ?tasha, that was great!" "Just like that?">>\
<<lust $tasha>>
<<horny 30>>
<<trackAction "suckCock.give" $tasha>>\
<<trackAction "cumEat.get" $tasha>>\
<</if>>\
<</if>>\
<<btnLink "Continue" "Work" "passTime()">>\<<loc_LabHallway>>\
''You're walking through the hallway in the lab level, when you suddenly hear sounds coming from $julia.name's office. Upon raising an ear, you can distinctly make out what sounds like moaning.''
<<Thought "She's making a lot of noise today... I'm in a bit of a hurry, but...">>\
<<btnTooHorny "Try to peek into $julia.name's office - <<t1>>" "Work-5-Peek">>\
<<btnNotHorny "Just keep walking" "Work-5-Pass">>\<<loc_MedicalOffice>>\
<<run prefEdit($penny,"eatPussy.give")>>\
''You quietly make your way over to $julia.name's office door. The sounds of moaning intensify as you draw nearer. You hold your ear up closer...''
<<if $julia.isBimbo>>\
<<nm $julia "Mmmmmm, yessssss! I always knew you were a good little c-cunt lickoHHOHHHH!!! MMMMmmmm, k-keep going!">>\
<<run prefEdit($julia,"eatPussy.get",5)>>\
<<else>>\
<<nm $julia "W-what are- oooohhhh, mmmm... N-no, you needf-f-fUUUUUUCKYES! I-I mean n-n-no! S-stooooooohhh...">>\
<<run prefEdit($julia,"eatPussy.get")>>\
<</if>>\
<<Thought "Oh wow, I wonder who she's got in t-thereOHFUCK!">>\
''In trying to lean closer you managed to lose you balance, crashing through the door into the medical office.''
<<pic $julia "spread">>\
<<act $julia "solo,spread">>\
<<if $julia.isBimbo>>\
<<nm $julia "Mmmm, oh hey $player.name! Did you come to join us?">>\
<<nm $player "Join you? What's...">>\
<<else>>\
<<nm $julia "$player.name!? What are- o-oh! Just h-help me, please!">>\
<<nm $player "Help you? What's...">>\
<</if>>\
<<if dose($penny,"officeSlut")>>\
<<pic $penny "eat-pussy">>\
<<act $penny "eatPussy">>\
<<nm $penny "Oh, heya boss!">>\
''$julia.name is laid back on one of her medical beds, legs spread open as she quivers and squirms while $penny.name works tirelessly between her thighs.''
<<else>>\
''$julia.name is laid back on one of her medical beds, legs spread open as she quivers and squirms while another woman is rolling her face between $julia.name's thighs. It doesn't take long for you to recognize the woman as none other than $penny.name...''
<<pic $penny "eat-pussy">>\
<<act $penny "eatPussy">>\
<</if>>\
<<nm $penny "Mmmmm... mmmmph... mmmm...">>\
<<nm $player "$penny.name? What are you?">>\
<<if $julia.isBimbo>>\
<<nm $julia "Mmmm, she just came into my office, spread my legs and started going to town without a word! Naturally, I wasn't going to stop her... She's VERY good, you know! I must have cum a dozen times now!">>\
<<else>>\
<<nm $julia "She just... came crashing into my office! Didn't say a word or anything, just pushed me back, pulled off my panties and... well... THIS!">>\
<</if>>\
<<if dose($penny,"officeSlut")>>\
<<pic $penny "strip2">>\
<<art $penny "aroused,1,lingerie">>\
<<nm $penny "Mmmm, sorry boss! I was just passing through when I saw $julia.name through the doorway lookin' all milfy and then I was all like SPLOOSH and then, um... Hehe!">>\
<<if $julia.isBimbo>>\
<<nm $julia "Oh no sweetie, it's no trouble at all!">>\
<<else>>\
<<nm $julia "Right, like it's just no big deal!">>\
<</if>>\
''You walk over to $penny.name and help her to her feet. She looks a little sad as the distance grows between $julia.name's glistening pussy and $penny.name's face.''
<<nm $player "Come on, $penny.name, let's go back to work now.">>\
<<nm $penny "Aww, okay... Bye $julia.name!">>\
''You walk her to door and see her out before turning around.''
<<else>>\
''You walk over and pull $penny.name to her feet. There's a little bit of resistance, but after a short moment she stops struggling and stands up on her own.''
<<nm $penny "Oh, heya boss! I'm gonna go work on some more serums in the lab. 'scuse me!">>\
''$penny.name casually walks past you and out the door, not even acknowledging $julia.name.''
<<Thought "Hm, I wonder if all that serum self-testing made her do this...">>\
<<if firstVisit()>>\
<<GetTimeInfo>>\
<<set _d to $time.calendarDay>>\
<<set _m to $time.month>>\
<<set _t to $time.time>>\
<<set _wd to $time.day>>\
<<set _pre to _m + " " + _d + " - ">>\
<<set _note to _pre + " - I remember drinking the serum, then blacking out for a minute before coming around again. I think I might have left the lab. Also there's a taste in my mouth that I can't get rid of, tastes like sex?">>\
<<set $penny.notepad.push(_note)>>\
<<AddConvo $penny 17>>\
<</if>>\
<</if>>\
<<nm $player "Oh, u-um, sorry $julia.name. I'll go have a talk with $penny.name.">>\
<<if $julia.isBimbo>>\
<<nm $julia "Mmm, please do! She really needs to come by and visit me more!">>\
<<lust $julia>>
<<love $julia>>
<<else>>\
<<nm $julia "Yes, please do...">>\
<<lust $julia>>
<</if>>\
<<lust $penny>>
<<btnLink "Continue" "Work" "passTime()">><<loc_LabHallway>>\
''After pausing for a moment, you decide to keep walking.''
<<Thought "I really don't have time for this right now... Still, I wonder what that was all about...">>\
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''As you're walking through the lobby, you see ?tasha leaning against the wall looking through some files. She looks up and makes eye contact with you for moment, flashing a mischevous smile.''
<<Thought "Is she wanting me to come talk to her?">>\
<<btnChoice "Go see what ?tasha's up to - <<t1>>" "Work-50-Kiss">>\
<<btnChoice "Ignore her and keep walking" "Work-50-Ignore">>\<<loc_Lobby>>\
<<Thought "I've got a lot going on right now, and she looks busy as well. I'll check in with her another time.">>\
''You finish up what you were doing in the lobby and continue with your day.''
<<btnLink "Continue" "Work">>\<<loc_Lobby>>\
''You head over to where ?tasha is, but just as you approach she grabs you by your <<top>> and pulls you into the nearby storage closet. As soon as the door is closed, ?tasha's lips are pressed against yours, and the two of you are making out in the darkness.''
<<pic $tasha "kiss-player">>\
<<art $tasha "kiss,player">>\
<<nm $tasha "Mmm... mmm... hhmmm...">>\
<<nm $player "Mmm... hhmmm..." "Man, she's really wound up! Wait, what's...">>\
<<if $tasha.hasPussy>>\
''?tasha presses herself up against your body, ensuring you can feel her large breasts rubbing against you. After a few minutes of making out and dry humping you, ?tasha takes your hand and places it directly on her pussy.''
<<else>>\
''?tasha presses herself up against your body, ensuring you can feel her engorged cock rubbing against you. After a few minutes of making out and dry humping you, ?tasha takes your hand and places it directly on her cock.''
<</if>>\
<<nm $tasha "Mmm... mm-mOH! H-haaa... mph... mmm...">>\
<<if $tasha.hasPussy>>\
''As her tongue explores your mouth, you can't help but slide your fingers up into her dripping slit beneath her skirt. She breaks the kiss just slightly to moan, clearly already on the brink as you finger her to completion.''
<<else>>\
''As her tongue explores your mouth, you can't help but wrap your fingers around her pulsing member through her skirt. She breaks the kiss just slightly to moan, clearly already on the brink as you stroke her to completion.''
<</if>>\
<<pic $tasha "orgasm">>\
<<art $tasha "orgasm">>\
<<nm $tasha "O-OH! MMM... Mmmph... hhmmm...">>\
''After a moment, once her climax subsides, she finally breaks the kiss and puts a couple inches between the two of you.''
<<pic $tasha>>\
<<art $tasha "aroused">>\
<<nm $tasha "That was... great... Tee-hee! Thanks for that. Well, you'd better leave before me, I need a second to... cool down...">>\
<<nm $player "Yeah... anytime...">>\
''You slowly crack the door to make sure the coast is clear before stumbling into the hallway.''
<<lust $tasha>>
<<horny 30>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''As you walk by one of the empty offices, you hear moaning coming from inside.''
<<if chance(50)>>\
<<nmc "Male Voice" "Oh, hhnnng, ahh!" "Unknown">>\
<<set _c to "male">>\
<<else>>\
<<nmc "Female Voice" "Oh, hhnnng, ahh!" "UnknownF">>\
<<set _c to "female">>\
<</if>>\
<<Thought "Wonder what that's about... Someone must be having a good time.">>\
<<btnChoice "Hide nearby and see what's going on - <<t1>>" "Work-51-Watch" "$c = _c">>\
<<btnChoice "Ignore it and keep moving" "Work-51-Ignore">>\<<loc_Lobby>>\
''The sounds quickly quiet down. You go around a corner and watch the closed office door, waiting to see who comes out.''
<<Thought "Come on... is it anyone I know? Maybe ?tasha?">>\
''?tasha walks out of the door, looking relaxed and happy.''
<<Thought "Aha! Knew it!">>\
<<pic $tasha>>\
<<art $tasha "happy">>\
<<if chance(50)>>\
''?tasha notices you and gives you a teasing wink. You wave at her as she leaves.''
<<Thought "Guess she figured out I was listening the whole time...">>\
<<else>>\
''?tasha doesn't seem to notice you as she walks away.''
<<Thought "She has no idea I was listening... lets see who she was with!">>\
<</if>>
''A <<if $c is "male">>man<<else>>woman<</if>> walks out of the office a moment later. <<if $c is "male">>His<<else>>Her<</if>> hair is messy, and they have a slow, wobbly walk.''
<<Thought "Yep, that's the walk of someone who's been railed in the ass too hard... I should get going. Wish I could have seen what they were doing myself...">>\
''After everyone's gone, you keep going to your destination.''
<<lust $tasha>>
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
<<Thought "Nah, they can do whatever they want in there. I'm gonna leave them alone.">>\
''You hurry away and start heading to where you were going in the first place.''
<<btnLink "Continue" "Work">>\<<loc_SalesOffice>>\
''You stroll past ?tasha's office and peek inside. ?tasha isn't in her chair, she's actually sitting flirtatiously on her desk.''
<<pic $tasha>>\
<<art $tasha "happy">>\
<<nm $tasha "Hey ?mc! How about you come on in for a minute?">>\
<<nm $player "Sure!" "Oooh! I think I know where this is going...">>\
<<nm $tasha "Go ahead and close the door behind you. I have a lot of paperwork I need help with, and I think we'd like some peace and quiet...">>\
<<if $tasha.hasPussy>>\
''You step inside and close the door. When you turn around, you see that ?tasha has pulled her pants down, and her pussy is laid bare. It's already dripping with fluid, and ?tasha looks almost ravenous.''
<<nm $tasha "Come on over and give it a good lick! I know how much you eat pussy, so I got it nice and ready for you...">>\
<<else>>\
''You step inside and close the door. When you turn around, you see that ?tasha has pulled her pants down, and her huge erection is popping out. It's already dripping with fluid, and ?tasha looks almost ravenous.''
<<nm $tasha "Come on over and give it a good suck! I know how much you like cock, so I got it nice and ready for you...">>\
<</if>>\
''You approach her.''
<<if hasWorkingPenis() or hasPussy() and $player.isVeryDom>>\
<<nm $player "Oh, you bet I'll come on over...">>\
''You approach and make it look like you're about to duck down and service her. However, you make it clear you have other ideas as you give ?tasha a gentle shoulder nudge.''
<<nm $player "I think it'll be so much nicer with you down there instead.">>\
''You kiss ?tasha, pulling her off her desk as you do so. You both stand and keep your passionate kiss going for a moment, then you gently bring her to the floor. She lays on her back as you pull down your pants and show her your ?hard ?genitals. You sit on ?tasha's desk as she gets up.''
<<nm $tasha "Anything to make us both happy... and you really changed my mind around! Enjoy...">>\
''?tasha gets on her knees in front of you and seductively licks her lips.''
<<if hasWorkingPenis()>>\
<<trackAction "suckCock.get" $tasha>>\
<<trackAction "cumEat.give" $tasha>>\
<<pic $tasha "suck-player">>\
''?tasha licks the tip of your cock, making you shudder with delight as she slowly takes it into her lips. You thrust your hips forward to get your erection into her faster, then you let her take over once it's fully inside.''
<<nm $tasha "Mmmhps, ah...">>\
''She sucks your erection, gripping tightly with her lips as you encourage her by rubbing her hair. You close your eyes, lean back slightly, and enjoy ?tasha's mouth. ?tasha bobs her head back and forth with enthusiasm as you get closer and closer to orgasm.''
<<nm $player "Ah... oh yeah...">>\
<<nm $tasha "Mmmph...">>\
''You soon reach orgasm, and you lean back more as your clenching cock pulses with excited pleasure. You come into her throat as she keeps bobbing her head, and almost fall backwards on ?tasha's desk out of excitement, but you barely catch yourself.''
<<pic $tasha "cum-in-mouth">>\
''Finally, she comes to a stop and pulls her lips off you.''
<<else>>\
<<trackAction "eatPussy.get" $tasha>>\
<<trackAction "cumEat.give" $tasha>>\
''?tasha presses her face against you and teases the outside of your pussy with her tongue. She swirls around the outside, then presses her tongue into your depths.''
<<pic $tasha "eat-pussy">>\
<<nm $player "Oh yeah...">>\
''?tasha kisses your opening as she thrusts her tongue deep. She starts massaging your insides with her tongue, and she gently rubs your thighs while she does it.''
<<nm $tasha "Mmmph...">>\
<<nm $player "A bit deeper...">>\
''?tasha crams her tongue deeper into you, and you happily enjoy it as she rubs your sensitive depths. You lean back and relax as she pleasures you.''
<<nm $player "Oh yeah, that's the spot... right there...">>\
''Your heart pounds as she repeatedly stimulates your most sensitive spots. You get closer and closer to orgasm with every moment that passes...''
<<pic $player "orgasm">>\
<<nm $player "Oh yes... Ahhhh...">>\
''Finally, your arousal reaches a tipping point, and an orgasm surges through you. Your ass/pussy clenches over and over around her tongue as you lean back and almost fall onto ?tasha's desk. Eventually, your orgasm ends, and ?tasha takes her tongue out of you.''
<<nm $tasha "How was it?">>\
<<nm $player "Great as usual...">>\
<</if>>\
<<lust $tasha>>
<<dom $player 3>>
<<horny 0>>
<<else>>\
<<if $tasha.hasPussy>>\
<<trackAction "eatPussy.give" $tasha>>\
<<nm $player "Oh, I think—">>\
''?tasha suddenly pushes you down, and you stumble and fall to your knees.''
<<nm $player "Aah!">>\
<<nm $tasha "Just gonna get you nice and comfortable down here...">>\
''She pulls you forward so that your lips touch her mound, and you take it into your mouth as she thrusts her hips forward.''
<<pic $player "eat-pussy">>\
<<nm $player "Mmmp, mmph...">>\
''You barely have to move around: ?tasha does most of the work, grinding into you. Her drenched pussy presses and gyrates against your tongue, and pleasure runs through you with every motion she makes.''
<<nm $tasha "Oh yeah... you love that, don't you?">>\
<<nm $player "Hrrk, mmmsh..." "Ow, my jaw... but...">>\
<<nm $tasha "Yay!">>\
''You feel her body warm up as her thighs start to quiver. ?tasha rubs your shoulders as she uses you, then gently caresses your head. She starts to thrust harder against your mouth. You clench your lips, focusing on her clit and drawing out even more juices.''
<<nm $tasha "Ah... faster... I'm...">>\
''You can tell she's about to come. She starts letting out aroused sighs, and with one more motion, her pussy erupts over your face and clothes.''
<<pic $tasha "orgasm">>\
<<nm $tasha "Oh, oh yes...">>\
''You close your eyes as ?tasha's orgasm goes on and on, and you obediently swallow every drop of squirt. When she finishes, you open your eyes and pull your mouth off her wet mound.''
<<nm $tasha "Ah... wasn't that fun?">>\
<<lust $tasha>>
<<dom $player -3>>
<<horny 30>>
<<else>>\
<<trackAction "suckCock.give" $tasha>>\
<<trackAction "cumEat.get" $tasha>>\
<<nm $player "Oh, I think—">>\
''?tasha suddenly pushes you down, and you stumble and fall to your knees.''
<<nm $player "Aah!">>\
<<nm $tasha "Just gonna get you nice and comfortable down here...">>\
''She pulls you forward so that your lips touch her cock, and you take it into your mouth as she thrusts her hips forward.''
<<pic $player "suck-ts">>\
<<nm $player "Mmmp, mmph...">>\
''You barely have to bob your head back and forth: ?tasha does most of the work, thrusting in and out of you. Her erection rams against your throat over and over, and pleasure runs through you with every motion she makes.''
<<nm $tasha "Oh yeah... you love that, don't you?">>\
<<nm $player "Hrrk, mmmsh..." "Ow, my throat... but...">>\
<<nm $tasha "Yay!">>\
''You feel her body warm up as her cock slides in and out of your mouth. ?tasha rubs your shoulders as she fucks you, then gently caresses your head. She starts to thrust harder into your mouth. You clench your lips, squeezing her aroused cock and drawing out drops of precum.''
<<nm $tasha "Ah... faster... I'm...">>\
''You can tell she's about to come. She starts letting out aroused sighs, and with one more thrust, her cock erupts into your throat.''
<<pic $tasha "orgasm">>\
<<nm $tasha "Oh, oh yes...">>\
''You close your eyes as ?tasha's orgasm goes on and on, and you obediently swallow every drop of cum. When she finishes, you open your eyes and pull your mouth off her erection.''
<<nm $tasha "Ah... wasn't that fun?">>\
<<lust $tasha>>
<<dom $player -3>>
<<horny 30>>
<</if>>\
<</if>>\
''As you clean up, you both get into a quick science chat, then a few minutes later, you leave ?tasha's office.''
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''As you walk by ?tasha's office, you hear her talking on a sales call.''
<<nm $tasha "Ah... yeah, I'll go ahead and write this down, one moment...">>\
<<Thought "Something's off about her voice... And I think I know why.">>\
<<pic $tasha "solo">>\
<<act $tasha "solo">>\
<<if $tasha.hasPussy>>\
''You peek inside and see ?tasha with her hand beneath her skirt. She's masturbating while typing something with her other hand, and she's sloppily holding the phone with her shoulder.''
<<else>>\
''You peek inside and see ?tasha with her pants down and her cock out. She's masturbating while typing something with her other hand, and she's sloppily holding the phone with her shoulder.''
<</if>>\
<<nm $tasha "And just to be clear, do, hnnggg, do you want me to put you down for an order of five total?">>\
<<if $tasha.hasPussy>>\
''?tasha mutes her call as she lets out a sharp moan and rubs herself harder, then unmutes it.''
<<else>>\
''?tasha mutes her call as she lets out a sharp moan and jerks off harder, then unmutes it.''
<</if>>\
<<nm $tasha "Excellent! I'll need just a few more details from you to, ahhhh, finalize the order...">>\
''?tasha barely seems to be paying attention to the call or her computer. She furiously strokes herself, lost in pleasure..''
<<nm $tasha "Ahh.... Ah!">>\
<<pic $tasha "orgasm">>\
<<act $tasha "orgasm">>\
<<if $tasha.hasPussy>>\
''She mutes the call as she cums. Her quivering pussy erupts, spraying the inside of her skirt with thick juices as she squirms in her seat.''
<<else>>\
''She mutes the call as she cums. Her twitching cock erupts, covering her desk in cum as she squirms in her seat.''
<</if>>\
<<nm $tasha "Ah... oh yeah...">>\
''She keeps stroking herself all throughout her orgasm, and then it finally winds down.''
<<nm $tasha "Sorry, I didn't catch that. There was a connection issue on my side... Can you repeat that?">>\
''She types in some information, not bothering to clean up yet.''
<<nm $tasha "And... all done! We'll have your delivery sent as soon as possible.">>\
''?tasha puts her phone down and celebrates the sale with a fist pump, then notices you. You wave, give her a thumbs up, and then move on.''
<<Thought "Good to see her making big sales. And big loads.">>\
<<lust $tasha>>
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''You step into the elevator, then turn around and see ?tasha following you.''
<<Thought "I wonder what she's up to?">>\
''?tasha steps inside as the elevator closes. You haven't pressed any buttons yet, so it stays closed and immobile.''
<<nm $player "Where to?">>\
<<pic $tasha>>\
<<art $tasha "aroused">>\
<<nm $tasha "Well... I was thinking we could stay in here for a bit.">>\
''?tasha comes closer to you. She stands just inches away.''
<<nm $tasha "How about that? We can have fun before we go to our destination...">>\
''She doesn't wait for an answer, instead, she just kisses you.''
<<pic $tasha "kiss-player">>\
<<act $tasha "kiss,player">>\
<<nm $player "Wha—Mmph, ah...">>\
<<if $tasha.hasPussy>>\
''She pushes you against a back corner of the elevator, then you feel her hands caress your clothed thighs. She only lingers there briefly, and she soon takes her hands away to pull down her pants. You peek down during your passionate kiss and see her fingering herself, a pool of juices starting to form between her feet.''
<<else>>\
''She pushes you against a back corner of the elevator, then you feel her hands caress your clothed thighs. She only lingers there briefly, and she soon takes her hands away to pull down her pants. You peek down during your passionate kiss and see her erect cock. She starts stroking it, pressing the tip against your shirt.''
<</if>>\
<<nm $tasha "Ah...">>\
<<if $tasha.hasPussy>>\
''You're vaguely aware that she'll probably make a mess on your clothes, but you're too caught up in the moment to care that much. As she keeps rubbing herself with one hand, she puts her other hand around the back of your head, pressing your lips more tightly against hers. You feel content to let her keep using you, and the kiss seems to go on and on as you feel her stroking herself down below.''
<<else>>\
''You're vaguely aware that she'll probably make a mess on your clothes, but you're too caught up in the moment to care that much. As she keeps jerking off with one hand, she puts her other hand around the back of your head, pressing your lips more tightly against hers. You feel content to let her keep using you, and the kiss seems to go on and on as you feel her stroking herself down below.''
<</if>>\
<<nm $tasha "Ah.... mmmph, oohh...">>\
<<if $tasha.hasPussy>>\
''Finally, you feel ?tasha's thighs quivering against you until she erupts into an orgasm. ?tasha moans and gasps with pleasure, grinding against your body as she comes onto you and splattering your <<bottom>> and <<shoes>> with with her squirt.''
<<else>>\
''Finally, you feel ?tasha's erection pulse with pleasure as it erupts into an orgasm. ?tasha moans and gasps with pleasure, grinding against your body as she comes onto you and splattering your clothed stomach with cum.''
<</if>>\
<<pic $tasha "orgasm">>\
<<act $tasha "orgasm">>\
''Her orgasm continues, and she kisses you all throughout it and keeps going even after it ends. Eventually, she pulls her body away from you.''
<<artB $tasha "happy">>\
<<nm $tasha "Just a little gift for you!">>\
''?tasha presses a button on the elevator, and you reach over to press the button for the floor you were going to. When she arrives at her floor, she leaves and gives you a wink. While riding to your destination, you look at your clothes.''
<<Thought "Yep, that's a lot of cum...">>\
''There's not much you can do about it at the moment, so you depart the elevator and keep going to your destination.''
<<lust $tasha>>
<<dom $player -3>>
<<horny 30>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''As you walk past ?tasha's office, you can hear the unmistakeable sound of a woman pleasuring herself.''
<<Thought "Is that ?tasha? Is she... masturbating in there!?">>\
<<btnChoice "Peek through the doorway" "Work-55-Peek">>\
<<btnChoice "Ignore it and keep walking" "Work-55-Ignore">>\<<loc_SalesOffice>>\
''You can hear ?tasha growing louder and louder as you approach the cracked door. The pace of her breathing is increasing, and her panting is audible and arousing. You eagerly move up to the doorway for a better look, but you weren't quite expecting what you'd see next...''
<<nm $tasha "Hmmm, haaaa, haaaa, ooohhhh...">>\
<<pic $tasha "solo">>\
<<act $tasha "solo,cum" 1>>\
''You stare on in shock as ?tasha pumps her huge... cock? You're fixated on ?tasha's hand as she strokes the length of the penis between her legs, still completely oblivious to your presence and lost to her own lust.''
<<Thought "Oh wow, I'd have never guessed... Ahhh, hm...">>\
<<btnChoice "Try to get a better look - <<t1>>" "Tasha-TransReveal-Look">>\
<<btnChoice "Sneak away before she notices you" "Work">>\<<loc_Lobby>>\
<<Thought "Mm, she sounds like she's having fun in there, but I should probably just leave her be for now.">>\
''You continue on your way while ?tasha finishes herself off in her office.''
<<btnLink "Continue" "Work">>\<<loc_Lobby>>\
''As you're walking through the lobby, you hear some "interesting" noises coming from ?tasha's office.''
<<Thought "Hm, ?tasha must be at it again... Wonder who's with her this time?">>\
''Just as you're pondering this to yourself, you then hear the unmistakable sounds of ?john's grunts and moans ringing down the hallway.''
<<if $john.isMale>>\
<<nm $john "Oooohhhh... Fuck yeah bitch! So tight!">>\
<<else>>\
<<nm $john "Mmm... h-ha! Oh! Fuck me harder! Hnngh!">>\
<</if>>\
<<btnTooHorny "Get a closer look - <<t1>>" "Work-56-Look">>\
<<btnNotHorny "Just ignore them" "Work-56-Ignore">>\<<loc_Lobby>>\
<<Thought "I should probably just leave them be, not like it's surprising at this point.">>\
''You keep walking, listening to the uncomfortable sounds of ?john and ?tasha fucking in her office.''
<<btnLink "Continue" "Work">>\<<loc_SalesOffice>>\
''You decide to peek your head in and catch some of the action.''
<<if $john.isMale>>\
<<pic $tasha "fucked-by-male-doggy">>\
<<act $tasha "doggy,male,creampie">>\
<<nm $tasha "F-fuck! ?john, so b-big! Don't stop! Keep fucking me!">>\
<<nm $john "Hahaha, fuck yeah slut! Let's keep going!">>\
''?john has ?tasha bent over her desk, her large cock hanging out the side of her outfit and dripping cum as ?john buries himself deeper and deeper into her ass.''
<<nm $tasha "C-cumming again!">>\
<<else>>\
<<pic $tasha "fuck-female">>\
<<act $john "doggy,trans,creampie">>\
<<nm $john "Mmmm, yeah baby! Keep going, your cock's fuckin' amazing!">>\
<<nm $tasha "Tee-hee! Such a little slut! I like you so much better this way... Okay, I'm gonna start going harder now, ready?">>\
<<nm $john "Don't hold back!">>\
''?tasha has ?john bent over her desk as she rams her huge cock deep into ?john's well-used pussy. You can tell they've both cum at least a couple times already.
<</if>>\
<<nm $tasha "F-fuck! Yes!">>\
<<pic $tasha "orgasm">>\
<<act $tasha "orgasm">>\
''Neither of them have noticed you, and you sneak away just as quickly as you arrived.''
<<Thought "Man, ?tasha's... gotten really needy!">>\
<<lust $tasha>>
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''As you're walking through the lobby, you hear some unusual noises coming from ?diana's office. Upon closer inspection, you can clearly hear not only ?diana's muffled calls for help, but also the unmistakable sounds of ?tasha moaning in pleasure.''
<<nm $tasha "Haa! Haa! Mmmm, fuuuuuck ?diana!">>\
<<nm $diana "S-stHO! Fwah! H-halph!">>\
<<Thought "I'm not... entirely sure I want to get involved in that!">>\
<<btnTooHorny "Try to help ?diana - <<t1>>" "Work-57-Help">>\
<<btnNotHorny "Just keep walking" "Work-57-Ignore">>\<<loc_Lobby>>\
<<Thought "Y'know, ?diana's a big girl... She can take care of herself... Besides, they've gotta be having at least a little fun in there...">>\
''You quickly leave the area, ?diana's moaning echoes through the hallways.''
<<nm $diana "F-fuck! ?tasha!">>\
<<horny 10>>
<<btnLink "Continue" "Work">>\<<loc_RecordsOffice>>\
''You hurry over to ?diana's office and open the door. You're not terribly surprised to find ?diana naked, bent over her desk with ?tasha behind her.''
<<pic $diana "fucked-by-ts">>\
<<act $diana "doggy,ts,creampie">>\
<<nm $diana "?mc!? G-get her o-off me!">>\
<<nm $tasha "Oh hush, you! I'm just doing what you asked me to!">>\
''?tasha never breaks pace, pounding the older woman for all she's worth as cum drips out of her mouth.''
<<nm $player "?diana? Are you okay?">>\
<<if $diana.isAddicted>>\
<<nm $diana "I-I asked, a-ah! I was h-having one of my c-cravings, so I asked ?tasha to h-help... OHHH!!!">>\
''?diana grips the edge of her desk.''
<<nm $diana "She did, h-help, but...">>\
<<else>>\
<<nm $diana "?tasha c-came by my o-office... a-asked if I c-coOOHHH!!!">>\
''?diana grips the edge of her desk.''
<<nm $diana "H-help her relieve some s-stress... I did, b-but...">>\
<</if>>\
''?tasha rams her cock deep inside of ?diana, making her yelp.''
<<nm $tasha "Tee-hee! ?diana just felt too good!">>\
<<Thought "I should really help out ?diana...">>\
<<nm $player "Hey, ?tasha, I was actually just looking for you. ?julia needed you downstairs, something about collecting a sperm sample? I'm not really sure.">>\
''?tasha looks at you with wide eyes for a moment, before allowing her cum-slick cock to slide out of ?diana, dripping juices from the tip onto the floor beneath her.''
<<pic $tasha "topless">>\
<<art $tasha "happy,2,naked">>\
<<nm $tasha "What!? Really!? Tee-hee, yeah! I'm on my way!">>\
''?diana nearly falls off her desk as ?tasha runs past her, not even bothering to get dressed before she leaves. You help ?diana to her feet, handing her her clothing.''
<<nm $player "You okay?">>\
<<pic $diana "topless">>\
<<art $diana "sad,1,naked">>\
<<nm $diana "I'm... fine... Jesus she really doesn't run out of stamina, does she?">>\
<<nm $player "Haha, well, if she has I certainly haven't seen it.">>\
''You walk over to the door.''
<<nm $diana "Well, thanks for you help. I'm going to grab a shower... or three...">>\
<<nm $player "No problem ?diana.">>\
''She retreats to the back room connected to her office where you hear water turn on. Figuring everything is fine now, you take your leave.''
<<Thought "Hm, hope ?julia's okay now...">>\
<<lust $diana>>
<<lust $tasha>>
<<preg $diana "$tasha.name">>
<<horny 10>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_LabHallway>>\
''You pass by ?julia's office and hear groaning coming from inside.''
<<Thought "What's going on in there?">>\
''You hear a little more muttering as you peek through the cracked office door.''
<<pic $tasha "topless">>\
<<art $tasha "happy,2,naked">>\
<<nm $tasha "Ahh... What a good time we had...">>\
<<nm $julia "Uughhhh...">>\
''?tasha's sitting naked, cock out, on ?julia's chair while a thoroughly plowed ?julia lays passed out on the floor. ?tasha has her eyes closed, and is clearly enjoying the afterglow...''
<<pic $julia "orgasm">>\
<<act $julia "orgasm">>\
''There's also cum all over the walls, floor, and basically everything.''
<<Thought "Looks like she completely ravaged ?julia... Well, I guess neither of them are gonna get any work done for a while. I feel bad for whoever has to clean this up... how did she make that much cum?">>\
''You move on for now.''
<<btnLink "Continue" "Work">>\<<loc_Lobby>>\
<<if flag($elsa,"Company")>>\
''As you approach the front desk, you see ?kagney and ?elsa sitting there. Just as you're about to say hello, you notice that they look a bit distracted...''
<<else>>\
''As you approach the front desk, you see ?kagney sitting there. Just as you're about to say hello, you notice that she looks a bit distracted...''
<</if>>\
<<nm $player "Oh, hey, are—">>\
''?tasha bounces up from below the desk, standing up with a rabbit-like hop.''
<<Thought "Yep, I know exactly what's going on underneath that desk...">>\
<<pic $tasha "topless">>\
<<art $tasha "aroused,2">>\
<<nm $tasha "Hello! Just handing out some pleasure... Hey, come on over! You know you want to...">>\
<<btnTooHorny "Go see ?tasha - <<t1>>" "Work-59-Oral">>\
<<btnNotHorny "Pass on the offer" "Work-59-Pass">>\<<loc_Lobby>>\
<<nm $player "Sorry, uh, can't right now, but see you later!">>\
''?tasha looks a little disappointed, but quickly turns her attention back to the front desk.''
<<pic $tasha "topless">>\
<<art $tasha "aroused,2">>\
<<nm $tasha "Awww... anyway, sorry for leaving you alone... I'm gonna make you cum!">>\
<<nm $kagney "Yay!">>\
<<horny 10>>
<<btnLink "Continue" "Work">>\<<loc_Lobby>>\
<<nm $player "Oh yes please, you amazing fuckbunny!">>\
<<pic $tasha "topless">>\
<<art $tasha "aroused,2">>\
<<nm $tasha "Then come on over! There's room for one more...">>\
''Arousal fills you as you go around the desk to join them. You go underneath the desk, hastily pull your pants down, and then lay in front of tasha with your back against the inside wall of the desk.''
<<if flag($elsa,"Company")>>\
''?tasha crawls in front of you, using her hands to pleasure ?kagney and ?elsa. Their legs stretch out as she teases them with her hands, and she leans in to service you with her mouth...''
<<else>>\
''?tasha crawls in front of you, using her hands to pleasure ?kagney. Her legs stretch out as she teases her with her hands, and she leans in to service you with her mouth...''
<</if>>\
<<Thought "Hopefully nobody needs anything from the front desk for the next few minutes... or longer, depending on how long ?tasha's still here after I'm done with her...">>\
<<if hasWorkingPenis()>>\
''?tasha brings her lips to the tip of your <<pSize>>, and she doesn't tease you at all - she just starts deepthroating it, pressing her lips tightly against your shaft.''
<<pic $tasha "suck-player">>\
<<act $tasha "blowjob,deep">>\
<<nm $player "Ah...">>\
<<nm $tasha "Mmmph...">>\
''She moves her lips up and down on you, and she strokes you up and down as her mouth clenches more tightly on your erection. You watch her suck you off as her hands move and you hear moans above the desk...''
<<Thought "Good ol' ?tasha head... oh yeah...">>\
<<if flag($elsa,"Company")>>\
''You lean back, pressing your body against the inside wall of the sturdy desk. ?tasha keeps sucking as you close your eyes and enjoy yourself... Nobody seems to approach the desk, leaving you alone with ?kagney and ?elsa to enjoy your pleasure.''
<<pic $elsa "kiss-player">>\
<<act $elsa "kiss,player">>\
<<else>>\
''You lean back, pressing your body against the inside wall of the sturdy desk. ?tasha keeps sucking as you close your eyes and enjoy yourself... Nobody seems to approach the desk, leaving you alone with ?kagney to enjoy your pleasure.''
<<pic $kagney "kiss-player">>\
<<act $kagney "kiss,player">>\
<</if>>\
''?tasha sends more and more arousal through you with every movement of her lips and tongue, and you come closer and closer to orgasm with every moment that passes...''
<<actB $tasha "blowjob">>\
<<nm $player "Almost there... hnng... Faster...">>\
<<if flag($elsa,"Company")>>\
''?tasha happily obeys, frantically bouncing up and down your shaft as you climax - at the same time, you hear the orgasmic moans of ?kagney and ?elsa as ?tasha fingers them...''
<<nm $kagney "Hnnng... Oh yes...">>\
<<pic $elsa "orgasm">>\
<<act $elsa "orgasm">>\
<<nm $elsa "Aahhh.... Mmm...">>\
<<else>>\
''?tasha happily obeys, frantically bouncing up and down your shaft as you climax - at the same time, you hear the orgasmic moans of ?kagney as ?tasha fingers her...''
<<nm $kagney "Hnnng... Oh yes...">>\
<<pic $kagney "orgasm">>\
<<act $kagney "orgasm">>\
<</if>>\
''Your twitching cock releases load after load into ?tasha's mouth, and you enjoy your climax while ?tasha keeps sucking, amplifying your pleasure...''
<<pic $tasha "cum-in-mouth">>\
<<act $tasha "blowjob,creampie">>\
''Eventually, your orgasm dies down, and you don't hear any more moaning. ?tasha keeps sucking powerfully just to make sure you're done, and then eventually stops.''
<<else>>\
''You present your <<vSize>> for ?tasha, and she eagerly brings her lips down and kisses it. She massages your clit with her tongue, rubbing her tongue in circles as she stimulates it.''
<<pic $tasha "eat-pussy">>\
<<act $tasha "eatpussy">>\
<<nm $player "Oh... oh yes... that's the spot...">>\
''She plunges her tongue into you, but she still stimulates your clitoris with her lips. Her tongue swirls around inside you, brushing against your sensitive depths as your clitoris still burns with desire...''
<<nm $tasha "Mmph... yes... Ahhh...">>\
<<if flag($elsa,"Company")>>\
''Nobody seems to approach the desk, leaving you alone with ?kagney and ?elsa to enjoy your pleasure.''
<<pic $elsa "kiss-player">>\
<<act $elsa "kiss,player">>\
''You lean back and press harder against the sturdy inner wall of the desk as ?tasha licks and kisses your pussy, making you shudder with pleasure. You look up, and see that she's working hard on ?kagney and ?elsa, making them squirm and moan in their seats...''
<<nm $kagney "Hnnng... Oh yes...">>\
''?tasha sends more and more arousal through you with every movement of her mouth, and you feel yourself float closer and closer to orgasm with every motion she makes on your sensitive pussy...''
<<nm $player "Oh... oh yes...">>\
<<pic $elsa "orgasm">>\
<<act $elsa "orgasm">>\
<<nm $elsa "Aahhh.... Mmm...">>\
''You hear orgasmic moans coming from ?kagney and ?elsa as you yourself finally reach orgasm.''
<<else>>\
''Nobody seems to approach the desk, leaving you alone with ?kagney to enjoy your pleasure.''
<<pic $kagney "kiss-player">>\
<<act $kagney "kiss,player">>\
''You lean back and press harder against the sturdy inner wall of the desk as ?tasha licks and kisses your pussy, making you shudder with pleasure. You look up, and see that she's working hard on ?kagney, making her squirm and moan in her seat...''
<<nm $kagney "Aahhh.... Mmm...">>\
''?tasha sends more and more arousal through you with every movement of her mouth, and you feel yourself float closer and closer to orgasm with every motion she makes on your sensitive pussy...''
<<nm $player "Oh... oh yes...">>\
<<pic $kagney "orgasm">>\
<<act $kagney "orgasm">>\
''You hear orgasmic moans coming from ?kagney as you yourself finally reach orgasm.''
<</if>>\
<<nm $player "Fuuuck... yes ?tasha, yes... faster...">>\
''Your pussy clenches over and over around her quick tongue, and your legs tense up and your back arcs forward from the pleasure. She keeps licking, and she switches from probing your depths to massaging your clit, amplifying your pleasure as your orgasm goes on and on.''
<<pic $player "squirt">>\
<<act $tasha "eatpussy,cum">>\
''You close your eyes and enjoy yourself and eventually, your orgasm comes to an end and you open them again. ?tasha keeps licking for a moment, then slows down and takes her lips off you.''
<</if>>\
''You have <<if flag($elsa,"Company")>>?elsa<<else>>?kagney<</if>> pass you some tissues to clean up.''
<<pic $tasha "topless">>\
<<art $tasha "aroused,2,naked">>\
<<nm $tasha "You sure you don't want a little more?">>\
<<nm $player "I think I'm all done for now... but thanks!">>\
<<if flag($elsa,"Company")>>\
<<nm $tasha "Aww... Oh well, at least I have ?kagney and ?elsa! I'll keep going and going with them, right?">>\
<<pic $kagney "topless">>\
<<art $kagney "aroused" $elsa "aroused">>\
<<nm $kagney "With fingers and lips like those...">>\
<<nm $elsa "Oh yeah... just go on with me as much as you like!">>\
<<else>>\
<<nm $tasha "Aww... Oh well, at least I have ?kagney! I'll keep going and going with her, right?">>\
<<pic $kagney "topless">>\
<<art $kagney "aroused,2">>\
<<nm $kagney "With fingers and lips like those...">>\
<</if>>\
<<lust $tasha>>
<<lust $kagney>>
<<lust $elsa>>
<<horny 0>>
''You leave the front desk area and get started on other business...''
<<btnLink "Continue" "Work" "passTime()">>\<<loc_LabHallway>>\
''As you're walking through the basement hallways, you hear a noise coming from the lab. A loud crash, then a bang, then what sounds like running. You hurry over to the lab and slowly push open the door, revealing quite the mess. One of the workstations has been knocked over, leaving broken glass and spilled chemicals all over the nearby floor. Other than that, you don't see anything out of the ordinary.''
<<nm $player "What the fuck... Really? Ugh...">>\
''You carefully make your way to the supply closet and grab a broom and dustpan. When you turn around, however, your heart nearly leaps out of your chest. In the dark corner in the opposite end of the lab sits $penny.name, crouching down and nibbling on a cracker.''
<<nm $player "$penny.name!!! Holy FUCK you scared the shit out of me! What... haaa... what happened here? $penny.name?">>\
''She doesn't seem to hear you, only occasionally glancing over between nibbles.''
<<Thought "$penny.name?">>\
<<btnChoice "Stay still and watch her - <<t1>>" "Work-6-Watch">>
<<btnChoice "Try to approach her" "Work-6-Approach">><<loc_Lab>>\
''You stay put, just watch her for a moment. She stays silent, but appears extremely anxious, and strangely protective of that cracker she's eating. Her eyes flick back and forth, and her nose twitches quickly. It's an awkward few minutes before $penny.name finishes the cracker she's eating, then calmly stands up and approaches you.''
<<pic $penny>>\
<<nm $penny "Oh, heya boss! Um, what's with the broom?">>\
<<nm $player "I... uh...">>\
''$penny.name notices the mess next to her.''
<<nm $penny "Oh man! What happened! Here, I'll take care of this...">>\
''She takes the broom and dustpan from you and starts sweeping up the broken glass.''
<<nm $player "$penny.name... A-are you okay?">>\
<<nm $penny "Hm? I'm fine, why?">>\
<<nm $player "You were just sitting in the corner, getting, like, really into a cracker...">>\
''She gives you a quizzical look.''
<<nm $penny "I was? Oh man, crackers sound so good right now! I'm gonna head up to the commons after this!">>\
<<love $penny>>
''$penny.name finishes sweeping before lifting the desk back into position and running out the door, presumably for more crackers.''
<<Thought "That... was fucking weird...">>\
<<if firstVisit()>>\
<<set _note to "$time.month $time.cDay - I remember drinking the serum, then not much else. I've had a serious Ritz craving all day, though!">>\
<<set $penny.notepad.push(_note)>>\
<</if>>\
<<btnLink "Continue" "Work" "passTime()">><<loc_Lab>>\
''You take a step towards $penny.name. As you approach, she quickly springs to her feet.''
<<pic $penny>>\
<<nm $penny "KEEEEE!!! KEKEKEKEKE!!!">>\
<<nm $player "AH!">>\
''She startles you with a strange, rodent-like noise, cause you to back up. As you do, she crams her cracker into her mouth and runs out of the lab into the hallways.''
<<Thought "That... was fucking... WHAT!?">>\
<<if firstVisit()>>\
<<set _note to "$time.month $time.cDay - I remember drinking the serum, then not much else. For some reason my heart's beating really fast and I'm really mad at $player.name for some reason. I'm starting to calm down now.">>\
<<set $penny.notepad.push(_note)>>\
<</if>>\
<<btnLink "Continue" "Work">><<loc_Lobby>>\
''As you walk through the halls of the lobby, looking to stretch your legs, you notice ?kagney answering the phone before looking directly at you and nodding, then hanging up.''
<<pic $kagney>>\
<<art $kagney>>\
<<nm $kagney "Heya ?mc! ?diana wants to see you in her office!">>\
<<nm $player "?diana? Did she say what for?">>\
''?kagney shakes her head.''
<<nm $kagney "Nope! She just said she wanted to see you!">>\
<<nm $player "Alright, thanks ?kagney.">>\
''?kagney nods and smiles, then goes back to answering the phone.''
<<Thought "?diana... Does she \"really\" need me, or...">>\
<<btnChoice "Go see what ?diana wants - <<t1>>" "Work-60-Go">>\
<<btnChoice "Ignore her for now" "Work-60-Ignore">>\<<loc_Lobby>>\
''You decide to ignore ?diana's request for now, and continue walking around the lobby.''
<<nm $player "I'll go see her later.">>\
<<btnLink "Continue" "Work">>\<<loc_RecordsOffice>>\
''You decide to go see what ?diana wants, and head to her office.''
<<pic $diana>>\
<<art $diana>>\
''As you approach ?diana's office, you notice the door is open, and she's sitting at her desk, looking at her computer.''
<<nm $diana "Ah, ?mc! Come in, come in!">>\
''You walk into ?diana's office, and she motions for you to close the door behind you and sit down.''
<<nm $player "What's up, ?diana?">>\
''She gets up from her desk, sauntering over to where you're sitting and dropping to her knees.''
<<nm $diana "I've been thinking about you all day, ?mc...">>\
''She reaches out and starts rubbing your crotch, her eyes locked on yours.''
<<nm $player "I-I see...">>\
<<if hasWorkingPenis()>>\
''?diana aggressively pulls your <<UnderwearOrPants>> down to your ankles, freeing your already-erect <<pSize>>.''
<<nm $diana "Mmm... I've been waiting for this all day...">>\
''She leans in and starts sucking your cock into her mouth, her tongue swirling around your shaft as she does so.''
<<pic $diana "suck-player">>\
<<act $diana "blowjob">>\
<<nm $player "F-fuck!">>\
''?diana expertly works your cock, maintaining eye contact and clearly enjoying this at least as much as you are.''
<<nm $diana "Mmph... mmmm... hhmmph!">>\
<<nm $player "I-I... gonna cum!">>\
<<actB $diana "blowjob,deep">>\
''Your proclamation only serves to further excite ?diana, prompting her to bob and suck even harder and faster than before. It only takes a few seconds of this pace before you're unloading rope after rope of hot cum down ?diana's throat.''
<<pic $diana "cum-in-mouth">>\
<<act $diana "blowjob,creampie">>\
<<nm $diana "Hmph! Ngmph! Glgph! Phwaaa... delicious...">>\
''?diana gets to her feet and circles back to her desk, looking into her monitor and returning immediately to work.''
<<nm $player "That was...">>\
<<nm $diana "Yes, I know. Thank you for the treat, ?mc. You may leave now.">>\
<<Thought "Oof, cold...">>\
<<trackAction "suckCock.get" $diana>>\
<<horny 0>>
<<elseif hasPenis()>>\
''?diana aggressively pulls your <<UnderwearOrPants>> down to your ankles, revealing your ?unusable-cock.''
<<nm $diana "Mmm... Well, I think it's time for a change in perspective.">>\
''She rubs her finger around the tip of your penis before running it all the way to your collar, pulling you down to the floor and swapping positions with you. From the floor, you can now see that ?diana isn't wearing panties.''
<<nm $diana "Enjoying the view? Good, now start licking.">>\
''You're in no position to argue, not that you would. Her scent is totally intoxicating and it's not a moment before you're eagerly burying your face in her wet pussy.''
<<pic $player "eat-pussy">>\
<<act $player "eatpussy">>\
<<skillComment $diana "eatPussy.give"
"Mmmm... Ooohhh ?mc! You're s-so talented with your tongue! H-haaa!"
"Mmmm... Ooohhh... god you're good... keep going, just like that!"
"Mmmm, haaa, there you go... god this is what I needed today..."
"Mm-a-ah... oohh... ?mc, we're going to have to train you more, aren't we?"
"Mmmm... oh my, have you done this before? It's okay, we'll get you plenty of practice..."
>>\
''?diana guide your head with her hands, ensuring you never break eye contact with you. It's not long before you can feel her thighs start to tighten and twitch.''
<<nm $player "Mmph... mmmm... hhmmph!">>\
<<nm $diana "I-I... gonna cum!">>\
''Her proclamation only serves to further excite you, prompting you to lick and suck even harder and faster than before. It only takes a few seconds of this pace before she's unloading wave after wave of hot squirt over your mouth and face.''
<<pic $diana "orgasm">>\
<<act $player "eatpussy,cum">>\
<<nm $player "Hmph! Ngmph! Glgph! Phwaaa..." "She tastes amazing...">>\
''?diana gets to her feet and circles back to her desk, looking into her monitor and returning immediately to work. You take a minute to pull yourself back into your seat.''
<<nm $player "That was...">>\
<<nm $diana "Yes, I know servicing me will be the highlight of your day, ?mc. You may leave now.">>\
<<Thought "Oof, cold...">>\
<<trackAction "eatPussy.give" $diana>>\
<<horny 30>>
<<else>>\
''?diana aggressively pulls your <<UnderwearOrPants>> down to your ankles, revealing your already-wet pussy.''
<<nm $diana "Mmm... I've been waiting for this all day...">>\
''She leans in and starts sliding her tongue along the length of your slit, occasionally piercing your hole with the tip of her tongue before eventually settling on your sensitive clit.''
<<pic $diana "eat-pussy">>\
<<act $diana "eatpussy">>\
<<nm $player "F-fuck!">>\
''?diana expertly works your cunt, maintaining eye contact and clearly enjoying this at least as much as you are.''
<<nm $diana "Mmph... mmmm... hhmmph!">>\
<<nm $player "I-I... gonna cum!">>\
''Your proclamation only serves to further excite ?diana, prompting her to lick and suck even harder and faster than before. It only takes a few seconds of this pace before you're unloading wave after wave of hot squirt over her mouth and face.''
<<pic $diana "orgasm">>\
<<act $diana "eatpussy,cum">>\
<<nm $diana "Hmph! Ngmph! Glgph! Phwaaa... delicious...">>\
''?diana gets to her feet and circles back to her desk, looking into her monitor and returning immediately to work.''
<<nm $player "That was...">>\
<<nm $diana "Yes, I know. Thank you for the treat, ?mc. You may leave now.">>\
<<Thought "Oof, cold...">>\
<<trackAction "eatPussy.get" $diana>>\
<<horny 0>>
<</if>>\
<<lust $diana>>
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''Taking a walk through the upstairs hallway, you can't help but notice some "interesting" noises coming from ?diana's office. The door is slightly open, and when you look inside you're surprised to see her sitting on her desk, legs spread wide, and a large dildo buried deep in her pussy. She's moaning loudly, and you can see her juices dripping down her thighs. She notices you almost immediately.''
<<pic $diana "solo">>\
<<art $diana "aroused,2,naked">>\
<<nm $diana "Oh, ?mc... Come to help me out?">>\
<<nm $player "I-I... Um...">>\
<<nm $diana "Don't be shy, ?mc. I know you've been watching me.">>\
<<nm $player "I-I'm sorry, I didn't mean to...">>\
<<nm $diana "It's okay, ?mc. I'm not mad. In fact, I'm glad you're here.">>\
<<nm $player "You are?">>\
<<nm $diana "Of course. I've been thinking about you all day.">>\
<<btnTooHorny "Stay and \"help\" ?diana out - <<t1>>" "Work-61-Stay">>\
<<btnNotHorny "Leave her alone" "Work-61-Leave">>\<<loc_RecordsOffice>>\
<<nm $player "I-I'd love to, but, I have some other things I need to attend to">>\
''?diana doesn't try to hide her frustration.''
<<nm $diana "Fine. I guess I'll just have to finish myself off.">>\
''You leave her office, feeling a little disappointed. The sounds of ?diana pleasuring herself echo through the hallways.''
<<btnLink "Continue" "Work">>\<<loc_RecordsOffice>>\
''You step into ?diana's office, closing the door behind you. She smiles at you, and you can see her juices dripping down her thighs.''
<<nm $diana "Mmm, good choice. Now then, I hope you don't mind being the one on your knees this time.">>\
''You shake your head, and ?diana grins at you. She slides to edge of her desk, spreading herself wide for you. Her scent is filling the entire room, only adding to your excitement.''
<<nm $diana "Now then, I want you to lick me clean.">>\
<<nm $player "Y-yes!">>\
<<pic $player "eat-pussy">>\
<<act $player "eatpussy">>\
''You dive for ?diana's dripping pussy, eagerly licking her up and down before settling on her pulsing clit. With every light nibble and flick of your tongue, ?diana's entire body twitches and shakes with pleasure.''
<<nm $diana "Mmmm... oooohhhh... You're gonna make me cum again! F-fuck!">>\
<<nm $player "Mmph! Mph! Hmmph!" "God she tastes so good!">>\
''?diana bucks and trembles as you work her on her desk. After a few moments, she wraps her legs around your head, locking you in place as she climaxes straight into your mouth.''
<<nm $diana "FUCK!">>\
<<pic $diana "orgasm">>\
<<act $player "eatpussy-cum">>\
''Wave after wave of hot, thick juices shoot down your throat. There's so much, some of it spills out of your mouth all over your <<top>>. She keeps you in place until she's fully satisfied before releasing you.''
<<pic $diana "topless">>\
<<art $diana "aroused,2,naked">>\
<<nm $diana "Mmm... haaa... wow, that's just what I needed... Well then, let's do this again sometime, hm?">>\
<<nm $player "Y-yeah." "What? That's it?">>\
''?diana gets dressed and returns to her work, leaving you with no choice but to do the same.''
<<lust $diana>>
<<horny 30>>
<<trackAction "eatPussy.give" $diana>>\
<<btnLink "Continue" "Work" "passTime()">>\<<loc_Lobby>>\
''You decide to take a break from the lab, opting to take a long walk around upstairs. ?kagney is working the front desk taking a phone call, you can hear ?john pitching a sale from down the hall, even ?julia is up here making conversation. After you've had your break, you turn at the end of t