From 8570ac553320bf9ee690e63bef1d34534ce2aa4a Mon Sep 17 00:00:00 2001
From: klorpa <klorpa@yahoo.com>
Date: Sat, 1 Dec 2018 17:42:24 -0800
Subject: [PATCH] Update recETS.tw

---
 src/uncategorized/recETS.tw | 1197 +++++++++++++++++++++++++++--------
 1 file changed, 931 insertions(+), 266 deletions(-)

diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index 5f8e94b3abb..a10e39f6d6a 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -1,20 +1,20 @@
 :: RecETS [nobr]
 
 <<if Array.isArray($RecETSevent)>>
-  <<set $activeSlave = $eventSlave>>
-  <<if $cheatMode == 1>>
-	<<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */
-	''A random two slave recruitment event would have been selected from the following:''
-	<br>
-	<<for _i = 0; _i < $RecETSevent.length; _i++>>
-		<<print "[[$RecETSevent[_i]|RecETS][$RecETSevent = $RecETSevent[" + _i + "]]]">>
+	<<set $activeSlave = $eventSlave>>
+	<<if $cheatMode == 1>>
+		<<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */
+		''A random two slave recruitment event would have been selected from the following:''
 		<br>
-	<</for>>
-	<br><br>[[Go Back to Random Nonindividual Event|Random Nonindividual Event][$eventSlave = 0]]
-  <<else>>
-	<<set $RecETSevent = $RecETSevent.random()>>
-	<<goto "RecETS">>
-  <</if>>
+		<<for _i = 0; _i < $RecETSevent.length; _i++>>
+			<<print "[[$RecETSevent[_i]|RecETS][$RecETSevent = $RecETSevent[" + _i + "]]]">>
+			<br>
+		<</for>>
+		<br><br>[[Go Back to Random Nonindividual Event|Random Nonindividual Event][$eventSlave = 0]]
+	<<else>>
+		<<set $RecETSevent = $RecETSevent.random()>>
+		<<goto "RecETS">>
+	<</if>>
 <<else>>
 
 <<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check", $showEncyclopedia = 1, $encyclopedia = "Enslaving People">>
@@ -59,16 +59,8 @@
 <<slaveCost $activeSlave>>
 <<set $slaveCost -= 1000>>
 
-A matronly woman comes to your penthouse in tears. It seems she is a tenant of yours, and has fallen deeply into debt as a result of aphrodisiac addiction. She offers to sell herself into slavery if you will pay off her debts. She is strangely eager about this, and after some probing it becomes apparent that she is living with her daughter and wants to avoid having her daughter involved in this debt.
-
-<br><br>
-
-//Enslaving her will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to her. Less costs, this will bring in  <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could manipulate her to bind both mother and daughter, but you wouldn't be able to examine the daughter first.//
-
 <<case "posh mother daughter">>
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
 <<set $contractCost = 1500>>
 <<set $activeSlaveOneTimeMinAge = ($fertilityAge + $minimumSlaveAge)>>
 <<set $activeSlaveOneTimeMaxAge = 40>>
@@ -86,7 +78,7 @@ A matronly woman comes to your penthouse in tears. It seems she is a tenant of y
 <<set $activeSlave.career = "a business owner">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.vagina = 2>>
 <<set $activeSlave.preg = -2>>
 <<set $activeSlave.ovaries = 1>>
@@ -111,16 +103,8 @@ A matronly woman comes to your penthouse in tears. It seems she is a tenant of y
 <<slaveCost $activeSlave>>
 <<set $slaveCost -= 1500>>
 
-An older woman comes to see you representing her family business. She's pretty enough, but extremely unpleasant to deal with. She pushes hard for a deal that strongly favors her, and is not above leaning over your desk to give you an eyeful of probably-enhanced cleavage behind her business attire. As you argue, a discreet alert appears on your desk: her family business is actually on the verge of bankruptcy. With a press of your thumb you could acquire enough of her debts to be able to enslave her. And what's more, her daughter just came of age and became a partner in the business. She's in play, too. Based on the desk report, she's likely to be a spoiled little bitch.
-
-<br><br>
-
-//Enslaving the mother will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to her. Less costs, this will bring in  <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both mother and daughter, but you wouldn't be able to examine the daughter first.//
-
 <<case "incest mother son">>
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
 <<set $contractCost = 10000>>
 <<set $activeSlaveOneTimeMinAge = Math.max($fertilityAge+20, $potencyAge+20, $minimumSlaveAge+20)>>
 <<set $activeSlaveOneTimeMaxAge = 40>>
@@ -131,7 +115,7 @@ An older woman comes to see you representing her family business. She's pretty e
 <<set $activeSlave.career = "a housewife">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.vagina = 2>>
 <<set $activeSlave.preg = 31>>
 <<set $activeSlave.pregType = 1>>
@@ -163,20 +147,8 @@ An older woman comes to see you representing her family business. She's pretty e
 <<set $activeSlave.relationship = 3>>
 <<set $activeSlave.relationshipTarget = $activeSlave.ID + 1000>>
 
-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.
-
-<br><br>
-
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are a mother and son who had to flee their home after her husband found out the child in her rounded middle was not his, but his son's. They feel that life in an arcology together, even as slaves, would be better than their new life on the streets.
-
-<br><br>
-
-It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
-
 <<case "incest father daughter">>
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
 <<set $contractCost = 10000>>
 <<set $activeSlaveOneTimeMinAge = Math.max($potencyAge+20, $fertilityAge+20, $minimumSlaveAge+20)>>
 <<set $activeSlaveOneTimeMaxAge = 40>>
@@ -186,7 +158,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.origin = "She offered to become your slave to protect her incestuous relationship.">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.dick = 4>>
 <<set $activeSlave.balls = 3>>
 <<set $activeSlave.scrotum = 3>>
@@ -204,20 +176,8 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.relationship = 3>>
 <<set $activeSlave.relationshipTarget = $activeSlave.ID + 1000>>
 
-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.
-
-<br><br>
-
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are a father and daughter who had to flee their home after his wife found out he was having sex with their daughter. Her gravid middle is testament to that. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
-
-<br><br>
-
-It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
-
 <<case "incest brother sister">>
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
 <<set $contractCost = 10000>>
 <<set $activeSlaveOneTimeMinAge = Math.max($fertilityAge+2, $potencyAge+2, $minimumSlaveAge+2)>>
 <<set $activeSlaveOneTimeMaxAge = 20>>
@@ -228,7 +188,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.career = "a dropout">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.vagina = 1>>
 <<set $activeSlave.preg = 31>>
 <<set $activeSlave.pregType = 1>>
@@ -259,16 +219,8 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.relationship = 3>>
 <<set $activeSlave.relationshipTarget = $activeSlave.ID + 1000>>
 
-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.
-<br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are a brother and sister who had to flee their home after their parents found out they were having sex with each other. Her gravid middle is testament to that. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
-<br><br>
-It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
-
 <<case "incest sister sister">>
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
 <<set $contractCost = 10000>>
 <<set $activeSlaveOneTimeMinAge = Math.max($fertilityAge+2, $minimumSlaveAge+2)>>
 <<set $activeSlaveOneTimeMaxAge = 20>>
@@ -279,7 +231,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.career = "a dropout">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.ovaries = 1>>
 <<set $activeSlave.face = random(15,40)>>
 <<set $activeSlave.attrXX = 80>>
@@ -301,16 +253,8 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.relationship = 3>>
 <<set $activeSlave.relationshipTarget = $activeSlave.ID + 1000>>
 
-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.
-<br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are two sisters who had to flee their home after their parents found out they were having sex with each other. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
-<br><br>
-It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
-
 <<case "incest brother brother">>
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
 <<set $contractCost = 10000>>
 <<set $activeSlaveOneTimeMinAge = Math.max($potencyAge+2, $minimumSlaveAge+2)>>
 <<set $activeSlaveOneTimeMaxAge = 20>>
@@ -321,7 +265,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.career = "a dropout">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.face = random(15,40)>>
 <<set $activeSlave.clothes = "conservative clothing">>
 <<set $activeSlave.health = random(20,40)>>
@@ -341,12 +285,6 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.relationship = 3>>
 <<set $activeSlave.relationshipTarget = $activeSlave.ID + 1000>>
 
-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.
-<br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are two brothers who had to flee their home after their parents found out they were having sex with each other. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
-<br><br>
-It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
-
 <<case "incest twin sister">>
 
 <<set $nextButton = "Continue">>
@@ -360,7 +298,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.origin = "She offered to become your slave to protect her incestuous relationship.">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.face = random(15,40)>>
 <<set $activeSlave.attrXX = 80>>
 <<set $activeSlave.vaginalSkill = 15>>
@@ -381,16 +319,8 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.relationship = 3>>
 <<set $activeSlave.relationshipTarget = $activeSlave.ID + 1000>>
 
-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.
-<br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are twin sisters who had to flee their home after their parents found out they were having sex with each other. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
-<br><br>
-It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
-
 <<case "incest twin brother">>
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
 <<set $contractCost = 10000>>
 <<set $activeSlaveOneTimeMinAge = Math.max($potencyAge, $minimumSlaveAge)>>
 <<set $activeSlaveOneTimeMaxAge = 20>>
@@ -400,7 +330,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.origin = "She offered to become your slave to protect her incestuous relationship.">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.face = random(15,40)>>
 <<set $activeSlave.clothes = "conservative clothing">>
 <<set $activeSlave.health = random(20,40)>>
@@ -420,16 +350,8 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.relationship = 3>>
 <<set $activeSlave.relationshipTarget = $activeSlave.ID + 1000>>
 
-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.
-<br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are twin brothers who had to flee their home after their parents found out they were having sex with each other. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
-<br><br>
-It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
-
 <<case "incest twins mixed">>
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
 <<set $contractCost = 10000>>
 <<set $activeSlaveOneTimeMinAge = Math.max($fertilityAge, $minimumSlaveAge)>>
 <<set $activeSlaveOneTimeMaxAge = 20>>
@@ -440,7 +362,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.origin = "She offered to become your slave to protect her incestuous relationship.">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.face = random(15,40)>>
 <<set $activeSlave.attrXX = 80>>
 <<set $activeSlave.vaginalSkill = 15>>
@@ -461,16 +383,8 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.relationship = 3>>
 <<set $activeSlave.relationshipTarget = $activeSlave.ID + 1000>>
 
-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.
-<br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are twins who had to flee their home after their parents found out they were having sex with each other. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
-<br><br>
-It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
-
 <<case "incest mother daughter">>
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
 <<set $contractCost = 10000>>
 <<set $activeSlaveOneTimeMinAge = Math.max($fertilityAge+20, $minimumSlaveAge+20)>>
 <<set $activeSlaveOneTimeMaxAge = 40>>
@@ -481,7 +395,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.career = "a housewife">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.vagina = 2>>
 <<set $activeSlave.ovaries = 1>>
 <<set $activeSlave.birthsTotal += 1>>
@@ -506,16 +420,8 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.relationship = 3>>
 <<set $activeSlave.relationshipTarget = $activeSlave.ID + 1000>>
 
-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.
-<br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are a mother and daughter who had to flee their home after her husband found out she was having sex with their daughter. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
-<br><br>
-It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
-
 <<case "incest father son">>
 
-<<set $nextButton = "Continue">>
-<<set $nextLink = "RIE Eligibility Check">>
 <<set $contractCost = 10000>>
 <<set $activeSlaveOneTimeMinAge = Math.max($potencyAge+20, $minimumSlaveAge+20)>>
 <<set $activeSlaveOneTimeMaxAge = 40>>
@@ -525,7 +431,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.origin = "She offered to become your slave to protect her incestuous relationship.">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.dick = 4>>
 <<set $activeSlave.balls = 3>>
 <<set $activeSlave.scrotum = 3>>
@@ -543,12 +449,6 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.relationship = 3>>
 <<set $activeSlave.relationshipTarget = $activeSlave.ID + 1000>>
 
-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.
-<br><br>
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are a father and son who had to flee their home after his wife found out he was having sex with their son. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
-<br><br>
-It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
-
 <<case "mismatched pair">>
 
 <<set $contractCost = 1500>>
@@ -567,7 +467,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.career = "a reluctant anal whore">>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
-	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
 <<set $activeSlave.health = random(0,20)>>
 <<set $activeSlave.anus = 1>>
 <<set $activeSlave.vagina = -1>>
@@ -583,7 +483,7 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<set $activeSlave.analSkill = 15>>
 <<set $activeSlave.boobs = 600>>
 <<set $activeSlave.boobsImplant = 400>>
-<<set $activeSlave.butt = either(1,2)>>
+<<set $activeSlave.butt = either(1, 2)>>
 <<set $activeSlave.preg = -2>>
 <<set $activeSlave.birthWeek = 0>>
 <<set $activeSlave.sexualFlaw = "hates anal">>
@@ -605,20 +505,6 @@ It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
 <<slaveCost $activeSlave>>
 <<set $slaveCost -= 1500>>
 
-Your head girl comes to see you. She flags a slave posted for sale on your desk. The posting seems completely unimpressive - just a bitch barely past her <<print $activeSlave.actualAge>>th birthday with basic implants and a pathetic little dick - until she points out that the person posting her for sale is her sister. Her slightly older, naturally female sister. Who, to go by the pictures, the younger sibling has desperately been trying to mold herself to look more like.
-
-<br><br>
-
-"It won't show on the desk yet, but rumor is the little cunt's gotten them both in bad debt, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. You could grab them both cheap."
-
-<br><br>
-
-You bring up a video feed of the one-room apartment they share. A man, clearly a client, is sitting on the bed while the sissy rides him. She's facing away from the john, so she isn't trying to hide the fact that she isn't happy selling her anus for money. The older sister is naked, but she's trying to act as a pimp of sorts rather than helping fuck. She alternately poses and preens for the john and nonverbally scolds the wincing sissy when he's not paying attention. After the customer finishes, the sissy heads to the toilet to clean herself, and her older sister whispers to the john that the sissy's for sale. The john laughs at her and excuses himself.
-
-<br><br>
-
-//Enslaving the younger, sissy sister will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to her. Less costs, this will bring in  <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both sisters, but you wouldn't be able to examine the older one first. She'll likely be very rebellious and sexually unskilled.//
-
 <<case "matched pair">>
 
 <<set $activeSlaveOneTimeMinAge = 12>>
@@ -646,7 +532,7 @@ You bring up a video feed of the one-room apartment they share. A man, clearly a
 <<set $activeSlave.analSkill = 15>>
 <<set $activeSlave.boobs = either(500,600)>>
 <<set $activeSlave.boobsImplant = 400>>
-<<set $activeSlave.butt = either(2,3)>>
+<<set $activeSlave.butt = either(2, 3)>>
 <<set $activeSlave.buttImplant = 1>>
 <<set $activeSlave.preg = -3>>
 <<set $activeSlave.hStyle = "in twin tails">>
@@ -671,20 +557,6 @@ You bring up a video feed of the one-room apartment they share. A man, clearly a
 <<slaveCost $activeSlave>>
 <<set $contractCost = $slaveCost*2>>
 
-A pair of young slaves is going door to door offering themselves for sale on behalf of their owner. It's rare to see a slave obedient enough to be entrusted with her own sale, and the price alone suggests there's something interesting, so you let them up. They stand in front of your desk and wait for instructions. They appear to be twins, and are dressed identically: they're wearing very skimpy miniskirts and bikini tops so brief that their areolae are clearly visible around the scrap of cloth over each nipple. You instruct them to tell you about themselves.
-
-<br><br>
-
-One of them speaks up. "We're twins, <<= properTitle()>>. Fraternal twins. We have been given hormone treatments and surgery to match one another more closely, except for one detail." They lift their skirts; the speaker has a hormone-atrophied cock, while her sister has a pussy, along with a large clit that almost matches her sibling's member in size. "We've also been trained ever since we turned $minimumSlaveAge to be completely obedient, <<= properTitle()>>, in everything, and sexually proficient."
-
-<br><br>
-
-"We cost <<print cashFormat($contractCost)>>, <<= properTitle()>>."
-
-<br><br>
-
-//Her sister is identical except that she is naturally female and lacks implants, having reached that size the normal way.//
-
 <<case "identical pair">>
 
 <<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>>
@@ -708,7 +580,7 @@ One of them speaks up. "We're twins, <<= properTitle()>>. Fraternal twins. We ha
 <<set $activeSlave.face = 15>>
 <<set $activeSlave.faceShape = "cute">>
 <<if $activeSlave.physicalAge >= 12>>
-  <<set $activeSlave.teeth = "normal">>
+	<<set $activeSlave.teeth = "normal">>
 <</if>>
 <<set $activeSlave.vaginalSkill = 15>>
 <<set $activeSlave.oralSkill = 15>>
@@ -716,7 +588,7 @@ One of them speaks up. "We're twins, <<= properTitle()>>. Fraternal twins. We ha
 <<if $activeSlave.physicalAge >= random(13,17)>>
 	<<set $activeSlave.boobs = either(500,600)>>
 	<<set $activeSlave.boobsImplant = 0>>
-	<<set $activeSlave.butt = either(2,3)>>
+	<<set $activeSlave.butt = either(2, 3)>>
 	<<set $activeSlave.buttImplant = 0>>
 <</if>>
 <<set $activeSlave.preg = -1>>
@@ -739,20 +611,6 @@ One of them speaks up. "We're twins, <<= properTitle()>>. Fraternal twins. We ha
 <<slaveCost $activeSlave>>
 <<set $contractCost = $slaveCost*2>>
 
-A pair of young slaves is going door to door offering themselves for sale on behalf of their owner. It's rare to see a slave obedient enough to be entrusted with her own sale, and the price alone suggests there's something interesting, so you let them up. They stand in front of your desk and wait for instructions. They appear to be twins, and are dressed identically: they're wearing very skimpy miniskirts and bikini tops so brief that their areolae are clearly visible around the scrap of cloth over each nipple. You instruct them to tell you about themselves.
-
-<br><br>
-
-One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Identical twins.  "We've also been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever since we turned $minimumSlaveAge<</if>> to be completely obedient, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, in everything, and sexually proficient."
-
-<br><br>
-
-"We cost <<print cashFormat($contractCost)>>, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>."
-
-<br><br>
-
-//Her sister is identical.//
-
 <<case "identical herm pair">>
 
 <<set $activeSlaveOneTimeMinAge = $fertilityAge>>
@@ -785,7 +643,7 @@ One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>
 <<if $activeSlave.physicalAge >= random(13,17)>>
 	<<set $activeSlave.boobs = either(500,600)>>
 	<<set $activeSlave.boobsImplant = 0>>
-	<<set $activeSlave.butt = either(2,3)>>
+	<<set $activeSlave.butt = either(2, 3)>>
 	<<set $activeSlave.buttImplant = 0>>
 <</if>>
 <<set $activeSlave.preg = 30>>
@@ -818,24 +676,6 @@ One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>
 <<slaveCost $activeSlave>>
 <<set $contractCost = $slaveCost*2>>
 
-A pair of young slaves is going door to door offering themselves for sale on behalf of their owner. It's rare to see a slave obedient enough to be entrusted with her own sale, and the price alone suggests there's something interesting, so you let them up. They stand in front of your desk, an arm around the other, and wait for instructions. They appear to be twins, and are dressed identically: they're wearing very skimpy miniskirts, which fail to conceal their semi erect cocks at all, bikini tops so brief that their areolae are clearly visible around the scrap of cloth over each nipple, and nothing over their huge pregnant bellies. You instruct them to tell you about themselves.
-
-<br><br>
-
-They pull themselves together, bringing their gravid middles in tight contact with one another.
-
-One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Identical twins.  "We've also been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever since we turned $minimumSlaveAge<</if>> to be completely obedient, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, in everything, and sexually proficient."
-
-The other blurts out. "But we kinda got too into each other, in more ways than one!" She winks.
-
-<br><br>
-
-"We cost <<print cashFormat($contractCost)>>, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>."
-
-<br><br>
-
-//Her sister is identical.//
-
 <<case "desperate broodmother">>
 
 <<set $contractCost = 1000>>
@@ -895,76 +735,900 @@ The other blurts out. "But we kinda got too into each other, in more ways than o
 <<slaveCost $activeSlave>>
 <<set $slaveCost -= 1500>>
 
-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.
-
-<br><br>
-
-This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You aren't far off; the caller is a <<if $activeSlave.actualAge >= 18>>young woman<<elseif $activeSlave.actualAge >= 13>>teen<<else>>loli<</if>> desperate for work, carrying a young child on her shoulder, quadruplets on her back and a large sack against her middle, while looking absolutely exhausted. "Please, would you happen to have any work for a desperate mother? I need to eat, and my babies are starting to go hungry... I tried whoring, but I got pregnant again..." She struggles back to allow you to see her full body. The object you thought were her possessions is, in fact, her massively distended stomach. "I'm having so many and I don't know what to do anymore... I can't care for this many... Anything you can do for meeEEEEEE!" She groans as an intense contraction hits her. "Oh god! Not now! Not like this! I'm not ready... Please, I'm giving birth right now... Forget work, I'll be your slave if you can help me..." She begs, tears streaming down her face as she struggles to hold back the child threatening to slide into her birth canal.<<if $minimumSlaveAge <= 3>> "Please... My eldest is of age here... Help me and they'll be yours too! You'll help mommy, right sweetie?" The toddler nods to her, unlikely to understand exactly what is going on.<</if>>
-
-<br><br>
-
-//Enslaving her will cost <<print cashFormat($contractCost)>>.<<if $minimumSlaveAge <= 3>> Alternatively, for <<print cashFormat(($contractCost*2))>> you could enslave both mother and her eldest child, the rest will be sent to the slave orphanages, but you can't tell its gender from the call. She should be a good value, though.<</if>>//
-
-<<default>>
-	<br>ERROR: bad recETS event $RecETSevent
 <</switch>>
 
-<br><br>
-
-<<set $saleDescription = 1>><<include "Long Slave Description">><<set $saleDescription = 0>>
-
-<br><br>
-<span id="result">
+<<set $relative = clone($activeSlave)>>
 
-<<if $cash >= $contractCost>>
 <<switch $RecETSevent>>
 
 <<case "addict mother daughter">>
 
-<<link "Accept her proposal and enslave her">>
-	<<set $activeSlave.relation = 0>>
-	<<set $activeSlave.relationTarget = 0>>
-		<<set $activeSlave.oralCount += 1>>
-		<<set $oralTotal += 1>>
-	<<run newSlave($activeSlave)>>
-	<<set $cash -= $contractCost>>
-	<<replace "#result">>
-	Despite herself, she sobs with relief when you agree. She offers to <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> while you complete the necessary legalities, so you work away with a <<if $PC.dick == 1>>pair of motherly lips wrapped around your dick<<else>>motherly tongue pleasuring your clit<</if>> as she pumps away eagerly under the desk. She's definitely on aphrodisiacs. She masturbates while she sucks.
-	<</replace>>
-<</link>>
+<<set $activeSlave.origin = "You tricked her mother into selling her into slavery to clear addiction debts.">>
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.devotion += 10>>
+<<set $activeSlave.trust += 10>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.boobs -= 100>>
+<<set $activeSlave.butt -= 1>>
+<<if $activeSlave.vagina > -1>><<set $activeSlave.vagina = 1>><</if>>
+<<set $activeSlave.anus = 1>>
+<<set $activeSlaveOneTimeMaxAge = Math.min(22, Math.max($minimumSlaveAge, $activeSlave.actualAge - 11))>>
+<<set $activeSlaveOneTimeMinAge = Math.min(Math.max(15, $minimumSlaveAge), $activeSlaveOneTimeMaxAge)>>
+<<if $pedo_mode == 1>><<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>><</if>>
+<<set $activeSlave.actualAge = random($activeSlaveOneTimeMinAge, $activeSlaveOneTimeMaxAge)>>
+<<if $familyTesting == 1>>
+	<<set $activeSlave.mother = $activeSlave.ID - 1000>>
+<<else>>
+	<<set $activeSlave.relation = "daughter">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.birthsTotal = 0>>
+<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+<<if $activeSlave.physicalAge < 6>>
+	<<set $activeSlave.teeth = "baby">>
+<<elseif $activeSlave.physicalAge < 12>>
+	<<set $activeSlave.teeth = "mixed">>
+<</if>>
 
 <<case "posh mother daughter">>
 
-<<link "Enslave the mother">>
-	<<set $activeSlave.relation = 0>>
-	<<set $activeSlave.relationTarget = 0>>
-	<<run newSlave($activeSlave)>>
-	<<set $cash -= $contractCost>>
-	<<replace "#result">>
-	You press your thumb down on your desk interface and then tell her to read the display, strip, and show you her body. She knits her brow in confusion and begins to curse at you but reads anyway. Comprehension dawns on her and she stares you in the eye for a long moment - and then drops her gaze. She knows the Free Cities well enough to understand. She stands and sadly strips off her blouse and slacks. Following orders, she rotates slowly for you. Then, she bends over facing away from you and spreads her buttocks to display her holes. Unsurprisingly, she's got a well-used pussy but has clearly never taken it up the ass. That will change.
-	<</replace>>
-<</link>>
+<<set $activeSlave.origin = "You acquired her along with her mother when the family business failed.">>
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.devotion -= 25>>
+<<set $activeSlave.trust -= 10>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.boobs -= 400>>
+<<set $activeSlave.boobsImplant = 0>>
+<<set $activeSlave.butt -= 1>>
+<<set $activeSlave.vagina = 1>>
+<<set $activeSlave.anus = 0>>
+<<set $activeSlave.vaginalSkill = 0>>
+<<set $activeSlaveOneTimeMaxAge = Math.max($minimumSlaveAge,Math.min(19, ($activeSlave.actualAge - Math.min(11, $fertilityAge))))>>
+<<set $activeSlaveOneTimeMinAge = Math.min(18, $activeSlaveOneTimeMaxAge)>>
+<<if $pedo_mode == 1>><<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>><</if>>
+<<set $activeSlave.actualAge = random($activeSlaveOneTimeMinAge, $activeSlaveOneTimeMaxAge)>>
+<<if $familyTesting == 1>>
+	<<set $activeSlave.mother = $activeSlave.ID - 1000>>
+<<else>>
+	<<set $activeSlave.relation = "daughter">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.birthsTotal = 0>>
+<<set $activeSlave.preg = 0>>
+<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+<<if $activeSlave.physicalAge < 6>>
+	<<set $activeSlave.teeth = "baby">>
+<<elseif $activeSlave.physicalAge < 12>>
+	<<set $activeSlave.teeth = "mixed">>
+<</if>>
 
-<<case "mismatched pair">>
+<<case "incest mother son">>
 
-<<link "Enslave the sissy slut">>
-	<<set $activeSlave.mother = 0>>
-	<<set $activeSlave.father = 0>>	
-	<<set $activeSlave.relation = 0>>
-	<<set $activeSlave.relationTarget = 0>>
-	<<set $activeSlave.rivalry = 0>>
-	<<set $activeSlave.rivalryTarget = 0>>
-	<<run newSlave($activeSlave)>>
-	<<set $cash -= $contractCost>>
-	<<replace "#result">>
-	The poor sissy isn't happy to become a slave, but she's clearly relieved to be away from her sister. The bitch isn't likely to have an easy time; the sale didn't clear her from debt. $activeSlave.slaveName describes her basic sexual experience, which includes a lot of sucking and anal whoring. Without more ado she moves from practical sexual slavery at the hands of her sister to actual sexual slavery.
-	<</replace>>
-<</link>>
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.career = "a student">>
+<<set $activeSlave.actualAge -= 18>>
+<<if $activeSlave.actualAge > 20>>
+	<<if $potencyAge >= $minimumSlaveAge>>
+		<<set $activeSlave.actualAge = random($potencyAge, 20)>>
+	<<else>>
+		<<set $activeSlave.actualAge = random($minimumSlaveAge, 20)>>
+	<</if>>
+<</if>>
+<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+<<set $activeSlave.genes = "XY">>
+<<ResyncHeight $activeSlave>>
+<<set $activeSlave.vagina = -1>>
+<<set $activeSlave.pubertyXX = 0>>
+<<set $activeSlave.pubertyXY = 1>>
+<<set $activeSlave.preg = 0>>
+<<set $activeSlave.pregKnown = 0>>
+<<set $activeSlave.pregWeek = 0>>
+<<set $activeSlave.pregType = 0>>
+<<set $activeSlave.pregSource = 0>>
+<<set WombFlush($activeSlave)>>
+<<run SetBellySize($activeSlave)>>
+<<set $activeSlave.dick = 2>>
+<<set $activeSlave.foreskin = 3>>
+<<set $activeSlave.ovaries = 0>>
+<<set $activeSlave.balls = 2>>
+<<set $activeSlave.scrotum = 2>>
+<<set $activeSlave.prostate = 1>>
+<<set $activeSlave.clit = 0>>
+<<set $activeSlave.vaginalSkill = 0>>
+<<set $activeSlave.faceShape = "cute">>
+<<set $activeSlave.boobs = 0>>
+<<set $activeSlave.birthsTotal = 0>>
+<<set $activeSlave.lactation = 0>>
+<<set $activeSlave.anus = 0>>
+<<set $activeSlave.butt -= 2>>
+<<set $activeSlave.behavioralQuirk = "none">>
+<<set $activeSlave.sexualQuirk = "perverted">>
+<<if $familyTesting == 1>>
+	<<set $activeSlave.mother = $activeSlave.ID - 1000>>
+<<else>>
+	<<set $activeSlave.relation = "daughter">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 3>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+<<if $activeSlave.physicalAge < 6>>
+	<<set $activeSlave.teeth = "baby">>
+<<elseif $activeSlave.physicalAge < 12>>
+	<<set $activeSlave.teeth = "mixed">>
+<</if>>
 
-<<case "desperate broodmother">>
+<<case "incest father daughter">>
 
-<<link "Enslave the mother">>
-	<<set $activeSlave.relation = 0>>
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.career = "a student">>
+<<set $activeSlave.actualAge -= 18>>
+<<if $activeSlave.actualAge > 20>>
+	<<if $potencyAge >= $minimumSlaveAge>>
+		<<set $activeSlave.actualAge = random($potencyAge, 20)>>
+	<<else>>
+		<<set $activeSlave.actualAge = random($minimumSlaveAge, 20)>>
+	<</if>>
+<</if>>
+<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+<<set $activeSlave.genes = "XX">>
+<<ResyncHeight $activeSlave>>
+<<set $activeSlave.pubertyXX = 1>>
+<<set $activeSlave.pubertyXY = 0>>
+<<set $activeSlave.vagina = 3>>
+<<set $activeSlave.preg = 30>>
+<<set $activeSlave.dick = 0>>
+<<set $activeSlave.ovaries = 1>>
+<<set $activeSlave.balls = 0>>
+<<set $activeSlave.scrotum = 0>>
+<<set $activeSlave.clit = 1>>
+<<set $activeSlave.prostate = 0>>
+<<set $activeSlave.voice = 2>>
+<<set $activeSlave.vaginalSkill = 50>>
+<<set $activeSlave.boobs = (random(3,6)*100)>>
+<<set $activeSlave.pregType = 1>>
+<<set $activeSlave.pregKnown = 1>>
+<<set $activeSlave.pregWeek = $activeSlave.preg>>
+<<run SetBellySize($activeSlave)>>
+<<set $activeSlave.pregSource = $activeSlave.ID - 1000>>
+<<set $activeSlave.faceShape = "cute">>
+<<set $activeSlave.behavioralQuirk = "none">>
+<<set $activeSlave.sexualQuirk = "perverted">>
+<<if $familyTesting == 1>>
+	<<set $activeSlave.father = $activeSlave.ID - 1000>>
+<<else>>
+	<<set $activeSlave.relation = "daughter">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 3>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+<<if $activeSlave.physicalAge < 6>>
+	<<set $activeSlave.teeth = "baby">>
+<<elseif $activeSlave.physicalAge < 12>>
+	<<set $activeSlave.teeth = "mixed">>
+<</if>>
+
+<<case "incest brother sister">>
+
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.actualAge -= 2>>
+<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+<<set $activeSlave.genes = "XY">>
+<<ResyncHeight $activeSlave>>
+<<set $activeSlave.vagina = -1>>
+<<set $activeSlave.pubertyXX = 0>>
+<<set $activeSlave.pubertyXY = 1>>
+<<set $activeSlave.preg = 0>>
+<<set $activeSlave.pregType = 0>>
+<<set $activeSlave.pregSource = 0>>
+<<set $activeSlave.pregKnown = 0>>
+<<set $activeSlave.pregWeek = 0>>
+<<set WombFlush($activeSlave)>>
+<<run SetBellySize($activeSlave)>>
+<<set $activeSlave.dick = 2>>
+<<set $activeSlave.foreskin = 2>>
+<<set $activeSlave.ovaries = 0>>
+<<set $activeSlave.balls = 2>>
+<<set $activeSlave.scrotum = 2>>
+<<set $activeSlave.prostate = 1>>
+<<set $activeSlave.clit = 0>>
+<<set $activeSlave.vaginalSkill = 0>>
+<<set $activeSlave.faceShape = "masculine">>
+<<set $activeSlave.boobs = 0>>
+<<set $activeSlave.lactation = 0>>
+<<set $activeSlave.anus = 0>>
+<<set $activeSlave.pubicHStyle = "bushy">>
+<<set $activeSlave.behavioralQuirk = "none">>
+<<set $activeSlave.sexualQuirk = "perverted">>
+<<set $activeSlave.clothes = "conservative clothing">>
+<<if $familyTesting == 1>>
+<<else>>
+	<<set $activeSlave.relation = "sister">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 3>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+<<if $activeSlave.physicalAge < 6>>
+	<<set $activeSlave.teeth = "baby">>
+<<elseif $activeSlave.physicalAge < 12>>
+	<<set $activeSlave.teeth = "mixed">>
+<</if>>
+
+<<case "incest sister sister">>
+
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.actualAge -= 2>>
+<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+<<ResyncHeight $activeSlave>>
+<<set $activeSlave.pubicHStyle = "shaved">>
+<<if $familyTesting == 1>>
+<<else>>
+	<<set $activeSlave.relation = "sister">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 3>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+
+<<case "incest brother brother">>
+
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.actualAge -= 2>>
+<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+<<set $activeSlave.height += random(-5,5)>>
+<<set $activeSlave.pubicHStyle = "shaved">>
+<<set $activeSlave.dick += 2>>
+<<set $activeSlave.balls += 2>>
+<<set $activeSlave.scrotum = $activeSlave.balls>>
+<<if $activeSlave.foreskin>>
+	<<set $activeSlave.foreskin = $activeSlave.dick>>
+<</if>>
+<<if $familyTesting == 1>>
+<<else>>
+	<<set $activeSlave.relation = "sister">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 3>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+<<if $activeSlave.physicalAge < 6>>
+	<<set $activeSlave.teeth = "baby">>
+<<elseif $activeSlave.physicalAge < 12>>
+	<<set $activeSlave.teeth = "mixed">>
+<</if>>
+
+<<case "incest twin sister">>
+
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.height += random(-5,5)>>
+<<if $familyTesting == 1>>
+<<else>>
+	<<set $activeSlave.relation = "sister">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 3>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+
+<<case "incest twin brother">>
+
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.height += random(-5,5)>>
+<<if $familyTesting == 1>>
+<<else>>
+	<<set $activeSlave.relation = "sister">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 3>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+
+<<case "incest twins mixed">>
+
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.genes = "XY">>
+<<set $activeSlave.height += random(-5,5)>>
+<<set $activeSlave.vagina = -1>>
+<<set $activeSlave.pubertyXX = 0>>
+<<set $activeSlave.pubertyXY = 1>>
+<<set $activeSlave.dick = 2>>
+<<set $activeSlave.foreskin = 2>>
+<<set $activeSlave.ovaries = 0>>
+<<set $activeSlave.balls = 2>>
+<<set $activeSlave.scrotum = 2>>
+<<set $activeSlave.prostate = 1>>
+<<set $activeSlave.clit = 0>>
+<<set $activeSlave.vaginalSkill = 0>>
+<<set $activeSlave.faceShape = "masculine">>
+<<set $activeSlave.boobs = 0>>
+<<set $activeSlave.lactation = 0>>
+<<set $activeSlave.anus = 0>>
+<<set $activeSlave.pubicHStyle = "bushy">>
+<<set $activeSlave.behavioralQuirk = "none">>
+<<set $activeSlave.sexualQuirk = "perverted">>
+<<set $activeSlave.clothes = "conservative clothing">>
+<<if $familyTesting == 1>>
+<<else>>
+	<<set $activeSlave.relation = "sister">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 3>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+
+<<case "incest mother daughter">>
+
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.career = "a student">>
+<<set $activeSlave.actualAge -= 18>>
+<<if $activeSlave.actualAge > 20>>
+	<<if $potencyAge >= $minimumSlaveAge>>
+		<<set $activeSlave.actualAge = random($potencyAge, 20)>>
+	<<else>>
+		<<set $activeSlave.actualAge = random($minimumSlaveAge, 20)>>
+	<</if>>
+<</if>>
+<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+<<ResyncHeight $activeSlave>>
+<<set $activeSlave.vagina = 0>>
+<<if $activeSlave.actualAge < $fertilityAge>>
+	<<set $activeSlave.pubertyXX = 0>>
+<</if>>
+<<set $activeSlave.vagina = 0>>
+<<set $activeSlave.birthsTotal = 0>>
+<<set $activeSlave.vaginalSkill = 15>>
+<<set $activeSlave.anus = 0>>
+<<set $activeSlave.boobs -= 300>>
+<<set $activeSlave.lactation = 0>>
+<<set $activeSlave.boobsImplant = 0>>
+<<set $activeSlave.butt -= 2>>
+<<if $familyTesting == 1>>
+	<<set $activeSlave.mother = $activeSlave.ID - 1000>>
+<<else>>
+	<<set $activeSlave.relation = "daughter">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 3>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+<<if $activeSlave.physicalAge < 6>>
+	<<set $activeSlave.teeth = "baby">>
+<<elseif $activeSlave.physicalAge < 12>>
+	<<set $activeSlave.teeth = "mixed">>
+<</if>>
+
+<<case "incest father son">>
+
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.career = "a student">>
+<<set $activeSlave.actualAge -= 18>>
+<<if $activeSlave.actualAge > 20>>
+	<<if $potencyAge >= $minimumSlaveAge>>
+		<<set $activeSlave.actualAge = random($potencyAge, 20)>>
+	<<else>>
+		<<set $activeSlave.actualAge = random($minimumSlaveAge, 20)>>
+	<</if>>
+<</if>>
+<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+<<ResyncHeight $activeSlave>>
+<<set $activeSlave.vagina = -1>>
+<<if $activeSlave.actualAge < $potencyAge>>
+	<<set $activeSlave.pubertyXY = 0>>
+<</if>>
+<<set $activeSlave.dick -= 2>>
+<<set $activeSlave.balls -= 1>>
+<<set $activeSlave.scrotum -= 1>>
+<<if $familyTesting == 1>>
+	<<set $activeSlave.mother = $activeSlave.ID - 1000>>
+<<else>>
+	<<set $activeSlave.relation = "daughter">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 3>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+<<if $activeSlave.physicalAge < 6>>
+	<<set $activeSlave.teeth = "baby">>
+<<elseif $activeSlave.physicalAge < 12>>
+	<<set $activeSlave.teeth = "mixed">>
+<</if>>
+
+<<case "mismatched pair">>
+
+<<set $activeSlave.origin = "You acquired her along with her sissy sister due to her inexperience as a madam.">>
+<<set $activeSlave.career = "a pimp">>
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.devotion -= 50>>
+<<set $activeSlave.trust -= 10>>
+<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+<<set $activeSlave.anus = 0>>
+<<set $activeSlave.vagina = 1>>
+<<set $activeSlave.preg = -1>>
+<<set $activeSlave.dick = 0>>
+<<set $activeSlave.scrotum = 0>>
+<<set $activeSlave.ovaries = 1>>
+<<set $activeSlave.balls = 0>>
+<<set $activeSlave.vaginalSkill = 0>>
+<<set $activeSlave.oralSkill = 0>>
+<<set $activeSlave.analSkill = 0>>
+<<set $activeSlave.behavioralFlaw = "arrogant">>
+<<set $activeSlave.sexualFlaw = "hates penetration">>
+<<set $activeSlave.boobs = either(400, 500)>>
+<<set $activeSlave.boobsImplant = 0>>
+<<set $activeSlave.butt = either(2, 3)>>
+<<if $activeSlave.actualAge > 12>>
+<<set $activeSlave.actualAge = 16>>
+<<else>>
+<<set $activeSlave.actualAge += 4>>
+<</if>>
+<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+<<if $familyTesting == 1>>
+<<else>>
+	<<set $activeSlave.relation = "sister">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.rivalry = 3>>
+<<set $activeSlave.rivalryTarget = $activeSlave.ID - 1000>>
+
+<<case "matched pair">>
+
+<<set $activeSlave.slaveName = $activeSlave.birthName>>
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.vagina = 1>>
+<<set $activeSlave.preg = -1>>
+<<set $activeSlave.dick = 0>>
+<<set $activeSlave.scrotum = 0>>
+<<set $activeSlave.clit = 2>>
+<<set $activeSlave.ovaries = 1>>
+<<set $activeSlave.balls = 0>>
+<<set $activeSlave.vaginalSkill = 15>>
+<<set $activeSlave.boobsImplant = 0>>
+<<set $activeSlave.buttImplant = 0>>
+<<if $familyTesting == 1>>
+<<else>>
+	<<set $activeSlave.relation = "twin">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 2>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+
+<<case "identical pair">>
+
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<if $familyTesting == 1>>
+<<else>>
+	<<set $activeSlave.relation = "twin">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 2>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+
+<<case "identical herm pair">>
+
+<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.womb = []>>
+<<set $activeSlave.pregSource = $activeSlave.ID - 1000>>
+<<if $familyTesting == 1>>
+<<else>>
+	<<set $activeSlave.relation = "twin">>
+	<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+<</if>>
+<<set $activeSlave.relationship = 4>>
+<<set $activeSlave.relationshipTarget = $activeSlave.ID - 1000>>
+
+<<case "desperate broodmother">>
+
+<<if random(1,100) < $seeDicks>> /*boy*/
+	<<set $activeSlave.origin = "Her mother offered her to you as an incentive to take her in.">>
+	<<set $activeSlave.slaveName = $activeSlave.birthName>>
+	<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+	<<set $activeSlave.health = random(10,20)>>
+	<<set $activeSlave.devotion -= 5>>
+	<<set $activeSlave.trust -= 5>>
+	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+	<<set $activeSlave.genes = "XY">>
+	<<set $activeSlave.preg = 0>>
+	<<set $activeSlave.pregType = 0>>
+	<<set $activeSlave.pregKnown = 0>>
+	<<set $activeSlave.pregWeek = 0>>
+	<<set $activeSlave.pregAdaptation = 10>>
+	<<set WombFlush($activeSlave)>>
+	<<run SetBellySize($activeSlave)>>
+	<<set $activeSlave.labor = 0>>
+	<<set $activeSlave.ovaries = 0>>
+	<<set $activeSlave.birthsTotal = 0>>
+	<<set $activeSlave.anus = 0>>
+	<<set $activeSlave.vaginalSkill = 0>>
+	<<set $activeSlave.whoreSkill = 0>>
+	<<set $activeSlave.analSkill = 0>>
+	<<set $activeSlave.weight = random(-80,-50)>>
+	<<set $activeSlave.muscles = 0>>
+	<<set $activeSlave.underArmHStyle = "bushy">>
+	<<set $activeSlave.pubicHStyle = "bushy">>
+	<<set $activeSlave.boobs = 0>>
+	<<set $activeSlave.boobShape = "perky">>
+	<<set $activeSlave.nipples = "tiny">>
+	<<set $activeSlave.lactation = 0>>
+	<<set $activeSlave.lactationAdaptation = 0>>
+	<<set $activeSlave.hips = -2>>
+	<<set $activeSlave.shoulders = -2>>
+	<<set $activeSlave.waist = 0>>
+	<<set $activeSlave.vaginaLube = 0>>
+	<<set $activeSlave.butt = 0>>
+	<<set $activeSlave.tired = 1>>
+	<<set $activeSlave.fetish = "none">>
+	<<set $activeSlave.fetishStrength = 0>>
+	<<set $activeSlave.sexualFlaw = "none">>
+	<<set $activeSlave.sexualQuirk = "none">>
+	<<set $activeSlave.bellySag = 0>>
+	<<set $activeSlave.bellySagPreg = 0>>
+	<<set $activeSlave.pubertyXX = 0>>
+	<<set $activeSlave.dick = 1>>
+	<<set $activeSlave.foreskin = 1>>
+	<<set $activeSlave.balls = 2>>
+	<<set $activeSlave.scrotum = 3>>
+	<<set $activeSlave.prostate = 1>>
+	<<set $activeSlave.actualAge = 3>>
+	<<if $familyTesting == 1>>
+		<<set $activeSlave.mother = $activeSlave.ID - 1000>>
+	<<else>>
+		<<set $activeSlave.relation = "daughter">>
+		<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+	<</if>>
+	<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+	<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+	<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+	<<if $activeSlave.physicalAge < 6>>
+		<<set $activeSlave.teeth = "baby">>
+	<<elseif $activeSlave.physicalAge < 12>>
+		<<set $activeSlave.teeth = "mixed">>
+	<</if>>
+<<else>> /*girl*/
+	<<set $activeSlave.origin = "Her mother offered her to you as an incentive to take her in.">>
+	<<set $activeSlave.slaveName = $activeSlave.birthName>>
+	<<set $activeSlave.ID = $activeSlave.ID + 1000>>
+	<<set $activeSlave.health = random(10,20)>>
+	<<set $activeSlave.devotion -= 5>>
+	<<set $activeSlave.trust -= 5>>
+	<<set $activeSlave.oldDevotion = $activeSlave.devotion>>
+	<<set $activeSlave.preg = 0>>
+	<<set $activeSlave.pregType = 0>>
+	<<set $activeSlave.labor = 0>>
+	<<set $activeSlave.birthsTotal = 0>>
+	<<set $activeSlave.anus = 0>>
+	<<set $activeSlave.vaginalSkill = 0>>
+	<<set $activeSlave.whoreSkill = 0>>
+	<<set $activeSlave.analSkill = 0>>
+	<<set $activeSlave.weight = random(-80,-50)>>
+	<<set $activeSlave.muscles = 0>>
+	<<set $activeSlave.underArmHStyle = "bushy">>
+	<<set $activeSlave.pubicHStyle = "bushy">>
+	<<set $activeSlave.boobs = 0>>
+	<<set $activeSlave.boobShape = "perky">>
+	<<set $activeSlave.nipples = "tiny">>
+	<<set $activeSlave.lactation = 0>>
+	<<set $activeSlave.lactationAdaptation = 0>>
+	<<set $activeSlave.hips = -2>>
+	<<set $activeSlave.shoulders = -2>>
+	<<set $activeSlave.waist = 0>>
+	<<set $activeSlave.vaginaLube = 0>>
+	<<set $activeSlave.butt = 0>>
+	<<set $activeSlave.tired = 1>>
+	<<set $activeSlave.fetish = "none">>
+	<<set $activeSlave.fetishStrength = 0>>
+	<<set $activeSlave.sexualFlaw = "none">>
+	<<set $activeSlave.sexualQuirk = "none">>
+	<<set $activeSlave.bellySag = 0>>
+	<<set $activeSlave.bellySagPreg = 0>>
+	<<set $activeSlave.pubertyXX = 0>>
+	<<set $activeSlave.vagina = 0>>
+	<<set $activeSlave.pregKnown = 0>>
+	<<set $activeSlave.pregAdaptation = 10>>
+	<<set WombFlush($activeSlave)>>
+	<<if $fertilityAge <= 3>>
+		<<set $activeSlave.pubertyXX = 1>>
+		<<set $activeSlave.preg = 6>>
+		<<set $activeSlave.pregType = 1>>
+		<<set $activeSlave.pregKnown = 1>>
+		<<set $activeSlave.vagina = 1>>
+	<</if>>
+	<<set $activeSlave.pregWeek = $activeSlave.preg>>
+	<<run SetBellySize($activeSlave)>>
+	<<set $activeSlave.actualAge = 3>>
+	<<if $familyTesting == 1>>
+		<<set $activeSlave.mother = $activeSlave.ID - 1000>>
+	<<else>>
+		<<set $activeSlave.relation = "daughter">>
+		<<set $activeSlave.relationTarget = $activeSlave.ID - 1000>>
+	<</if>>
+	<<set $activeSlave.visualAge = $activeSlave.actualAge>>
+	<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
+	<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
+	<<if $activeSlave.physicalAge < 6>>
+		<<set $activeSlave.teeth = "baby">>
+	<<elseif $activeSlave.physicalAge < 12>>
+		<<set $activeSlave.teeth = "mixed">>
+	<</if>>
+<</if>>
+
+<</switch>>
+
+<<set $relative2 = clone($activeSlave)>>
+<<set $activeSlave = clone($relative)>>
+<<setLocalPronouns $relative>>
+<<setLocalPronouns $relative2 2>>
+
+<<switch $RecETSevent>>
+
+<<case "addict mother daughter">>
+
+A matronly $woman comes to your penthouse in tears. It seems $he is a tenant of yours, and has fallen deeply into debt as a result of aphrodisiac addiction. $He offers to sell $himself into slavery if you will pay off $his debts. $He is strangely eager about this, and after some probing it becomes apparent that $he is living with $his daughter and wants to avoid having $his daughter involved in this debt.
+
+<br><br>
+
+//Enslaving $him will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to $him. Less costs, this will bring in <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could manipulate $him to bind both mother and daughter, but you wouldn't be able to examine the daughter first.//
+
+<<case "posh mother daughter">>
+
+An older $woman comes to see you representing $his family business. $He's pretty enough, but extremely unpleasant to deal with. $He pushes hard for a deal that strongly favors $him, and is not above leaning over your desk to give you an eyeful of probably-enhanced cleavage behind $his business attire. As you argue, a discreet alert appears on your desk: $his family business is actually on the verge of bankruptcy. With a press of your thumb you could acquire enough of $his debts to be able to enslave $him. And what's more, $his daughter just came of age and became a partner in the business. _He2's in play, too. Based on the desk report, _he2's likely to be a spoiled little bitch.
+
+<br><br>
+
+//Enslaving the mother will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to $him. Less costs, this will bring in <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both mother and daughter, but you wouldn't be able to examine the daughter first.//
+
+<<case "incest mother son">>
+
+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.
+
+<br><br>
+
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are a mother and son who had to flee their home after $his husband found out the child in $his rounded middle was not his, but his son's. They feel that life in an arcology together, even as slaves, would be better than their new life on the streets.
+
+<br><br>
+
+It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
+
+<<case "incest father daughter">>
+
+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.
+
+<br><br>
+
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are a father and daughter who had to flee their home after $his wife found out $he was having sex with their daughter. _His2 gravid middle is testament to that. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
+
+<br><br>
+
+It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
+
+<<case "incest brother sister">>
+
+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.
+<br><br>
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are a brother and sister who had to flee their home after their parents found out they were having sex with each other. $His gravid middle is testament to that. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
+<br><br>
+It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
+
+<<case "incest sister sister">>
+
+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.
+<br><br>
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are two sisters who had to flee their home after their parents found out they were having sex with each other. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
+<br><br>
+It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
+
+<<case "incest brother brother">>
+
+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.
+<br><br>
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are two brothers who had to flee their home after their parents found out they were having sex with each other. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
+<br><br>
+It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
+
+<<case "incest twin sister">>
+
+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.
+<br><br>
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are twin sisters who had to flee their home after their parents found out they were having sex with each other. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
+<br><br>
+It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
+
+<<case "incest twin brother">>
+
+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.
+<br><br>
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are twin brothers who had to flee their home after their parents found out they were having sex with each other. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
+<br><br>
+It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
+
+<<case "incest twins mixed">>
+
+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.
+<br><br>
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are twins who had to flee their home after their parents found out they were having sex with each other. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
+<br><br>
+It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
+
+<<case "incest mother daughter">>
+
+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.
+<br><br>
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are a mother and daughter who had to flee their home after her husband found out she was having sex with their daughter. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
+<br><br>
+It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
+
+<<case "incest father son">>
+
+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.
+<br><br>
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. In this case, however, the story is more unusual - the callers seem stressed, but otherwise normal. They haltingly and quietly explain that they are a father and son who had to flee their home after $his wife found out $he was having sex with their son. They feel that life in an arcology together, even as slaves, would be better than their current life on the streets.
+<br><br>
+It would cost <<print cashFormat($contractCost)>> to enslave the two of them.
+
+<<case "mismatched pair">>
+
+Your head girl comes to see you. She flags a slave posted for sale on your desk. The posting seems completely unimpressive - just a bitch barely past $his <<print $activeSlave.actualAge>>th birthday with basic implants and a pathetic little dick - until she points out that the person posting $him for sale is $his sister. $His slightly older, naturally female sister. Who, to go by the pictures, the younger sibling has desperately been trying to mold $himself to look more like.
+
+<br><br>
+
+"It won't show on the desk yet, but rumor is the little cunt's gotten them both in bad debt, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. You could grab them both cheap."
+
+<br><br>
+
+You bring up a video feed of the one-room apartment they share. A man, clearly a client, is sitting on the bed while the sissy rides him. $He's facing away from the john, so $he isn't trying to hide the fact that she isn't happy selling $his anus for money. The older sister is naked, but _he2's trying to act as a pimp of sorts rather than helping fuck. _He2 alternately poses and preens for the john and nonverbally scolds the wincing sissy when he's not paying attention. After the customer finishes, the sissy heads to the toilet to clean $himself, and $his older sister whispers to the john that the sissy's for sale. The john laughs at _him2 and excuses himself.
+
+<br><br>
+
+//Enslaving the younger, sissy sister will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell your rights to $him. Less costs, this will bring in <<print cashFormat($slaveCost)>>. As a third option, for <<print cashFormat(($contractCost*2))>> you could enslave both sisters, but you wouldn't be able to examine the older one first. She'll likely be very rebellious and sexually unskilled.//
+
+<<case "matched pair">>
+
+A pair of young slaves is going door to door offering themselves for sale on behalf of their owner. It's rare to see a slave obedient enough to be entrusted with their own sale, and the price alone suggests there's something interesting, so you let them up. They stand in front of your desk and wait for instructions. They appear to be twins, and are dressed identically: they're wearing very skimpy miniskirts and bikini tops so brief that their areolae are clearly visible around the scrap of cloth over each nipple. You instruct them to tell you about themselves.
+
+<br><br>
+
+One of them speaks up. "We're twins, <<= properTitle()>>. Fraternal twins. We have been given hormone treatments and surgery to match one another more closely, except for one detail." They lift their skirts; the speaker has a hormone-atrophied cock, while $his sister has a pussy, along with a large clit that almost matches $his sibling's member in size. "We've also been trained ever since we turned $minimumSlaveAge to be completely obedient, <<= properTitle()>>, in everything, and sexually proficient."
+
+<br><br>
+
+"We cost <<print cashFormat($contractCost)>>, <<= properTitle()>>."
+
+<br><br>
+
+//$His sister is identical except that _he2 is naturally female and lacks implants, having reached that size the normal way.//
+
+<<case "identical pair">>
+
+A pair of young slaves is going door to door offering themselves for sale on behalf of their owner. It's rare to see a slave obedient enough to be entrusted with their own sale, and the price alone suggests there's something interesting, so you let them up. They stand in front of your desk and wait for instructions. They appear to be twins, and are dressed identically: they're wearing very skimpy miniskirts and bikini tops so brief that their areolae are clearly visible around the scrap of cloth over each nipple. You instruct them to tell you about themselves.
+
+<br><br>
+
+One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Identical twins.  "We've also been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever since we turned $minimumSlaveAge<</if>> to be completely obedient, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, in everything, and sexually proficient."
+
+<br><br>
+
+"We cost <<print cashFormat($contractCost)>>, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>."
+
+<br><br>
+
+//Her sister is identical.//
+
+<<case "identical herm pair">>
+
+A pair of young slaves is going door to door offering themselves for sale on behalf of their owner. It's rare to see a slave obedient enough to be entrusted with their own sale, and the price alone suggests there's something interesting, so you let them up. They stand in front of your desk, an arm around the other, and wait for instructions. They appear to be twins, and are dressed identically: they're wearing very skimpy miniskirts, which fail to conceal their semi erect cocks at all, bikini tops so brief that their areolae are clearly visible around the scrap of cloth over each nipple, and nothing over their huge pregnant bellies. You instruct them to tell you about themselves.
+
+<br><br>
+
+They pull themselves together, bringing their gravid middles in tight contact with one another.
+
+One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Identical twins.  "We've also been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever since we turned $minimumSlaveAge<</if>> to be completely obedient, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, in everything, and sexually proficient."
+
+The other blurts out. "But we kinda got too into each other, in more ways than one!" She winks.
+
+<br><br>
+
+"We cost <<print cashFormat($contractCost)>>, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>."
+
+<br><br>
+
+//Her sister is identical.//
+
+<<case "desperate broodmother">>
+
+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.
+
+<br><br>
+
+This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You aren't far off; the caller is a <<if $activeSlave.actualAge >= 18>>young woman<<elseif $activeSlave.actualAge >= 13>>teen<<else>>loli<</if>> desperate for work, carrying a young child on her shoulder, quadruplets on her back and a large sack against her middle, while looking absolutely exhausted. "Please, would you happen to have any work for a desperate mother? I need to eat, and my babies are starting to go hungry... I tried whoring, but I got pregnant again..." She struggles back to allow you to see her full body. The object you thought were her possessions is, in fact, her massively distended stomach. "I'm having so many and I don't know what to do anymore... I can't care for this many... Anything you can do for meeEEEEEE!" She groans as an intense contraction hits her. "Oh god! Not now! Not like this! I'm not ready... Please, I'm giving birth right now... Forget work, I'll be your slave if you can help me..." She begs, tears streaming down her face as she struggles to hold back the child threatening to slide into her birth canal.<<if $minimumSlaveAge <= 3>> "Please... My eldest is of age here... Help me and they'll be yours too! You'll help mommy, right sweetie?" The toddler nods to her, unlikely to understand exactly what is going on.<</if>>
+
+<br><br>
+
+//Enslaving her will cost <<print cashFormat($contractCost)>>.<<if $minimumSlaveAge <= 3>> Alternatively, for <<print cashFormat(($contractCost*2))>> you could enslave both mother and her eldest child, the rest will be sent to the slave orphanages, but you can't tell its gender from the call. She should be a good value, though.<</if>>//
+
+<<default>>
+	<br>ERROR: bad recETS event $RecETSevent
+<</switch>>
+
+<br><br>
+
+<<set $saleDescription = 1>><<include "Long Slave Description">><<set $saleDescription = 0>>
+
+<br><br>
+<span id="result">
+
+<<if $cash >= $contractCost>>
+<<switch $RecETSevent>>
+
+<<case "addict mother daughter">>
+
+<<link "Accept $his proposal and enslave $him">>
+	<<set $activeSlave.relation = 0>>
+	<<set $activeSlave.relationTarget = 0>>
+		<<set $activeSlave.oralCount += 1>>
+		<<set $oralTotal += 1>>
+	<<run newSlave($activeSlave)>>
+	<<set $cash -= $contractCost>>
+	<<replace "#result">>
+	Despite herself, she sobs with relief when you agree. She offers to <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> while you complete the necessary legalities, so you work away with a <<if $PC.dick == 1>>pair of motherly lips wrapped around your dick<<else>>motherly tongue pleasuring your clit<</if>> as she pumps away eagerly under the desk. She's definitely on aphrodisiacs. She masturbates while she sucks.
+	<</replace>>
+<</link>>
+
+<<case "posh mother daughter">>
+
+<<link "Enslave the mother">>
+	<<set $activeSlave.relation = 0>>
+	<<set $activeSlave.relationTarget = 0>>
+	<<run newSlave($activeSlave)>>
+	<<set $cash -= $contractCost>>
+	<<replace "#result">>
+	You press your thumb down on your desk interface and then tell her to read the display, strip, and show you her body. She knits her brow in confusion and begins to curse at you but reads anyway. Comprehension dawns on her and she stares you in the eye for a long moment - and then drops her gaze. She knows the Free Cities well enough to understand. She stands and sadly strips off her blouse and slacks. Following orders, she rotates slowly for you. Then, she bends over facing away from you and spreads her buttocks to display her holes. Unsurprisingly, she's got a well-used pussy but has clearly never taken it up the ass. That will change.
+	<</replace>>
+<</link>>
+
+<<case "mismatched pair">>
+
+<<link "Enslave the sissy slut">>
+	<<set $activeSlave.mother = 0>>
+	<<set $activeSlave.father = 0>>	
+	<<set $activeSlave.relation = 0>>
+	<<set $activeSlave.relationTarget = 0>>
+	<<set $activeSlave.rivalry = 0>>
+	<<set $activeSlave.rivalryTarget = 0>>
+	<<run newSlave($activeSlave)>>
+	<<set $cash -= $contractCost>>
+	<<replace "#result">>
+	The poor sissy isn't happy to become a slave, but $he's clearly relieved to be away from $his sister. The bitch isn't likely to have an easy time; the sale didn't clear her from debt. $activeSlave.slaveName describes $his basic sexual experience, which includes a lot of sucking and anal whoring. Without more ado $he moves from practical sexual slavery at the hands of $his sister to actual sexual slavery.
+	<</replace>>
+<</link>>
+
+<<case "desperate broodmother">>
+
+<<link "Enslave the mother">>
+	<<set $activeSlave.relation = 0>>
 	<<set $activeSlave.relationTarget = 0>>
 	<<run newSlave($activeSlave)>>
 	<<set $cash -= $contractCost>>
@@ -973,7 +1637,7 @@ This call is coming from a public kiosk, which is usually an indication that the
 	<</replace>>
 <</link>>
 
-<<case "matched pair" "identical pair" "identical herm pair" "incest mother son" "incest father daughter" "incest brother sister" "incest sister sister" "incest brother brother" "incest twin sister" "incest twin brother" "incest twins mixed" "incest mother daughter" "incest father son">>
+<<case "identical herm pair" "identical pair" "incest brother brother" "incest brother sister" "incest father daughter" "incest father son" "incest mother daughter" "incest mother son" "incest sister sister" "incest twin brother" "incest twin sister" "incest twins mixed" "matched pair">>
 
 <<default>>
 	<br>ERROR: bad recETS event $RecETSevent
@@ -988,57 +1652,58 @@ This call is coming from a public kiosk, which is usually an indication that the
 
 <<case "addict mother daughter">>
 
-<<link "Manipulate her to enslave both mother and daughter">>
-	<<set $mother = $activeSlave, $mother.devotion -= 50, $cash -= ($contractCost*2)>>
-	<<run newSlave($mother)>>
+<<link "Manipulate $him to enslave both mother and daughter">>
+	<<set $relative.devotion -= 50, $cash -= ($contractCost*2)>>
+	<<run newSlave($relative)>>
 	<<goto "RecETS workaround">>
 <</link>>
 
 <<case "posh mother daughter">>
 
-<<link "Manipulate her to enslave both mother and daughter">>
-	<<set $mother = $activeSlave, $mother.devotion -= 25, $cash -= ($contractCost*2)>>
-	<<run newSlave($mother)>>
+<<link "Manipulate $him to enslave both mother and daughter">>
+	<<set $relative.devotion -= 25, $cash -= ($contractCost*2)>>
+	<<run newSlave($relative)>>
 	<<goto "RecETS workaround">>
 <</link>>
 
 <<case "mismatched pair">>
 
 <<link "Enslave both">>
-	<<set $sissy = $activeSlave, $cash -= ($contractCost*2)>>
-	<<run newSlave($sissy)>>
+	<<set $cash -= ($contractCost*2)>>
+	<<run newSlave($relative)>>
 	<<goto "RecETS workaround">>
 <</link>>
 
 <<case "desperate broodmother">>
 
 <<if $minimumSlaveAge <= 3>>
-	<<link "Accept her offer">>
-		<<set $sissy = $activeSlave, $cash -= ($contractCost*2)>>
-		<<run newSlave($sissy)>>
+	<<link "Accept $his offer">>
+		<<set $cash -= ($contractCost*2)>>
+		<<run newSlave($relative)>>
 		<<goto "RecETS workaround">>
 	<</link>>
 <</if>>
 
-<<case "incest father daughter" "incest sister sister" "incest brother brother" "incest twin sister" "incest twin brother" "incest twins mixed" "incest mother daughter" "incest father son">>
+<<case "incest brother brother" "incest father daughter" "incest father son" "incest mother daughter" "incest sister sister" "incest twin brother" "incest twin sister" "incest twins mixed">>
 
 <<link "Buy both">>
-	<<set $sissy = $activeSlave, $cash -= $contractCost>>
-	<<run newSlave($sissy)>>
+	<<set $cash -= $contractCost>>
+	<<run newSlave($relative)>>
 	<<goto "RecETS workaround">>
 <</link>>
 
-<<case "matched pair" "identical pair">>
+<<case "identical pair" "matched pair">>
 
 <<link "Buy both">>
-	<<set $sissy = $activeSlave, $cash -= $contractCost>>
-	<<run newSlave($sissy)>>
+	<<set $cash -= $contractCost>>
+	<<run newSlave($relative)>>
 	<<goto "RecETS workaround">>
 <</link>>
 
-<<case "identical herm pair" "incest mother son" "incest brother sister">>
+<<case "identical herm pair" "incest brother sister" "incest mother son">>
+
 <<link "Buy both">>
-	<<set $sissy = $activeSlave, $cash -= $contractCost>>
+	<<set $cash -= $contractCost>>
 	<<goto "RecETS workaround">>
 <</link>>
 
-- 
GitLab