Skip to content
Snippets Groups Projects
RESS.tw 1.45 MiB
Newer Older
  • Learn to ignore specific revisions
  • pregmodfan's avatar
    pregmodfan committed
    
    
    /* This is one of several files that contains and organizes many different events.	*/
    
    klorpa's avatar
    klorpa committed
    /*	genericPlotEvents.tw															*/
    /*	PESS.tw: Player Event, Single Slave												*/
    /*	PETS.tw: Player Event, Two Slaves												*/
    /*	RECI.tw: Random Event, Check In													*/
    /*	REFI.tw: Random Event, Fetish Interest											*/
    /*	REFS.tw: Random Event, Future Societies											*/
    /*	RESS.tw: Random Event, Single Slave												*/
    /*	RESSTR.tw: Random Event, Single Slave (Test Realm, for debugging events)		*/
    /*	RETS.tw: Random Event, Two Slaves												*/
    /*																					*/
    
    /* Events can also be in a dedicated *.tw file, formatted as follows:				*/
    
    klorpa's avatar
    klorpa committed
    /*	jeXXXXX.tw: Justice Event														*/
    /*	pXXXXXX.tw: Player event														*/
    /*	peXXXXX.tw: Player Event focused on a slave										*/
    /*	reXXXXX.tw: Random Event														*/
    /*	resXXXX.tw: Random Event, School												*/
    /*	seXXXXX.tw: Slave Event, focuses on slaves coming or going						*/
    /*	securityForceXXXXX.tw: Special (Security) Force event							*/
    
    /*																					*/
    /* Some scenes are also stored in useGuard.tw, walkPast.tw, and toychest.tw			*/
    
    
    Pregmodder's avatar
    Pregmodder committed
    <<if Array.isArray($RESSevent)>>
    
    klorpa's avatar
    klorpa committed
    	<<set $activeSlave = $eventSlave>>
    	<<if $cheatMode == 1>>
    		<<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */
    		''A random single slave event would have been selected from the following:''
    
    klorpa's avatar
    klorpa committed
    		<<for _i = 0; _i < $RESSevent.length; _i++>>
    			<<print "[[$RESSevent[_i]|RESS][$RESSevent = $RESSevent[" + _i + "]]]">>
    			<br>
    		<</for>>
    		<br><br>[[Go Back to Random Individual Event|Random Individual Event][$activeSlave = 0]]
    	<<else>>
    		<<set $RESSevent = $RESSevent.random()>>
    		<<goto "RESS">>
    	<</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Next Week", _didAnal = 0, _didVaginal = 0>>
    
    <span id="artFrame">
    
    Pregmodder's avatar
    Pregmodder committed
    /* 000-250-006 */
    <<if $seeImages == 1>>
    
    klorpa's avatar
    klorpa committed
    	<<if $imageChoice == 1>>
    		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
    	<<else>>
    		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
    	<</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    /* 000-250-006 */
    
    </span>
    
    <<set $desc = SlaveTitle($activeSlave)>>
    
    <<run Enunciate($activeSlave)>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<set _belly = bellyAdjective($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    <<setLocalPronouns $activeSlave>>
    
    klorpa's avatar
    klorpa committed
    <<setPlayerPronouns>>
    <<setAssistantPronouns>>
    
    
    <<switch $RESSevent>>
    
    <<case "first period">>
    
    
    <<EventNameLink $activeSlave>> appears in the door of your office, uncertain if $he should disturb you. $He stumbles through the doorway, hands on $his <<if $activeSlave.weight >= 95>>fat belly<<elseif $activeSlave.belly >= 2000>>bloated belly<<elseif $activeSlave.weight >= 30>>chubby belly<<else>>flat belly<</if>>, before stepping forward to stand in front of your desk. $His chest is rising and falling with panicked hyperventilation. The poor $girl is terrified for some reason.
    
    klorpa's avatar
    klorpa committed
    You press $him on why $he is acting this way.
    
    Pregmodder's avatar
    Pregmodder committed
    <<if !canTalk($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	$He uses gestures to point to $his stomach, and explains that $he is feeling an unusual pain.
    
    klorpa's avatar
    klorpa committed
    	"My belly, <<Master>>," $he <<say>>s apologetically. "It hurt<<s>> and I don't know why. It ju<<s>>t <<s>>tarted re<<c>>ently."
    
    klorpa's avatar
    klorpa committed
    You check $his records and discover $he has very likely just become a woman.
    
    <<set $activeSlave.pubertyXX = 1>>
    
    klorpa's avatar
    klorpa committed
    <<EventNameLink $activeSlave>> appears in the door of your office early in the morning, hesitating before stepping in. You question why $he has come to see you and $he gingerly approaches your desk.
    
    Pregmodder's avatar
    Pregmodder committed
    <<if !canTalk($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	$He uses gestures to point to $his crotch, and explains that $he has accidentally started wetting $his bed.
    
    klorpa's avatar
    klorpa committed
    	"I'm <<s>>orry, <<Master>>," $he <<say>>s apologetically. "I keep wetting my bed at night, and it feel<<s>> <<s>>o good too."
    
    klorpa's avatar
    klorpa committed
    You check $his records for any potential health issues that could be causing this annoyance when it dawns on you. $activeSlave.slaveName is likely becoming potent, and now is the perfect time to cement $his sexuality.
    
    <<set $activeSlave.pubertyXY = 1>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<case "surprising wakeup">>
    
    
    Pregmodder's avatar
    Pregmodder committed
    You are awakened from a sound sleep by someone eagerly <<if $PC.dick == 1>>sucking your dick<<else>>eating you out<</if>>. Your slaves know better than to disturb you, let alone take the initiative, but you are shocked when you pull back the sheets and reveal the smiling <<EventNameLink $activeSlave>>.
    
    Pregmodder's avatar
    Pregmodder committed
    <<if !canTalk($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	$He promptly stops, flashes you an appreciative smile and goes right back to pleasing you.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    klorpa's avatar
    klorpa committed
    	$He pulls off you with a frown. "I'm <<s>>orry, <<Master>>," $he <<say>>s apologetically. "It'<<s>> ju<<s>>t, you've been <<s>>o nice to me. Thi<<s>> felt like the right thing to do." $He lowers $his head back to your crotch.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    <br><br>
    
    Pregmodder's avatar
    Pregmodder committed
    $He was mindbroken, but seems to have snapped out of it due to a deep love of you.
    
    Pregmodder's avatar
    Pregmodder committed
    
    
    Pregmodder's avatar
    Pregmodder committed
    <<case "mutinery attempt">>
    
    <<set $mutinery = 1>>
    
    klorpa's avatar
    klorpa committed
    Finishing your work, you lean back for a break well deserved break. Your peace is quickly disturbed by several loud smashes from down the penthouse hall. As you get up from your desk, you hear somebody running down the hallway, and before you know it, <<EventNameLink $activeSlave>> is inside. $He is looking quite treacherous and <<if $activeSlave.combatSkill > 0>>relatively confident<<else>>somewhat unsure<</if>>. $He quickly reaches in to grab you,
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($PC.career == "gang")>>
    
    Pregmodder's avatar
    Pregmodder committed
    	<<if ($personalArms != 0)>>
    
    klorpa's avatar
    klorpa committed
    		but when you point your handgun towards $him, $he stutters back with $his hands pointing upwards.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<else>>
    		but you just have to reach for your trusty handgun to make the slave step back in fear.
    	<</if>>
    	<<set $mutinery = 0>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($PC.career == "mercenary")>>
    
    Pregmodder's avatar
    Pregmodder committed
    	<<if ($personalArms != 0)>>
    
    klorpa's avatar
    klorpa committed
    		but you quickly draw the weapon you always keep close at hand, forcing the slave to put $his hands on the back of $his head.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<else>>
    
    Pregmodder's avatar
    Pregmodder committed
    		but you quickly grab $his arm, pull it towards you and lock it in $his back, pushing $him over the desk.
    
    Pregmodder's avatar
    Pregmodder committed
    	<</if>>
    	<<set $mutinery = 0>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($PC.career == "escort")>>
    
    klorpa's avatar
    klorpa committed
    	but you simply give $him a kick to the groin; $he wouldn't be the first person to try this shit on you.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($PC.career == "slaver") || $PC.slaving >= 20>>
    
    klorpa's avatar
    klorpa committed
    	but you simply give $him a kick to the groin, a little trick you remember from your early memories on how to deal with rebellious slaves.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<set $mutinery = 0>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($PC.warfare >= 20)>>
    
    klorpa's avatar
    klorpa committed
    	but you have no problem grabbing $him and pushing $him to the ground, grabbing both $his arms to make sure $he doesn't try to step up.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<set $mutinery = 0>>
    
    <<elseif $arcologies[0].FSPhysicalIdealist != "unset">>
    
    Pregmodder's avatar
    Pregmodder committed
    	but you are far stronger, easily lifting $him into the air and slamming $him back to the ground.
    
    	<<set $mutinery = 0>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    klorpa's avatar
    klorpa committed
    	and despite your attempts at fighting $him off, $he manages to get a hold on your body.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    <br><br>
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $mutinery == 1>>
    
    klorpa's avatar
    klorpa committed
    	$He doesn't seem to understand what $he is getting $himself into
    
    klorpa's avatar
    klorpa committed
    	<<if $PC.boobs > 300>>
    
    klorpa's avatar
    klorpa committed
    		as $he gropes your chest
    
    Pregmodder's avatar
    Pregmodder committed
    	<<else>>
    
    klorpa's avatar
    klorpa committed
    		as $he runs $his hands over your body
    
    Pregmodder's avatar
    Pregmodder committed
    	<</if>>
    	in a desperate attempt at taking control.
    	<<if $HeadGirl != 0>>
    
    klorpa's avatar
    klorpa committed
    		<<setLocalPronouns $HeadGirl 2>>
    
    Pregmodder's avatar
    Pregmodder committed
    		<<setSpokenLocalPronouns $activeSlave $HeadGirl>>
    
    		<<run Enunciate($HeadGirl)>>
    
    klorpa's avatar
    klorpa committed
    		You jump in surprise as $HeadGirl.slaveName tackles $him off you and to the floor
    
    Pregmodder's avatar
    Pregmodder committed
    		<<if $HeadGirl.combatSkill > 0>>
    
    klorpa's avatar
    klorpa committed
    			where _he2 twists $his arm in an arm hold until the rebellious slave stops struggling.
    
    Pregmodder's avatar
    Pregmodder committed
    		<<else>>
    
    klorpa's avatar
    klorpa committed
    			where _he2 settles _his2 weight on the struggling rebel, lacking any better idea of what to do.
    
    Pregmodder's avatar
    Pregmodder committed
    		<</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    		I'm <<s>>orry, <<Master>>, <<he>> tried to knock me out on <<his>> way here. But a<<s>> <<s>>oon as I got up, I came running. I promi<<s>>e I <<s>>aw nothing, but what <<sh>>ould we do about $him?
    
    Pregmodder's avatar
    Pregmodder committed
    		<<set $mutinery = 0>>
    	<<else>>
    
    klorpa's avatar
    klorpa committed
    		You try to fight $him off, but $his grip is stronger than you expected, so you will just have to bear with it, at least until an opening arises. If this gets out of the penthouse, your reputation as both arcology owner and as a slaver will be devastated.
    
    Pregmodder's avatar
    Pregmodder committed
    	<</if>>
    <</if>>
    
    
    <<case "breeding bull">>
    
    
    Pregmodder's avatar
    Pregmodder committed
    You are awakened from a sound sleep by a pair of strong hands pinning your shoulders. Struggling to get your bearings, you come face to face with the drooling <<EventNameLink $activeSlave>>. You had nothing planned this morning, so you've been allowed to sleep in undisturbed, and try as you might, you cannot slip your arms from under $his weight. $He hastily shifts $his weight around, almost giving you the chance to break free, but you freeze when something big, heavy and wet slaps against your stomach.
    
    <br><br>
    
    klorpa's avatar
    klorpa committed
    $He is fully erect and dripping precum: $he is going to breed you!
    
    Pregmodder's avatar
    Pregmodder committed
    <<case "waistline woes">>
    
    
    Pregmodder's avatar
    Pregmodder committed
    <<EventNameLink $activeSlave>> has spent the last half-hour pacing on and down the hall before your office, clearly lost in thought. While $he has nowhere to be at the moment, it is beginning to become a detriment to your work, so you call $him in to discuss what is bothering $him.
    
    Pregmodder's avatar
    Pregmodder committed
    <br><br>
    <<if canTalk($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	"<<Master>>," $he mumbles, "am I looking a little heavier?
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    klorpa's avatar
    klorpa committed
    	$He gestures at $his middle and
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    /* WIP specific clothing stuff, right now clothed slaves are not final so don't worry about how little sense it makes */
    <<switch $activeSlave.clothing>>
    
    klorpa's avatar
    klorpa committed
    	<<if canTalk($activeSlave)>>Thi<<s>> $activeSlave.clothing feel<<s>> tight around my middle, I feel like it fit la<<s>>t week..." $He <</if>>adjusts $his clothing, clearly uncomfortable.
    
    Pregmodder's avatar
    Pregmodder committed
    <<default>>
    
    klorpa's avatar
    klorpa committed
    	<<if canTalk($activeSlave)>>I feel like I wa<<s>>n't thi<<s>> <<s>>oft la<<s>>t week..." $He <</if>>pinches $his belly, clearly grabbing hold of more of $himself than $he wants to.
    
    Pregmodder's avatar
    Pregmodder committed
    <</switch>>
    
    
    klorpa's avatar
    klorpa committed
    The $desc is
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.diet == "fattening">>
    
    klorpa's avatar
    klorpa committed
    	purposefully being fattened up, so it really shouldn't come as a surprise to $him.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.behavioralFlaw == "gluttonous">>
    	a known stress eater, so perhaps somebody has been sneaking food again.
    <<elseif $activeSlave.behavioralFlaw == "anorexic">>
    
    klorpa's avatar
    klorpa committed
    	a known anorexic, so $he's likely overreacting.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    	certainly a little chubby, so perhaps this is a good time to get a handle on things.
    <</if>>
    
    
    klorpa's avatar
    klorpa committed
    Your slaves are required to take very good care of themselves, and your best girls spend several hours a day maintaining every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of their bodies. You notice <<EventNameLink $activeSlave>> standing naked in front of a mirror outside the bathroom, carefully applying moisturizing lotion to every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his $activeSlave.skin skin. $He's clearly feeling well, and $his <<if $activeSlave.face > 95>>gorgeous<<elseif $activeSlave.face <= 40>>attractive<<elseif $activeSlave.face <= 10>>pretty<<elseif $activeSlave.face < -10>>plain<<else>>homely<</if>> face bears a smile of simple enjoyment as $he basks in the warmth of the slave quarters, calibrated to make nudity comfortable. $He straightens $his <<if $activeSlave.height >= 185>>wonderfully long<<elseif $activeSlave.height >= 170>>long<<elseif $activeSlave.height >= 160>>nice<<elseif $activeSlave.height >= 150>>short<<else>>short little<</if>> legs and bends at the waist,
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.belly >= 600000>>
    
    klorpa's avatar
    klorpa committed
    	$his _belly belly coming to rest on the floor as $he spreads $his legs around it,
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 400000>>
    
    klorpa's avatar
    klorpa committed
    	$his _belly belly forcing $him to really spread $his legs,
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 100000>>
    
    klorpa's avatar
    klorpa committed
    	$his _belly belly forcing $his legs wide as $he goes,
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 10000>>
    
    klorpa's avatar
    klorpa committed
    	$his <<if $activeSlave.bellyPreg >= 3000>> hugely gravid<<elseif $activeSlave.bellyImplant >= 3000>>_belly protruding<<else>>heavy, <<print $activeSlave.inflationType>>-filled<</if>> belly parting $his legs as $he goes,
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 5000>>
    
    klorpa's avatar
    klorpa committed
    	$his <<if $activeSlave.bellyPreg >= 3000>>gravid<<elseif $activeSlave.bellyImplant >= 3000>>protruding<<else>>sloshing<</if>> belly parting $his legs as $he goes,
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    klorpa's avatar
    klorpa committed
    moaning at the pleasurable feeling of a good stretch. $He sets the lotion bottle on the ground next to $him, dispenses a little, and carefully rubs it into the tops of $his feet. When $he reaches $his ankles, still bent almost double, $he <<if canSee($activeSlave)>>catches sight of you watching $him from between $his legs<<else>>picks up the sound of your breathing<</if>>. $He smiles at you and keeps working.
    
    klorpa's avatar
    klorpa committed
    $He shifts $his
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.hips > 2>>
    
    Pregmodder's avatar
    Pregmodder committed
    	broodmother
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.hips > 1>>
    
    Pregmodder's avatar
    Pregmodder committed
    	broad
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.hips >= 0>>
    
    Pregmodder's avatar
    Pregmodder committed
    	curvy
    <<else>>
    	trim
    <</if>>
    
    klorpa's avatar
    klorpa committed
    hips innocently and moves up to $his lower legs. But then, as $he slowly massages the lotion into $his <<if $activeSlave.muscles > 30>>muscled<<elseif $activeSlave.weight > 10>>plush<<else>>cute<</if>> calves, $he arches $his back and cocks $his hips a little. This causes
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
    
    klorpa's avatar
    klorpa committed
    	the bottom of $his chastity cage to become visible, a reminder that
    
    Pregmodder's avatar
    Pregmodder committed
    	<<if canDoAnal($activeSlave) && canDoVaginal($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    		only $his holes are to be used.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<elseif canDoAnal($activeSlave) && !canDoVaginal($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    		$he's a butthole slave.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<elseif canDoVaginal($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    		the focus is $his pussy, not dick.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<else>>
    
    klorpa's avatar
    klorpa committed
    		with $his ass in chastity, $he's forbidden from release.
    
    Pregmodder's avatar
    Pregmodder committed
    	<</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 100000>>
    
    klorpa's avatar
    klorpa committed
    	the underside of $his <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> and
    
    Pregmodder's avatar
    Pregmodder committed
    	<<if canDoAnal($activeSlave) && canDoVaginal($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    		$his flushed, glistening pussy and <<if $activeSlave.anus == 0>>virgin<<else>>hungry<</if>> anus to become visible.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<elseif canDoVaginal($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    		$his flushed pussy to become visible, glistening with moisture.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<else>>
    
    klorpa's avatar
    klorpa committed
    		$his <<if $activeSlave.anus == 0>>virgin<<else>>hungry<</if>> anus to become visible.
    
    Pregmodder's avatar
    Pregmodder committed
    	<</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 5000>>
    
    klorpa's avatar
    klorpa committed
    	the underside of $his <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> and
    
    Pregmodder's avatar
    Pregmodder committed
    	<<if canDoAnal($activeSlave) && canDoVaginal($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    		$his flushed, glistening pussy and <<if $activeSlave.anus == 0>>virgin<<else>>hungry<</if>> anus to become visible, before $he hugs $his thighs together, sighing as $he flexes them a little to put gentle pressure on $his womanhood.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<elseif canDoVaginal($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    		$his flushed pussy to appear for a moment, glistening with moisture, before $he hugs $his thighs together, sighing as $he flexes them a little to put gentle pressure on $his womanhood.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<else>>
    
    klorpa's avatar
    klorpa committed
    		$his <<if $activeSlave.anus == 0>>virgin<<else>>hungry<</if>> anus to become visible.
    
    Pregmodder's avatar
    Pregmodder committed
    	<</if>>
    <<elseif !canAchieveErection($activeSlave) && $activeSlave.dick > 10>>
    
    klorpa's avatar
    klorpa committed
    	$his giant, soft dick to swing back between $his legs; $he hugs $his thighs together again and traps it back behind $him, enjoying the sensation along its length.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif !canAchieveErection($activeSlave) && $activeSlave.dick > 0>>
    
    klorpa's avatar
    klorpa committed
    	$his thighs to come tightly together, hiding $his soft dick.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.dick > 0>>
    
    klorpa's avatar
    klorpa committed
    	$his stiff dick to swing back between $his legs; $he hugs $his thighs together again and traps it back behind $him, showing off how hard $he is.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif canDoAnal($activeSlave) && canDoVaginal($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	$his flushed, glistening pussy and <<if $activeSlave.anus == 0>>virgin<<else>>hungry<</if>> anus to become visible, before $he hugs $his thighs together, sighing as $he flexes them a little to put gentle pressure on $his womanhood.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif canDoVaginal($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	$his flushed pussy to appear for a moment, glistening with moisture, before $he hugs $his thighs together, sighing as $he flexes them a little to put gentle pressure on $his womanhood.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    klorpa's avatar
    klorpa committed
    	it to become apparent that $his hungry asspussy serves as $his only genitalia.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    klorpa's avatar
    klorpa committed
    With $his back arched and $his thighs together $his <<if $activeSlave.butt > 5>>massive buttocks part a little, showing a hint of<<elseif $activeSlave.butt > 2>>big buttocks part, revealing<<else>>cute buttocks are spread wide apart, displaying<</if>> $his <<if $activeSlave.anus > 2>>lewd anal slit<<elseif $activeSlave.anus == 2>>big butthole<<else>>tight anus<</if>>. <<if canSee($activeSlave)>><<if $activeSlave.belly >= 50000>>$His _belly stomach is far too large to see around, but given $his held pose, $he's waiting to see what you do<<elseif $activeSlave.belly >= 5000>>$He peeks around the edge of $his belly, checking your crotch to see if you are watching<<else>>$He peeks between $his legs again, checking to see if you're watching<</if>><<elseif canHear($activeSlave)>>$His ears perk up, listening to see if you are still there<<else>>$He stays as still as $he can, clearly waiting for you to make a move<</if>>.
    
    <<EventNameLink $activeSlave>> comes before you for a routine inspection. The <<if $activeSlave.muscles > 95>>heavily muscled<<elseif $activeSlave.muscles > 30>>ripped<<else>>toned<</if>><<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> and heavily pregnant<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>pregnant<</if>> $desc is looking good, but as $he raises $his arms over $his head to spin $his nude torso under your gaze, $he winces slightly. <<if canSee($activeSlave)>>$His $activeSlave.eyeColor eyes flick up to see if you noticed, and $his face falls a little when $he sees that you did. You raise one eyebrow, and the obedient slave explains $himself<<elseif canHear($activeSlave)>>$His ears perk up to hear if you noticed. You clear your throat, startling $him and making $him explain $himself<<else>>$He tries to affect a stoic expression, but when you tentatively touch one of $his shoulders, $he grimaces slightly and quickly opts to explain $himself<</if>>.
    
    Pregmodder's avatar
    Pregmodder committed
    <<if !canTalk($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	$He uses gestures to beg your pardon, and explains that yesterday was arm day for $him, and $he went out a little hard. $His shoulders are a little sore, but $he gestures that $he's all right.
    
    klorpa's avatar
    klorpa committed
    	"<<S>>orry, <<Master>>," $he <<say>>s apologetically. "I'm okay. Ye<<s>>terday wa<<s>> arm day for me, and I went out a little too hard. My <<sh>>oulder<<s>> are kinda <<s>>ore, but I'm alright."
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> wakes you in the morning,
    
    klorpa's avatar
    klorpa committed
    	_hisA voice
    
    	<<switch $assistantAppearance>>
    	<<case "monstergirl">>
    
    klorpa's avatar
    klorpa committed
    		_hisA monstergirl avatar's sultry voice
    
    Pregmodder's avatar
    Pregmodder committed
    	<<case "shemale">>
    
    klorpa's avatar
    klorpa committed
    		_hisA shemale avatar's syrupy voice
    
    	<<case "amazon">>
    
    klorpa's avatar
    klorpa committed
    		_hisA amazon avatar's powerful voice
    
    	<<case "businesswoman">>
    
    klorpa's avatar
    klorpa committed
    		_hisA businesswoman avatar's confident voice
    
    	<<case "fairy" "pregnant fairy">>
    
    klorpa's avatar
    klorpa committed
    		_hisA fairy avatar's adorable voice
    
    	<<case "schoolgirl">>
    
    klorpa's avatar
    klorpa committed
    		_hisA schoolgirl avatar's bubbly voice
    
    	<<case "loli" "preggololi">>
    
    klorpa's avatar
    klorpa committed
    		_hisA loli avatar's childish voice
    
    	<<case "angel">>
    
    klorpa's avatar
    klorpa committed
    		_hisA angel avatar's heavenly voice
    
    	<<case "cherub">>
    
    klorpa's avatar
    klorpa committed
    		_hisA cherub avatar's cheerful voice
    
    	<<case "incubus">>
    
    klorpa's avatar
    klorpa committed
    		_hisA incubus avatar's forceful voice
    
    	<<case "succubus">>
    
    klorpa's avatar
    klorpa committed
    		_hisA succubus avatar's sultry voice
    
    	<<case "imp">>
    
    klorpa's avatar
    klorpa committed
    		_hisA imp avatar's mischievous voice
    
    	<<case "witch">>
    
    klorpa's avatar
    klorpa committed
    		_hisA witch avatar's cocky voice
    
    	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
    
    klorpa's avatar
    klorpa committed
    		_hisA avatar's piecemeal voice
    
    	<<default>>
    
    klorpa's avatar
    klorpa committed
    		_hisA voice
    
    	<</switch>>
    
    klorpa's avatar
    klorpa committed
    gently calling your name. As you regain consciousness, you become aware of a weight on your chest<<if $PC.boobsBonus >= 3>> other than your heavy tits<</if>>. <<EventNameLink $activeSlave>> has snuggled up against you in $his sleep. $He's nude, and so are you; everyone sleeps naked in your penthouse. The sheet is down at your hips, leaving your upper bodies bare. <<if $activeSlave.amp == 1>>$He's wormed $his limbless torso under your arm,<<else>>$He has one arm across your <<if $PC.boobs > 300>>chest, just below your breasts,<<elseif $PC.title == 1>>manly chest<<else>>flat chest,<</if>><</if>> and is using your shoulder as a pillow. You can feel $his warm breath across <<if $PC.boobs > 300 || $PC.title == 0>>your nipple on that side, and it hardens slowly under your gaze<<else>>your well-developed pectorals<</if>>. $His <<if $activeSlave.boobs > 4000>>incredible tits are resting to either side of your ribcage, with one of them a heavy mass on your chest and the other trapped under $his<<elseif $activeSlave.boobs > 1200>>big boobs form a warm, soft mass between you<<else>>soft chest rests warmly against your ribcage<</if>><<if $activeSlave.belly >= 10000>>, beneath them, $his _belly <<if $activeSlave.bellyPreg >= 8000>>pregnant <</if>>belly rests <<if $PC.belly >= 1500>>against your own baby bump<<else>>upon your flat stomach<</if>><</if>>, and farther down, there's another source of warmth where $he's <<if $activeSlave.amp == 1>>got $his legless pelvis resting against your hip<<else>>straddling your thigh<</if>>.
    
    kopareigns's avatar
    kopareigns committed
    "<<= properTitle()>>," $assistantName calls again, "you <<if $assistant == 0>>set a wake up for this time<<else>>asked me to wake you at this time<</if>>. You have a business meeting that starts shortly." You begin to slide out from under $activeSlave.slaveName, but the
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.physicalAge > 30>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$woman
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.physicalAge > 18>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$girl
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.physicalAge > 12>>
    	teen
    <<else>>
    	kid
    <</if>>
    
    klorpa's avatar
    klorpa committed
    clings to you in $his sleep as the warmth of your body begins to move away from $him.
    
    Pregmodder's avatar
    Pregmodder committed
    It's an unusually nice day, with mild sunshine, light breezes, and nothing offensive or dangerous in the atmosphere. In the middle of the afternoon, you take a break from your busy schedule of sex and business and stroll out onto one of your penthouse balconies. It seems <<EventNameLink $activeSlave>> was struck by a similar impulse. <<if $activeSlave.assignment == "rest">>$He's assigned to do little but rest<<else>>This is one of $his rest periods<</if>>, so $he's come out here to lay naked on a towel and enjoy the sun.
    
    klorpa's avatar
    klorpa committed
    <<if ["black", "brown", "dark brown", "dark olive", "dark", "ebony", "pure black"].includes($activeSlave.skin)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$His $activeSlave.skin doesn't tan much, so $he's just out here to bask in its warmth. $His body shines with lotion from a bottle lying next to $him, but it's just general-purpose stuff.
    <<elseif ($activeSlave.skin == "tanned")>>
    	$His tanned skin shines with lotion from a bottle lying next to $him.
    <<else>>
    	$His skin shines with sunblock lotion from a bottle lying next to $him. It would be foolish of $him to let the sun ruin $his $activeSlave.skin skin.
    <</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    $He's lying on $his back with $his arms outstretched, $his <<if ($activeSlave.boobs > 5000)>>titanic breasts resting to either side. They're so enormous they touch the ground on either side of $him.<<elseif ($activeSlave.boobs > 800) && ($activeSlave.boobsImplant == 0)>>heavy, natural breasts resting to either side.<<elseif ($activeSlave.boobsImplant == 0)>>modest breasts resting a little to either side as $his chest rises and falls with $his breath.<<else>>fake tits maintaining their proud shape regardless.<</if>> $He's relaxed and breathing slowly, and it isn't immediately clear if $he's asleep or not. $He's not aroused, and $his
    
    Pregmodder's avatar
    Pregmodder committed
    <<switch $activeSlave.nipples>>
    <<case "tiny">>
    
    klorpa's avatar
    klorpa committed
    	tiny little nipples soft against $his breasts.
    
    Pregmodder's avatar
    Pregmodder committed
    <<case "puffy">>
    	puffy nipples are soft under the sunlight.
    <<case "partially inverted">>
    
    Pregmodder's avatar
    Pregmodder committed
    	partially inverted nipples are withdrawn against $his soft breastflesh.
    
    Pregmodder's avatar
    Pregmodder committed
    <<case "inverted">>
    	fully inverted nipples are completely hidden from the sun's rays.
    <<case "huge">>
    	huge nipples are as soft as you've seen them.
    
    Pregmodder's avatar
    Pregmodder committed
    <<case "fuckable">>
    	fuckable nipples look warm and inviting in the sun.
    
    Pregmodder's avatar
    Pregmodder committed
    <<default>>
    	nipples look pleasantly soft and warm in the sun.
    <</switch>>
    
    Pregmodder's avatar
    Pregmodder committed
    As you consider $his radiant body, $he senses your presence, either realizing you're there through $his closed eyes or coming out of a light sleep at your proximity. $He opens $his $activeSlave.eyeColor eyes a slit and stretches deliciously, arching $his back luxuriantly, and murmurs, "Hi <<Master>>."
    
    Pregmodder's avatar
    Pregmodder committed
    <<EventNameLink $activeSlave>> is on the inspection schedule for the first slot of the day. When $he walks clumsily through the door of your office, it's obvious the poor nympho slut hasn't found release since waking up. $His incredible sex drive has $his arousal at a fever pitch.
    
    klorpa's avatar
    klorpa committed
    $He's walking awkwardly because of how painfully horny $he is. $His
    
    Pregmodder's avatar
    Pregmodder committed
    <<switch $activeSlave.nipples>>
    <<case "tiny">>
    	tiny little nipples are rock hard.
    <<case "puffy">>
    	puffy nipples are flushed and stiff.
    <<case "partially inverted">>
    
    klorpa's avatar
    klorpa committed
    	nipples, which normally rest flush with $his areolae, are fully erect.
    
    Pregmodder's avatar
    Pregmodder committed
    <<case "inverted">>
    	nipples, which are normally fully inverted, are all the way out; that must have been a painful process.
    <<case "huge">>
    
    klorpa's avatar
    klorpa committed
    	massive nipples are so big and hard $he could probably penetrate someone with them.
    
    Pregmodder's avatar
    Pregmodder committed
    <<case "fuckable">>
    	fuckable nipples are practically swollen shut.
    
    Pregmodder's avatar
    Pregmodder committed
    <<default>>
    	nipples are standing out with uncomfortable hardness.
    <</switch>>
    
    <<if ($activeSlave.dick > 4) && canAchieveErection($activeSlave)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$His gigantic erection waves around in front of $him as $he moves, its head describing a long arc in the air with each step.
    
    <<elseif ($activeSlave.dick > 2) && canAchieveErection($activeSlave)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$His erection waves around in front of $him as $he moves, its head bobbing lewdly up and down with each step.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif canAchieveErection($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	$His erection is so pathetically small that it stands out straight and stiff as $he moves.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.dick > 6)>>
    	$His oversized dick is as engorged as $his body can manage.
    
    <<elseif ($activeSlave.dick > 0)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$He's actually partway erect despite $his impotence, a remarkable testament to $his need.
    
    <<elseif ($activeSlave.labia > 1)>>
    
    klorpa's avatar
    klorpa committed
    	$His normally-large pussylips are even more prominent than usual, swollen with need.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.clit > 3)>>
    
    klorpa's avatar
    klorpa committed
    	$His dick-like clit stands out straight and stiff as $he moves.
    
    <<elseif ($activeSlave.clit > 1)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$His huge, sensitive clit positively tortures $him as $he moves.
    
    <<elseif $activeSlave.vagina == -1>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$He has no genitals to get hard or wet, but $his posture leaves no doubt that there's nothing $he wants more than to get $his ass reamed.
    
    Pregmodder's avatar
    Pregmodder committed
    	$His pussy is soaking wet, and streaks of female arousal are shining on $his inner thighs.
    
    klorpa's avatar
    klorpa committed
    As $he staggers to a halt in front of your desk,
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.dick > 4) && canAchieveErection($activeSlave)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	the movement of $his huge penis through the air
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.dick > 2) && canAchieveErection($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	$his cock slaps up against $his stomach, which
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif canAchieveErection($activeSlave)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$his tiny dick is momentarily trapped between $his thighs, which
    <<elseif ($activeSlave.dick > 6)>>
    	$his motion of $his gigantic cock against $his body.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.dick > 0)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$his floppy cock hits $his thighs, which
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.labia > 1)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	which brings $his thighs together enough that this
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.clit > 3)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	the movement of $his huge clit through the air
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.clit > 1)>>
    
    klorpa's avatar
    klorpa committed
    	stimulating $his clit enough that it
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.vagina == -1>>
    
    Pregmodder's avatar
    Pregmodder committed
    	a motion which flexes $his buttocks together just enough to clench $his sensitive asspussy, and
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    	a motion which
    <</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    provides just enough stimulation that $he climaxes. $His hands ball into fists at $his sides and $his torso pitches forward involuntarily,
    
    Pregmodder's avatar
    Pregmodder committed
    <<if (($activeSlave.balls > 3) && ($activeSlave.hormoneBalance < -20)) || ($activeSlave.balls >= 10)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	a ridiculous, pent-up torrent of cum shooting out
    	<<if $activeSlave.dick > 0>>
    		and onto the floor.
    	<<else>>
    
    Pregmodder's avatar
    Pregmodder committed
    		of the tiny hole on $his featureless crotch.
    
    Pregmodder's avatar
    Pregmodder committed
    	<</if>>
    <<elseif canAchieveErection($activeSlave)>>
    	a strong jet of cum shooting out and onto the floor.
    <<elseif ($activeSlave.vagina == -1) && ($activeSlave.dick == 0)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	dribbling a little fluid out of the tiny hole in $his otherwise featureless groin.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.balls > 0) && ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$his soft cock twitching upward and shooting out quite a lot of cum.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.dick > 0)>>
    	<<if $activeSlave.prostate > 1>>
    		a large spurt of
    	<<else>>
    		a few drops
    	<</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    	watery ejaculate scattering from $his dickhead.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.vagina > 1)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	the strong muscles around $his big cunt visibly contracting with the force as $he squirts a jet of girlcum out onto $his legs and the floor.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.lactation > 1)>>
    
    klorpa's avatar
    klorpa committed
    	a surprising <<if $activeSlave.nipples != "fuckable">>jet<<else>>gush<</if>> of milk issuing from both of $his nipples.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<set $activeSlave.lactationDuration = 2>>
    	<<set $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.lactation > 0)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	drops of milk <<if $activeSlave.nipples != "fuckable">>appearing at each of $his motherly nipples only to be flung onto the floor<<else>>running from each of $his nipples and down $his breasts<</if>>.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<set $activeSlave.lactationDuration = 2>>
    	<<set $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.belly >= 2000)>>
    	<<if $activeSlave.bellyFluid >= 2000>>
    
    Pregmodder's avatar
    Pregmodder committed
    		forcing a grunt out of $him as $he bends against $his _belly <<print $activeSlave.inflationType>>-filled belly
    
    Pregmodder's avatar
    Pregmodder committed
    		<<if $activeSlave.vagina > -1>>
    
    klorpa's avatar
    klorpa committed
    			squirting a
    
    Pregmodder's avatar
    Pregmodder committed
    			<<if $activeSlave.prostate > 0>>
    				a large spurt of
    			<<else>>
    				little jet
    			<</if>>
    
    klorpa's avatar
    klorpa committed
    			of girlcum<<if $activeSlave.inflationMethod == 2>> from $his pussy and a dribble of $activeSlave.inflationType from $his ass<<else>> down $his legs and<</if>> onto the floor.
    
    Pregmodder's avatar
    Pregmodder committed
    		<<else>>
    
    Pregmodder's avatar
    Pregmodder committed
    			as the muscles in $his lower body visibly contract with the force<<if $activeSlave.inflationMethod == 2>>, squirting out a little jet of $activeSlave.inflationType from $his ass<</if>>.
    
    Pregmodder's avatar
    Pregmodder committed
    		<</if>>
    	<<else>>
    
    Pregmodder's avatar
    Pregmodder committed
    		forcing a grunt out of $him as $he bends against $his _belly <<if $activeSlave.bellyPreg >= 2000>>pregnant <</if>>belly
    
    Pregmodder's avatar
    Pregmodder committed
    		<<if $activeSlave.vagina > -1>>
    
    klorpa's avatar
    klorpa committed
    			squirting a
    
    Pregmodder's avatar
    Pregmodder committed
    			<<if $activeSlave.prostate > 0>>
    				a large spurt of
    			<<else>>
    				little jet
    			<</if>>
    
    klorpa's avatar
    klorpa committed
    			of girlcum out onto $his legs and the floor.
    
    Pregmodder's avatar
    Pregmodder committed
    		<<else>>
    
    Pregmodder's avatar
    Pregmodder committed
    			as the muscles in $his lower body visibly contract with the force.
    
    Pregmodder's avatar
    Pregmodder committed
    		<</if>>
    	<</if>>
    <<elseif $activeSlave.vagina < 0>>
    
    Pregmodder's avatar
    Pregmodder committed
    	the muscles in $his lower body visibly contracting with the force.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    klorpa's avatar
    klorpa committed
    	squirting a
    
    Pregmodder's avatar
    Pregmodder committed
    	<<if $activeSlave.prostate > 0>>
    		a large spurt of
    	<<else>>
    		little jet
    	<</if>>
    
    klorpa's avatar
    klorpa committed
    	of girlcum out onto $his legs and the floor.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    $He stands up straight, but this brings $his <<if canSee($activeSlave)>>$activeSlave.eyeColor eyes up to gaze straight into yours<<else>>face to face with you<</if>>, and the mixed release, humiliation, and naughtiness of having climaxed prematurely right in front of $his <<= WrittenMaster()>> produces an aftershock, adding to the mess on the floor.
    
    klorpa's avatar
    klorpa committed
    You make a habit of circulating through the arcology's public spaces when you can, to maintain your reputation for hands-on control and to keep a personal eye on the atmosphere. Citizens high and low avail themselves of the opportunity to greet you, introduce themselves, or bring small matters to your attention. Today, one of your prominent citizens brought up an unusually important subject, so you performed a walk and talk with him, ending out on a balcony. He goes away satisfied, but you spent longer than you intended away from the penthouse. As such, you missed the start of <<EventNameLink $activeSlave>>'s weekly inspection. $He finds you out on the balcony, directed to you by $assistantName,
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.weight > 160)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	breathing hard from the effort of hauling $his fat ass
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.belly >= 100000)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	utterly exhausted from waddling with $his very heavy _belly belly
    <<elseif ($activeSlave.boobs >= 10000)>>
    	breathing hard from the effort of hauling $his gigantic tits in $his rush
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.belly >= 10000)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	breathing hard from the effort of hauling $his heavy belly in $his rush
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.muscles > 5)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	breathing easily despite $his rush
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.muscles < -95)>>
    	barely conscious from the effort of coming
    <<elseif ($activeSlave.muscles < -30)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	utterly exhausted from $his rush
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    Pregmodder's avatar
    Pregmodder committed
    	panting a little from $his rush
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    down to meet you. $He's nude, having stripped in your office, and meets your gaze <<if ($activeSlave.trust > 60)>>confidently, trusting<<else>>somewhat hesitantly, not sure<</if>> that $he did the right thing by coming to you rather than waiting.
    
    
    <<case "permitted masturbation">>
    
    
    Pregmodder's avatar
    Pregmodder committed
    Strolling through the penthouse late at night, thinking over a business problem, you pass <<if ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite > 0)>>the door of your Head Girl's suite<<elseif ($activeSlave.livingRules == "luxurious")>>the door to one of the cozy little slave bedrooms<<else>>through the cavernous slave dormitory<</if>> and see <<EventNameLink $activeSlave>>, alone in bed tonight. $He's nude, of course, and has not pulled the sheets up over $himself. $He's lying face-down,
    <<if ($activeSlave.boobs > 10000)>>
    	though $his titanic tits prop $his torso up awkwardly,
    <<elseif ($activeSlave.boobs > 1600)>>
    	with $his huge boobs squashed out to either side of $his $activeSlave.skin torso,
    <</if>>
    humping the sheets
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.vagina == -1) && ($activeSlave.dick == 0)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	and using a hand to rub $his perineum and asspussy.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 10000>>
    
    Pregmodder's avatar
    Pregmodder committed
    	as best $he can with $his _belly belly in the way.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ["chastity belt", "combined chastity"].includes($activeSlave.vaginalAccessory)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	uselessly through $his chastity belt.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	uselessly with $his caged dick.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.dick > 15 && !canAchieveErection($activeSlave)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	with $his soft python of a cock.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.dick > 6 && !canAchieveErection($activeSlave)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	with $his giant dick as engorged as $he can manage.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.dick > 0 && !canAchieveErection($activeSlave)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	with $his sad, soft cock.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.dick > 3>>
    
    Pregmodder's avatar
    Pregmodder committed
    	with the huge up and down pumps $his impressive cock requires.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.dick > 0>>
    
    Pregmodder's avatar
    Pregmodder committed
    	with $his stiff dick.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    Pregmodder's avatar
    Pregmodder committed
    	with $his needy pussy.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    $He's using $his right arm to <<if ($activeSlave.anus > 2)>>pound $himself in the ass with a big dildo<<elseif ($activeSlave.anus > 1)>>fuck $his own ass with a dildo<<else>>fuck $his own anus with two fingers<</if>>, and
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishKnown)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	is giving two fingers of $his left hand a blowjob.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	has $his left hand trapped under $his chest to cruelly <<if $activeSlave.nipples != "fuckable">>twist<<else>>finger<</if>> $his own nipples.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishKnown) && ($activeSlave.bellyPreg >= 1500)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	is using $his left hand to massage $his _belly gravid belly.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	is using $his left hand to massage that buttock sensually, pulling it to the side to stimulate $his anus even more.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishKnown)>>
    
    Pregmodder's avatar
    Pregmodder committed
    	is using $his left hand to grope $his own breasts.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    Pregmodder's avatar
    Pregmodder committed
    	is using $his left hand to <<if $activeSlave.nipples != "fuckable">>stimulate<<else>>finger<</if>> a nipple.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    klorpa's avatar
    klorpa committed
    Slaves with powerful sex drives like $hers often find it necessary to masturbate in order to sleep. $He's fully preoccupied, and has not noticed you.
    
    klorpa's avatar
    klorpa committed
    <<EventNameLink $activeSlave>> appears in the door of your office for a scheduled inspection. $He hesitates in the doorway, <<if canSee($activeSlave)>>staring fixedly downward with huge $activeSlave.eyeColor eyes<<else>>$his face towards the floor<</if>>, before stumbling forward to stand in front of your desk. $His chest is rising and falling with panicked hyperventilation. The poor
    
    Pregmodder's avatar
    Pregmodder committed
    $desc
    is terrified of you for some reason.
    
    Pregmodder's avatar
    Pregmodder committed
    You let $him stand there naked and shivering while you finish what you're working on. $He holds $his $activeSlave.skin hands down at $his sides, just like $he's supposed to, but they twitch inward occasionally, betraying $his desire to shield $his
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.nipples == "huge")>>
    	prominent nipples
    <<elseif ($activeSlave.boobs > 1000)>>
    	big tits
    <<else>>
    	chest
    <</if>>
    and
    <<if ($activeSlave.dick >= 10)>>
    	massive, limp dick
    <<elseif ($activeSlave.dick > 7)>>
    	huge, limp dick
    <<elseif ($activeSlave.dick > 3)>>
    	big, limp dick
    <<elseif ($activeSlave.dick > 0)>>
    	limp little prick
    <<elseif ($activeSlave.clit > 1)>>
    	absurd clit
    <<elseif ($activeSlave.labia > 0)>>
    	pretty petals
    <<elseif $activeSlave.vagina == -1>>
    	smooth, featureless groin
    <<else>>
    	pussy
    <</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    from your view. The wait gives license to $his fears. $His<<if ($activeSlave.lips > 70)>> ridiculous<<elseif ($activeSlave.lips > 0)>> plush<</if>> lips are quivering, and tears are quickly gathering at the corners of $his eyes.
    
    klorpa's avatar
    klorpa committed
    You're circulating in $clubName, looking over your holdings but mostly just letting yourself be seen, when your personal assistant quietly alerts you. <<if $assistant == 0>>"<<= properTitle()>>,"<<else>>"Baby,"<</if>> _heA says, "<<EventNameLink $activeSlave>> can't get out of the refrigerator." <<if $assistant == 0>>The personal assistant explains the absurd statement: "$He's been assigned to get some items out of the walk-in refrigerator. $He accidentally let the door shut behind $him, didn't notice, took too long in there, and is now too chilled to figure out the emergency release. I can unlock it remotely, or you can let $him out yourself."<<else>>Chuckling, your personal assistant explains the absurd statement: "The silly $girl's been assigned to get some things out of the walk-in refrigerator. $He accidentally let the door shut behind $him, didn't notice, took too long in there, and is now too chilled to figure out the emergency release. I can unlock it remotely, or you can head over and have some fun with $him."<</if>>
    
    klorpa's avatar
    klorpa committed
    The walk-in cooling unit is designed for the refrigeration of food for you and guests only, since the slaves drink a nutritive fluid that doesn't require it. Only servants ever have any reason to be in there, but $he was indeed instructed to fetch out some beverages necessary for an entertainment you have planned. It's cool in there, but not freezing, so $he's in no immediate danger.
    
    klorpa's avatar
    klorpa committed
    The steamy air and hot water of the spa aren't only for slaves assigned to rest there full-time. When you head in to soak the day's stress away one evening, you see the back of <<EventNameLink $activeSlave>>'s head resting against the edge of the warm pool; $he's clearly come in after work. <<if canHear($activeSlave)>>$He doesn't hear you come in and stays fully relaxed.<<else>>$He's relaxed enough to exit the state of "high alert" $his deafness usually forces $him to be in.<</if>> By the time you've showered<<if $Attendant != 0>>, fucked the compliant $Attendant.slaveName,<</if>> and gotten ready to enter the pool, $he's reached such a state of blissful relaxation that $he slides $his body off the ledge around the side of the pool and floats faceup with $his eyes closed.
    
    Pregmodder's avatar
    Pregmodder committed
    The sight is comical. <<if $activeSlave.belly >= 5000>>Four<<else>>Three<</if>> things break the surface of the water: $his $activeSlave.skin face,
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.belly >= 5000>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$his _belly <<if $activeSlave.bellyPreg >= 3000>>gravid <</if>>belly, and two enormous breasts.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    	and two enormous breasts.
    <</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.nipples == "huge")>>Each is capped by a gigantic nipple, soft with relaxation and the heat of the spa, but hugely prominent.<</if>>
    <<if ($activeSlave.areolae > 1)>>$His areolae spread widely around each nipple.<</if>>
    
    <<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>
    
    Pregmodder's avatar
    Pregmodder committed
    	$His implants keep $his tits shaped in exactly the same way regardless of currents in the water, betraying their fake nature.
    <<elseif ($activeSlave.boobsImplant == 0)>>
    	$His all-natural boobs move gently with currents in the water.
    <<else>>
    	$His boobs bob gently to the currents in the water with just a bit more firmness than one would expect.
    <</if>>
    <<if ($activeSlave.belly >= 500000)>>It's amazing $he can manage to stay afloat with $his middle that hugely distended.<</if>>
    
    klorpa's avatar
    klorpa committed
    In any case, $he's completely lost in the warmth and comfort of the water — and the relief of having the weight taken off $his chest<<if $activeSlave.belly >= 100000>> and stomach<</if>> for a brief moment.
    
    
    <<case "newly devoted sunrise">>
    
    
    Pregmodder's avatar
    Pregmodder committed
    Early to bed and early to rise makes an arcology owner healthy, wealthy, and wise. It also allows you to enjoy the beautiful sunrises. The degradation of the planet does have its advantages: all the rubbish in the air often paints the morning light a striking color, and this is one such morning. Taken with the grandeur, you step out onto a balcony to take it in, only to find <<EventNameLink $activeSlave>> out there already, doing just the same thing. The luxurious rules $he enjoys offer $him small breaks here and there, and $he's obviously come out to enjoy <<if canSee($activeSlave)>>the sight<<else>>the morning breeze and the warmth of the rising sun on $his face<</if>> before starting $his day's work.
    
    klorpa's avatar
    klorpa committed
    $He notices your approach with a start and
    
    Pregmodder's avatar
    Pregmodder committed
    <<if !canTalk($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	asks with a gesture that carries just the right mixture of submission and respect if $he can serve you in any way.
    
    Pregmodder's avatar
    Pregmodder committed
    	asks respectfully, "May I <<s>>erve you in any way, <<Master>>?"
    <</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    You shake your head no, for the moment, and just enjoy the view. After a few minutes of silent mutual enjoyment of the pretty sunrise, $he steals a sidelong glance at you, a hesitant, questioning look on $his face. You tell $him to ask $his question, whatever it is, and $he
    
    Pregmodder's avatar
    Pregmodder committed
    <<if !canTalk($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	carefully uses $his hands to ask if $he can hold your hand.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    	<<say>>s, "<<Master>>, may I plea<<s>>e hold your hand?"
    
    <</if>>
    
    <<case "nympho with assistant">>
    
    
    klorpa's avatar
    klorpa committed
    You pass one of the penthouse's several supply closets by chance, and are surprised to hear $assistantName's voice inside. Oddly, there seems to be more than one of _himA. You open the door on a whim, to find that almost every one of the dildo machines in the closet is currently fucking <<EventNameLink $activeSlave>>,
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.belly >= 500000>>
    
    	atop $his <<if $activeSlave.bellyPreg >= 5000>>excited and wriggling mass of children<<else>>over-inflated sphere of a stomach<</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    	on all fours
    <</if>>
    
    klorpa's avatar
    klorpa committed
    in the middle of the room with the machines all around $him. $He has <<if canDoVaginal($activeSlave)>><<if $activeSlave.vagina > 2>>two large dildos working $his gaping cunt, <<elseif $activeSlave.vagina > 1>>a large dildo working $his cunt, <<elseif $activeSlave.vagina > 0>>a dildo working $his tight pussy, <</if>><</if>><<if canDoAnal($activeSlave)>><<if $activeSlave.anus > 2>>two large dildos fucking $his enormous butthole, <<elseif $activeSlave.anus > 1>>a large dildo fucking $his butthole, <<elseif $activeSlave.anus > 0>>a dildo fucking $his tight butt, <</if>><</if>><<if $activeSlave.boobs > 1200>>has lubricated $his cavernous cleavage to titfuck another, <<elseif $activeSlave.boobs > 400>>has lubricated $his cleavage to titfuck another, <</if>><<if $activeSlave.nipples == "fuckable">>has a pair pistoning in and out of $his nipples, <</if>><<if $activeSlave.amp != 1>>is performing two handjobs at once, to either side, <</if>><<if $activeSlave.belly >= 5000>>has lubricated the sides of $his _belly <<if $activeSlave.bellyPreg >= 3000>> pregnancy<</if>>, along with $his inner thighs, to create a sort of belly job, <</if>><<if $activeSlave.oralSkill >= 60>>and is making use of $his outstanding oral skills to suck off two more.<<elseif $activeSlave.oralSkill > 30>>and is taking a throatfuck from one more.<<else>>and is giving the final one a blowjob.<</if>> When $he <<if canSee($activeSlave)>>sees that you've entered — which takes a while, since $he's distracted<<elseif canHear($activeSlave)>>hears that you've entered — which takes a while, given the amount of noise<<else>>realizes that you've entered — which takes a while, considering $his state<</if>> — $he tries to smile<<if $activeSlave.amp != 1>> and wave<</if>>.
    
    kopareigns's avatar
    kopareigns committed
    The source of the many-voiced personal assistant becomes clear: probably on the incorrigible $activeSlave.slaveName's request, your sultry personal assistant is voicing each and every one of the machines. When the nymphomaniac masturbator tries to smile <<if $activeSlave.amp != 1>> and wave<</if>>, there's an absolute chorus of "Back to work, slut," "Smile less, suck more," "Take it, bitch," et cetera. Yet another instance of $assistantName chuckles in your ear. "Care to join in, <<= properTitle()>>? I'm sure we can find room somewhere."
    
    One night, you see <<EventNameLink $activeSlave>> <<if ($activeSlave.amp == 1)>>scooting $himself from side to side uncomfortably<<elseif ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels") && ($activeSlave.shoes != "pumps") && ($activeSlave.shoes != "boots") && ($activeSlave.shoes != "extreme heels")>>crawling gingerly<<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "pumps") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>>tottering along painfully<<else>>walking a little funny<</if>>, as though $he has a sore butt. You call $him over to inspect $his backdoor to see if $he needs care, <<if ($activeSlave.amp == 1)>>and set $his helpless body down, spreading $his buttocks to examine $his anus.<<else>>and order $him to spread $his buttocks for you so you can examine $his anus.<</if>> $His asshole is fine, just a little sore from hard buttfucks. $He complies with you, but as you probe $him gently with a finger,
    
    Pregmodder's avatar
    Pregmodder committed
    <<if !canTalk($activeSlave) && ($activeSlave.amp == 1)>>
    
    klorpa's avatar
    klorpa committed
    	$he wriggles desperately and turns to mouth "it hurts <<Master>> please don't assrape me" at you.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif !canTalk($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	$he gestures desperately, telling you $his butt hurts and asking you not to assfuck $him.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    klorpa's avatar
    klorpa committed
    	$he bursts out, "<<Master>>, my butt i<<s>> <<s>>o <<s>>ore! Plea<<s>>e don't u<<s>>e my a<<ss>>, <<Master>>. Plea<<s>>e."
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    Your fucktoys have to eat, sleep, and look after themselves, just like anyone, so they can't spend every moment offering themselves to you. Your <<if $Concubine != 0>>concubine<<elseif $HeadGirl != 0>>Head Girl<<else>>personal assistant<</if>> manages a schedule for them, constantly changing it up to keep the girls from getting predictable. <<EventNameLink $activeSlave>> has just come on shift.
    
    You're at your desk as $he arrives; $his predecessor passes $him on the way out. $activeSlave.slaveName pauses for a moment in the doorway, and then decides to give you a show. $He spreads $his legs until $his
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.shoes == "heels">>
    	heels click against
    <<elseif $activeSlave.shoes == "extreme heels">>
    	ridiculous heels click against
    <<elseif $activeSlave.shoes == "flats">>
    	flats come up against
    <<else>>
    	bare feet come up against
    <</if>>
    
    klorpa's avatar
    klorpa committed
    the door frame to either side of $him. $He reaches out to press $his palms against the door frame to either side of $his body, and runs them slowly up the frame, gradually stretching out $his
    
    Pregmodder's avatar
    Pregmodder committed
    <<set _averageHeight = Height.mean($activeSlave)>>
    <<if $activeSlave.height > (_averageHeight+15)>>
    	tall
    <<elseif $activeSlave.height < (_averageHeight-15)>>
    	short
    <</if>>
    <<if $activeSlave.weight > 130>>
    	fat
    <<elseif $activeSlave.weight > 95>>
    	plump
    <<elseif $activeSlave.weight > 10>>
    	plush
    <<elseif $activeSlave.weight < -10>>
    	thin
    <<else>>
    	trim
    <</if>>
    <<if $activeSlave.belly >= 750000>>
    	<<if $activeSlave.bellyPreg > 0>>
    		grotesquely pregnant
    	<<else>>
    		grotesquely inflated
    	<</if>>
    <<elseif $activeSlave.belly >= 600000>>
    	<<if $activeSlave.bellyPreg > 0>>
    		dangerously pregnant
    	<<else>>
    		dangerously distended
    	<</if>>
    <<elseif $activeSlave.belly >= 450000>>
    	<<if $activeSlave.bellyPreg > 0>>
    		immensely pregnant
    	<<else>>
    		immensely distended
    	<</if>>
    <<elseif $activeSlave.belly >= 150000>>
    	<<if $activeSlave.bellyPreg > 0>>
    		massively pregnant
    	<<else>>
    		massively distended
    	<</if>>
    <<elseif $activeSlave.belly >= 120000>>
    	<<if $activeSlave.bellyPreg > 0>>
    		enormously pregnant
    	<<else>>
    		greatly gravid
    	<</if>>
    <<elseif $activeSlave.belly >= 10000>>
    	<<if $activeSlave.bellyPreg > 3000>>
    		heavily pregnant
    	<<elseif $activeSlave.bellyImplant > 3000>>
    		very gravid
    	<<else>>
    		taut
    	<</if>>
    <<elseif $activeSlave.belly >= 5000>>
    	<<if $activeSlave.bellyPreg > 3000>>
    		very pregnant
    	<<elseif $activeSlave.bellyImplant > 3000>>
    		gravid
    	<<else>>
    		distended
    	<</if>>
    <<elseif $activeSlave.belly >= 1500>>
    	<<if $activeSlave.bellyPreg > 0>>
    		slightly pregnant
    	<<elseif $activeSlave.bellyImplant > 0>>
    		slightly distended
    	<<else>>
    		bloated
    	<</if>>
    <</if>>
    
    form. $He's good at this, so you let $him continue; <<if $activeSlave.clothes != "none">>$his clothes rapidly form a pile at $his feet<<else>>$he's already naked<</if>>. $He begins to buck and bend, making sure to show you that $he's
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>>
    
    	limp and submissive for $his <<= WrittenMaster()>>.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.dick > 0>>
    	rock hard at the prospect of getting
    
    	<<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave)>>
    
    Pregmodder's avatar
    Pregmodder committed
    		to fuck
    	<<else>>
    		fucked by
    	<</if>>
    
    	$his <<= WrittenMaster()>>.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.clit > 0>>
    
    	so horny for $his <<= WrittenMaster()>> $he's got a stiffly prominent clit.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.labia > 1>>
    
    	so horny for $his <<= WrittenMaster()>> $his dangling petals are swollen and moist.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.vagina == -1>>
    
    	ready for $his <<= WrittenMaster()>>.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    	wet for $his <<= WrittenMaster()>>.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    klorpa's avatar
    klorpa committed
    Finally, $he pulls $himself over to one side of the door frame, <<if $activeSlave.belly >= 5000>>leaning far forward to accommodate $his gravid body and<</if>> clasping it like a lover.
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.boobs > 2000)>>
    
    	$He nestles it between $his enormous tits, forcing them apart,
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.boobs > 800)>>
    
    	$He presses $his big breasts against it lasciviously, letting them pop around it one by one,
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    klorpa's avatar
    klorpa committed
    	$He rubs $his chest against it, up and down,
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    and licks $his
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.lips > 70)>>
    	ridiculous lips
    <<elseif ($activeSlave.lips > 40)>>
    	lewd lips
    <<else>>
    	lips
    <</if>>
    
    klorpa's avatar
    klorpa committed
    until they're so wet they leave a strand of saliva between $his mouth and the frame. $He then gives up all pretense<<if $activeSlave.belly >= 5000>>, shifts $his bulk back,<</if>> and begins to openly grind $himself against the door frame, $his
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>>
    	limp dick dribbling precum down it.
    <<elseif $activeSlave.dick > 0>>
    	erection leaving precum all along it.
    <<elseif $activeSlave.vagina == -1>>
    
    klorpa's avatar
    klorpa committed
    	buttocks parting against it as $he rubs $his asspussy against the hard door frame.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    klorpa's avatar
    klorpa committed
    	pussy leaving moisture as $he humps it.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    klorpa's avatar
    klorpa committed
    $He's certainly taking the colloquial term //fucked by the arcology// literally.
    
    klorpa's avatar
    klorpa committed
    As if the invitation wasn't already blindingly clear, $he reaches a hand down without pausing $his door frame rape to
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.butt > 10>>
    	slap an immense buttock and let it jiggle.
    <<elseif $activeSlave.butt > 5>>
    	heft and massage a massive buttock.
    <<elseif $activeSlave.butt > 2>>
    
    	massage $his plush butt.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    	massage $his trim butt.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    $He pulls the buttock closest to you aside, giving you a clear view of $his
    
    <<if canDoVaginal($activeSlave)>>
    	<<if $activeSlave.vagina == 10>>
    
    		gaping birth hole<<if $activeSlave.belly >= 100000>> and nearly prolapsing cervix<</if>>. $He runs $his fingers around its edge before sinking $his fist into it and preparing $himself like a good slavegirl for $his <<= WrittenMaster()>>.
    
    	<<elseif $activeSlave.vagina > 2>>
    
    		lewd, well traveled pussy. $He traces a finger around it before sinking $his hand into it and spreading $himself wide like a good slavegirl for $his <<= WrittenMaster()>>.
    
    	<<elseif $activeSlave.vagina > 1>>
    
    		loose pussy. $He traces a finger around it before spreading $himself wide like a good slavegirl for $his <<= WrittenMaster()>>.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<elseif $activeSlave.vagina > 0>>
    
    		tight pussy. $He traces a finger around it before spreading $himself like a good slavegirl for $his <<= WrittenMaster()>>.
    
    		virgin pussy. $He traces a finger around it before spreading $himself like a good slavegirl for $his <<= WrittenMaster()>>.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    	<<if $activeSlave.anus > 2>>
    		lewd anal slit.
    	<<elseif $activeSlave.anus > 1>>
    		loose asshole.
    	<<else>>
    		tight anus.
    	<</if>>
    
    	$He clenches it and relaxes it, clenches it and relaxes it, winking $his butthole at $his <<= WrittenMaster()>> like a good anal slave.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    klorpa's avatar
    klorpa committed
    Though $assistantName constantly monitors all your slaves, you keep an eye on the video feeds yourself. There's nothing like the personal, human touch. You notice one night that <<EventNameLink $activeSlave>> is crouched in the bottom of the shower. Sensing something amiss, you discreetly investigate, and find that $he's crying quietly under the warm water.
    
    <<EventNameLink $activeSlave>> is standing in the bathroom in front of the sink, with one leg up on the counter so $he can inspect $his genitalia. <<if canSee($activeSlave)>>From the feeds, it's obvious $he's grieved by what $he sees. As you watch, $he sobs quietly, reaching towards where $his scrotum used to be with a trembling hand. Apparently, $he's having trouble accepting $his status as a gelded slut<<else>>From the feeds, it's obvious $he's grieved by what $he feels. As you watch, $he sobs quietly, reaching towards where $his scrotum used to be with a trembling hand. Apparently, $he's having trouble accepting $his status as a gelded slut<</if>>.
    
    You have a lot of work to do with <<EventNameLink $activeSlave>>. $He compounds the usual rebellious anger at being a slave with an apparently unshakeable conviction that $he is better than you. Oddly, $he seems to maintain the idea that enslaving other people is somehow inappropriate, and that having done so has lowered you morally. This morning, $he did not appear to start $his morning chores as previously ordered. $He sleeps on a bedroll: a brief investigation discloses that $he is still in it, and has pulled the blanket up over $his head. $He refuses to acknowledge your peremptory command to get up.
    
    An escape attempt occurs and is stopped almost before you are informed of it. <<EventNameLink $activeSlave>> made a rash attempt to leave the penthouse, but $assistantName monitors everyone constantly and was able to enclose $him before $he got very far. <<if $assistant == 0>>It reports impersonally that the would-be escapee is locked in the entryway awaiting your judgment.<<else>>$He reports suggestively that the would-be escapee is locked in the entryway awaiting your pleasure.<</if>>
    
    <<if $arcologyUpgrade.drones == 1>>Your advanced security systems are able to stop $him promptly, and there is no indication to the public that any escape attempt was made.<<else>>Your basic security systems are only able to stop $him by briefly locking down your penthouse, exciting @@.red;some adverse public comment.@@<<set $rep -= 100>><</if>>
    
    <<if $activeSlave.indentureRestrictions > 0>>
    
    Pregmodder's avatar
    Pregmodder committed
    	<br><br>
    
    	This behavior has violated $his indenture contract, allowing you to apply more severe punishments that might otherwise breach it.
    
    Pregmodder's avatar
    Pregmodder committed
    <<if SlaveStatsChecker.checkForLisp($activeSlave)>>
    
    	<<set _name = lispReplace($activeSlave.birthName)>>
    	<<set _slavename = lispReplace($activeSlave.slaveName)>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    	<<set _name = $activeSlave.birthName>>
    
    Pregmodder's avatar
    Pregmodder committed
    	<<set _slavename = $activeSlave.slaveName>>
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    
    <<EventNameLink $activeSlave>> is not yet broken to your will. With your experience with slaves, you've been expecting $him to take some opportunity of exercising $his remaining independence. You don't have long to wait.
    
    One day, you give $him inconsequential orders, naturally addressing $him by $his slave name, $activeSlave.slaveName. $He replies
    
    Pregmodder's avatar
    Pregmodder committed
    <<if ($activeSlave.lips > 70)>>
    
    	waspishly through $his dick-sucking lips, "<<Master>>, my name i<<s>> <<print _name>>."
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
    
    	waspishly through $his heavily-pierced lips, "<<Master>>, my name i<<s>> <<print _name>>."
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    	waspishly, "<<Master>>, my name i<<s>> <<print _name>>."
    <</if>>
    
    $He sets $his jaw and <<if canSee($activeSlave)>>manages to meet your eyes without flinching<<else>>meets your glare with a look of defiance<</if>>.
    
    klorpa's avatar
    klorpa committed
    One day, you catch sight of <<EventNameLink $activeSlave>> <<if ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels") && ($activeSlave.shoes != "pumps") && ($activeSlave.shoes != "boots") && ($activeSlave.shoes != "extreme heels")>>crawling<<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "pumps") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>>tottering<<else>>walking<</if>> around stark naked. This is unacceptable, as $he has been ordered to wear humiliating and uncomfortable bondage gear. When confronted,
    
    Pregmodder's avatar
    Pregmodder committed
    <<if !canTalk($activeSlave)>>
    
    	$he uses gestures to communicate $his embarrassment with $his clothing, covering $his nipples, crotch and anus with $his hands one after the other and begging for clothes that do the same.<<if $activeSlave.bellyPreg >= 5000>> $He also gestures to $his rounded belly with a look of concern.<</if>>
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    klorpa's avatar
    klorpa committed
    	$he <<say>>s fearfully, "I'm <<s>>orry, <<Master>>, but tho<<s>>e thing<<s>> are ju<<s>>t <<s>>o embarra<<ss>>ing!<<if $activeSlave.bellyPreg >= 5000>> I'm al<<s>>o worried for my baby'<<s>> <<s>>afety.<</if>>"
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    klorpa's avatar
    klorpa committed
    One morning, despite the fact that $he is not allowed to speak without being spoken to, <<EventNameLink $activeSlave>> <<if canSee($activeSlave)>>looks you directly in the eye<<else>>faces you<</if>> and asks
    
    Pregmodder's avatar
    Pregmodder committed
    <<if SlaveStatsChecker.checkForLisp($activeSlave)>>
    
    klorpa's avatar
    klorpa committed
    	boldly through $his
    
    Pregmodder's avatar
    Pregmodder committed
    	<<if ($activeSlave.lips > 70)>>
    
    klorpa's avatar
    klorpa committed
    		massive dick-sucking lips,
    
    Pregmodder's avatar
    Pregmodder committed
    	<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>
    		inconvenient oral piercings,
    	<<else>>
    		lisp,
    	<</if>>
    
    klorpa's avatar
    klorpa committed
    	"I'm tired, can I have the day off?" $He didn't even call you <<= WrittenMaster()>>.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    	boldly, "I'm tired, can I have the day off, <<if $activeSlave.rudeTitle == 1>><<= PoliteRudeTitle($activeSlave)>><<else>><<Master>><</if>>?"
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    <<EventNameLink $activeSlave>> generally obeys orders, even if $he isn't yet a truly devoted sex slave. $He blushes furiously when given any sexual command, but $his true feelings about humiliation become clear when $he is ordered to serve in front of others, even other slaves. It sometimes seems the number of people watching $him get fondled, used, or fucked directly reduces the distance between $him and $his next blushing or even sobbing orgasm.
    
    Since <<EventNameLink $activeSlave>>'s tendons were shortened, forcing $him to wear heels in order to walk, $he's permanently subject to your whims in shoe selection. $He walks carefully into your office, the sway of $his hips greatly exaggerated<<if $activeSlave.bellyPreg >= 10000>>, even more so with $his advanced pregnancy<<elseif $activeSlave.bellyImplant >= 10000>>, even more so with the weight of $his _belly middle<<elseif $activeSlave.bellyFluid > 5000>>, even more so under the weight of $his <<print $activeSlave.inflationType>>-swollen middle<</if>>.
    
    klorpa's avatar
    klorpa committed
    <<if $activeSlave.dick != 0>>The modification certainly forces $him to walk more like someone without a cock.<</if>>
    $He
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.belly >= 300000>>
    
    	struggles to lower $his tired, heavy body onto the couch next to your desk, shakes off $his heels since $he has long since become incapable of reaching $his feet,
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 100000>>
    
    	lowers $his tired, heavy body onto the couch next to your desk, shakes off $his heels as bending over has become troublesome lately,
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 10000>>
    
    klorpa's avatar
    klorpa committed
    	rests $his tired,
    
    Pregmodder's avatar
    Pregmodder committed
    	<<if $activeSlave.bellyPreg >= 8000>>
    		gravid
    	<<else>>
    		rounded
    	<</if>>
    
    	body on the couch next to your desk, shakes off $his heels,
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 5000>>
    
    klorpa's avatar
    klorpa committed
    	seats $his
    
    Pregmodder's avatar
    Pregmodder committed
    	<<if $activeSlave.bellyPreg >= 3000>>
    		gravid
    	<<else>>
    		rounded
    	<</if>>
    
    	body on the couch next to your desk, takes off $his heels,
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    	sits on the couch next to your desk, takes off $his heels,
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    klorpa's avatar
    klorpa committed
    and opens the shoebox you've placed next to $him, to find:
    
    <<EventNameLink $activeSlave>>'s intimate areas are heavily pierced. This is great; it draws attention to $his holes and makes $him look like the sex slave $he is. However, it does necessitate some extra maintenance. It's the end of the day, and $activeSlave.slaveName is in a bathroom <<if canSee($activeSlave)>>carefully checking each of $his piercings<<else>>meticulously cleaning each of $his piercings<</if>>. Many of them come in contact with fluids on a regular basis, so $he cleans them conscientiously.
    
    As you watch $him, it occurs to you that since $activeSlave.slaveName isn't fully devoted to you yet, there's all manner of inventive ways you could have a little fun and increase $his submission to you at the same time.
    
    klorpa's avatar
    klorpa committed
    Late at night, <<EventNameLink $activeSlave>> returns to the living area of the penthouse. It's the end of $his day as a working girl, and despite being obviously tired, $he's smiling with obvious sexual satiation. Every so often, $he'll get a dreamy expression and lick $his lips. $He fetishizes cum to the extent that getting to eat a <<if $showInches == 2>>mile<<else>>kilometer<</if>> of dick really satisfies $him.
    
    <<EventNameLink $activeSlave>> has a little free time this evening, so $he finds a quiet corner and engages in $his anal proclivities. Since $his asshole is so stretched out, $he sticks the base of a huge dildo to the ground and
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.belly >= 100000>>
    
    	struggles to lower $his heavy, very gravid body down onto it,
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 10000>>
    
    	cautiously lowers $his <<if $activeSlave.bellyFluid >= 10000>><<print $activeSlave.inflationType>>-stuffed<<else>>very gravid<</if>> body on it,
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.belly >= 5000>>
    
    	delicately lowers $his <<if $activeSlave.bellyFluid >= 5000>>bloated<<else>>gravid<</if>> body on it,
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    	squats on it,
    <</if>>
    
    klorpa's avatar
    klorpa committed
    moaning happily as the massive thing inches into $him. $He starts to slide up and down it hands-free, so $he
    
    Pregmodder's avatar
    Pregmodder committed
    <<if canAchieveErection($activeSlave)>>
    	<<if $activeSlave.dick > 5>>
    
    		jacks off $his huge cock with both hands.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<elseif $activeSlave.dick > 2>>
    
    Pregmodder's avatar
    Pregmodder committed
    		jacks off with one hand and <<if $activeSlave.nipples != "fuckable">>pinches<<else>>fingers<</if>> a nipple with the other.
    
    Pregmodder's avatar
    Pregmodder committed
    	<<elseif $activeSlave.dick > 0>>
    
    		rubs $his little penis with one hand and <<if $activeSlave.nipples != "fuckable">>pinches<<else>>fingers<</if>> a nipple with the other.
    
    Pregmodder's avatar
    Pregmodder committed
    	<</if>>
    <<elseif $activeSlave.dick > 5>>
    
    	massages $his huge, limp cock with both hands.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.dick > 2>>
    
    	attempts to jack off $his limp dick with one hand while <<if $activeSlave.nipples != "fuckable">>pinching<<else>>fingering<</if>> a nipple with the other.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.dick > 0>>
    
    	rubs $his little penis with one hand and <<if $activeSlave.nipples != "fuckable">>pinches<<else>>fingers<</if>> a nipple with the other.
    
    Pregmodder's avatar
    Pregmodder committed
    <<elseif $activeSlave.vagina == -1>>
    
    	rubs the sensitive area around $his asspussy with one hand and <<if $activeSlave.nipples != "fuckable">>pinches<<else>>fingers<</if>> a nipple with the other.
    
    Pregmodder's avatar
    Pregmodder committed
    <<else>>
    
    klorpa's avatar
    klorpa committed
    	rubs $his clit with one hand and <<if $activeSlave.nipples != "fuckable">>pinches<<else>>fingers<</if>> a nipple with the other.
    
    Pregmodder's avatar
    Pregmodder committed
    <</if>>
    
    klorpa's avatar
    klorpa committed
    As $he enjoys $himself, $his loose sphincter relaxes still further until it's barely gripping the dildo.
    
    
    <<case "solitary desperation">>
    
    <<set $activeSlave.devotion += 4>>
    
    klorpa's avatar
    klorpa committed
    <<EventNameLink $activeSlave>> is in solitary. $He's let out whenever required for a slave task, but unless $he's serving, $he spends $his days in a featureless cell. It's clean and dry, but designed to totally deny any mental stimulation. Careful monitoring is necessary to prevent mental damage.
    
    As you pass by $his cell on other business, there is a faint stirring within.
    <<if canSee($activeSlave)>>
    	$He must have been looking for you through a small opening in $his cell door.
    <<elseif canHear($activeSlave)>>
    	$He must have heard the dim sound of your footsteps through the door.
    <<else>>
    	$He must have placed $himself against the door just in case you stopped by.
    <</if>>
    There's a small port for meals to be inserted into the cell, and $he shouts at it, clearly with $his mouth right against it, "Plea<<s>>e don't go! I'll do anything if you ju<<s>>t <<s>>tay a bit, whoever you are! I ju<<s>>t need <<s>>ome time with <<s>>omeone! Plea<<s>>e!"
    
    klorpa's avatar
    klorpa committed
    $arcologies[0].name is well fitted with automated cleaning systems. However, <<EventNameLink $activeSlave>> is acting as a servant to your other slaves, so whenever $he has nothing else to do the cleaners are deactivated and $he is made to clean by hand. After all, there is no sense in leaving $him idle, when $he could be scrubbing floors.
    
    klorpa's avatar
    klorpa committed
    Which, incidentally, is what $he's doing now. $He has standing orders to change into a sturdy apron when doing such work, which $he is not pleased to follow, since the apron has no back at
    
    Pregmodder's avatar
    Pregmodder committed
    <<if $activeSlave.belly >= 100000>>
    
    klorpa's avatar
    klorpa committed
    	all, and with $his _belly <<if $activeSlave.bellyPreg > 0>>pregnancy<<else>>belly<</if>>, absolutely no side coverage either.