diff --git a/src/facilities/brothel/brothelAssignmentScene.tw b/src/facilities/brothel/brothelAssignmentScene.tw index f65d331c152685216602addbc22bb3b709090976..08184ace4c3467f8c3b18d10342b7aebd23142df 100644 --- a/src/facilities/brothel/brothelAssignmentScene.tw +++ b/src/facilities/brothel/brothelAssignmentScene.tw @@ -1,7 +1,7 @@ :: Brothel Assignment Scene [nobr] <<set $nextButton = "Continue", $nextLink = $returnTo>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> You could direct $assistantName to relay your orders to $activeSlave.slaveName, but you've decided to avoid relying too much on machine assistance. So, she is merely directed to report to your office. The <<if $activeSlave.devotion > 95>> diff --git a/src/npc/agent/agentCompany.tw b/src/npc/agent/agentCompany.tw index a02fa49f93e115746898f50b076df9fe6fb015a4..73aec9afa8cb80e8e4912d05629b9f96e55fcd37 100644 --- a/src/npc/agent/agentCompany.tw +++ b/src/npc/agent/agentCompany.tw @@ -33,7 +33,7 @@ Her question is answered when you bring $activeSlave.slaveName in close, putting <<if !canTalk($activeSlave)>> Unable to speak herself, she simply makes a heart shape with her hands in view of the video call, and blows her <<if $activeSlave.relationship == 4>>lover<<else>>wife<</if>> a kiss. <<else>> - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> "Hi <<if $activeSlave.relationship == 4>>lover<<else>><<s>>weetheart<</if>>," she <<say>>s in a syrupy tone. "Mi<<ss>> me?" <</if>> @@ -41,7 +41,7 @@ Her question is answered when you bring $activeSlave.slaveName in close, putting $subSlave.slaveName smiles back at her, glowing with pleasure, and responds with exaggerated arousal. -<<Enunciate $subSlave>> +<<run Enunciate($subSlave)>> <<switch $subSlave.fetish>> <<case "submissive">> diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/descriptions/fVagina.tw index d66817424ffd1e69aec03efee6874fb0a2f741ec..cff5b4d7004a459245a03cb9ad772a5656272044 100644 --- a/src/npc/descriptions/fVagina.tw +++ b/src/npc/descriptions/fVagina.tw @@ -167,10 +167,10 @@ You call $him over so you can <<if ($activeSlave.fetish == "mindbroken")>> $He accepts your orders dumbly and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching without real interest as you don a strap-on<</if>>. Since $he is mindbroken, @@.lime;losing $his virginity@@ has no impact on any part of $him other than $his vagina. <<elseif ($activeSlave.devotion > 20)>> - $He accepts your orders without comment and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $his. Before long, $he's moaning loudly as you pound away. Since $he is already well broken, this new connection with $him <<WrittenMaster $activeSlave>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His pussy has been broken in.@@ $He looks forward to having $his pussy fucked by you again. + $He accepts your orders without comment and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $his. Before long, $he's moaning loudly as you pound away. Since $he is already well broken, this new connection with $him <<= WrittenMaster($activeSlave)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His pussy has been broken in.@@ $He looks forward to having $his pussy fucked by you again. <<set $activeSlave.devotion += 10>> <<elseif ($activeSlave.devotion >= -20)>> - $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like.<<if ($PC.dick == 0)>>$His lower lip quivers with trepidation as $he watches you don a strap-on and maneuver to fuck $his virgin hole.<</if>> You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning as you pound away. Nevertheless, this new connection with $him <<WrittenMaster $activeSlave>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His pussy has been broken in,@@ and $he is @@.gold;fearful@@ that sex will continue to be painful. + $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like.<<if ($PC.dick == 0)>>$His lower lip quivers with trepidation as $he watches you don a strap-on and maneuver to fuck $his virgin hole.<</if>> You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning as you pound away. Nevertheless, this new connection with $him <<= WrittenMaster($activeSlave)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His pussy has been broken in,@@ and $he is @@.gold;fearful@@ that sex will continue to be painful. <<set $activeSlave.devotion += 4, $activeSlave.trust -= 4>> <<else>> As you anticipated, $he refuses to give you $his virginity. And as you expected, $he is unable to resist you. $He cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens $his fresh, tight hole. You force your way into $his pussy and continue thrusting into $him. $He sobs and cries with horror as you pound away. The rape @@.mediumorchid;decreases $his devotion to you.@@ @@.lime;$His pussy has been broken in,@@ and $he @@.gold;fears further abuse.@@ diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw index fe221edd396877cae18b437235333aabaf592049..98fb32dabca09173ea6c0a29e18e6932b7b54876 100644 --- a/src/npc/fFeelings.tw +++ b/src/npc/fFeelings.tw @@ -1,6 +1,6 @@ :: FFeelings [nobr] -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<set _lisping = 0>> <<if ($activeSlave.amp != 1) && canTalk($activeSlave) && SlaveStatsChecker.checkForLisp($activeSlave)>> <<set _lisping = 1>> diff --git a/src/npc/fKiss.tw b/src/npc/fKiss.tw index c4ee79dbaa40ed9dfa36ee6f4cbf3998ce1dc5c2..6b51cec4ef8ee0a72a8dfc6c0774afd79c8a7989 100644 --- a/src/npc/fKiss.tw +++ b/src/npc/fKiss.tw @@ -31,7 +31,7 @@ You tell $activeSlave.slaveName to <</if>> <</switch>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.relationship != -3)>> $He complies mechanically. $He remembers that when <<Master>>'s commands are not obeyed, there is punishment. diff --git a/src/npc/fPCImpreg.tw b/src/npc/fPCImpreg.tw index df5df085ccbd583b8751fafef2f3b30970c004bf..62988a633c89ead7877efc1ffd3e3702c80ff5cf 100644 --- a/src/npc/fPCImpreg.tw +++ b/src/npc/fPCImpreg.tw @@ -53,7 +53,7 @@ You call $him over so you can <</if>> <<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.vagina == 0 || ($activeSlave.anus == 0 && $activeSlave.mpreg == 1))>> - $He cries with joy and presents $his virgin <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. $He sobs with happiness when $he feels your hot seed<<if $PC.balls == 3>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, knowing that $his first time will always be special to $him. $He spends the rest of the day cherishing $his stomach. This new connection with $his <<WrittenMaster $activeSlave>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance $he's pregnant.@@ + $He cries with joy and presents $his virgin <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. $He sobs with happiness when $he feels your hot seed<<if $PC.balls == 3>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>, knowing that $his first time will always be special to $him. $He spends the rest of the day cherishing $his stomach. This new connection with $his <<= WrittenMaster($activeSlave)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance $he's pregnant.@@ <<if $activeSlave.mpreg == 1>> <<set $activeSlave.anus = 1>> <<else>> @@ -61,10 +61,10 @@ You call $him over so you can <</if>> <<set $activeSlave.devotion += 15>> <<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He cries with joy and presents $his fertile <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for breeding. $He sobs with happiness when $he feels your hot seed<<if $PC.balls == 3>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>. $He spends the rest of the day considering $his own stomach with pride. This new connection with $his <<WrittenMaster $activeSlave>> @@.hotpink;increases $his devotion to you.@@ + $He cries with joy and presents $his fertile <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for breeding. $He sobs with happiness when $he feels your hot seed<<if $PC.balls == 3>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>. $He spends the rest of the day considering $his own stomach with pride. This new connection with $his <<= WrittenMaster($activeSlave)>> @@.hotpink;increases $his devotion to you.@@ <<set $activeSlave.devotion += 10>> <<elseif ($activeSlave.devotion > 20) && ($activeSlave.vagina == 0 || ($activeSlave.anus == 0 && $activeSlave.mpreg == 1))>> - $He accepts your orders without comment and presents $his virgin <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. $He gasps in shock when $he feels your hot seed<<if $PC.balls == 3>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>. $He spends the rest of the day struggling with roiling emotions. Since $he is already well broken, this new connection with $his <<WrittenMaster $activeSlave>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance $he's pregnant.@@ + $He accepts your orders without comment and presents $his virgin <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. $He gasps in shock when $he feels your hot seed<<if $PC.balls == 3>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.balls == 2>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls == 1>> pouring into $him<</if>>. $He spends the rest of the day struggling with roiling emotions. Since $he is already well broken, this new connection with $his <<= WrittenMaster($activeSlave)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance $he's pregnant.@@ <<if $activeSlave.mpreg == 1>> <<set $activeSlave.anus = 1>> <<else>> @@ -72,7 +72,7 @@ You call $him over so you can <</if>> <<set $activeSlave.devotion += 10>> <<elseif ($activeSlave.devotion >= -20) && ($activeSlave.vagina == 0 || ($activeSlave.anus == 0 && $activeSlave.mpreg == 1))>> - $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like. Worse, $he knows $he's fertile and realizes $he'll likely get pregnant. Nevertheless, this new connection with $his <<WrittenMaster $activeSlave>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@ + $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like. Worse, $he knows $he's fertile and realizes $he'll likely get pregnant. Nevertheless, this new connection with $his <<= WrittenMaster($activeSlave)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@ <<if $activeSlave.mpreg == 1>> <<set $activeSlave.anus = 1>> <<else>> diff --git a/src/npc/fRelation.tw b/src/npc/fRelation.tw index ca62be627b6c94eec4edeaaffc1e9e769ad880c0..c19e8374bb0eb891ab85ef9f16cd33aa40e8cd9a 100644 --- a/src/npc/fRelation.tw +++ b/src/npc/fRelation.tw @@ -43,7 +43,7 @@ <<set _activeSlaveRel = "slave wife", _partnerRel = "slave wife">> <</switch>> <</if>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> diff --git a/src/pregmod/fDick.tw b/src/pregmod/fDick.tw index f4ed7b612f18bc10bc87780a64cdbd8d02f1f26c..63cf980215221b32dd5805c580e6d91b6e4b25c3 100644 --- a/src/pregmod/fDick.tw +++ b/src/pregmod/fDick.tw @@ -19,9 +19,9 @@ <<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> <<if $activeSlave.devotion > 20>> - $He thought $he would be fucking another slave, not $his <<WrittenMaster>>, so to say $he's pleasantly surprised would be an understatement. + $He thought $he would be fucking another slave, not $his <<= WrittenMaster()>>, so to say $he's pleasantly surprised would be an understatement. <<elseif $activeSlave.devotion >= -20>> - $He thought $he would fucking another slave, not $his <<WrittenMaster>>; $he has mixed feelings about this, but $his body can't wait to plunge your depths. + $He thought $he would fucking another slave, not $his <<= WrittenMaster()>>; $he has mixed feelings about this, but $his body can't wait to plunge your depths. <<else>> <<if $activeSlave.trust > 20>> $He was already horrified at the thought of being ordered to lie down and let another slave rape $his dick, but when $he realized it would be you instead, that horror turned to a mix of confusion and sheer terror. @@ -87,7 +87,7 @@ making it abundantly clear that you want $his cum. <<if ($activeSlave.fetish == "mindbroken")>> - Like a doll, $he dumbly remains still, completely indifferent that $he's deep in $his <<WrittenMaster>>'s <<if $PC.vagina == 1>>pussy<<else>>butt<</if>>. + Like a doll, $he dumbly remains still, completely indifferent that $he's deep in $his <<= WrittenMaster()>>'s <<if $PC.vagina == 1>>pussy<<else>>butt<</if>>. You start moving up and on $his shaft, continuing until you climax and lift yourself off of $him. A strand of cum slips from your <<if $PC.vagina == 1>>slit<<else>>anus<</if>>; it seems $activeSlave.slaveName came too. Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $his mentally. You leave your toy for one of your other slaves to clean and maintain. <<elseif $activeSlave.devotion > 50>> diff --git a/src/pregmod/fMarry.tw b/src/pregmod/fMarry.tw index 2ed039ff149c3d47805deaf2818ead6d54ae8b3d..5632317141d9abaa79a631b261782c738ee184f3 100644 --- a/src/pregmod/fMarry.tw +++ b/src/pregmod/fMarry.tw @@ -1,7 +1,7 @@ :: FMarry [nobr] <<set $nextButton = "Back", $nextLink = "Slave Interact", $weddingSlaveID = $activeSlave.ID>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<set _belly = bellyAdjective($activeSlave)>> <<run clearSummaryCache($activeSlave)>> diff --git a/src/pregmod/fPat.tw b/src/pregmod/fPat.tw index de2b27a88e3e6a04e116f29c953e8b987d466edc..a6097f4c02ea93285526e0ba3da104523aa2b75e 100644 --- a/src/pregmod/fPat.tw +++ b/src/pregmod/fPat.tw @@ -1,6 +1,6 @@ :: FPat [nobr] -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> @@ -26,7 +26,7 @@ You tell $activeSlave.slaveName to /*approach*/ <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.relationship != -3)>> - $He complies robotically. $He remembers that when <<WrittenMaster>>'s commands are not obeyed, there is punishment. + $He complies robotically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. <<elseif ($activeSlave.relationship == -2)>> $He eagerly complies, happy to be near the object of $his longing. Once $he's close, you hold $his face in your palms and gaze deeply <<if canSee($activeSlave)>> @@ -37,7 +37,7 @@ You tell $activeSlave.slaveName to $He blushes furiously. <<elseif $activeSlave.relationship == -3>> <<if $activeSlave.fetish == "mindbroken">> - $He complies mechanically. $He remembers that when <<WrittenMaster>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his empty $activeSlave.eyeColor eyes. $He shows no reaction + $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his empty $activeSlave.eyeColor eyes. $He shows no reaction <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> $He complies in a wifely fashion, moving $his body as $he approaches to best enflame your desire, eager to be close to the <<if $PC.title == 1>>man<<else>>woman<</if>> who married $him. Once $he's close, you hold $his face in your palms and gaze <<if canSee($activeSlave)>> @@ -70,7 +70,7 @@ You tell $activeSlave.slaveName to <<elseif ($activeSlave.devotion > 75)>> $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply <<if canSee($activeSlave)>> - into $his $activeSlave.eyeColor eyes. $He finds the intense look from $his beloved <<WrittenMaster>> disconcerting, and $his eyes flick downward after a moment. + into $his $activeSlave.eyeColor eyes. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. <<else>> upon $his face. $He can feel the intense look from $his beloved <<Master>> and it is disconcerting, causing $him to glance away after only a moment, $his face flushed. <</if>> @@ -78,21 +78,21 @@ You tell $activeSlave.slaveName to <<elseif ($activeSlave.devotion > 50)>> $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply <<if canSee($activeSlave)>> - into $his $activeSlave.eyeColor eyes. $He finds the intense attention from $his <<WrittenMaster>> disconcerting, and $he looks down after a moment, blushing. + into $his $activeSlave.eyeColor eyes. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and $he looks down after a moment, blushing. <<else>> upon $his face. $He finds the intense attention from $his <<Master>> disconcerting, and it causes him to glance away after only a moment, blushing. <</if>> <<elseif ($activeSlave.devotion > 20)>> $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply <<if canSee($activeSlave)>> - into $his $activeSlave.eyeColor eyes. $He finds the intense attention from $his <<WrittenMaster>> worrying, and $he looks down after a moment, blushing nervously. + into $his $activeSlave.eyeColor eyes. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. <<else>> upon $his face. $He finds the intense attention from $his <<Master>> worrying, and $he looks down after a moment, blushing nervously. <</if>> <<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust > -20)>> $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply <<if canSee($activeSlave)>> - into $his $activeSlave.eyeColor eyes. $He finds the intense attention from $his <<WrittenMaster>> troubling, and $he looks down after a moment, $his lower lip trembling with nervousness. + into $his $activeSlave.eyeColor eyes. $He finds the intense attention from $his <<= WrittenMaster()>> troubling, and $he looks down after a moment, $his lower lip trembling with nervousness. <<else>> upon $his face. $He finds the intense attention from $his <<Master>> worrying, and turns away after a moment, $his lower lip trembling with nervousness. <</if>> diff --git a/src/pregmod/fSlaveSlaveDickConsummate.tw b/src/pregmod/fSlaveSlaveDickConsummate.tw index f524e61bdf704e7733f86271d8c5467bef7bb86e..b2c04bd4c6738dbbddb6d9f2a87afd6fd201da91 100644 --- a/src/pregmod/fSlaveSlaveDickConsummate.tw +++ b/src/pregmod/fSlaveSlaveDickConsummate.tw @@ -285,7 +285,7 @@ You call $slaverapistx.slaveName into the room. <<elseif ($slaverapistx.fetish == "sadist")>> $slaverapistx.slaveName is a sadist, and seeing a human dildo tied town for _him2 to abuse and enjoy has _him2 almost panting in arousal. The ecstatic look of devotion _he2 flashes you makes it clear _he2's going to enjoy _himself2, regardless of how the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>>'s owner feels. <<elseif ($slaverapistx.fetish == "humiliation")>> - $slaverapistx.slaveName usually gets off on humiliation, and you know _he2 wishes the roles were reversed here. Despite that, having _his2 <<WrittenMaster $slaverapistx>> order _him2 to get _himself2 off with the human dildo beneath _him2 is quite thrilling, sexually. + $slaverapistx.slaveName usually gets off on humiliation, and you know _he2 wishes the roles were reversed here. Despite that, having _his2 <<= WrittenMaster($slaverapistx)>> order _him2 to get _himself2 off with the human dildo beneath _him2 is quite thrilling, sexually. <</if>> <</if>> <</if>> diff --git a/src/pregmod/fSlaveSlaveVagConsummate.tw b/src/pregmod/fSlaveSlaveVagConsummate.tw index 67bb1ed0552c7b1d74f9e933afa17599d6208899..6c68793ec9e17aefeafdf72e81e6ca9c9f3adb4d 100644 --- a/src/pregmod/fSlaveSlaveVagConsummate.tw +++ b/src/pregmod/fSlaveSlaveVagConsummate.tw @@ -81,7 +81,7 @@ You take a look at the slave you selected. <</if>> <<set _incestMood = "Top">> <<elseif ($slaverapistx.relationshipTarget == $activeSlave.ID) && ($slaverapistx.relationship > 2)>> - but since _he2's already in a sexual relationship with $him, it's only special because _his2 <<WrittenMaster $slaverapistx>> is watching. + but since _he2's already in a sexual relationship with $him, it's only special because _his2 <<= WrittenMaster($slaverapistx)>> is watching. <<set _incestMood = "Top">> <<else>> <<if $slaverapistx.devotion > 95>> @@ -242,7 +242,7 @@ Next, you see to $activeSlave.slaveName. invite you into $activeSlave.slaveName's crowded pussy. <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <</if>> - You take up the offer and penetrate $activeSlave.slaveName with your <<if $PC.dick > 0>>dick<<else>>strap-on<</if>>. With the added stimulus of penetrating a tight hole alongside $his dear <<WrittenMaster $slaverapistx>>, $he comes indecently hard, but no where near as hard as the completely overloaded $activeSlave.slaveName. All of you collapse into an exhausted, happy pile of flesh. + You take up the offer and penetrate $activeSlave.slaveName with your <<if $PC.dick > 0>>dick<<else>>strap-on<</if>>. With the added stimulus of penetrating a tight hole alongside $his dear <<= WrittenMaster($slaverapistx)>>, $he comes indecently hard, but no where near as hard as the completely overloaded $activeSlave.slaveName. All of you collapse into an exhausted, happy pile of flesh. <</if>> diff --git a/src/pregmod/forceFeeding.tw b/src/pregmod/forceFeeding.tw index 91823242fe572500eb7e957f9a6f4c1aed2186a8..40f0de860f847a42d98d482f38176e1c8b9d067c 100644 --- a/src/pregmod/forceFeeding.tw +++ b/src/pregmod/forceFeeding.tw @@ -309,7 +309,7 @@ and a little jiggle from $his gut. Gulping, $he diligently opens up for the next serving. <<else>> $He still has another gallon to go and $he knows it, - but if <<WrittenMaster>> wants $him to be stuffed like a turkey, $he'll happily comply. + but if <<= WrittenMaster()>> wants $him to be stuffed like a turkey, $he'll happily comply. $He wastes no time in opening up for your next helping. <</if>> diff --git a/src/pregmod/reTheSirenStrikesBack.tw b/src/pregmod/reTheSirenStrikesBack.tw index 6e068bc73f0d9d5ea5433ac9258669bac2cb38ad..1ca85e500522a25ecd70c7e5d958ecf5a763dce9 100644 --- a/src/pregmod/reTheSirenStrikesBack.tw +++ b/src/pregmod/reTheSirenStrikesBack.tw @@ -41,7 +41,7 @@ Several weeks have passed since you gained the musical prodigy and you couldn't <<set _ssb = $slaves.find(function(s) { return s.origin == "She came to you to escape being sold to a cruel master after her producer informed her of her debt." && s.newGamePlus == 0 && s.fetish != "mindbroken" && s.fuckdoll == 0; })>> <<if def _ssb>> - <<Enunciate _ssb>> + <<run Enunciate(_ssb)>> Just as the coward at your feet finishes, _ssb.slaveName <<if canWalk(_ssb)>> walks in, diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw index 893654e33877f55555ed01385efdfa451773aadb..7d824cfe7f163434c43ff9b77d959dd87205cea0 100644 --- a/src/pregmod/seFCTVshows.tw +++ b/src/pregmod/seFCTVshows.tw @@ -579,7 +579,7 @@ The offered price is <<print cashFormat($slaveCost)>>. <<if $purchasedSagBGone == 1>> You've already made the mistake of ordering the sham of a product. While it gave you a great excuse to fondle breasts, it's not like you needed one in the first place. <<if $Concubine != 0 && canTalk($Concubine)>> - <<Enunciate $Concubine>> + <<run Enunciate($Concubine)>> "I told you it wouldn't work, <<Master>>. Plu<<s>> you know you can touch the<<s>>e anytime!" $Concubine.slaveName shakes her chest at you. <</if>> <<elseif $showEleven > 1>> @@ -596,7 +596,7 @@ The offered price is <<print cashFormat($slaveCost)>>. <<else>> You could always order a crate to play around with. Who knows, maybe it'll actually work?<<if $PC.dick == 1>> At the very least it should make for some decent lubricant for a titfuck.<</if>> <<if $Concubine != 0>> - <<Enunciate $Concubine>> + <<run Enunciate($Concubine)>> <<if $Concubine.boobs > 2000 && $Concubine.boobShape == "saggy">> $Concubine.slaveName hefts her breasts and lets them flop back into their usual saggy position. <<if canTalk($Concubine)>>"Far too late for the<<s>>e ladie<<s>>. I doubt it will work though, product<<s>> like that never do."<<else>>She sighs doubtfully.<</if>> <<elseif $Concubine.boobs > 2000>> diff --git a/src/societies/aztec/slaveSacrifice.tw b/src/societies/aztec/slaveSacrifice.tw index d3567c3d5a1ddbf63d273376b7e7b1f4e1129de7..23bdf9fb91ca40191d61463784d40c67b925c140 100644 --- a/src/societies/aztec/slaveSacrifice.tw +++ b/src/societies/aztec/slaveSacrifice.tw @@ -2,7 +2,7 @@ <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Main", $showEncyclopedia = 1, $encyclopedia = "Aztec Revivalism">> <<run SlavePronouns($activeSlave)>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<set _activeSlaveRepSacrifice = repGainSacrifice()>> diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw index 403165dcfd57d98d867d844dd7409a2476f327ce..7c0d5c913578fe912d4a65633901723773acca82 100644 --- a/src/uncategorized/PESS.tw +++ b/src/uncategorized/PESS.tw @@ -69,7 +69,7 @@ /* 000-250-006 */ <<set $desc = SlaveTitle($activeSlave)>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<switch $PESSevent>> @@ -273,7 +273,7 @@ She sees you examining at her, and looks back at you submissively, too tired to <<link "Make her the face of an ad campaign">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You bring her out to a pretty balcony and put her through an extended photo shoot. She has no idea what you're planning, but she's skilled enough not to need to. She dons different outfits, changes makeup, and even shifts personas for the camera, producing hundreds of elegant, sensual and eye-catching images. You dismiss her back to the club when you're done, and she clearly thinks little of it. The next day, however, you walk her out onto the club in the morning. When the two of you, <<WrittenMaster>> and DJ, reach the main club, she stops short when she catches sight of the main billboard screen. There she is, resplendent and opulent, ten meters tall, giving the viewer a sultry look. She only breaks down for a single moment, but it's quite a moment: she cries rather inelegantly, <<if canTalk($activeSlave)>><<say sobb>>ing "I love you <<Master>>" into your ear<</if>> before giving you a @@.hotpink;wet kiss.@@ Then she runs over to stand under the screen, looking back at you to give you a @@.green;picture-perfect@@ imitation of the billboard she's standing under before laughing at herself a little. + You bring her out to a pretty balcony and put her through an extended photo shoot. She has no idea what you're planning, but she's skilled enough not to need to. She dons different outfits, changes makeup, and even shifts personas for the camera, producing hundreds of elegant, sensual and eye-catching images. You dismiss her back to the club when you're done, and she clearly thinks little of it. The next day, however, you walk her out onto the club in the morning. When the two of you, <<= WrittenMaster()>> and DJ, reach the main club, she stops short when she catches sight of the main billboard screen. There she is, resplendent and opulent, ten meters tall, giving the viewer a sultry look. She only breaks down for a single moment, but it's quite a moment: she cries rather inelegantly, <<if canTalk($activeSlave)>><<say sobb>>ing "I love you <<Master>>" into your ear<</if>> before giving you a @@.hotpink;wet kiss.@@ Then she runs over to stand under the screen, looking back at you to give you a @@.green;picture-perfect@@ imitation of the billboard she's standing under before laughing at herself a little. <<set $cash -= 1000>> <<set $rep += 500>> <<set $activeSlave.devotion += 4>> @@ -282,7 +282,7 @@ She sees you examining at her, and looks back at you submissively, too tired to <br><<link "Keep her to yourself for a week">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - Exclusivity and slavery interact in ways more than merely complex. $activeSlave.slaveName's most passionate devotees are devastated to find her nowhere but by your side for the whole week. Their reaction is mixed: awe, envy, resentment; but mostly @@.green;renewed respect@@ that she is your creature, and yours alone. A lesser slave might show off the particularity you show her, bringing shame on you by giving the impression that you care for her as more than a slave. She is no lesser slave, though, and thoroughly understands the fine line the two of you must walk as <<WrittenMaster>> and slave. She makes @@.hotpink;painstakingly@@ clear, through every public glance and gesture, that she is yours as a matter of @@.mediumaquamarine;trust@@ rather than as a matter of love. + Exclusivity and slavery interact in ways more than merely complex. $activeSlave.slaveName's most passionate devotees are devastated to find her nowhere but by your side for the whole week. Their reaction is mixed: awe, envy, resentment; but mostly @@.green;renewed respect@@ that she is your creature, and yours alone. A lesser slave might show off the particularity you show her, bringing shame on you by giving the impression that you care for her as more than a slave. She is no lesser slave, though, and thoroughly understands the fine line the two of you must walk as <<= WrittenMaster()>> and slave. She makes @@.hotpink;painstakingly@@ clear, through every public glance and gesture, that she is yours as a matter of @@.mediumaquamarine;trust@@ rather than as a matter of love. <<set $activeSlave.devotion += 4>> <<set $activeSlave.trust += 4>> <<set $rep += 100>> @@ -305,7 +305,7 @@ She sees you examining at her, and looks back at you submissively, too tired to <<link "Use her ass as she looks after herself">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - Wordlessly, you<<if ($PC.dick == 0)>> don a strap-on and<</if>> come up behind her; the first thing to touch her is <<if ($PC.dick == 0)>>the phallus<<else>>your rapidly hardening dick<</if>>, which pokes against <<if $activeSlave.height >= 170>>right up against her asshole, since she's nice and tall enough for standing anal. She gasps a little and angles her hips to accept your cock.<<else>>her lower back, since she's shorter than you. She gasps a little and hikes herself up on tiptoe to accept your cock.<</if>> As she feels you slide into her body she whimpers with devotion, turning her upper body so she can kiss her <<WrittenMaster>> while he sodomizes her. <<if !canTalk($activeSlave)>>She uses gestures to thank you for making her feel like the milkers do.<<else>>"<<S>>o thi<<s>> i<<s>> how it feel<<s>> when I do them," she whispers.<</if>> She uses the lotion to masturbate while she takes it, wincing whenever she loses control and squeezes her sore cock too hard. When you're done she sinks to the bathroom floor in a boneless pool of @@.hotpink;satisfied sexual exhaustion,@@ dripping ejaculate from her front<<if ($PC.dick == 0)>><<else>> and back<</if>>. + Wordlessly, you<<if ($PC.dick == 0)>> don a strap-on and<</if>> come up behind her; the first thing to touch her is <<if ($PC.dick == 0)>>the phallus<<else>>your rapidly hardening dick<</if>>, which pokes against <<if $activeSlave.height >= 170>>right up against her asshole, since she's nice and tall enough for standing anal. She gasps a little and angles her hips to accept your cock.<<else>>her lower back, since she's shorter than you. She gasps a little and hikes herself up on tiptoe to accept your cock.<</if>> As she feels you slide into her body she whimpers with devotion, turning her upper body so she can kiss her <<= WrittenMaster()>> while he sodomizes her. <<if !canTalk($activeSlave)>>She uses gestures to thank you for making her feel like the milkers do.<<else>>"<<S>>o thi<<s>> i<<s>> how it feel<<s>> when I do them," she whispers.<</if>> She uses the lotion to masturbate while she takes it, wincing whenever she loses control and squeezes her sore cock too hard. When you're done she sinks to the bathroom floor in a boneless pool of @@.hotpink;satisfied sexual exhaustion,@@ dripping ejaculate from her front<<if ($PC.dick == 0)>><<else>> and back<</if>>. <<set $activeSlave.devotion += 4>> <<set $activeSlave.analCount += 1>> <<set $analTotal += 1>> diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw index 31db4737d027487b5d74d8fcc62a512967d5cf35..06227682a4f6c59bef03e023857dfc1c8efb931c 100644 --- a/src/uncategorized/RECI.tw +++ b/src/uncategorized/RECI.tw @@ -51,7 +51,7 @@ <</if>> /* 000-250-006 */ -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<set $desc = SlaveTitle($activeSlave)>> <<switch $RECIevent>> @@ -296,9 +296,9 @@ She looks pensive, and goes through two false starts before she clears her throa $HeadGirl.slaveName guides her <<if $HeadGirl.dick == 0>>strap-on<<else>>cock<</if>> inside the <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>enthusiastic<<else>>compliant<</if>> $activeSlave.slaveName, who begins to ride it, enjoying both the <<if $activeSlave.dick > 0>>prostate<<else>>anal<</if>> stimulation and the feeling of her <<if $activeSlave.dick > 0>><<if ($activeSlave.hormoneBalance >= 100) || ($activeSlave.dickAccessory == "chastity")>>midsection trapped between her and <<elseif ($activeSlave.hormoneBalance >= 100) || ($activeSlave.balls == 0)>>erection trapped between her and <<else>>soft dick trapped between her and <</if>><<else>>pussy pressed against<</if>> $HeadGirl.slaveName. $HeadGirl.slaveName smacks the humping <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>>'s butt to get her to stop, and slides an index finger up her ass alongside the <<if $HeadGirl.dick == 0>>phallus<<else>>cock<</if>>. $activeSlave.slaveName shudders, and then begins to whine as $HeadGirl.slaveName pulls her sphincter wider. <br><br> "Plea<<s>>e," the slave begs incoherently as you press your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> against $HeadGirl.slaveName's finger. It's not clear whether she's begging you to DP her anus, or begging you not to, but whichever it is, $HeadGirl.slaveName withdraws her finger and you shove yourself inside. $activeSlave.slaveName jerks with discomfort and gives a gasping "Oh f-fuck-k" that <<if $activeSlave.anus > 2>>she repeats over and over<<else>>is followed by some minor struggling<</if>> as you begin to fuck her. From her angle, $HeadGirl.slaveName can't pound $activeSlave.slaveName quite as hard as you can, but she does her best. When you've both had your fun, extracted yourselves, and let the exhausted, gaped bitch collapse onto the floor, $HeadGirl.slaveName gives you a naughty wink. - <<Enunciate $HeadGirl>> + <<run Enunciate($HeadGirl)>> "@@.hotpink;That wa<<s>> fun,@@ <<Master>>!" she <<say>>s. "<<Sh>>all we flip her over and go again?" - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> "@@.hotpink;Plea<<s>>e nooo,@@" comes a quiet wail from the floor. <<set $activeSlave.devotion += 2, $activeSlave.analCount += 1, $activeSlave.oralCount += 1>> <<set $analTotal += 1, $oralTotal += 1>> @@ -326,9 +326,9 @@ She looks pensive, and goes through two false starts before she clears her throa $Concubine.slaveName guides her <<if $Concubine.dick == 0>>strap-on<<else>>cock<</if>> inside the <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>enthusiastic<<else>>compliant<</if>> $activeSlave.slaveName, who begins to ride it, enjoying both the <<if $activeSlave.prostate > 0>>prostate<<else>>anal<</if>> stimulation and the feeling of her <<if $activeSlave.dick > 0>><<if ($activeSlave.hormoneBalance >= 100) || ($activeSlave.dickAccessory == "chastity")>>midsection trapped between her and <<elseif ($activeSlave.hormoneBalance >= 100) || ($activeSlave.balls == 0)>>erection trapped between her and <<else>>soft dick trapped between her and <</if>><<else>>pussy pressed against<</if>> $Concubine.slaveName. $Concubine.slaveName smacks the humping <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>>'s butt to get her to stop, and slides an index finger up her ass alongside the <<if $Concubine.dick == 0>>phallus<<else>>cock<</if>>. $activeSlave.slaveName shudders, and then begins to whine as $Concubine.slaveName pulls her sphincter wider. <br><br> "Plea<<s>>e," the slave begs incoherently as you press your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> against $Concubine.slaveName's finger. It's not clear whether she's begging you to DP her anus, or begging you not to, but whichever it is, $Concubine.slaveName withdraws her finger and you shove yourself inside. $activeSlave.slaveName jerks with discomfort and gives a gasping "Oh f-fuck-k" that <<if $activeSlave.anus > 2>>she repeats over and over<<else>>is followed by some minor struggling<</if>> as you begin to fuck her. From her angle, $Concubine.slaveName can't pound $activeSlave.slaveName quite as hard as you can, but she does her best. When you've both had your fun, extracted yourselves, and let the exhausted, gaped bitch collapse onto the floor, $Concubine.slaveName gives you a naughty wink. - <<Enunciate $Concubine>> + <<run Enunciate($Concubine)>> "@@.hotpink;That wa<<s>> fun,@@ <<Master>>!" she <<say>>s. "<<Sh>>all we flip her over and go again?" - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> "@@.hotpink;Plea<<s>>e nooo,@@" comes a quiet wail from the floor. <<set $activeSlave.devotion += 2, $activeSlave.analCount += 1, $activeSlave.oralCount += 1>> <<set $analTotal += 1, $oralTotal += 1>> diff --git a/src/uncategorized/REFI.tw b/src/uncategorized/REFI.tw index baa5dba67ca12c428e8591c6b2305db53c1f20ef..5fbe202a88562cb11214386f26d00f326c4e68ab 100644 --- a/src/uncategorized/REFI.tw +++ b/src/uncategorized/REFI.tw @@ -61,7 +61,7 @@ <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">> <<set $desc = SlaveTitle($activeSlave)>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<set _belly = bellyAdjective($activeSlave)>> @@ -193,7 +193,7 @@ It seems she passed by while you were beating $subSlave.slaveName and found the $subSlave.slaveName gets inspected more regularly than your other slaves, since she's quite pregnant. Her pregnancy is progressing acceptably, but having her belly inspected gets her <<if $subSlave.pregSource == -1>> - extremely eager to feel more of her <<WrittenMaster $subSlave>>'s seed in her fertile <<if $subSlave.mpreg == 1>>rear<<else>>cunt<</if>>. $subSlave.slaveName has been a good girl, + extremely eager to feel more of her <<= WrittenMaster($subSlave)>>'s seed in her fertile <<if $subSlave.mpreg == 1>>rear<<else>>cunt<</if>>. $subSlave.slaveName has been a good girl, <<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>> <<if $PC.belly >= 5000>> so you take her @@ -227,7 +227,7 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since <</if>> <</if>> <<elseif $PC.dick == 1>> - extremely eager for a good fuck and there's no better dick than her <<WrittenMaster $subSlave>>'s. $subSlave.slaveName has been a good girl, + extremely eager for a good fuck and there's no better dick than her <<= WrittenMaster($subSlave)>>'s. $subSlave.slaveName has been a good girl, <<if ($subSlave.mpreg == 1 && canDoAnal($subSlave) && $subSlave.anus > 0) || ($subSlave.mpreg == 0 && canDoVaginal($subSlave) && $subSlave.vagina > 0)>> <<if $PC.belly >= 5000>> so you take her @@ -1019,7 +1019,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in her eyes when she saw<<e "I would love to knock <<s>>omeone up, <<Master>>!" <</if>> <<if $activeSlave.toyHole == "dick">> - You push her onto the couch, line yourself up with her throbbing erection, and ask if she wants to impregnate a girl. She's almost beside herself, shuddering at the titillation, but before she can answer, you tell her that getting to use her dick is a very special reward for very good slaves, and you might give it to her one day - but that she doesn't deserve it yet. With that, you tease the tip of her penis with your pussy; a clear mistake, as this sets her over the edge. She can only gasp wordlessly over having just accidentally came in her <<WrittenMaster>>, something you take full advantage of. You clearly inform her that you were fertile. //Were.// You continue to tease the blooming impregnation fetishist with descriptions of how hard it will be for you so heavily laden with child and how she had better plan on taking responsibility. She can't take it and releases another spurt of cum, this time onto herself; + You push her onto the couch, line yourself up with her throbbing erection, and ask if she wants to impregnate a girl. She's almost beside herself, shuddering at the titillation, but before she can answer, you tell her that getting to use her dick is a very special reward for very good slaves, and you might give it to her one day - but that she doesn't deserve it yet. With that, you tease the tip of her penis with your pussy; a clear mistake, as this sets her over the edge. She can only gasp wordlessly over having just accidentally came in her <<= WrittenMaster()>>, something you take full advantage of. You clearly inform her that you were fertile. //Were.// You continue to tease the blooming impregnation fetishist with descriptions of how hard it will be for you so heavily laden with child and how she had better plan on taking responsibility. She can't take it and releases another spurt of cum, this time onto herself; <<if isPlayerFertile($PC) && $activeSlave.ballType == "human" && $activeSlave.vasectomy == 0>> <<= knockMeUp($PC, 20, 0, $activeSlave.ID, 1)>> you aren't taking more chances with her. @@ -1148,7 +1148,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in her eyes when she saw<<e <<else>> "Of cour<<s>>e I find you attractive, <<Master>>, but the way your belly bulge<<s>> out <<s>>o far and the way it move<<s>> when you u<<s>>e u<<s>> ju<<s>>t... It turn<<s>> me on <<s>>o much lately!" <</if>> - You waddle to the couch, slowly settle yourself onto it and spread your legs wide revealing your aching sex. She's almost beside herself, shuddering at the invitation, but before she can answer, you struggle forward and pull her onto you. She wastes no more time on words, instead trying her hardest to split her focus between filling your pussy and molesting your gravid swell. Mentally, you are in no position to control her actions, being in such a hormonal state, but she doesn't overstep her boundaries and dutifully brings you to orgasm. Even better, once she is satisfied, she still doesn't leave your vulnerable side, instead cozying up for some post-coital quality time with the her fecund <<WrittenMaster>>. + You waddle to the couch, slowly settle yourself onto it and spread your legs wide revealing your aching sex. She's almost beside herself, shuddering at the invitation, but before she can answer, you struggle forward and pull her onto you. She wastes no more time on words, instead trying her hardest to split her focus between filling your pussy and molesting your gravid swell. Mentally, you are in no position to control her actions, being in such a hormonal state, but she doesn't overstep her boundaries and dutifully brings you to orgasm. Even better, once she is satisfied, she still doesn't leave your vulnerable side, instead cozying up for some post-coital quality time with the her fecund <<= WrittenMaster()>>. She has become @@.hotpink;much more devoted to you,@@ @@.mediumaquamarine;more trusting of you,@@ and @@.lightcoral;she has developed a pregnancy fetish.@@ <<set $activeSlave.devotion += 6, $activeSlave.trust += 4>> <<set $activeSlave.penetrativeCount++, $penetrativeTotal++>> @@ -1169,7 +1169,7 @@ There was a glint of envy <<if canSee($activeSlave)>>in her eyes when she saw<<e <<elseif $PC.belly >= 10000>> big <</if>> - baby bump as you bounce. She takes an active roll in being used like this, not that it surprises you, but her interest in your middle is what you wanted to see. You've @@.lightcoral;driven her to embrace her pregnancy fetish.@@ As you dismount, you remind her that getting to sate her <<WrittenMaster>>'s growing libido like this is a very special reward for very good slaves, and it would do her well to remain in your favor. @@.hotpink;She wholeheartedly agrees.@@ + baby bump as you bounce. She takes an active roll in being used like this, not that it surprises you, but her interest in your middle is what you wanted to see. You've @@.lightcoral;driven her to embrace her pregnancy fetish.@@ As you dismount, you remind her that getting to sate her <<= WrittenMaster()>>'s growing libido like this is a very special reward for very good slaves, and it would do her well to remain in your favor. @@.hotpink;She wholeheartedly agrees.@@ <<set $activeSlave.devotion += 6>> <<set $activeSlave.penetrativeCount++, $penetrativeTotal++>> <</if>> diff --git a/src/uncategorized/REFS.tw b/src/uncategorized/REFS.tw index 1ce3a544f3f73e4e46d9fbc8a786d560601bf753..9277e9ee5f74ccdb3ff7e3665222d743faa6d7ef 100644 --- a/src/uncategorized/REFS.tw +++ b/src/uncategorized/REFS.tw @@ -41,7 +41,7 @@ <<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check", $returnTo = "RIE Eligibility Check">> <<set $desc = SlaveTitle($activeSlave)>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<switch $REFSevent>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 312493546907416df6d06b0290a504277862717f..d40a72447e3db0a2b40b427d8a08fb470582a007 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -54,7 +54,7 @@ </span> <<set $desc = SlaveTitle($activeSlave)>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<set _belly = bellyAdjective($activeSlave)>> <<switch $RESSevent>> @@ -137,7 +137,7 @@ Finishing your work, you lean back for a break well deserved break. Your peace i <</if>> in a desperate attempt at taking control. <<if $HeadGirl != 0>> - <<Enunciate $HeadGirl>> + <<run Enunciate($HeadGirl)>> You jump in surprise as $HeadGirl.slaveName tackles her off you and to the floor <<if $HeadGirl.combatSkill > 0>> where she twists her arm in an arm hold until the rebellious slave stops struggling. @@ -468,7 +468,7 @@ provides just enough stimulation that she climaxes. Her hands ball into fists at <</if>> of girlcum out onto her legs and the floor. <</if>> -She stands up straight, but this brings her <<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 her <<WrittenMaster>> produces an aftershock, adding to the mess on the floor. +She stands up straight, but this brings her <<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 her <<= WrittenMaster()>> produces an aftershock, adding to the mess on the floor. <<case "devoted exhibition">> @@ -713,7 +713,7 @@ the doorframe to either side of her. She reaches out to press her palms against <</if>> form. She's good at this, so you let her continue; <<if $activeSlave.clothes != "none">>her clothes rapidly form a pile at her feet<<else>>she's already naked<</if>>. She begins to buck and bend, making sure to show you that she's <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>> - limp and submissive for her <<WrittenMaster>>. + limp and submissive for her <<= WrittenMaster()>>. <<elseif $activeSlave.dick > 0>> rock hard at the prospect of getting <<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave)>> @@ -721,15 +721,15 @@ form. She's good at this, so you let her continue; <<if $activeSlave.clothes != <<else>> fucked by <</if>> - her <<WrittenMaster>>. + her <<= WrittenMaster()>>. <<elseif $activeSlave.clit > 0>> - so horny for her <<WrittenMaster>> she's got a stiffly prominent clit. + so horny for her <<= WrittenMaster()>> she's got a stiffly prominent clit. <<elseif $activeSlave.labia > 1>> - so horny for her <<WrittenMaster>> her dangling petals are swollen and moist. + so horny for her <<= WrittenMaster()>> her dangling petals are swollen and moist. <<elseif $activeSlave.vagina == -1>> - ready for her <<WrittenMaster>>. + ready for her <<= WrittenMaster()>>. <<else>> - wet for her <<WrittenMaster>>. + wet for her <<= WrittenMaster()>>. <</if>> <br><br> Finally, she pulls herself over to one side of the doorframe, <<if $activeSlave.belly >= 5000>>leaning far forward to accommodate her gravid body and<</if>> clasping it like a lover. @@ -773,15 +773,15 @@ As if the invitation wasn't already blindingly clear, she reaches a hand down wi She pulls the buttock closest to you aside, giving you a clear view of her <<if canDoVaginal($activeSlave)>> <<if $activeSlave.vagina == 10>> - gaping birth hole<<if $activeSlave.belly >= 100000>> and nearly prolapsing cervix<</if>>. She runs her fingers around its edge before sinking her fist into it and preparing herself like a good slavegirl for her <<WrittenMaster>>. + gaping birth hole<<if $activeSlave.belly >= 100000>> and nearly prolapsing cervix<</if>>. She runs her fingers around its edge before sinking her fist into it and preparing herself like a good slavegirl for her <<= WrittenMaster()>>. <<elseif $activeSlave.vagina > 2>> - lewd, well traveled pussy. She traces a finger around it before sinking her hand into it and spreading herself wide like a good slavegirl for her <<WrittenMaster>>. + lewd, well traveled pussy. She traces a finger around it before sinking her hand into it and spreading herself wide like a good slavegirl for her <<= WrittenMaster()>>. <<elseif $activeSlave.vagina > 1>> - loose pussy. She traces a finger around it before spreading herself wide like a good slavegirl for her <<WrittenMaster>>. + loose pussy. She traces a finger around it before spreading herself wide like a good slavegirl for her <<= WrittenMaster()>>. <<elseif $activeSlave.vagina > 0>> - tight pussy. She traces a finger around it before spreading herself like a good slavegirl for her <<WrittenMaster>>. + tight pussy. She traces a finger around it before spreading herself like a good slavegirl for her <<= WrittenMaster()>>. <<else>> - virgin pussy. She traces a finger around it before spreading herself like a good slavegirl for her <<WrittenMaster>>. + virgin pussy. She traces a finger around it before spreading herself like a good slavegirl for her <<= WrittenMaster()>>. <</if>> <<else>> <<if $activeSlave.anus > 2>> @@ -791,7 +791,7 @@ She pulls the buttock closest to you aside, giving you a clear view of her <<else>> tight anus. <</if>> - She clenches it and relaxes it, clenches it and relaxes it, winking her butthole at her <<WrittenMaster>> like a good anal slave. + She clenches it and relaxes it, clenches it and relaxes it, winking her butthole at her <<= WrittenMaster()>> like a good anal slave. <</if>> <<case "resistant shower">> @@ -859,7 +859,7 @@ One morning, despite the fact that she is not allowed to speak without being spo <<else>> lisp, <</if>> - "I'm tired, can I have the day off?" She didn't even call you <<WrittenMaster>>. + "I'm tired, can I have the day off?" She didn't even call you <<= WrittenMaster()>>. <<else>> boldly, "I'm tired, can I have the day off, <<if $activeSlave.rudeTitle == 1>><<PoliteRudeTitle $activeSlave>><<else>><<Master>><</if>>?" <</if>> @@ -1052,7 +1052,7 @@ As you watch, her sleeping struggles against the sheet <<if $activeSlave.boobs > <<else>> little sex toy <</if>> -she is. You've been busy and haven't used her for a while, and since she's accepted her place as a helpless living fucktoy, she's gotten quite aroused with nothing to do but lie there and watch her <<WrittenMaster>> work. It's not like she can touch herself any more. +she is. You've been busy and haven't used her for a while, and since she's accepted her place as a helpless living fucktoy, she's gotten quite aroused with nothing to do but lie there and watch her <<= WrittenMaster()>> work. It's not like she can touch herself any more. <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> Her caged cock reduces her to a set of holes in a limbless torso. <<elseif ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>> @@ -2833,7 +2833,7 @@ Coming to a stop, she <<if $activeSlave.height > 190>>bends the long, long way d <br><br> <<if !canTalk($activeSlave)>> - She mouths 'I love you, <<WrittenMaster>>,' holding her hands out in front of you both to say it in sign language at the same time. + She mouths 'I love you, <<= WrittenMaster()>>,' holding her hands out in front of you both to say it in sign language at the same time. <<else>> "I love you, <<Master>>," she whispers. <</if>> @@ -4199,7 +4199,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<else>> her massive tits stop her from bringing herself too close to you as you take her. <</if>> - She enjoys herself immensely, but she loses it again when she feels your seed in her, realizing that she will find herself swelling with your child over the coming months. She has become @@.hotpink;more submissive@@ to your will now that her very first egg has been fertilized by her <<WrittenMaster>>. + She enjoys herself immensely, but she loses it again when she feels your seed in her, realizing that she will find herself swelling with your child over the coming months. She has become @@.hotpink;more submissive@@ to your will now that her very first egg has been fertilized by her <<= WrittenMaster()>>. <<set $activeSlave.devotion += 5, $activeSlave.preg = 1, $activeSlave.pregWeek = 1, $activeSlave.pregKnown = 1, $activeSlave.pregSource = -1>> <<set $activeSlave.pregType = setPregType($activeSlave)>> <<set WombImpregnate($activeSlave, $activeSlave.pregType, -1, 1)>> @@ -4348,7 +4348,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<elseif $activeSlave.dick == 6>> huge dick. <</if>> - You push her back down as you straddle her cock, lining it up before lowering <<if $PC.belly >= 1500>>your pregnant body until she delightfully penetrates you<<else>>yourself onto her needy prick<</if>>. You slowly ride her dick, instructing her the proper way to thrust into you and how to adequately support your weight. Once she gets the hand of things, you dismount and lie down on the couch, legs spread, beckoning her into you. She gingerly inserts her cock<<if $activeSlave.belly >= 100000>> while you do your best to manage her _belly stomach<</if>> and begins thrusting, slowly at first, before getting the hang of things and speeding up<<if $PC.dick == 1>>, your own neglected dick bobbing along to her thrusts<</if>>. As soon as you feel her beginning to tense you <<if $PC.pregKnown == 1>>tell her it's safe to cum in you, you're already pregnant<<else>>order her to pull out<</if>>. The poor girl is so caught up in her lust, she can't stop thrusting. Before you can rectify this, she pushes you over the edge and gushes deep into you as you climax<<if $PC.dick == 1>> and spray your own cum <<if $PC.belly >= 5000 && $activeSlave.belly >= 5000>>into the cramped space between your swollen bodies<<elseif $activeSlave.belly >= 100000>>across your belly and the underside of hers<<else>>across her chest<</if>><</if>>. She gingerly pulls herself from you, apologizes @@.hotpink;meekly@@ for losing control, and snuggles up next to you. Cumming in her <<WrittenMaster>>'s pussy as her first time builds @@.mediumaquamarine;a special bond@@ with you. + You push her back down as you straddle her cock, lining it up before lowering <<if $PC.belly >= 1500>>your pregnant body until she delightfully penetrates you<<else>>yourself onto her needy prick<</if>>. You slowly ride her dick, instructing her the proper way to thrust into you and how to adequately support your weight. Once she gets the hand of things, you dismount and lie down on the couch, legs spread, beckoning her into you. She gingerly inserts her cock<<if $activeSlave.belly >= 100000>> while you do your best to manage her _belly stomach<</if>> and begins thrusting, slowly at first, before getting the hang of things and speeding up<<if $PC.dick == 1>>, your own neglected dick bobbing along to her thrusts<</if>>. As soon as you feel her beginning to tense you <<if $PC.pregKnown == 1>>tell her it's safe to cum in you, you're already pregnant<<else>>order her to pull out<</if>>. The poor girl is so caught up in her lust, she can't stop thrusting. Before you can rectify this, she pushes you over the edge and gushes deep into you as you climax<<if $PC.dick == 1>> and spray your own cum <<if $PC.belly >= 5000 && $activeSlave.belly >= 5000>>into the cramped space between your swollen bodies<<elseif $activeSlave.belly >= 100000>>across your belly and the underside of hers<<else>>across her chest<</if>><</if>>. She gingerly pulls herself from you, apologizes @@.hotpink;meekly@@ for losing control, and snuggles up next to you. Cumming in her <<= WrittenMaster()>>'s pussy as her first time builds @@.mediumaquamarine;a special bond@@ with you. <<if $PC.preg == 0 && $PC.pregWeek == 0>> You aren't on contraceptives right now; her first time may be more fruitful than she realizes. <</if>> @@ -4951,7 +4951,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<if $Concubine != 0>> with $Concubine.slaveName trying her best to drain your swollen belly. <<if canTalk($Concubine) && $Concubine.amp != 1>> - <<Enunciate $Concubine>> + <<run Enunciate($Concubine)>> "I'm <<s>>o <<s>>orry <<Master>>... I <<s>>tepped out for a minute and thi<<s>> happen<<s>>." You ask what happened to $activeSlave.slaveName. "<<Sh>>e'<<s>> bound and gagged now, <<sh>>e won't hurt you anymore. But what are you going to do with that belly? I won't tell anyone what happened, but we've got to get rid of it." <<else>> She gestures her apologies and points to the bound and gagged $activeSlave.slaveName, before expressing her concerns about your visible state. @@ -4960,7 +4960,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<elseif $Bodyguard != 0>> with $Bodyguard.slaveName sobbing over your swollen belly. <<if canTalk($Bodyguard)>> - <<Enunciate $Bodyguard>> + <<run Enunciate($Bodyguard)>> "I'm <<s>>o <<s>>orry <<Master>>... I <<s>>tepped out for a minute and thi<<s>> happen<<s>>." You ask what happened to $activeSlave.slaveName. "<<Sh>>e'<<s>> bound and gagged now, <<sh>>e won't hurt you again." She sniffles, "But plea<<s>>e puni<<sh>> me too. Thi<<s>> i<<s>> all my fault." <<else>> She gestures her apologies and points to the bound and gagged $activeSlave.slaveName, before begging you to punish her too for her failures as your guardian. @@ -5000,7 +5000,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<else>> Her face lightens at your words. It seems you told her just what she wanted to hear. She gives her thanks and <</if>> - leaves your office @@.hotpink;slightly more faith@@ in her <<WrittenMaster>>. + leaves your office @@.hotpink;slightly more faith@@ in her <<= WrittenMaster()>>. <<set $activeSlave.trust += 5>> <<else>> <<if canTalk($activeSlave)>> @@ -5085,7 +5085,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<replace "#result">> All that she should be worried about is serving you, not inconsequential changes to her body. <<if $activeSlave.behavioralQuirk == "insecure">> - That's all she needed to hear. @@.hotpink;All's well and good@@ if <<WrittenMaster>> says so. + That's all she needed to hear. @@.hotpink;All's well and good@@ if <<= WrittenMaster()>> says so. <<set $activeSlave.devotion += 3>> <<else>> She nods in acceptance and silently heads on her way. Her thoughts of your indifference @@.gold;written across her face.@@ @@ -6217,7 +6217,7 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<link "Slaveowners do not hold their slaves' hands">> <<EventNameDelink $activeSlave>> <<replace "#result">> - <<if canSee($activeSlave)>>You shake your head sternly<<else>>You say nothing but don't take her hand<</if>>. She looks neither afraid nor crushed, but simply gazes properly at you, clearly waiting for punishment. When none comes, she accepts that it was not culpably wrong of her to ask, but that the answer is no. She leaves the balcony feeling reassured about her place in $arcologies[0].name - a little more independent of her <<WrittenMaster>> and yet a little more inured to the reality of his control. She is a proper devoted slave and will remain so. + <<if canSee($activeSlave)>>You shake your head sternly<<else>>You say nothing but don't take her hand<</if>>. She looks neither afraid nor crushed, but simply gazes properly at you, clearly waiting for punishment. When none comes, she accepts that it was not culpably wrong of her to ask, but that the answer is no. She leaves the balcony feeling reassured about her place in $arcologies[0].name - a little more independent of her <<= WrittenMaster()>> and yet a little more inured to the reality of his control. She is a proper devoted slave and will remain so. <</replace>> <</link>> <br><<link "Hold her hand">> @@ -7406,7 +7406,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<replace "#result">> You drag a fearful, embarrassed<<if $activeSlave.belly >= 1500>>, <<if $activeSlave.bellyPreg >= 0>>pregnant<<else>>swollen<</if>><</if>> and totally naked $activeSlave.slaveName out into a public hall. A small knot of passersby gather around grinning, enjoying the sight of her nakedness and anticipating a show. To her surprise, you order her to take a few minutes to recount her life story. She's hesitant at first, but obeys, only realizing as she nears the present day what an abject story of degradation and humiliation her life truly is. She continues shakily, describing in brief her current life, crying a little and trembling with arousal. At a whispered command from you, she concludes <<if !canTalk($activeSlave)>> - in embarrassed gestures, "and now my <<WrittenMaster>> is going to fuck my worthless body in public." + in embarrassed gestures, "and now my <<= WrittenMaster()>> is going to fuck my worthless body in public." <<else>> "and now my <<Master>> i<<s>> going to fuck my worthle<<ss>> body in public." <</if>> @@ -8437,7 +8437,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> She coos a wordless thanks, <</if>> - and she starts humping away. If she thought you were too tired for sex, you certainly @@.hotpink;impress her;@@ as you spend an hour exhausting yourself against her vagina, she wonders whether her <<WrittenMaster>> is ever too tired to fuck. + and she starts humping away. If she thought you were too tired for sex, you certainly @@.hotpink;impress her;@@ as you spend an hour exhausting yourself against her vagina, she wonders whether her <<= WrittenMaster()>> is ever too tired to fuck. <<set $activeSlave.devotion += 4>> <<= VaginalVCheck()>> <</replace>> @@ -8498,7 +8498,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> She coos a wordless thanks, <</if>> - and she starts humping away. If she thought you were too tired for sex, you certainly @@.hotpink;impress her;@@ as you spend an hour exhausting yourself against her asshole, she wonders whether her <<WrittenMaster>> is ever too tired to fuck a butt. + and she starts humping away. If she thought you were too tired for sex, you certainly @@.hotpink;impress her;@@ as you spend an hour exhausting yourself against her asshole, she wonders whether her <<= WrittenMaster()>> is ever too tired to fuck a butt. <<set $activeSlave.devotion += 4>> <<= AnalVCheck()>> <</replace>> @@ -8807,7 +8807,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<link "No, and her role is to suck dick and take it in the ass">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You patiently explain that you've decided to use her as an oral and anal slave, and leave her pussy unfucked. She's unsurprised, but she understands your decision. You usually fuck slaves during your inspection, and you don't exempt her from this, but you do let her take it easy. Rather than facefucking her you let her suckle you gently. Rather that a hard buttfuck, you take her to the couch and gently spoon her with your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up her ass while making out with her and playing with her nipples. She understands your forbearance and @@.hotpink;appreciates how kind her <<WrittenMaster>> is.@@ + You patiently explain that you've decided to use her as an oral and anal slave, and leave her pussy unfucked. She's unsurprised, but she understands your decision. You usually fuck slaves during your inspection, and you don't exempt her from this, but you do let her take it easy. Rather than facefucking her you let her suckle you gently. Rather that a hard buttfuck, you take her to the couch and gently spoon her with your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up her ass while making out with her and playing with her nipples. She understands your forbearance and @@.hotpink;appreciates how kind her <<= WrittenMaster()>> is.@@ <<set $activeSlave.devotion += 4, $activeSlave.oralCount++, $oralTotal++>> <<= AnalVCheck()>> <</replace>> @@ -8816,7 +8816,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<link "No, and her role is to suck dick and like it">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You patiently explain that you've decided to use her as an oral slave, since her ass is off-limits, and leave her pussy unfucked. She's unsurprised, but she understands your decision. You usually fuck slaves during your inspection, and you don't exempt her from this, but you do let her take it easy. Rather than facefucking her you let her suckle you gently, calmly patting her head as she does. She understands your forbearance and @@.hotpink;appreciates how kind her <<WrittenMaster>> is.@@ + You patiently explain that you've decided to use her as an oral slave, since her ass is off-limits, and leave her pussy unfucked. She's unsurprised, but she understands your decision. You usually fuck slaves during your inspection, and you don't exempt her from this, but you do let her take it easy. Rather than facefucking her you let her suckle you gently, calmly patting her head as she does. She understands your forbearance and @@.hotpink;appreciates how kind her <<= WrittenMaster()>> is.@@ <<set $activeSlave.devotion += 4, $activeSlave.oralCount++, $oralTotal++>> <</replace>> <</link>> @@ -8824,7 +8824,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<link "No, and she shouldn't have asked">> <<EventNameDelink $activeSlave>> <<replace "#result">> - Despite being allowed to ask questions she should not question her <<WrittenMaster>>'s choices about her sexual duties. To communicate the point, you<<if $PC.dick == 0>> don a strap-on and<</if>> order her to lie on the desk, on her back, with her throat slack for penetration. + Despite being allowed to ask questions she should not question her <<= WrittenMaster()>>'s choices about her sexual duties. To communicate the point, you<<if $PC.dick == 0>> don a strap-on and<</if>> order her to lie on the desk, on her back, with her throat slack for penetration. <<if canDoAnal($activeSlave)>> After a good long throatfuck that leaves her gasping and moaning, you flip her over and fuck her ass until she's squealing with each thrust. <<else>> @@ -8843,13 +8843,13 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<link "Yes, the time has come">> <<EventNameDelink $activeSlave>> <<replace "#result">> - She framed her desire to lose her virginity in businesslike terms, but her reaction to your assent suggests that she also wouldn't mind having vanilla sex with her <<WrittenMaster>>. You're already quite + She framed her desire to lose her virginity in businesslike terms, but her reaction to your assent suggests that she also wouldn't mind having vanilla sex with her <<= WrittenMaster()>>. You're already quite <<if $PC.dick == 0>> turned on by the idea, so you pull on a strap-on, pull her over to the couch<<if ["chastity belt", "combined chastity"].includes($activeSlave.vaginalAccessory)>>, unfasten her chastity belt<</if>>, <<else>> hard, so you just lie down with her on the couch<<if ["chastity belt", "combined chastity"].includes($activeSlave.vaginalAccessory)>>, unfasten her chastity belt,<</if>> <</if>> - and have gentle vaginal sex in the missionary position <<if $PC.vagina == 1>><<if $PC.dick == 1>>, your own pussy moving back and forth gently at the base of your dick as you fuck her<</if>><</if>>. She gasps at the first penetration, but you take it slowly and lavish attention on her lips, breasts, and nipples. Soon she's shamelessly enjoying herself. Her first vaginal sex is crowned with an abdominal-clenching orgasm. She @@.hotpink;adores her kind <<WrittenMaster>>.@@ + and have gentle vaginal sex in the missionary position <<if $PC.vagina == 1>><<if $PC.dick == 1>>, your own pussy moving back and forth gently at the base of your dick as you fuck her<</if>><</if>>. She gasps at the first penetration, but you take it slowly and lavish attention on her lips, breasts, and nipples. Soon she's shamelessly enjoying herself. Her first vaginal sex is crowned with an abdominal-clenching orgasm. She @@.hotpink;adores her kind <<= WrittenMaster()>>.@@ <<set $activeSlave.devotion += 10, $activeSlave.vaginalCount++, $activeSlave.vagina = 1, $vaginalTotal++>> <<if ["chastity belt", "combined chastity"].includes($activeSlave.vaginalAccessory)>><<set $activeSlave.vaginalAccessory = "none">><</if>> <<if $PC.dick == 1 && $activeSlave.eggType == "human" && canGetPregnant($activeSlave)>> @@ -9353,7 +9353,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<link "No, reassure her that she doesn't need to be a slut">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You kindly explain that you've decided to save her virginity - for now. She looks slightly down-hearted and tries to smile nonetheless, but finds herself swept off her <<if $activeSlave.amp == 1>>stumps<<else>>feet<</if>> and<<if $activeSlave.bellyPreg >= 5000>> gently<</if>> deposited on the couch. She gasps with surprise when she finds herself being teased, fondled, and massaged rather than outright used. In no time at all she's pressing her whole<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>><</if>> body against you and shivering with delight. She shudders, almost uncontrollably, when you grind your <<if $PC.dick == 0>>clitoris<<else>>dick<</if>> against her moistened, wet pussy between her thighs, taking extra care not to penetrate the willing slave. She leaves your office feeling @@.hotpink;very close to her <<WrittenMaster>> indeed,@@ and seems to have forgotten her unfucked vagina, for now. + You kindly explain that you've decided to save her virginity - for now. She looks slightly down-hearted and tries to smile nonetheless, but finds herself swept off her <<if $activeSlave.amp == 1>>stumps<<else>>feet<</if>> and<<if $activeSlave.bellyPreg >= 5000>> gently<</if>> deposited on the couch. She gasps with surprise when she finds herself being teased, fondled, and massaged rather than outright used. In no time at all she's pressing her whole<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>><</if>> body against you and shivering with delight. She shudders, almost uncontrollably, when you grind your <<if $PC.dick == 0>>clitoris<<else>>dick<</if>> against her moistened, wet pussy between her thighs, taking extra care not to penetrate the willing slave. She leaves your office feeling @@.hotpink;very close to her <<= WrittenMaster()>> indeed,@@ and seems to have forgotten her unfucked vagina, for now. <<set $activeSlave.devotion += 4>> <</replace>> <</link>> @@ -9403,7 +9403,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> <<if $PC.dick == 0>>You ride her face,<<else>>You push your dick<<if $PC.vagina == 1>> and as much of the upper part of your pussy as you can manage<</if>> between her thighs for some frottage,<</if>> lavishing attention on her nipples to ensure that she has fun, too. <</if>> - She leaves your office feeling @@.hotpink;very close to her <<WrittenMaster>> indeed,@@ and seems to have forgotten her unfucked butthole for now. + She leaves your office feeling @@.hotpink;very close to her <<= WrittenMaster()>> indeed,@@ and seems to have forgotten her unfucked butthole for now. <<set $activeSlave.devotion += 4>> <<if $activeSlave.vagina > 0 && canDoVaginal($activeSlave)>> <<= VaginalVCheck()>> @@ -10846,7 +10846,7 @@ You tell her kindly that you understand, and that she'll be trained to address t Perversely, this milk cow has no pussy, so you spit on her ass and sodomize her<<if $PC.dick == 0>> with a strap-on<</if>> instead as she bucks and grinds against the chair. <<= AnalVCheck()>> <</if>> - When she comes, the milkers detect her orgasm to your fucking and shunt the milk into different reservoirs. Though you've never been able to taste much difference, there's a belief out there that 'milk-cum,' the squirts of milk a slave milk girl produces when climaxing with her <<WrittenMaster>>, have special aphrodisiac powers. @@.yellowgreen;It can be sold at a special premium.@@ Naturally, @@.hotpink;her devotion to you has also increased.@@ + When she comes, the milkers detect her orgasm to your fucking and shunt the milk into different reservoirs. Though you've never been able to taste much difference, there's a belief out there that 'milk-cum,' the squirts of milk a slave milk girl produces when climaxing with her <<= WrittenMaster()>>, have special aphrodisiac powers. @@.yellowgreen;It can be sold at a special premium.@@ Naturally, @@.hotpink;her devotion to you has also increased.@@ <</replace>> <<set $cash += 100>> <<set $activeSlave.devotion += 4>> @@ -11300,7 +11300,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<link "Teach her a new meaning of birthdays">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You explain at length that she will feel this way once a year, and that this day is special. On the day that makes her feel this way, she is to cover her nipples with whipped cream, add a pattern with chocolate syrup, garnish each with a cherry, and present herself to her <<WrittenMaster>>. She nods in understanding and gets to work. When she's done, you help her reach the confection on her left breast herself while you eat the one on her right. When you're done, she @@.hotpink;kisses you impulsively@@. She tastes like whipped cream and chocolate. + You explain at length that she will feel this way once a year, and that this day is special. On the day that makes her feel this way, she is to cover her nipples with whipped cream, add a pattern with chocolate syrup, garnish each with a cherry, and present herself to her <<= WrittenMaster()>>. She nods in understanding and gets to work. When she's done, you help her reach the confection on her left breast herself while you eat the one on her right. When you're done, she @@.hotpink;kisses you impulsively@@. She tastes like whipped cream and chocolate. <<set $activeSlave.devotion += 4>> <</replace>> <</link>> @@ -11317,7 +11317,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<link "Let her have labiaplasty to resolve the issue">> <<EventNameDelink $activeSlave>> <<replace "#result">> - When you assent, she cheers up immediately, looking remarkably happy for a girl who's just learned her vagina is about to have a surgical operation performed on it. Then again, having those huge pussylips constantly getting in her way when she runs must be extremely uncomfortable, so it's not shocking she would consider a radical solution to her problem. When she exits the remote surgery, she looks @@.red;sorer than ever,@@ of course, but she @@.hotpink;smiles gratefully@@ at you the next time she <<if canSee($activeSlave)>>sees<<else>>meets<</if>> you, and lets you know she's really looking forward to recovering enough for her to take her beloved <<WrittenMaster>> into her @@.orange;newly streamlined cunt.@@ + When you assent, she cheers up immediately, looking remarkably happy for a girl who's just learned her vagina is about to have a surgical operation performed on it. Then again, having those huge pussylips constantly getting in her way when she runs must be extremely uncomfortable, so it's not shocking she would consider a radical solution to her problem. When she exits the remote surgery, she looks @@.red;sorer than ever,@@ of course, but she @@.hotpink;smiles gratefully@@ at you the next time she <<if canSee($activeSlave)>>sees<<else>>meets<</if>> you, and lets you know she's really looking forward to recovering enough for her to take her beloved <<= WrittenMaster()>> into her @@.orange;newly streamlined cunt.@@ <<set $activeSlave.devotion += 4, $activeSlave.health -= 10, $activeSlave.labia = 0>> <</replace>> <</link>> @@ -11385,13 +11385,13 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> your manly chest. <</if>> - Before long being kissed and held by her beloved <<WrittenMaster>> has her playing the slut in your arms, and she backs against the wall before wrapping her legs around your middle to bring her pussy against your + Before long being kissed and held by her beloved <<= WrittenMaster()>> has her playing the slut in your arms, and she backs against the wall before wrapping her legs around your middle to bring her pussy against your <<if $PC.dick == 0>> own.<<if $activeSlave.belly >= 5000>> You move your hands under her to better support her <<if $activeSlave.bellyPreg >= 3000>>gravid bulk<<else>>distended body<</if>>.<</if>> She moans in pain as you scissor against her sore pussy, <<else>> stiff prick.<<if $activeSlave.preg > 20>> You move your hands under her to better support her <<if $activeSlave.bellyPreg >= 3000>>gravid bulk<<else>>distended body<</if>>.<</if>> She gasps in pain as you press past her sore pussylips, <</if>> - but before long she's grinding against you with her back propped against the wall, using the embrace of her strong legs to provide the power for a vigorous fuck. When she finally slides down the wall to stand again, a look of @@.hotpink;profound pleasure@@ on her face, she lets you know that she understands your meaning and that she'll put up with sore petals, since her <<WrittenMaster>> prefers her that way. + but before long she's grinding against you with her back propped against the wall, using the embrace of her strong legs to provide the power for a vigorous fuck. When she finally slides down the wall to stand again, a look of @@.hotpink;profound pleasure@@ on her face, she lets you know that she understands your meaning and that she'll put up with sore petals, since her <<= WrittenMaster()>> prefers her that way. <<= VaginalVCheck()>> <<set $activeSlave.devotion += 4>> <</replace>> @@ -11551,7 +11551,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> you, <</if>> - knowing that her <<WrittenMaster>> can never and will never reciprocate, but @@.hotpink;accepting@@ that the loving physical contact is a tremendously kind gesture for a master to make. + knowing that her <<= WrittenMaster()>> can never and will never reciprocate, but @@.hotpink;accepting@@ that the loving physical contact is a tremendously kind gesture for a master to make. <<set $activeSlave.devotion += 4>> <</replace>> <</link>> @@ -11565,7 +11565,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<link "Keep her quiet but spend some time with her">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You announce that you're finished with business for the day, and feel like some quiet time. She cannot keep <<if canSee($activeSlave)>>a gleam of humor out of her eye<<else>>the corners of her lips from rising slightly<</if>> at hearing 'quiet time,' and she <<if $activeSlave.amp == 1>>presents herself to be carried<<else>>follows you<</if>> happily enough. When she <<if canSee($activeSlave)>>sees<<else>>realizes<</if>> you're headed to your bedroom she begins to anticipate her <<WrittenMaster>>'s <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, but is surprised to find that instead of using her you simply + You announce that you're finished with business for the day, and feel like some quiet time. She cannot keep <<if canSee($activeSlave)>>a gleam of humor out of her eye<<else>>the corners of her lips from rising slightly<</if>> at hearing 'quiet time,' and she <<if $activeSlave.amp == 1>>presents herself to be carried<<else>>follows you<</if>> happily enough. When she <<if canSee($activeSlave)>>sees<<else>>realizes<</if>> you're headed to your bedroom she begins to anticipate her <<= WrittenMaster()>>'s <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, but is surprised to find that instead of using her you simply <<if $activeSlave.amp == 1>> place her in bed and curl up around her limbless torso. <<elseif $activeSlave.bellyPreg >= 5000>> @@ -11997,7 +11997,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<link "Not when you're pregnant">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You tell her that you would prefer not to inject your pregnant slaves with large doses of growth hormones, and she must respect your judgment in this regard. She leaves looking disappointed, but vows to return once she has given birth. She isn't satisfied with her body, but @@.mediumaquamarine;trusts@@ that her <<WrittenMaster>> cares for her and her unborn child<<if $activeSlave.pregType > 1>>ren<</if>>'s health. + You tell her that you would prefer not to inject your pregnant slaves with large doses of growth hormones, and she must respect your judgment in this regard. She leaves looking disappointed, but vows to return once she has given birth. She isn't satisfied with her body, but @@.mediumaquamarine;trusts@@ that her <<= WrittenMaster()>> cares for her and her unborn child<<if $activeSlave.pregType > 1>>ren<</if>>'s health. <<set $activeSlave.trust++>> <</replace>> <</link>> @@ -12005,7 +12005,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <br><<link "Decline">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You tell her that she's better as she is, and she must respect your judgment in this regard. She leaves looking more @@.hotpink;flattered@@ than disappointed. She's less insecure in her own body, and @@.mediumaquamarine;trusts@@ that her <<WrittenMaster>> has a plan for her. + You tell her that she's better as she is, and she must respect your judgment in this regard. She leaves looking more @@.hotpink;flattered@@ than disappointed. She's less insecure in her own body, and @@.mediumaquamarine;trusts@@ that her <<= WrittenMaster()>> has a plan for her. <<set $activeSlave.devotion++, $activeSlave.trust++>> <</replace>> <</link>> @@ -12950,7 +12950,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<link "Let her get dressed and spend some quality time with her">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You let $activeSlave.slaveName don a nice dress and take her out. She's a little suspicious at first but when you reach the first balcony on your lazy route around the huge building the sun on her face and the gentle breeze around her ears convince her there's no trick. She watches you shyly as you lead her around, soaking in the sights and relaxing. Though you still speak as her <<WrittenMaster>>, you chat about goings on around the arcology, and you buy her a fresh fruit from a vendor. The unexpected show of care and compassion has her quite agog. By the time you take her out onto another parklike balcony and fuck her on a bench, + You let $activeSlave.slaveName don a nice dress and take her out. She's a little suspicious at first but when you reach the first balcony on your lazy route around the huge building the sun on her face and the gentle breeze around her ears convince her there's no trick. She watches you shyly as you lead her around, soaking in the sights and relaxing. Though you still speak as her <<= WrittenMaster()>>, you chat about goings on around the arcology, and you buy her a fresh fruit from a vendor. The unexpected show of care and compassion has her quite agog. By the time you take her out onto another parklike balcony and fuck her on a bench, <<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>> her chastity cage is dribbling precum, a sign she wouldn't mind having to take it up the ass. <<elseif ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "combined chastity")>> @@ -13432,7 +13432,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<replace "#result">> $activeSlave.slaveName's hermaphroditic genitalia is a little crammed together; it's busy down there. She obediently stops fucking so you can maneuver into her. <<= VaginalVCheck()>> - Having a <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> in her pussy reduces her erection a little, so the slave beneath her helps her penetration as much as she can. It's not the most convenient of fucks, but that's to be expected when a <<WrittenMaster>> and two slaves successfully have two separate instances of vaginal intercourse running at once.<<if $PC.vagina == 1>><<if $PC.dick == 1>> You add a third by grabbing a free hand and guiding it to your own pussy; its owner gets the idea and strokes it as best she can.<</if>><</if>> $activeSlave.slaveName's orgasm is general and intense. @@.hotpink;Her devotion to you has increased.@@ + Having a <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> in her pussy reduces her erection a little, so the slave beneath her helps her penetration as much as she can. It's not the most convenient of fucks, but that's to be expected when a <<= WrittenMaster()>> and two slaves successfully have two separate instances of vaginal intercourse running at once.<<if $PC.vagina == 1>><<if $PC.dick == 1>> You add a third by grabbing a free hand and guiding it to your own pussy; its owner gets the idea and strokes it as best she can.<</if>><</if>> $activeSlave.slaveName's orgasm is general and intense. @@.hotpink;Her devotion to you has increased.@@ <<set $activeSlave.devotion += 4, $activeSlave.penetrativeCount++, $penetrativeTotal++>> <</replace>> <</link>><<if ($activeSlave.vagina == 0)>> //This option will take virginity//<</if>> @@ -13467,7 +13467,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<replace "#result">> Since $activeSlave.slaveName is on top, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop her thrusting for a moment, and insert yourself into her pussy. She obediently stops fucking so you can maneuver into her. <<= VaginalVCheck()>> - Having a <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> in her pussy reduces her ability to use her engorged clit like a penis a little, so the slave beneath her helps her penetration as much as she can. It's not the most convenient of fucks, but that's to be expected when a <<WrittenMaster>> and two slaves successfully have two separate instances of vaginal intercourse running at once. Her orgasm is general and intense. @@.hotpink;Her devotion to you has increased.@@ + Having a <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> in her pussy reduces her ability to use her engorged clit like a penis a little, so the slave beneath her helps her penetration as much as she can. It's not the most convenient of fucks, but that's to be expected when a <<= WrittenMaster()>> and two slaves successfully have two separate instances of vaginal intercourse running at once. Her orgasm is general and intense. @@.hotpink;Her devotion to you has increased.@@ <<set $activeSlave.devotion += 4, $activeSlave.penetrativeCount++, $penetrativeTotal++>> <</replace>> <</link>><<if ($activeSlave.vagina == 0)>> //This option will take vaginal virginity//<</if>> @@ -14372,7 +14372,7 @@ You tell her kindly that you understand, and that she'll be trained to address t @@.lightcoral;Her enjoyment of pain has increased.@@ <<elseif random(1,100) > 50>> <<set $activeSlave.fetish = "masochist", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65>> - Before she realizes what's happening, @@.lightcoral;she's getting aroused at the thought of <<WrittenMaster>> beating her.@@ + Before she realizes what's happening, @@.lightcoral;she's getting aroused at the thought of <<= WrittenMaster()>> beating her.@@ <</if>> <</replace>> <</link>> @@ -16254,7 +16254,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<link "Carry her to where she needs to go">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You scoop her up into a bridal carry. She <<if $activeSlave.voice == 0>>gasps, since she can't squeal<<else>>squeals cutely<</if>>, holding on for dear life, and keeps her face nestled against her <<WrittenMaster>>. + You scoop her up into a bridal carry. She <<if $activeSlave.voice == 0>>gasps, since she can't squeal<<else>>squeals cutely<</if>>, holding on for dear life, and keeps her face nestled against her <<= WrittenMaster()>>. <<set _carried = 1>> <<if $activeSlave.belly >= 300000>> <<if $activeSlave.bellyPreg > 3000>> @@ -17378,7 +17378,7 @@ You tell her kindly that you understand, and that she'll be trained to address t trib her with assurance, grinding your hips against hers and making her feel your heat. <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <</if>> - She clings to you, accepting the closeness to her <<WrittenMaster>> and enjoying the loving attention, even as the extreme wetness of her cunt and your <<if $PC.dick == 1>>powerful thrusting<<else>>hungry grinding<</if>> begin to produce lewd noises from between you. Her generous natural lubrication lessens the friction and sensation a little, and you go for a long time before you both climax. You lead her into your office shower, since you're both coated in her pussyjuice<<if $PC.dick == 1>> and she's carrying a big load of your cum<<else>>, and your own<</if>>. Under the hot water, you don't even have to pull her close; @@.hotpink;she presses herself into your arms on her own.@@ + She clings to you, accepting the closeness to her <<= WrittenMaster()>> and enjoying the loving attention, even as the extreme wetness of her cunt and your <<if $PC.dick == 1>>powerful thrusting<<else>>hungry grinding<</if>> begin to produce lewd noises from between you. Her generous natural lubrication lessens the friction and sensation a little, and you go for a long time before you both climax. You lead her into your office shower, since you're both coated in her pussyjuice<<if $PC.dick == 1>> and she's carrying a big load of your cum<<else>>, and your own<</if>>. Under the hot water, you don't even have to pull her close; @@.hotpink;she presses herself into your arms on her own.@@ <<if $activeSlave.sexualQuirk == "romantic">> For an incorrigible romantic like her, this encounter was perfect, and she @@.hotpink;loves you all the more for it.@@ <<set $activeSlave.devotion += 3>> @@ -17653,7 +17653,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> muscular chest, <</if>> - you reach around her and take over the breast-cradling responsibilities. You say nothing for a while, just hefting her weighty udders, rolling them from side to side slightly. After letting her get used to the gentle treatment, you tell her that you're her owner, and you find big breasts very attractive. You tell her that you understand that they can be uncomfortable at times, but you expect her to tolerate that without complaint. It isn't easy to be pretty, but it's easier to be a pretty slave than to be a homely one. This last point affects her, and she seems to @@.mediumaquamarine;take heart in the idea that you're improving her,@@ at least from your perspective. After all, she's sitting atop <<if $PC.dick == 1>>your hard dick, which she can definitely feel<<else>>your hot cunt, which she can probably detect<</if>> through your clothes. She does understand that having her <<WrittenMaster>> enjoy touching her boobs will be advantageous to her. + you reach around her and take over the breast-cradling responsibilities. You say nothing for a while, just hefting her weighty udders, rolling them from side to side slightly. After letting her get used to the gentle treatment, you tell her that you're her owner, and you find big breasts very attractive. You tell her that you understand that they can be uncomfortable at times, but you expect her to tolerate that without complaint. It isn't easy to be pretty, but it's easier to be a pretty slave than to be a homely one. This last point affects her, and she seems to @@.mediumaquamarine;take heart in the idea that you're improving her,@@ at least from your perspective. After all, she's sitting atop <<if $PC.dick == 1>>your hard dick, which she can definitely feel<<else>>your hot cunt, which she can probably detect<</if>> through your clothes. She does understand that having her <<= WrittenMaster()>> enjoy touching her boobs will be advantageous to her. <<set $activeSlave.trust += 5>> <</replace>> <</link>> @@ -18483,9 +18483,9 @@ You tell her kindly that you understand, and that she'll be trained to address t <<if $PC.dick == 1>>cock<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>cunt<</if>> but you lay a hand on her forehead and halt her - she'll do that last. <<if $PC.boobs == 1 || $PC.title == 0>> - Soon enough she manages to lick all the way up from your feet to your breasts, cleansing your <<if $PC.belly >= 60000>>massively gravid <<elseif $PC.belly >= 5000>>motherly <</if>>body with her wet tongue all the way. She hesitates before teasingly laying a single lap on your nipples, so you take her head and hold it against your breasts to enjoy her skillful tongue on your nipples.<<if $PC.preg > 22>> She even gets a special treat to savor, fresh from her <<WrittenMaster>>'s milky breasts. She makes sure your sore breasts are sufficiently relieved.<</if>> + Soon enough she manages to lick all the way up from your feet to your breasts, cleansing your <<if $PC.belly >= 60000>>massively gravid <<elseif $PC.belly >= 5000>>motherly <</if>>body with her wet tongue all the way. She hesitates before teasingly laying a single lap on your nipples, so you take her head and hold it against your breasts to enjoy her skillful tongue on your nipples.<<if $PC.preg > 22>> She even gets a special treat to savor, fresh from her <<= WrittenMaster()>>'s milky breasts. She makes sure your sore breasts are sufficiently relieved.<</if>> <<else>> - Soon enough she manages to lick all the way up from your feet to your <<if $PC.belly >= 10000>>taut dome of a stomach<<elseif $PC.belly >= 5000>>pregnancy strained abs<<else>>abs<</if>>, pecs, and collarbone, cleansing your body with her wet tongue all the way. She lavishes particular attention on every nook and groove of your chiseled body, clearly eager to please her muscular <<if $PC.belly >= 5000>>(and very pregnant) <</if>><<WrittenMaster>>. + Soon enough she manages to lick all the way up from your feet to your <<if $PC.belly >= 10000>>taut dome of a stomach<<elseif $PC.belly >= 5000>>pregnancy strained abs<<else>>abs<</if>>, pecs, and collarbone, cleansing your body with her wet tongue all the way. She lavishes particular attention on every nook and groove of your chiseled body, clearly eager to please her muscular <<if $PC.belly >= 5000>>(and very pregnant) <</if>><<= WrittenMaster()>>. <</if>> When she's satisfied that every other inch of your body has been bathed by her tongue, she moves for your <<if $PC.dick == 0>> @@ -18533,7 +18533,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> anus <</if>> - she <<if canSee($activeSlave)>>looks<<else>>gazes sightlessly<</if>> up at you with @@.hotpink;adoration@@ and a new @@.mediumaquamarine;trust@@ in her young <<WrittenMaster>>. + she <<if canSee($activeSlave)>>looks<<else>>gazes sightlessly<</if>> up at you with @@.hotpink;adoration@@ and a new @@.mediumaquamarine;trust@@ in her young <<= WrittenMaster()>>. <<set $activeSlave.devotion += 4, $activeSlave.trust += 4>> <<if canDoVaginal($activeSlave)>> <<= VaginalVCheck()>> @@ -18561,7 +18561,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> cute ass, <</if>> - she seems almost resigned to accept any of the standard punishments you've been known to dole out. When your lips lightly brush one of her ears, she flinches harder at the gentle touch than any of your harsh, disciplinary spanks. When you start whispering wicked reminders about her sexual submission and subservience to so young a <<WrittenMaster>>, she begins to sob quietly + she seems almost resigned to accept any of the standard punishments you've been known to dole out. When your lips lightly brush one of her ears, she flinches harder at the gentle touch than any of your harsh, disciplinary spanks. When you start whispering wicked reminders about her sexual submission and subservience to so young a <<= WrittenMaster()>>, she begins to sob quietly <<if $activeSlave.belly >= 300000>> <<if $activeSlave.boobs > 600>> into her breasts. @@ -18572,7 +18572,7 @@ You tell her kindly that you understand, and that she'll be trained to address t against the hard surface of your desk. <</if>> <br><br> - By the time you deign to <<if $PC.dick == 0>>don a strap-on and <</if>>mount her ass, she seems catatonic at the revelation that her body is owned by a cruel <<WrittenMaster>>, nearly half her age. Even when you accompany each brutal thrust with a harsh spank and a harsher jab at the dearth in years between the two of you, she merely winces at the + By the time you deign to <<if $PC.dick == 0>>don a strap-on and <</if>>mount her ass, she seems catatonic at the revelation that her body is owned by a cruel <<= WrittenMaster()>>, nearly half her age. Even when you accompany each brutal thrust with a harsh spank and a harsher jab at the dearth in years between the two of you, she merely winces at the <<if canDoVaginal($activeSlave)>> force <<else>> @@ -18685,7 +18685,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> anus <</if>> - she <<if canSee($activeSlave)>>looks<<else>>gazes sightlessly<</if>> up at you with @@.hotpink;adoration@@ and a new @@.mediumaquamarine;trust@@ in her aged <<WrittenMaster>>. + she <<if canSee($activeSlave)>>looks<<else>>gazes sightlessly<</if>> up at you with @@.hotpink;adoration@@ and a new @@.mediumaquamarine;trust@@ in her aged <<= WrittenMaster()>>. <<set $activeSlave.devotion += 4, $activeSlave.trust += 4>> <<if canDoVaginal($activeSlave)>> <<= VaginalVCheck()>> @@ -18713,7 +18713,7 @@ You tell her kindly that you understand, and that she'll be trained to address t <<else>> cute ass, <</if>> - she seems almost resigned to accept any of the standard punishments you've been known to dole out. When your lips lightly brush one of her ears, she flinches harder at the gentle touch than any of your harsh, disciplinary spanks. When you start whispering wicked reminders about her sexual submission and subservience to so old a <<WrittenMaster>>, she begins to sob quietly + she seems almost resigned to accept any of the standard punishments you've been known to dole out. When your lips lightly brush one of her ears, she flinches harder at the gentle touch than any of your harsh, disciplinary spanks. When you start whispering wicked reminders about her sexual submission and subservience to so old a <<= WrittenMaster()>>, she begins to sob quietly <<if $activeSlave.belly >= 300000>> <<if $activeSlave.boobs > 600>> into her breasts. diff --git a/src/uncategorized/RESSTR.tw b/src/uncategorized/RESSTR.tw index 320de515890d1fda3ceb98e4816fa80d5b9b7044..744c8dfc6b0771ddd5053bd2ccb4b2440deb7bdc 100644 --- a/src/uncategorized/RESSTR.tw +++ b/src/uncategorized/RESSTR.tw @@ -52,7 +52,7 @@ /* 000-250-006 */ <<set $desc = SlaveTitle($activeSlave)>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<switch $RESSTRevent>> diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index 8239f746828188779704514560f5d74c9dffc21d..e873205dc8814272946a7f4e8cdc3e840aa81485 100644 --- a/src/uncategorized/RETS.tw +++ b/src/uncategorized/RETS.tw @@ -174,7 +174,7 @@ <</if>> /* 000-250-006 */ -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<switch $RETSevent>> @@ -203,10 +203,10 @@ her breakfast. You pull out a tablet and start getting some work done, enjoying draws her ration and heads over towards $activeSlave.slaveName to drink it next to her. <</if>> She's clearly looking for some companionship this morning, but her gears visibly turn for a while before her sleepy head can come up with something to say. Both the slaves are allowed some variety of flavor in their liquid slave food, so she finally settles on that. -<<Enunciate $subSlave>> +<<run Enunciate($subSlave)>> "What flavor did you choo<<s>>e?"she asks $activeSlave.slaveName. <br><br> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> $activeSlave.slaveName <<if $cockFeeder == 1>> pulls her mouth off her feeder with a luscious pop. @@ -219,7 +219,7 @@ $activeSlave.slaveName "The tart fruity kind," she responds. "It'<<s>> refre<<sh>>ing fir<<s>>t thing in the morning." <</if>> <br><br> -<<Enunciate $subSlave>> +<<run Enunciate($subSlave)>> "Oh," says $subSlave.slaveName. "Um, can I try <<s>>ome?" <br><br> $activeSlave.slaveName smiles and murmurs, "Mm hm." There is a distinct <<if canSee($activeSlave)>>glint in her eye<<else>>look on her face<</if>>. She's got a healthy libido, to put it mildly. Like all slaves, $subSlave.slaveName sleeps nude and hasn't gotten dressed yet, and $activeSlave.slaveName has @@ -625,7 +625,7 @@ Both slaves notice you at the same time. $subSlave.slaveName's <<if canSee($subS <<case "repressed anal virgin">> -$subSlave.slaveName has been a very good girl this week, so when her <<if $subSlave.anus > 2>>loose asshole<<elseif $subSlave.anus > 1>>big butthole<<else>>tight anus<</if>> catches your eye near the start of a long inspection, you decide to be kind to her as you conduct the rest of your inspection with <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>>. <<EventNameLink $activeSlave>> is next on the inspection schedule, and when she comes into your office, it's to the <<if canSee($activeSlave)>>sight of $subSlave.slaveName's back and rear<<else>>sound of $subSlave.slaveName<</if>> as she lazily rides her <<WrittenMaster $subSlave>>. You've been sitting on the couch, making out with the compliant girl as she rides you, for a good half hour. Poor $subSlave.slaveName was pent up when you started, and she's climaxed already; she's feeling very devoted and relaxed at the moment, and is doing her best to get you off, too. When you finally come, she moans her thanks into your mouth nonverbally, breaks your lip lock, gives you a peck on the nose, and climbs off you. As she does, she lifts her ass off your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>>, her <<if $subSlave.anus > 2>>gaping anus dripping <<if $PC.dick == 1>>cum<<else>>lube<</if>> all over her $subSlave.skin legs<<elseif $subSlave.anus > 1>>well-fucked backdoor taking a few seconds to recover from its gape, dripping a little <<if $PC.dick == 1>>cum<<else>>lube<</if>> down her $subSlave.skin legs<<else>>still-tight backdoor sliding quickly off you, visibly slick with <<if $PC.dick == 1>>cum<<else>>lube<</if>><</if>>. You didn't fuck her too hard, but <<if $PC.dick == 1>>you're not small<<else>>your strap-ons are not small<</if>>, and she walks a little gingerly as she heads for the bathroom. $activeSlave.slaveName, standing there nude for inspection, stares openmouthed at $subSlave.slaveName as she goes. She's obviously unfamiliar with anal sex. +$subSlave.slaveName has been a very good girl this week, so when her <<if $subSlave.anus > 2>>loose asshole<<elseif $subSlave.anus > 1>>big butthole<<else>>tight anus<</if>> catches your eye near the start of a long inspection, you decide to be kind to her as you conduct the rest of your inspection with <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>>. <<EventNameLink $activeSlave>> is next on the inspection schedule, and when she comes into your office, it's to the <<if canSee($activeSlave)>>sight of $subSlave.slaveName's back and rear<<else>>sound of $subSlave.slaveName<</if>> as she lazily rides her <<= WrittenMaster($subSlave)>>. You've been sitting on the couch, making out with the compliant girl as she rides you, for a good half hour. Poor $subSlave.slaveName was pent up when you started, and she's climaxed already; she's feeling very devoted and relaxed at the moment, and is doing her best to get you off, too. When you finally come, she moans her thanks into your mouth nonverbally, breaks your lip lock, gives you a peck on the nose, and climbs off you. As she does, she lifts her ass off your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>>, her <<if $subSlave.anus > 2>>gaping anus dripping <<if $PC.dick == 1>>cum<<else>>lube<</if>> all over her $subSlave.skin legs<<elseif $subSlave.anus > 1>>well-fucked backdoor taking a few seconds to recover from its gape, dripping a little <<if $PC.dick == 1>>cum<<else>>lube<</if>> down her $subSlave.skin legs<<else>>still-tight backdoor sliding quickly off you, visibly slick with <<if $PC.dick == 1>>cum<<else>>lube<</if>><</if>>. You didn't fuck her too hard, but <<if $PC.dick == 1>>you're not small<<else>>your strap-ons are not small<</if>>, and she walks a little gingerly as she heads for the bathroom. $activeSlave.slaveName, standing there nude for inspection, stares openmouthed at $subSlave.slaveName as she goes. She's obviously unfamiliar with anal sex. <br><br> $activeSlave.slaveName coughs and looks doubtful, like she's mulling over a question. You let the poor repressed girl chew on it for a while, and eventually she bursts out, "<<Master $activeSlave>>, what were you doing with $subSlave.slaveName?" The absurdity gives you a moment's pause, but you answer gamely that you were fucking her ass. $activeSlave.slaveName blushes furiously but plunges on, "I'm <<s>>-<<s>>orry, <<Master>>, but I <<s>>till don't under<<s>>tand. I thought <<s>>e<<x>> happened in a v-vagina. I d-didn't think b-butt<<s>> were - were for, you know, that." <<set $subSlave.analCount++, $analTotal++>> @@ -737,13 +737,13 @@ $activeSlave.slaveName senses your presence above and behind her, and twists her "I know it'<<s>> not like me," the $desc admits. "But I a<<s>>ked her, like, mo<<s>>tly joking, and she tried to <<s>>ay no." <</if>> <br><br> -<<Enunciate $subSlave>> +<<run Enunciate($subSlave)>> $subSlave.slaveName <<if _vaginal>>looks out from under $activeSlave.slaveName<<else>>turns her head<</if>> and <<if canSee($subSlave)>>looks at<<else>>faces<</if>> you too. "<<Master $subSlave>>, plea<<s>>e," she begs. "P-plea<<s>>e, make her <<s>>-<<s>>top - mhhh -" $activeSlave.slaveName shuts her up by <<if _vaginal>>kissing her unwilling mouth<<else>>shoving her face back against the floor<</if>>. Once she has $subSlave.slaveName back under control, $activeSlave.slaveName slows her thrusting, reaches around behind herself, and <<if $activeSlave.vagina != 0 && canDoVaginal($activeSlave)>>spreads her futa pussy for you.<<else>>pulls one asscheek aside to offer you her anus. To make the offer extra clear, she starts winking it lewdly.<</if>> <br><br> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> "Plea<<s>>e fuck me while I rape her, <<Master>>," $activeSlave.slaveName <<say>>s in a mockery of $subSlave.slaveName's <<if $subSlave.voice > 2>>high-pitched whining<<elseif $subSlave.voice > 1>>begging<<else>>deep-voiced begging<</if>>. "Ooh, or, plea<<s>>e, <<Master>>, may I flip her over? I'd love to feel <<if $PC.dick>>your cock in<<s>>ide her along<<s>>ide mine<<else>>that <<s>>trap-on you u<<s>>e in<<s>>ide her along<<s>>ide my cock<</if>>!" <br><br> -<<Enunciate $subSlave>> +<<run Enunciate($subSlave)>> "Plea<<s>>e, no," sobs $subSlave.slaveName. <<case "cockmilk interception">> @@ -813,7 +813,7 @@ Passing the slave quarters late at night, you hear <span id="name"><<print "[[$a <</if>> "Pleeea<<s>>e let me fuck <<if _vaginal>>you<<else>>your butt,<</if>>" she whines. <br><br> -<<Enunciate $subSlave>> +<<run Enunciate($subSlave)>> "I'm tired," <<say>>s <<if $activeSlave.voice > $subSlave.voice>>another, lower, <<elseif $activeSlave.voice < $subSlave.voice>>another, higher, @@ -862,7 +862,7 @@ Her objections sound a bit feigned, and she's obviously in no hurry to put an en having somebody beg her for sex. She's a sex slave, and she doesn't always have the luxury of feeling so wanted. <</if>> <br><br> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<set _belly = bellyAdjective($subSlave)>> The slaves are about to go to bed; they're naked, and the horny $activeSlave.slaveName's <<if $activeSlave.dick > 5>>enormous erection is pointed threateningly<<elseif $activeSlave.dick > 2>>stiff dick is pointed straight<<else>>pathetic dick is pointed right<</if>> at $subSlave.slaveName's _belly midsection. Desperate, $activeSlave.slaveName decides to try praise instead. <<set _lewd = 0>> @@ -894,7 +894,7 @@ The slaves are about to go to bed; they're naked, and the horny $activeSlave.sla <<set _lewd = 1>> <</if>> <br><br> -<<Enunciate $subSlave>> +<<run Enunciate($subSlave)>> $subSlave.slaveName <<if _lewd>>blushes at the lewd<<else>>smiles at the<</if>> flattery, but after a moment's hesitation she maintains her reluctance. <<if $activeSlave.releaseRules == "permissive">> "Why don't you ju<<s>>t jerk off," she asks dismissively. "<<S>>eriou<<s>>ly, you're allowed to." @@ -903,7 +903,7 @@ $subSlave.slaveName <<if _lewd>>blushes at the lewd<<else>>smiles at the<</if>> <</if>> She turns away. <br><br> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> $activeSlave.slaveName is almost in tears. <<if $activeSlave.releaseRules == "permissive">> "I have," she moans, blue balled. "<<if $activeSlave.aphrodisiacs > 0 || $activeSlave.inflationType == "aphrodisiac">>It'<<s>> the<<s>>e fucking aphrodi<<s>>iac<<s>>. I can't help it. Plea<<s>>e, plea<<s>>e let me try cumming in<<s>>ide you. I won't be able to <<s>>leep.<<else>>It'<<s>> not the <<s>>ame. I need to <<s>>tick my dick in <<s>>omething <<s>>o bad. Plea<<s>>e.<</if>>" @@ -1009,10 +1009,10 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <br><<link "Get involved in the taste testing">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> You move in. $activeSlave.slaveName <<if canSee($activeSlave)>>catches sight of<<else>>notices<</if>> your approach, and you see the corners of her mouth quirk upward. She breaks the lip lock and says breathily, "Hey $subSlave.slaveName, I think there'<<s>> <<s>>omething el<<s>>e you <<sh>>ould ta<<s>>te te<<s>>t." <br><br> - <<Enunciate $subSlave>> + <<run Enunciate($subSlave)>> "Whaa-" the slave starts to ask warily before $activeSlave.slaveName pushes her to her knees, spinning her around as she does so. This brings $subSlave.slaveName face to face with your <<if $PC.dick == 1>>stiff prick, a bead of precum already present at its tip<<else>>wet cunt, a bead of pussyjuice already trailing down your inner thigh<</if>>. "Oh, um, hi <<Master $subSlave>>," she stammers, and then starts to <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat your pussy<</if>>. This leaves poor $activeSlave.slaveName without anyone to make out with, so you step in there, grabbing her and pulling the giggling slave in to kiss her deeply. Her mouth is indeed a bit <<if $activeSlave.preg > 20>>sour<<else>>tart<</if>>. She moans into your mouth as she feels her nipples press against <<if $PC.boobs == 1>>yours<<else>>your hard chest<</if>>, and then again as your tongue invades her. When you <<if $PC.dick == 1>>fill $subSlave.slaveName's mouth with cum<<else>>climax wetly against $subSlave.slaveName's mouth<</if>>, you pull away slightly, letting the slave on her knees below you gasp "You ta<<s>>te great, <<Master>>!" before you spin her around in turn so she can give $activeSlave.slaveName her own allotment of oral sex. You leave them to it. They @@.mediumaquamarine;trust you a bit more@@ after such a lighthearted little escapade. <<set $activeSlave.trust += 2, $subSlave.trust += 2, $subSlave.oralCount += 2>> <<set $oralTotal += 2>> @@ -1314,12 +1314,12 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<= knockMeUp($activeSlave, 5, 1, -1, 1)>> <</if>> <</if>> - <<Enunciate $subSlave>> + <<run Enunciate($subSlave)>> When you're done, you pull out, leaving $activeSlave.slaveName to collapse, whimpering and shaking, onto $subSlave.slaveName's boobs. $subSlave.slaveName <<if canSee($subSlave)>>winks<<else>>smiles<</if>> at you over her shoulder. "That wa<<s>> fun <<Master $subSlave>>," she <<say>>s brightly. "@@.hotpink;Can we do that again@@ <<s>>oon, plea<<s>>e?" <br><br> "Ohh fffuck," $activeSlave.slaveName moans into her boobs, to no one in particular. <<set $subSlave.devotion += 4>> - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> <<if $activeSlave.anus < 3>> "Plea<<s>>e nooo, @@.lime;my poor hole will never be the <<s>>ame againnn.@@" <<set $activeSlave.anus += 1>> @@ -1337,14 +1337,14 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of "I gue<<ss>> I never really thought about you that way," she says to the huge-boobed <<if $subSlave.physicalAge > 30>>woman<<elseif $subSlave.physicalAge > 18>>girl<<elseif $subSlave.physicalAge > 12>>teen<<else>>loli<</if>> trapped beneath her. <br><br> - <<Enunciate $subSlave>> + <<run Enunciate($subSlave)>> $subSlave.slaveName, who is still holding $activeSlave.slaveName's buttocks, gives them a squeeze. "Well, you <<s>>illy girl, what do you think about it now?" <br><br> $activeSlave.slaveName stiffens with sudden embarrassment. "Uh, um," she stammers, before saying in a rush, "$subSlave.slaveName, will you go out with me?" <br><br> $subSlave.slaveName laughs, a pure, unclouded sound, and gives $activeSlave.slaveName a cute little peck on the tip of her nose. "@@.lightgreen;Of cour<<s>>e I will,@@" she purrs, and runs her hands up $activeSlave.slaveName's back to hug her tightly. <br><br> - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> The encounter becomes far more heartfelt than it was before you spoke up. $activeSlave.slaveName, who seems affected, says self-consciously, "Um, doe<<s>> thi<<s>> mean I get a girlfriend every time I'm clum<<s>>y?" $subSlave.slaveName giggles and shushes her. They begin to kiss earnestly while they fuck, and you leave them to it. Each of them comes to you later to @@.hotpink;thank you@@ for permitting them to be together. <<set $subSlave.devotion += 2, $activeSlave.devotion += 2>> <<set $subSlave.relationship = 3, $subSlave.relationshipTarget = $activeSlave.ID>> @@ -1360,11 +1360,11 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<link "Just watch">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You settle down to watch what happens. $activeSlave.slaveName, who has a devoted slave's sixth sense about her <<WrittenMaster $activeSlave>>'s presence, realizes you're there and turns toward you. <<if canSee($activeSlave)>>You've already got a reassuring, silent hand raised, and you gesture that she should continue<<else>>Not hearing any comments, she takes it as a gesture to continue<</if>>. She smiles naughtily at you, @@.mediumaquamarine;pleased with your trust in her,@@ before going back to $subSlave.slaveName. She <<if canPenetrate($activeSlave)>>hauls $subSlave.slaveName's <<if $subSlave.belly >= 5000>>gravid <</if>>torso partway up<<else>>bends over the poor girl<</if>> so she can speak directly into her ear, and <<say>>s quietly, "You're <<s>>tarting to enjoy thi<<s>>, aren't you, bitch?" $subSlave.slaveName, still unaware you're there, shakes her head unhappily, tears starting to leak out the corners of her eyes. + You settle down to watch what happens. $activeSlave.slaveName, who has a devoted slave's sixth sense about her <<= WrittenMaster($activeSlave)>>'s presence, realizes you're there and turns toward you. <<if canSee($activeSlave)>>You've already got a reassuring, silent hand raised, and you gesture that she should continue<<else>>Not hearing any comments, she takes it as a gesture to continue<</if>>. She smiles naughtily at you, @@.mediumaquamarine;pleased with your trust in her,@@ before going back to $subSlave.slaveName. She <<if canPenetrate($activeSlave)>>hauls $subSlave.slaveName's <<if $subSlave.belly >= 5000>>gravid <</if>>torso partway up<<else>>bends over the poor girl<</if>> so she can speak directly into her ear, and <<say>>s quietly, "You're <<s>>tarting to enjoy thi<<s>>, aren't you, bitch?" $subSlave.slaveName, still unaware you're there, shakes her head unhappily, tears starting to leak out the corners of her eyes. <br><br> - <<Enunciate $subSlave>> + <<run Enunciate($subSlave)>> "N-no," she gasps. "I'm not! Plea<<s>>e t-take <<if canPenetrate($activeSlave)>>it<<else>>them<</if>> out!" - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> $activeSlave.slaveName makes no verbal reply, but continues her manual stimulation, and sticks her tongue into $subSlave.slaveName's ear. The poor girl lets out a startled yelp that trails off into a moan as $activeSlave.slaveName's <<if ($activeSlave.oralSkill >= 60)>>excellent<<elseif ($activeSlave.oralSkill > 1)>>skillful<<else>>enthusiastic<</if>> ministrations really begin to have an effect on her. <br><br> $activeSlave.slaveName laughs unpleasantly at the desperately uncomfortable slave, and <<say>>s, "Tell you what, <<s>>lut. I'll leave you alone if thi<<s>> doe<<s>>n't get you off." Already realizing her predicament, $subSlave.slaveName begins to protest, but $activeSlave.slaveName cuts her off. "<<Sh>>ut your fucking cockhol<<s>>ter, bitch, I'm talking. I'll leave you alone if thi<<s>> doe<<s>>n't get you off, but if you come, you've obviou<<s>>ly been lying to me, and you obviou<<s>>ly want me to buttfuck you all night long." $subSlave.slaveName tries very hard, taking a huge breath of air and holding it in, biting her lip, shutting her eyes tight, and more, but it's all for naught. Before long, she stiffens <<if $subSlave.balls > 0 || $subSlave.prostate > 0>>and makes a mess on the bedroll<<else>>with orgasm<</if>>, moaning as her anal sphincter tightens against the invading <<if canPenetrate($activeSlave)>>cock<<else>>fingers<</if>>. Once the climax leaves her, she begins to sob, knowing what this means. $activeSlave.slaveName takes her hand away from the crying girl's crotch and begins to massage her back with surprising tenderness. "<<S>>hh, <<s>>weetie, it'<<s>> all right. I promi<<s>>e you'll enjoy thi<<s>>, if you let your<<s>>elf." You leave quietly, letting $activeSlave.slaveName have her fun. As the week goes on, $subSlave.slaveName's @@.lightcoral;attitude towards anal sex@@ improves quickly, though she feels rather conflicted about $activeSlave.slaveName for forcing this on her. @@ -1383,7 +1383,7 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <br><<link "She's being too gentle">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You advance on the slaves. $activeSlave.slaveName, who has a devoted slave's sixth sense about her <<WrittenMaster $activeSlave>>'s presence, realizes you're there and turns toward you. <<if canSee($activeSlave)>>Silently but forcefully, you use a simple hand gesture to instruct her unequivocally<<else>>She can feel<</if>> that she's to stop fucking around and pound the bitch's butt. She looks a little taken aback, but obeys instantly, <<if canPenetrate($activeSlave)>>pumping her dick in and out of $subSlave.slaveName<<else>>fingerfucking $subSlave.slaveName's ass<</if>> without mercy. The slave screams at the sudden change of pace, thrashing a little. Her struggles bring <<if canSee($subSlave)>>her head around, and she's surprised to come face to face with your ankles. With dawning comprehension, her eyes track rapidly up your + You advance on the slaves. $activeSlave.slaveName, who has a devoted slave's sixth sense about her <<= WrittenMaster($activeSlave)>>'s presence, realizes you're there and turns toward you. <<if canSee($activeSlave)>>Silently but forcefully, you use a simple hand gesture to instruct her unequivocally<<else>>She can feel<</if>> that she's to stop fucking around and pound the bitch's butt. She looks a little taken aback, but obeys instantly, <<if canPenetrate($activeSlave)>>pumping her dick in and out of $subSlave.slaveName<<else>>fingerfucking $subSlave.slaveName's ass<</if>> without mercy. The slave screams at the sudden change of pace, thrashing a little. Her struggles bring <<if canSee($subSlave)>>her head around, and she's surprised to come face to face with your ankles. With dawning comprehension, her eyes track rapidly up your <<if $arcologies[0].FSPhysicalIdealist != "unset">> muscular <<elseif $PC.title != 0>> @@ -1666,7 +1666,7 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> You order $activeSlave.slaveName to go back to what she was doing. She's a little disappointed you're not joining in, but she obeys, pounding the crying $subSlave.slaveName without mercy. Then $activeSlave.slaveName feels the head of <<if $PC.dick>>your dick<<else>>a strap-on<</if>> brush her butt. - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> "Ooh!" she squeals, @@.hotpink;pleased she was wrong after all.@@ "Ye<<s>>, thank you, <<Master>>! Fuck me! Fuck me while I rape her!" Underneath her, $subSlave.slaveName cries harder, even though $activeSlave.slaveName has to stop her thrusting for a moment to let you inside. In fact, you reflect as you hammer $activeSlave.slaveName's <<if $activeSlave.vagina != 0 && canDoVaginal($activeSlave)>><<if $activeSlave.vagina > 2>>roomy<<elseif $activeSlave.vagina > 1>>delectable<<else>>tight little<</if>> cunt<<else>><<if $activeSlave.anus > 2>>gaping<<elseif $activeSlave.anus > 1>>relaxed<<else>>poor little<</if>> asspussy<</if>>, it's a little strange that $subSlave.slaveName @@.gold;seems to think this is worse@@ than just being raped by $activeSlave.slaveName. After all, having your <<if $PC.dick>>turgid cock<<else>>formidable strap-on<</if>> sliding energetically in and out of her <<if $activeSlave.vagina != 0 && canDoVaginal($activeSlave)>>womanhood<<else>>rectum<</if>> is cramping $activeSlave.slaveName's style a bit. Maybe it's that $subSlave.slaveName is a little squashed under there. <<set $activeSlave.devotion += 4>> <<set $activeSlave.penetrativeCount++, $penetrativeTotal++>> @@ -1700,7 +1700,7 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> You order $activeSlave.slaveName to flip $subSlave.slaveName over and let you in too. Just as you expected, $activeSlave.slaveName responds with a vicious giggle, and $subSlave.slaveName cries even harder. - <<Enunciate $subSlave>> + <<run Enunciate($subSlave)>> "Plea<<s>>e!" she screams. "<<Master $subSlave>>, it'll hurt! Plea<<s>>e don't!" <<set _fit = 0>> <<if _vaginal>><<if $subSlave.vagina > 2>><<set _fit = 1>><</if>><<else>><<if $subSlave.anus > 2>><<set _fit = 1>><</if>><</if>> @@ -1743,10 +1743,10 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> You order $activeSlave.slaveName to stop raping $subSlave.slaveName. - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> "Ye<<s>>, <<Master>>," she <<say>>s automatically, and gets up, pulling her dick out of $subSlave.slaveName's poor <<if _vaginal>>pussy<<else>>asshole<</if>>. $activeSlave.slaveName doesn't understand, and her prick softens quickly with her confusion. She thought she didn't need consent to fuck other slaves, and she @@.gold;doubts herself.@@ <br><br> - <<Enunciate $subSlave>> + <<run Enunciate($subSlave)>> $subSlave.slaveName gets to her feet too, using a hand to massage her outraged hole. "Thank you, <<Master $subSlave>>, thank you," she repeats over and over, @@.mediumaquamarine;weeping with relief.@@ <<set $activeSlave.trust -= 4, $activeSlave.penetrativeCount++, $penetrativeTotal++>> <<set $subSlave.trust += 4>> @@ -1859,11 +1859,11 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<link "Give the poor slave what she's asking for">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - <<Enunciate $subSlave>> + <<run Enunciate($subSlave)>> <<set _belly = bellyAdjective($subSlave)>> You resolve to give the poor slave what she's asking for: $subSlave.slaveName<<if !_vaginal>>'s ass<</if>>. Your slaves might have the right to refuse each other, but they have to obey you. You clear your throat, getting both slaves' attention, and then fix your gaze on $subSlave.slaveName. You tilt your head ever so slightly in $activeSlave.slaveName's direction. That's all that's necessary. "Ye<<s>>, <<Master $subSlave>>!" says $subSlave.slaveName obediently, and <<if _vaginal>>gets right down at $activeSlave.slaveName's feet, lying on her back, legs spread<<if $subSlave.belly >= 5000>> to either side of her <<if $subSlave.bellyPreg >= 3000>>_belly pregnancy<<else>>_belly rounded belly<</if>><</if>>, compliantly offering up her pussy<<else>>turns her back to $activeSlave.slaveName, bends a little, cocks her hips, and spreads her buttocks, compliantly offering her asspussy<</if>>. She's yours to do with as you please, and you've decided to give her to $activeSlave.slaveName, at least for right now. <br><br> - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> "Thank you, <<Master>>," <<say>>s $activeSlave.slaveName @@.hotpink;devotedly.@@ <<if !_vaginal || $subSlave.vaginaLube > 1>>She lets a gob of her saliva fall onto her cockhead, <<if !_vaginal>>out of politeness to $subSlave.slaveName's asshole<<elseif $subSlave.vaginaLube > 0>>out of politeness, since she knows $subSlave.slaveName might not be really wet for her<<else>>since she knows that $subSlave.slaveName has a chronically dry cunt<</if>>.<</if>> Then she @@ -1893,7 +1893,7 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> $subSlave.slaveName has a perfectly healthy libido; there has to be something she'd like getting from $activeSlave.slaveName in turn. You clear your throat, getting the slaves' attention, and ask $subSlave.slaveName if there's anything she'd like $activeSlave.slaveName to do for her in return for sex. $activeSlave.slaveName is so desperate that she makes a suggestion before $subSlave.slaveName can open her mouth. Everyone knows $subSlave.slaveName - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> <<switch $subSlave.fetish>> <<case "submissive">> is a shameless submissive and loves to be fucked. $activeSlave.slaveName must know she's being had, at least a little. "$subSlave.slaveName," she purrs, "I'll fuck you until your toe<<s>> curl." @@ -1950,10 +1950,10 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<set $subSlave.oralCount++, $oralTotal++>> <</switch>> <br><br> - <<Enunciate $subSlave>> + <<run Enunciate($subSlave)>> $subSlave.slaveName is a seasoned sex slave but that doesn't stop her from blushing a little at such a blunt suggestion. "Okay," she says, biting her <<if $activeSlave.lips > 40>>absurdly generous<<elseif $activeSlave.lips > 10>>full<<else>>thin<</if>> lower lip cutely. "I wa<<s>> actually going to <<s>>ay ye<<s>> anyway, but it'<<s>> really ni<<c>>e to have <<s>>omeone like you a<<s>>k me for it like that. I'm <<s>>orry I made you beg." <br><br> - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> "Don't care!" <<say>>s $activeSlave.slaveName exultantly, and grabs her conquest, planting a lusty kiss on $subSlave.slaveName's giggling mouth and <<if _vaginal>>rubbing her erection against $subSlave.slaveName's<<if $subSlave.labia > 0>> puffy<</if>> pussylips<<else>>reaching around $subSlave.slaveName to start teasing her asshole<</if>>. "Don't care, a<<s>> long a<<s>> I get to fuck your <<if _vaginal>>hot cunt<<else>>beautiful a<<ss>><</if>>!" Your work here is done, and once she's done blowing her load inside $subSlave.slaveName<<if !_vaginal>>'s anus<</if>>, $activeSlave.slaveName should remember to be @@.mediumaquamarine;grateful@@ to you for the reminder on how to seduce <<switch $subSlave.fetish>> <<case "submissive">>coquettish subs. @@ -1987,7 +1987,7 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <br><<link "Assert your dominance">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> <<set _belly = bellyAdjective($activeSlave)>> You brush past $activeSlave.slaveName without a word. "Um, <<Master>>," she starts to greet you, and then loses track of the greeting as she sees what you're doing. You stride forward, grab $subSlave.slaveName by her <<if $subSlave.hips > 1>> @@ -2120,7 +2120,7 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<replace "#result">> Deciding that this should be encouraged, you praise $activeSlave.slaveName for her close relationship to her daughter. "Thank you, <<Master>>," she <<say>>s. "I try to be the be<<s>>t mom I can." She bends and kisses the top of $subSlave.slaveName's head. <br><br> - <<Enunciate $subSlave>> + <<run Enunciate($subSlave)>> $subSlave.slaveName <<if $activeSlave.nipples != "fuckable">>lets the nipple pop free of<<else>>releases the nipple from<</if>> her mouth and looks up at $activeSlave.slaveName. "That'<<s>> <<s>>illy, Mommy," she scolds, using an exaggeratedly whiny tone. I'm <<if $activeSlave.dick > 0 && $activeSlave.dickAccessory == "none">>jerking you off, <<elseif canDoVaginal($activeSlave)>>fingerbanging you, @@ -2129,7 +2129,7 @@ she adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <</if>> and you're totally enjoying it!" She sticks out her tongue, and does something with her hands that makes $activeSlave.slaveName shudder helplessly. "Admit it, you're ba<<s>>ically my fuckbuddy, or even my girlfriend!" <br><br> - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> <<if $subSlave.sexualQuirk == "perverted">>"You're one t-to t-talk, you little perv," she gasps. <<elseif $activeSlave.sexualQuirk == "perverted">>"I c-can't h-help it," she gasps. "You're <<s>>o h-hot, <<s>>weetie. I d-dream about you." <<else>>"W-we're f-fuck<<s>>slaves, <<s>>weetie," she gasps. "I h-have to." diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index 3324fdfda952d6b13df759b9fa9d2d179fd6143e..fb3399621e3e1e473ef6cdffba82efdeb9cf8bc1 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -3,7 +3,7 @@ <<set $nextButton = "Continue", $nextLink = "Slave Interact">> <<run clearSummaryCache($activeSlave)>> <<run SlavePronouns($activeSlave)>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<set $showEncyclopedia = 1, $encyclopedia = "The Studio">> diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw index caf4c7c59e081db938066f0daf63b24ec0c503a2..d7d55afe31373907306a4289d2554a764f6880ab 100644 --- a/src/uncategorized/multiImplant.tw +++ b/src/uncategorized/multiImplant.tw @@ -130,7 +130,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <</if>> <<set $surgeryType = "restoreVoice">> <br><hr> - <<Enunciate $activeSlave>> + <<run Enunciate($activeSlave)>> <<include "Surgery Degradation">> <<else>> <br><hr> diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw index ee66968b5d27928cc7b74871bf014b2bb5b29039..71f2062ff6f9644f89ca8631f85f914a2c21b52d 100644 --- a/src/uncategorized/newSlaveIntro.tw +++ b/src/uncategorized/newSlaveIntro.tw @@ -8,7 +8,7 @@ <</if>> <<set $desc = SlaveTitle($activeSlave)>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<if $specialSlave == 1>> <<set $i = $heroSlaves.findIndex(function(s) { return s.ID == $activeSlave.ID; })>> @@ -1495,7 +1495,7 @@ The legalities completed, ''__@@.pink;<<SlaveFullName $activeSlave>>@@__'' <<if <br> <<link "Let your ample bust dominate her pathetic one">> <<replace "#introResult">> - You quickly strip off your shirt and draw close to $activeSlave.slaveName. You grab her as she attempts to back away and pull her tits directly into your own. Both of sets of eyes lock onto their pair of breasts, or they would have, had yours not utterly eclipsed their rival. Scoffing, you release the confused girl and walk away; leaving her cupping her own breasts and feeling uncertain about herself. She gets caught up in how small they really are, and how much @@.hotpink;lesser@@ than her <<WrittenMaster $activeSlave>> she is. + You quickly strip off your shirt and draw close to $activeSlave.slaveName. You grab her as she attempts to back away and pull her tits directly into your own. Both of sets of eyes lock onto their pair of breasts, or they would have, had yours not utterly eclipsed their rival. Scoffing, you release the confused girl and walk away; leaving her cupping her own breasts and feeling uncertain about herself. She gets caught up in how small they really are, and how much @@.hotpink;lesser@@ than her <<= WrittenMaster($activeSlave)>> she is. <<if $activeSlave.fetish == "boobs">> <<if $activeSlave.fetishKnown == 0>> You did note one thing when your breasts touched, her nipples <<if $activeSlave.nipples == "fuckable">>tightened around yours<<else>>got very hard<</if>>. @@.green;Looks like she's a breast fetishist!@@ diff --git a/src/uncategorized/pMercenaryRomeo.tw b/src/uncategorized/pMercenaryRomeo.tw index 3f31ae7a74d6da4ccc8c0c8808e0dc21a0ce307a..4779201b47090bc6a69bede108a49c1a389ec205 100644 --- a/src/uncategorized/pMercenaryRomeo.tw +++ b/src/uncategorized/pMercenaryRomeo.tw @@ -91,7 +91,7 @@ I've scraped together what I can, and I can pay <<print cashFormat($slaveCost)>> <<else>> As he picks up her limbless form to give her a hug, <</if>> - she gives the nearest camera a little nod and silently mouths the words "Thank you, <<WrittenMaster $activeSlave>>." Soon the romantic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@.green;a supporting role.@@ + she gives the nearest camera a little nod and silently mouths the words "Thank you, <<= WrittenMaster($activeSlave)>>." Soon the romantic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@.green;a supporting role.@@ <<set $rep += 500, $cash += $slaveCost>> <<include "Remove activeSlave">> <</if>> @@ -118,7 +118,7 @@ I've scraped together what I can, and I can pay <<print cashFormat($slaveCost)>> <<else>> As he picks up her limbless form to give her a hug, <</if>> - she gives the nearest camera a little nod and silently mouths the words "Thank you, <<WrittenMaster $activeSlave>>." You smile to yourself; when they get there they'll find flowers and a paid reservation at the arcology's best restaurant. Soon the story is being told in bars and brothels across the Free City, with you naturally playing @@.green;a starring role.@@ Some days later, you hear a dramatization is being filmed, with an aging action star playing the mercenary, a rising starlet playing $activeSlave.slaveName, and a noted character actor playing you. + she gives the nearest camera a little nod and silently mouths the words "Thank you, <<= WrittenMaster($activeSlave)>>." You smile to yourself; when they get there they'll find flowers and a paid reservation at the arcology's best restaurant. Soon the story is being told in bars and brothels across the Free City, with you naturally playing @@.green;a starring role.@@ Some days later, you hear a dramatization is being filmed, with an aging action star playing the mercenary, a rising starlet playing $activeSlave.slaveName, and a noted character actor playing you. <<set $rep += 3000>> <<set _poster = "a poster for the movie that was made about the love between one of your mercenaries and " + $activeSlave.slaveName>> <<set $trinkets.push(_poster)>> diff --git a/src/uncategorized/pUndergroundRailroad.tw b/src/uncategorized/pUndergroundRailroad.tw index 46d4885c1eb0f7ff8d50abedd7a54d66d59077b2..be92069e8ab2d7c05514826a4d5aeda94d0e32d7 100644 --- a/src/uncategorized/pUndergroundRailroad.tw +++ b/src/uncategorized/pUndergroundRailroad.tw @@ -61,7 +61,7 @@ This is disturbing, to say the least. After close investigation, it appears some "You will immediately free $activeSlave.slaveName," it reads. "This is the price of your continued survival. Agree and you buy yourself a few more moments at the top of your heap of shit. Refuse, and you shall fall that much sooner." The message is signed "The Daughters of Liberty." <br><br> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> You call $activeSlave.slaveName in and politely inquire as to whether she knows anything about the matter. She nearly flees in terror, but gathers her courage and <<if !canTalk($activeSlave)>> diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw index 4e4c6d0402985f45939046dd4667f7450a1ab2bf..c809bea0769d41af991fdb2b1c77b604ec5f3578 100644 --- a/src/uncategorized/peConcubineInterview.tw +++ b/src/uncategorized/peConcubineInterview.tw @@ -1,7 +1,7 @@ :: PE concubine interview [nobr] <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check", $activeSlave = $Concubine, $oldRep = $rep>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<set _belly = bellyAdjective($activeSlave)>> <<if SlaveStatsChecker.checkForLisp($activeSlave)>> <<set _lisps = 1>> diff --git a/src/uncategorized/peLonelyBodyguard.tw b/src/uncategorized/peLonelyBodyguard.tw index 3400802f99883f598bc0faf28a54bb732080dc93..7548d45dd75e8d84bb10e150f50d7b2aa392720a 100644 --- a/src/uncategorized/peLonelyBodyguard.tw +++ b/src/uncategorized/peLonelyBodyguard.tw @@ -9,7 +9,7 @@ <</if>> <</for>> <<set $j = _targetSlaveIndex.random()>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> You take an unusually close interest in $activeSlave.slaveName's health and mental well-being, since your health and mental well-being may rely on her combat effectiveness. She performs her duties acceptably, difficult though they are. Hers is a life of long hours and constant vigilance, and she has very little time to herself. The daily wear hasn't really affected her yet, but it may. diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw index 4e51f0879d2da3cd5d4b94baeaace140fc84fe0f..db5c5679c25ef15a57e9bd0097ea8b1e2f0b0615 100644 --- a/src/uncategorized/ptWorkaround.tw +++ b/src/uncategorized/ptWorkaround.tw @@ -65,7 +65,7 @@ <<set $activeSlave.devotion += 1>> <</if>> <<if ($activeSlave.trust > 10)>> - Spending time with you @@.mediumaquamarine;builds her trust in <<WrittenMaster>>.@@ + Spending time with you @@.mediumaquamarine;builds her trust in <<= WrittenMaster()>>.@@ <<set $activeSlave.trust += 4>> <<else>> Spending time with you @@.mediumaquamarine;reduces her fear towards you.@@ diff --git a/src/uncategorized/reBoomerang.tw b/src/uncategorized/reBoomerang.tw index 79a2d96a12f1e103ec913aeed1b5445bc9235c54..3c4df721bf439dda81128bcc62e20f3176998813 100644 --- a/src/uncategorized/reBoomerang.tw +++ b/src/uncategorized/reBoomerang.tw @@ -12,7 +12,7 @@ Your work is interrupted by $assistantName with an alert from the entrance to th It's got the incident flagged as not fitting into any of the usual categories of disturbance, and requests your attention. It <</if>> brings up the relevant feeds. There's a naked body crumpled pathetically against one wall of the entryway, beneath the communications panel. It's $activeSlave.slaveName<<if $activeSlave.slaveSurname>> $activeSlave.slaveSurname<</if>>, who you sold _weeks weeks ago. She's looking up into one of the cameras plaintively. -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> "Plea<<s>>e take me back," she whispers, not wanting to draw the attention of passersby, and knowing that her faint words will be picked up and amplified for you. <<set $activeSlave.collar = "none", $activeSlave.choosesOwnClothes = 0, $activeSlave.clothes = "no clothing", $activeSlave.buttplug = "none", $activeSlave.vaginalAccessory = "none", $activeSlave.dickAccessory = "none">> diff --git a/src/uncategorized/reBusyArcade.tw b/src/uncategorized/reBusyArcade.tw index 8e8904286058bdd8f0fda2ab99951bceb53191af..6e9665a71d4beddcb4055744f8e6e69c535ec94e 100644 --- a/src/uncategorized/reBusyArcade.tw +++ b/src/uncategorized/reBusyArcade.tw @@ -14,7 +14,7 @@ <<else>> <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check">> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> Slaves in your arcade are not immured in the facility permanently, since holding them in one position at all times would negatively impact their health. They are released to exercise, eat, bathe, and sleep, though for nothing else. You occasionally inspect them when they do so, to see that their harsh lives are not inappropriately difficult for them. One day when you are doing so, <<EventNameLink $activeSlave>> flings herself on the ground in front of you the instant she sees you. diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw index 4a525fef05d21a9823833c9a4c79b763cdf5bd9f..a5a40cc14af09a27a6c53ff7cbfa32c36c735a88 100644 --- a/src/uncategorized/reFSAcquisition.tw +++ b/src/uncategorized/reFSAcquisition.tw @@ -1145,14 +1145,14 @@ And this one is a rare one indeed. It's a personal file, and you suppress the ur \ <<case "Hedonistic Decadence">>\ \ -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. This one is coming from inside your own arcology, from a tourist interested in permanent residence even if it means enslavement. You have them bought to your office to hear them out. A heavily pregnant girl waddles into your office, her distended belly a stark contrast to her relative thinness. She smiles, her many piercings clicking against each other in the process, and pats her middle. "It'<<s>> food, not a baby. I really enjoyed <<s>>taying in your arcology, I mean, I live like thi<<s>> back home, but everyone alway<<s>> pick<<s>> on me for eating <<s>>o much and never getting off my a<<ss>> to work. I can't find a lover either, no one can <<s>>ati<<s>>fy me anymore..." She exposes her gaping asshole to you. "I overdid it with the toy<<s>>. It felt <<s>>o good, I couldn't <<s>>top going bigger. Once I realized that, I <<s>>tarted getting piercing<<s>> and eating, anything to make me feel better. But on<<c>>e I arrived here, I never felt <<s>>o a<<c>>epted before, everyone wa<<s>> enjoying them<<s>>elve<<s>> however they wanted. <<S>>o plea<<s>>e, let me <<s>>tay, I'll do everything you can think of." \ <<case "Hedonistic Decadence Two">>\ \ -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. This one is interesting, even by the standards of messages from people who want to become slaves. The individual is neither sick nor abused, and speaks with directness. "I'm what you'd call 'vanilla'," she sighs. "And, well, I want to expand my horizons and I heard how much fun people have in your arcology. I'm yours to experiment with. diff --git a/src/uncategorized/reHGReplacement.tw b/src/uncategorized/reHGReplacement.tw index e7fb749f71e3ab31fee1550400e170208b477a41..9e7267da6b704df677e300a58702241ed37ae046 100644 --- a/src/uncategorized/reHGReplacement.tw +++ b/src/uncategorized/reHGReplacement.tw @@ -3,7 +3,7 @@ <<nobr>> <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Next Week", $activeSlave = $eventSlave>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> There's a constant traffic of slaves in and out of your office as girls come in for instructions, inspections, and sex. Your Head Girl $HeadGirl.slaveName is one of the most frequent visitors, since although you trust her, she's still a slave and has to check with you before acting on some matters.<<if $HeadGirl.relationship == -3>> (She's also your wife, making her visits a pleasant diversion.)<<elseif $arcologies[0].FSEgyptianRevivalistLaw == 1>> (She's also your Consort, making her visits a pleasant diversion.)<</if>> During one of her visits, <<EventNameLink $activeSlave>> happens to come in for her scheduled inspection. She perches politely on the couch, waiting her turn like a good girl. Her $activeSlave.eyeColor eyes are watchful, however, and she seems to be paying very close attention to your conversation with your Head Girl. @@ -54,7 +54,7 @@ When $HeadGirl.slaveName leaves, she clears her throat nervously. She gathers he <</replace>>\ <<replace "#result">> <<nobr>> - <<Enunciate $HeadGirl>> + <<run Enunciate($HeadGirl)>> You page $HeadGirl.slaveName, telling her to get back up to your office. $activeSlave.slaveName hears you, of course, and stiffens with fear. She knows she's in trouble, but she doesn't yet know how much. You tell $HeadGirl.slaveName to have a seat next to $activeSlave.slaveName on the couch, and instruct $assistantName to replay the last five minutes of the feeds from your office on a wallscreen. $activeSlave.slaveName's<<if $activeSlave.lips > 40>> pillowlike<</if>> lower lip begins to tremble at this, and she can barely manage to keep her gaze on the fatal replay of her attempt to convince you to replace $HeadGirl.slaveName with her. $HeadGirl.slaveName, who is no fool, is not surprised by this, but the replay still angers her. As it rolls on, her hands begin to roam across $activeSlave.slaveName, who winces at her touch. About halfway through, $HeadGirl.slaveName looks straight at you and cruelly pinches one of $activeSlave.slaveName's nipples. You respond to the nonverbal question with a silent nod, and $HeadGirl.slaveName smiles briefly at you. Then, she sticks her tongue in $activeSlave.slaveName's ear. The poor slave starts at the warm, wet intrusion, but knows better than to try to resist. She closes her eyes tight. <br><br> $HeadGirl.slaveName hops off the couch, gets down in front of her victim, and shoves her legs apart. $activeSlave.slaveName scrunches up her face, expecting something agonizing to happen to her <<if $activeSlave.dick == 0>>pussy, but $HeadGirl.slaveName shocks her by starting to hungrily eat her out.<<else>>cock, but $HeadGirl.slaveName shocks her by giving her a lush blowjob.<</if>> $activeSlave.slaveName clearly expects a trap, but $HeadGirl.slaveName's attentions slowly distract her. When she's on the very verge of orgasm, your Head Girl suddenly stops and <<if $activeSlave.dick == 0>>pinches the girl's pussylips,<<else>>tugs the girl's cock downward by its head,<</if>> not painfully, but hard enough to communicate threat. $activeSlave.slaveName, shocked out of her pleasure, looks down at her. $HeadGirl.slaveName <<say>>s menacingly, "Bitch, if you orga<<s>>m, I'm going to fucking de<<s>>troy you." Then she goes back to giving $activeSlave.slaveName oral. $activeSlave.slaveName begins to cry, realizing how comprehensively fucked she is. diff --git a/src/uncategorized/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw index 232c1d821f682a327f410267f5b3975eb6cf3370..44ccb3a753c9ccb4843392d943ecd10cf50415dd 100644 --- a/src/uncategorized/reMilfTourist.tw +++ b/src/uncategorized/reMilfTourist.tw @@ -4,7 +4,7 @@ <<set _milfed = $slaveIndices[$milfSlaveID]>> <<set _milfSlave = $slaves[_milfed]>> -<<Enunciate _milfSlave>> +<<run Enunciate(_milfSlave)>> <<set $activeSlaveOneTimeMinAge = 36>> diff --git a/src/uncategorized/reRelationshipAdvice.tw b/src/uncategorized/reRelationshipAdvice.tw index c5d0e67e1ae48825e0a507c0aea200f7a9cc1c9a..3e9c9f4c03491a3f768056510f2e6ffe06a9a369 100644 --- a/src/uncategorized/reRelationshipAdvice.tw +++ b/src/uncategorized/reRelationshipAdvice.tw @@ -1,7 +1,7 @@ :: RE relationship advice [nobr] <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Next Week", $activeSlave = $eventSlave>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> <<set _i = $slaveIndices[$activeSlave.relationshipTarget]>> <<set $subSlave = $slaves[_i]>> @@ -129,7 +129,7 @@ She nods her head quickly, still staring at her feet. She shuts her eyes tight a <</if>> But I - I really like you." $subSlave.slaveName looks relieved, and <<if $subSlave.voice != 0>>says, "I really like you too. And you're really cute! I'd love to be your girlfriend." She<<else>>lovingly<</if>> takes $activeSlave.slaveName's hands in hers, and then kisses her on the cheek. $activeSlave.slaveName crushes $subSlave.slaveName in a hug, pressing a squeak out of her. They're now @@.lightgreen;lovers.@@ <<elseif $activeSlave.relationship == 4>> - - " She stops herself. "No, I want to do thi<<s>> right." She takes $subSlave.slaveName's hand, and then drops to one knee. After a moment of uncomprehending shock, $subSlave.slaveName begins to cry. "Will you marry me?" $subSlave.slaveName turns to you and asks if it's all right with you; you nod, and she turns back to $activeSlave.slaveName. <<if !canTalk($subSlave)>>She gestures distractedly that $activeSlave.slaveName is being silly, and of course she'll marry her, because she loves her.<<else>><<Enunciate $subSlave>>"O-of cour<<s>>e I'll m-marry you, <<s>>illy girl. I love you."<</if>> $activeSlave.slaveName jumps up and crushes $subSlave.slaveName in a hug, kissing her frantically through her tears. You @@.lightgreen;marry them@@ solemnly, and they embrace tightly, hugging each other close. $activeSlave.slaveName comes to face you over her wife's shoulder, and she mouths a silent thanks to you. + - " She stops herself. "No, I want to do thi<<s>> right." She takes $subSlave.slaveName's hand, and then drops to one knee. After a moment of uncomprehending shock, $subSlave.slaveName begins to cry. "Will you marry me?" $subSlave.slaveName turns to you and asks if it's all right with you; you nod, and she turns back to $activeSlave.slaveName. <<if !canTalk($subSlave)>>She gestures distractedly that $activeSlave.slaveName is being silly, and of course she'll marry her, because she loves her.<<else>><<run Enunciate($subSlave)>>"O-of cour<<s>>e I'll m-marry you, <<s>>illy girl. I love you."<</if>> $activeSlave.slaveName jumps up and crushes $subSlave.slaveName in a hug, kissing her frantically through her tears. You @@.lightgreen;marry them@@ solemnly, and they embrace tightly, hugging each other close. $activeSlave.slaveName comes to face you over her wife's shoulder, and she mouths a silent thanks to you. <</if>> If $activeSlave.slaveName had doubts about you, @@.mediumaquamarine;they've been addressed.@@ diff --git a/src/uncategorized/reRelativeRecruiter.tw b/src/uncategorized/reRelativeRecruiter.tw index bcbff9fa85b9a0a5607d08a0485576f98f66e356..10c7014e3cc9c1bb1060c364f6426518c946e10c 100644 --- a/src/uncategorized/reRelativeRecruiter.tw +++ b/src/uncategorized/reRelativeRecruiter.tw @@ -21,7 +21,7 @@ <<set $newRelativeRecruitID = 1100000>> <</if>> -<<Enunciate $eventSlave>> +<<run Enunciate($eventSlave)>> <<set _recruitedType = []>> <<if $eventSlave.mother == 0 && $activeSlave.actualAge < 24 && $seeDicks != 100>> @@ -756,7 +756,7 @@ You look up the _relationType. She costs <<print cashFormat($slaveCost)>>, a bar <<set $eventSlave = $slaves[$i]>> <<set $activeSlave = clone($genePool[$j])>> -<<Enunciate $eventSlave>> +<<run Enunciate($eventSlave)>> /* 000-250-006 */ <<if $seeImages == 1>> diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw index 40b5f2941521468f0f58f368fb97a1ccb93e383e..8287e238bd1e7bd633c99873e15d11be06db3dda 100644 --- a/src/uncategorized/reShelterInspection.tw +++ b/src/uncategorized/reShelterInspection.tw @@ -43,7 +43,7 @@ <</if>> */ -<<Enunciate $subSlave>> +<<run Enunciate($subSlave)>> Your assistant announces a visitor in the entryway of your penthouse, and adds<<if $assistant > 0>> with disapproval<</if>> that it's an inspector from the Slave Shelter. <<if $assistant > 0>> diff --git a/src/uncategorized/reShowerPunishment.tw b/src/uncategorized/reShowerPunishment.tw index c6ebadb1317c1e67d2cd2058283c35440c1cdf05..e75d1c187de4381d731ce2c9435c00af4ae828ad 100644 --- a/src/uncategorized/reShowerPunishment.tw +++ b/src/uncategorized/reShowerPunishment.tw @@ -3,7 +3,7 @@ <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Next Week">> <<set $activeSlave = $eventSlave>> -<<Enunciate $HeadGirl>> +<<run Enunciate($HeadGirl)>> <<if $HGSuite == 1>> Looking in on your Head Girl in her suite, you hear her private shower running and head that way. Through the thick steam the shower makes on its hottest setting, you see diff --git a/src/uncategorized/reSlaveMarriage.tw b/src/uncategorized/reSlaveMarriage.tw index 0c8490ae593b94166a2343287450be99b4214f55..00573d70f107c940b11eb7c9aa4f7b0079334195 100644 --- a/src/uncategorized/reSlaveMarriage.tw +++ b/src/uncategorized/reSlaveMarriage.tw @@ -12,7 +12,7 @@ <<if $brideSlave == 0>> <<set $brideSlave = getSlave($groomSlave.relationshipTarget)>> <</if>> -<<Enunciate $groomSlave>> +<<run Enunciate($groomSlave)>> <</nobr>>\ \ <<print "[[$groomSlave.slaveName|Long Slave Description][$nextLink = passage(), $eventDescription = 1,$activeSlave = $groomSlave]]">> and <<print "[[$brideSlave.slaveName|Long Slave Description][$nextLink = passage(), $eventDescription = 1,$activeSlave = $brideSlave]]">> come into your office <<if ($groomSlave.amp != 1) && ($brideSlave.amp != 1)>>holding hands<<else>>doing their best to stay close to one another despite their physical limitations<</if>>. $brideSlave.slaveName looks at $groomSlave.slaveName expectantly, but she's terribly nervous and makes several false starts before beginning. Finally $groomSlave.slaveName musters her courage and <<if !canTalk($groomSlave)>>asks you with simple gestures to grant the two of them a slave marriage.<<else>>asks with her voice cracking, "<<Master>>, would you plea<<s>>e grant u<<s>> a <<s>>lave marriage?"<</if>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 719d156e32d49e4b88f23a0789db3b64a2c48478..986e158c00a7fcfa82072ce27e7dfc282d6133d2 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -2388,7 +2388,7 @@ <<switch $slaves[$i].career>> <<case "a slave">> - She has been a slave so long that she can barely remember making decisions for herself, and @@.hotpink;feels naturally drawn@@ to her <<WrittenMaster $slaves[$i]>>. + She has been a slave so long that she can barely remember making decisions for herself, and @@.hotpink;feels naturally drawn@@ to her <<= WrittenMaster($slaves[$i])>>. <<set $slaves[$i].devotion += 1>> <<case "a dairy slave">> She is @@.hotpink;thankful@@ that you saved her from becoming a mindless cow<<if $slaves[$i].trust < 50>>, though she still has her doubts<</if>>. @@ -4928,7 +4928,7 @@ <<set $slaves[$i].behavioralFlaw = "arrogant">> <</if>> <<else>> - She bears the mark of the Societal Elite @@.hotpink;with pride.@@ It signals that she is yours, and yours alone, drawing her ever closer to her beloved <<WrittenMaster $slaves[$i]>>. + She bears the mark of the Societal Elite @@.hotpink;with pride.@@ It signals that she is yours, and yours alone, drawing her ever closer to her beloved <<= WrittenMaster($slaves[$i])>>. <<set $slaves[$i].devotion += 10>> <</if>> <</if>> @@ -4985,7 +4985,7 @@ <</if>> <<else>> /* no treats for you */ <<if $slaves[$i].behavioralQuirk == "insecure">> - She is @@.mediumaquamarine;relieved@@ she doesn't have to fret over eating the treats and gaining weight as her <<WrittenMaster $slaves[$i]>> is carefully directing her. + She is @@.mediumaquamarine;relieved@@ she doesn't have to fret over eating the treats and gaining weight as her <<= WrittenMaster($slaves[$i])>> is carefully directing her. <<set $slaves[$i].trust++>> <<elseif $slaves[$i].behavioralQuirk == "fitness">> She is @@.mediumaquamarine;thankful@@ that she isn't permitted to eat the treats. She's seen others try one, only to start shoveling them down. @@ -5075,7 +5075,7 @@ <</if>> <<else>> /* no treats for you */ <<if $slaves[$i].behavioralQuirk == "insecure">> - She is @@.mediumaquamarine;relieved@@ she doesn't have to fret over eating the treats and gaining weight as her <<WrittenMaster $slaves[$i]>> is carefully directing her. + She is @@.mediumaquamarine;relieved@@ she doesn't have to fret over eating the treats and gaining weight as her <<= WrittenMaster($slaves[$i])>> is carefully directing her. <<set $slaves[$i].trust++>> <<elseif $slaves[$i].behavioralQuirk == "fitness">> She is @@.mediumaquamarine;thankful@@ that she isn't permitted to eat the treats. She's seen others try one, only to start shoveling them down. diff --git a/src/uncategorized/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw index 66cbf8b5ebae899968ade05eac066b2fc211a3f3..e67ed8de7203ebcc67050ac87b61917f7a05201b 100644 --- a/src/uncategorized/saPleaseYou.tw +++ b/src/uncategorized/saPleaseYou.tw @@ -685,7 +685,7 @@ serves you this week. on occasion; <<set $slaves[$i].devotion -= 5, $slaves[$i].trust += 7>> <</if>> - getting to dominantly fuck $possessive '<<WrittenMaster $slaves[$i]>>' @@.mediumorchid;builds $possessive self-confidence@@ and @@.mediumaquamarine;lessens $possessive fear@@ of you. + getting to dominantly fuck $possessive '<<= WrittenMaster($slaves[$i])>>' @@.mediumorchid;builds $possessive self-confidence@@ and @@.mediumaquamarine;lessens $possessive fear@@ of you. <<elseif ($slaves[$i].devotion <= 20)>> <<if ($fuckSlaves <= $PC.sexualEnergy/2)>> <<set _penetrativeUse = random(21,40)>> @@ -700,7 +700,7 @@ serves you this week. on occasion; <<set $slaves[$i].devotion -= 3, $slaves[$i].trust += 3>> <</if>> - getting to dominantly fuck $possessive '<<WrittenMaster $slaves[$i]>>' @@.mediumorchid;builds $possessive self-confidence,@@ yet @@.mediumaquamarine;makes $possessive more trusting@@ of you. + getting to dominantly fuck $possessive '<<= WrittenMaster($slaves[$i])>>' @@.mediumorchid;builds $possessive self-confidence,@@ yet @@.mediumaquamarine;makes $possessive more trusting@@ of you. <<else>> <<if ($fuckSlaves <= $PC.sexualEnergy/2)>> <<set _penetrativeUse = random(21,40)>> @@ -943,13 +943,13 @@ serves you this week. <</if>> available for you at all times. <<if canAchieveErection($slaves[$i]) && $slaves[$i].dickAccessory != "chastity" && $slaves[$i].dickAccessory != "combined chastity">> - Every time $possessive beloved <<WrittenMaster $slaves[$i]>> fucks $object, $pronoun gets a hardon. + Every time $possessive beloved <<= WrittenMaster($slaves[$i])>> fucks $object, $pronoun gets a hardon. <<elseif ($slaves[$i].dick != 0) && ($slaves[$i].prostate > 0) && canDoVaginal($slaves[$i])>> - $pronounCap doesn't get a hardon as you use $object, but $pronoun comes from the prostate stimulation when $possessive beloved <<WrittenMaster $slaves[$i]>> uses $possessive pussy. + $pronounCap doesn't get a hardon as you use $object, but $pronoun comes from the prostate stimulation when $possessive beloved <<= WrittenMaster($slaves[$i])>> uses $possessive pussy. <<elseif ($slaves[$i].dick != 0) && ($slaves[$i].prostate > 0) && canDoAnal($slaves[$i])>> - $pronounCap doesn't get a hardon as you use $object, but $pronoun comes from the prostate stimulation when $possessive beloved <<WrittenMaster $slaves[$i]>> uses $possessive butt. + $pronounCap doesn't get a hardon as you use $object, but $pronoun comes from the prostate stimulation when $possessive beloved <<= WrittenMaster($slaves[$i])>> uses $possessive butt. <<else>> - $pronounCap comes indecently hard whenever $possessive beloved <<WrittenMaster $slaves[$i]>> uses $possessive body. + $pronounCap comes indecently hard whenever $possessive beloved <<= WrittenMaster($slaves[$i])>> uses $possessive body. <</if>> You have the sexual energy to fuck $object <<if ($fuckSlaves <= $PC.sexualEnergy/2)>> @@ -1261,7 +1261,7 @@ Keeping $object as nothing but your personal <</if>> <<if $slaves[$i].fetish != "mindbroken">> <<if $slaves[$i].fetish == "pregnancy" && ($PC.preg >= 20 || ($PC.preg >= 16 && $PC.career == "escort"))>> - $slaves[$i].slaveName @@.hotpink;enjoys being so close her gravid <<WrittenMaster $slaves[$i]>>.@@ + $slaves[$i].slaveName @@.hotpink;enjoys being so close her gravid <<= WrittenMaster($slaves[$i])>>.@@ <<set $slaves[$i].devotion += 1>> <<if $slaves[$i].fetishKnown == 0>> She enjoys being tasked with servicing a pregnant woman far more than a normal slave would; @@.lightcoral;she's harboring a pregnancy fetish!@@ @@ -1271,7 +1271,7 @@ Keeping $object as nothing but your personal <<set $slaves[$i].fetishStrength += 4>> <</if>> <<elseif _fetishChangeChance > random(0,100) && ($PC.preg >= 20 || ($PC.preg >= 16 && $PC.career == "escort"))>> - At first she found the prospect of being used by her increasingly pregnant <<WrittenMaster $slaves[$i]>> a turn off, but being so close to your gravid form serves to be more erotic than she anticipated. Soon she finds herself aroused less from the prospect of sex and more @@.lightcoral;the chance to be near your child laden belly.@@ + At first she found the prospect of being used by her increasingly pregnant <<= WrittenMaster($slaves[$i])>> a turn off, but being so close to your gravid form serves to be more erotic than she anticipated. Soon she finds herself aroused less from the prospect of sex and more @@.lightcoral;the chance to be near your child laden belly.@@ <<set $slaves[$i].fetish = "pregnancy", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>> <</if>> <</if>> diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw index e036edce7fd17bc818b4762981e5dd0b8f7af865..99e8e85e6a1973c792ce43552f2d83a329b2db03 100644 --- a/src/uncategorized/seExpiration.tw +++ b/src/uncategorized/seExpiration.tw @@ -6,7 +6,7 @@ <<set $activeSlave = getSlave($expiree)>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> $activeSlave.slaveName's indentured servitude is ending this week, meaning that your arcology is gaining a citizen. <<set $ACitizens += 1>> diff --git a/src/uncategorized/seRetirement.tw b/src/uncategorized/seRetirement.tw index 5c20d5321df46f5314a73cc162fed1b7b80a873e..c7153abaf8426000512447644cb60815c2118261 100644 --- a/src/uncategorized/seRetirement.tw +++ b/src/uncategorized/seRetirement.tw @@ -9,7 +9,7 @@ <<else>> <<set _playerName = $PC.name>> <</if>> -<<Enunciate $activeSlave>> +<<run Enunciate($activeSlave)>> $activeSlave.slaveName is retiring from sexual slavery this week, diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 772d0110c8b185af65d9539841125a5883b553a8..898bdef4ac6df6fcc5dea6a9e1c8492153ee7a78 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -3244,14 +3244,14 @@ $He's got a <<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> Judging by how hard $he is<<if $activeSlave.prostate > 1>> and the constant flow of precum leaking from the tip of $his dick<<elseif $activeSlave.prostate > 0>> and the little bead of precum forming at the tip of $his dick<</if>>, $he's probably fantasizing about boobs. <<elseif ($activeSlave.devotion > 50)>> - As a devoted sex slave, $he has no trouble keeping $himself hard for $his <<WrittenMaster $activeSlave>>. + As a devoted sex slave, $he has no trouble keeping $himself hard for $his <<= WrittenMaster($activeSlave)>>. <<if ($activeSlave.prostate > 2)>> The area above $his crotch has a slight swell to it from $his prostate implant. A constant dribble of precum drips from the tip of $his cock; $his artificially hyperactive prostate keeps $him that way. <<elseif ($activeSlave.prostate > 1)>> $He's got a string of precum dangling from the tip of $his cock; $his artificially hyperactive prostate keeps $him that way. <</if>> <<elseif ($activeSlave.devotion > 20)>> - As an obedient sex slave, $he does $his best to keep <<print $his>>self hard for $his <<WrittenMaster $activeSlave>>. + As an obedient sex slave, $he does $his best to keep <<print $his>>self hard for $his <<= WrittenMaster($activeSlave)>>. <<if ($activeSlave.prostate > 2)>> The area above $his crotch has a slight swell to it from $his prostate implant. A constant dribble of precum drips from the tip of $his cock; $his artificially hyperactive prostate keeps $him that way. <<elseif ($activeSlave.prostate > 1)>> @@ -4127,9 +4127,9 @@ $He's got a getting fucked. <</switch>> <<elseif ($activeSlave.devotion > 50)>> - As a devoted sex slave, $he has no trouble keeping $himself wet for $his <<WrittenMaster $activeSlave>>. + As a devoted sex slave, $he has no trouble keeping $himself wet for $his <<= WrittenMaster($activeSlave)>>. <<elseif ($activeSlave.devotion > 20)>> - As an obedient sex slave, $he does $his best to keep $himself wet for $his <<WrittenMaster $activeSlave>>. + As an obedient sex slave, $he does $his best to keep $himself wet for $his <<= WrittenMaster($activeSlave)>>. <</if>> <<if $activeSlave.prostate != 0>> <<if $activeSlave.dick == 0>> diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index b650f21c1a7b6130de9fce4eb8f6fe8a94a8cb6d..7ad2a3c6d5d40c515a47d4f48069c4608c1ecffa 100644 --- a/src/utility/descriptionWidgetsStyle.tw +++ b/src/utility/descriptionWidgetsStyle.tw @@ -2524,7 +2524,7 @@ $His <<elseif $activeSlave.pregKnown == 0>> "Put a baby in me today!" <<elseif $activeSlave.pregSource == -1>> - "Womb claimed by my <<WrittenMaster>>!" + "Womb claimed by my <<= WrittenMaster()>>!" <<elseif ($activeSlave.pregSource == -2 || $activeSlave.pregSource == 0)>> "Baby made by slutting around!" <<elseif $activeSlave.pregSource > 0>> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index a34281ca93a3df58b8a557d8f96b6fcf4931ddf3..3f95ad41abe326309acbe802efb5c7808c8ea6bf 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -1407,16 +1407,7 @@ <</widget>> -/% - Call as <<Enunciate>> - $args[0]: Slave. -%/ -<<widget "Enunciate">> - <<run Enunciate($args[0]) >> -<</widget>> - -<<widget "Master">><<if def $args[0]>><<Enunciate $args[0]>><<elseif ndef $titleEnunciate>><<Enunciate $activeSlave>><</if>>$titleEnunciate<</widget>> -<<widget "WrittenMaster">><<= WrittenMaster($args[0]) >><</widget>> +<<widget "Master">><<if def $args[0]>><<run Enunciate($args[0])>><<elseif ndef $titleEnunciate>><<run Enunciate($activeSlave)>><</if>>$titleEnunciate<</widget>> <<widget "say">><<if def $args[0] && $sayEnunciate != "lisp">>$args[0]<<else>>$sayEnunciate<</if>><</widget>> <<widget "s">>$sEnunciate<</widget>> <<widget "S">>$SEnunciate<</widget>>