diff --git a/src/uncategorized/seRaiding.tw b/src/uncategorized/seRaiding.tw
deleted file mode 100644
index 58b26cebc17f1e43d06e2c8f510428d882ddf75c..0000000000000000000000000000000000000000
--- a/src/uncategorized/seRaiding.tw
+++ /dev/null
@@ -1,704 +0,0 @@
-:: SE raiding [nobr]
-
-<<set $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $nextButton = "Continue", $raided = $week>>
-
-The leader of your $mercenariesTitle has contacted you from the world outside your arcology. It seems that your $mercenariesTitle have enjoyed a profitable series of raids in their time outside the arcology and have decided to push their luck by plundering one last location on their way back to the arcology. As their nominal leader, they ask your opinion of a small number of potential targets. Given the distance from the arcology and the time sensitivity of conducting such a mission, you have little to base your decision on besides a brief description.
-<<if $SF.Toggle && $SF.Active >= 1 && (($SF.Squad.Satellite >= 1 && $SF.SatLaunched > 0) || $SF.Squad.SpacePlane >= 1)>>
-	By having access to the use of $SF.Lower's
-	<<if $SF.Squad.Satellite >= 1 && $SF.SatLaunched > 0>>
-		satellite
-	<</if>>
-	<<if $SF.Squad.SpacePlane >= 1>>
-		space plane
-	<</if>>
-	<<if ($SF.Squad.Satellite >= 1 && $SF.SatLaunched > 0) && $SF.Squad.SpacePlane >= 1>>
-		satellite and space plane
-	<</if>>
-	it is
-	<<if ($SF.Squad.Satellite >= 1 && $SF.SatLaunched > 0) && $SF.Squad.SpacePlane >= 1>>
-		even
-	<</if>>
-	less likely that the target will escape.
-<</if>>
-
-<br><br>
-Worthy of consideration is that although the $mercenariesTitle will enslave the lion's share of enslaved prisoners for the corporation, they will present you the finest slave captured as a gesture of respect for your high position.
-
-<<set _target1 = 0, _target2 = 0, _target3 = 0>>
-
-<<set _origins = []>>
-<<if $seeDicks != 100>>
-	<<set _origins.push("housewife")>>
-	<<set _origins.push("university professor")>>
-	<<set _origins.push("university student")>>
-	<<set _origins.push("female military officer")>>
-	<<set _origins.push("military soldier")>>
-	<<set _origins.push("doctor")>>
-	<<set _origins.push("nun")>>
-	<<set _origins.push("journalist")>>
-	<<set _origins.push("local news anchor")>>
-	<<set _origins.push("classical dancer")>>
-	<<set _origins.push("law enforcement officer")>>
-	<<set _origins.push("classical musician")>>
-	<<set _origins.push("politician")>>
-	<<set _origins.push("shut-in")>>
-	<<set _origins.push("procuress")>>
-	<<set _origins.push("investor")>>
-	<<set _origins.push("scientist")>>
-	<<set _origins.push("lawyer")>>
-<</if>>
-<<if $seeDicks != 0>>
-	<<if $seeDicks == 100>>
-		<<set _origins = ["male military officer", "male military officer", "male military officer"]>> /*todo: add more XY targets so this isn't necessary*/
-	<<else>>
-		<<set _origins.push("male military officer")>>
-	<</if>>
-<</if>>
-
-<<for _ser = 0; _ser < 3; _ser++>>
-
-<br><br>
-The
-<<if _ser == 0>>
-	first
-<<elseif _ser == 1>>
-	second
-<<else>>
-	third and final
-<</if>>
-target
-
-<<set $targetEscape = 0>>
-<<set $origin = _origins.pluck()>>
-<<switch $origin>>
-<<case "housewife">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 33, maxAge: 39, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<run generateSalonModifications(_slave)>>
-	<<set _slave.boobs += 800>>
-	<<set _slave.boobsImplant += 800>>
-	<<set _slave.boobsImplantType = "normal">>
-	<<set _slave.butt += 1>>
-	<<set _slave.buttImplant += 1>>
-	<<set _slave.buttImplantType = "normal">>
-	<<set _slave.face = 55>>
-	<<set _slave.faceImplant += 20>>
-	<<set _slave.anus = 1>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.ovaries = 1>>
-	<<if isFertile(_slave) && $seePreg != 0>>
-		<<set _slave.preg = either(-1, -1, -1, 0, 0, 0, 5, 10, 20, 30, 39)>>
-		<<if _slave.preg > 0>>
-			<<set _slave.pregType = setPregType(_slave)>>
-			<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-			<<set _slave.pregKnown = 1>>
-			<<set _slave.pregWeek = _slave.preg>>
-			<<run SetBellySize(_slave)>>
-		<</if>>
-	<<else>>
-		<<set _slave.preg = -1>>
-	<</if>>
-	<<set _slave.skill.vaginal = 35>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 35>>
-	<<set _slave.teeth = "normal">>
-	<<set _slave.weight = random(-50,130)>>
-	<<set _slave.career = either("a housewife", "a trophy wife")>>
-<<case "university professor">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 35, maxAge: 55, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "a professor">>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 10>>
-	<<set _slave.intelligence = random(70,90)>>
-	<<set _slave.intelligenceImplant = 30>>
-	<<set _slave.teeth = "normal">>
-	<<set _slave.weight = random(-20,90)>>
-	<<if isFertile(_slave) && $seePreg != 0>>
-		<<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10, 20, 30, 39)>>
-		<<if _slave.preg > 0>>
-			<<set _slave.pregType = setPregType(_slave)>>
-			<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-			<<set _slave.pregKnown = 1>>
-			<<set _slave.pregWeek = _slave.preg>>
-			<<run SetBellySize(_slave)>>
-		<</if>>
-	<<else>>
-		<<set _slave.preg = -1>>
-	<</if>>
-<<case "university student">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 14, maxAge: 22, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "a student">>
-	<<run generateSalonModifications(_slave)>>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.anus = 0>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.vaginal = 0>>
-	<<set _slave.skill.anal = 0>>
-	<<set _slave.skill.oral = 0>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 0>>
-	<<set _slave.intelligence = random(0,60)>>
-	<<set _slave.intelligenceImplant = 15>>
-	<<set _slave.teeth = "normal">>
-	<<set _slave.weight = random(-60,40)>>
-	<<if isFertile(_slave) && $seePreg != 0>>
-		<<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>>
-		<<if _slave.preg > 0>>
-			<<set _slave.pregType = setPregType(_slave)>>
-			<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-			<<set _slave.pregKnown = 1>>
-			<<set _slave.pregWeek = _slave.preg>>
-			<<run SetBellySize(_slave)>>
-		<</if>>
-	<<else>>
-		<<set _slave.preg = -1>>
-	<</if>>
-<<case "female military officer">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 26, maxAge: 45, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "a military officer">>
-	<<run generateSalonModifications(_slave)>>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.combat = 1>>
-	<<set _slave.skill.entertainment = 10>>
-	<<set _slave.intelligence = random(20,60)>>
-	<<set _slave.intelligenceImplant = 15>>
-	<<set _slave.teeth = "normal">>
-	<<set _slave.weight = 0>>
-	<<set _slave.muscles = 25>>
-<<case "male military officer">>
-	<<set _slave = GenerateNewSlave("XY", {minAge: 26, maxAge: 45, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "a military officer">>
-	<<set _slave.skill.anal = 0>>
-	<<set _slave.skill.oral = 0>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.combat = 1>>
-	<<set _slave.intelligence = random(20,60)>>
-	<<set _slave.intelligenceImplant = 15>>
-	<<set _slave.hStyle = either("short", "very short")>>
-	<<set _slave.boobs = 150>>
-	<<set _slave.vagina = -1>>
-	<<set _slave.clit = 0>>
-	<<set _slave.ovaries = 0>>
-	<<set _slave.preg = 0>>
-	<<set _slave.dick = random(3,5)>>
-	<<set _slave.balls = random(2,4)>>
-	<<set _slave.scrotum = _slave.balls>>
-	<<set _slave.anus = 0>>
-	<<set _slave.weight = 0>>
-	<<set _slave.muscles = 50>>
-<<case "military soldier">>
-	<<set _pram = {disableDisability: 1, minAge: 18}>>
-	<<if $pedo_mode == 1>>
-		<<set _pram.ageOverridesPedoMode = 1>>
-	<<else>>
-		<<set _pram.maxAge = 25>>
-	<</if>>
-	<<set _slave = GenerateNewSlave("XX", _pram)>>
-	<<set _slave.career = "a soldier">>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.combat = 1>>
-	<<set _slave.skill.entertainment = 10>>
-	<<set _slave.intelligenceImplant = 15>>
-	<<set _slave.teeth = "normal">>
-	<<set _slave.weight = random(0,20)>>
-	<<set _slave.muscles = 10>>
-	<<if isFertile(_slave) && $seePreg != 0>>
-		<<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 5)>>
-		<<if _slave.preg > 0>>
-			<<set _slave.pregType = setPregType(_slave)>>
-			<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-			<<set _slave.pregKnown = 1>>
-			<<set _slave.pregWeek = _slave.preg>>
-			<<run SetBellySize(_slave)>>
-		<</if>>
-	<<else>>
-		<<set _slave.preg = -1>>
-	<</if>>
-<<case "doctor">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 28, maxAge: 55, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "a doctor">>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 10>>
-	<<set _slave.intelligence = random(60,90)>>
-	<<set _slave.intelligenceImplant = 30>>
-	<<set _slave.teeth = "normal">>
-	<<set _slave.weight = random(-40,40)>>
-	<<if isFertile(_slave) && $seePreg != 0>>
-		<<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>>
-		<<if _slave.preg > 0>>
-			<<set _slave.pregType = setPregType(_slave)>>
-			<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-			<<set _slave.pregKnown = 1>>
-			<<set _slave.pregWeek = _slave.preg>>
-			<<run SetBellySize(_slave)>>
-		<</if>>
-	<<else>>
-		<<set _slave.preg = -1>>
-	<</if>>
-<<case "nun">>
-	<<set _slave = GenerateNewSlave("XX", {maxAge: 70, disableDisability: 1})>>
-	<<set _slave.career = "a nun">>
-	<<set _slave.anus = 0>>
-	<<set _slave.vagina = 0>>
-	<<set _slave.weight = random(-100,-20)>>
-	<<set _slave.attrXX = random(10,50)>>
-	<<set _slave.attrXY = random(10,50)>>
-	<<set _slave.energy = random(5,20)>>
-	<<set _slave.skill.vaginal = 0>>
-	<<set _slave.skill.oral = 15>>
-	<<set _slave.skill.anal = 0>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 0>>
-	<<set _slave.behavioralFlaw = "devout">>
-	<<set _slave.sexualFlaw = "repressed">>
-<<case "journalist">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 18, maxAge: 26, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "a journalist">>
-	<<run generateSalonModifications(_slave)>>
-	<<set _slave.face = random(-20,0)>>
-	<<set _slave.anus = 0>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.vaginal = 0>>
-	<<set _slave.skill.anal = 0>>
-	<<set _slave.skill.oral = 0>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 35>>
-	<<set _slave.intelligence = random(0,100)>>
-	<<set _slave.intelligenceImplant = 15>>
-	<<set _slave.behavioralFlaw = "liberated">>
-	<<set _slave.sexualFlaw = "idealistic">>
-	<<set _slave.weight = random(-40,40)>>
-	<<if isFertile(_slave) && $seePreg != 0>>
-		<<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>>
-		<<if _slave.preg > 0>>
-			<<set _slave.pregType = setPregType(_slave)>>
-			<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-			<<set _slave.pregKnown = 1>>
-			<<set _slave.pregWeek = _slave.preg>>
-			<<run SetBellySize(_slave)>>
-		<</if>>
-	<<else>>
-		<<set _slave.preg = -1>>
-	<</if>>
-<<case "local news anchor">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 35, maxAge: 39, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.boobs += 800>>
-	<<set _slave.boobsImplant += 800>>
-	<<set _slave.boobsImplantType = "fillable">>
-	<<set _slave.butt += 1>>
-	<<set _slave.buttImplant += 1>>
-	<<set _slave.buttImplantType = "normal">>
-	<<set _slave.face = 55>>
-	<<set _slave.faceImplant += 20>>
-	<<set _slave.anus = 1>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.preg = -1>>
-	<<set _slave.ovaries = 1>>
-	<<set _slave.skill.vaginal = 35>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 35>>
-	<<set _slave.skill.entertainment = 35>>
-	<<set _slave.career = "a local news anchor">>
-	<<set _slave.weight = random(-40,40)>>
-<<case "classical dancer">>
-	<<set _slave = GenerateNewSlave("XX", {maxAge: 20, disableDisability: 1})>>
-	<<set _slave.career = "a classical dancer">>
-	<<set _slave.prestige = 1>>
-	<<set _slave.prestigeDesc = "$He was the pride of renowned dance troupe.">>
-	<<set _slave.face = random(-20,40)>>
-	<<set _slave.anus = 0>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.vaginal = 0>>
-	<<set _slave.skill.anal = 0>>
-	<<set _slave.skill.oral = 0>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 50>>
-	<<if _slave.physicalAge >= 12>>
-		<<set _slave.teeth = "normal">>
-	<</if>>
-	<<set _slave.weight = random(-100,-10)>>
-<<case "law enforcement officer">>
-	<<set _pram = {minAge: 18, disableDisability: 1}>>
-	<<if $pedo_mode == 1>>
-		<<set _pram.ageOverridesPedoMode = 1>>
-	<<else>>
-		<<set _pram.maxAge = 25>>
-	<</if>>
-	<<set _slave = GenerateNewSlave("XX"), _pram>>
-	<<set _slave.career = "a law enforcement officer">>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.combat = 1>>
-	<<set _slave.skill.entertainment = 10>>
-	<<set _slave.intelligenceImplant = 15>>
-	<<set _slave.weight = random(-10,90)>>
-	<<set _slave.muscles = random(10,35)>>
-	<<if isFertile(_slave) && $seePreg != 0>>
-		<<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 5)>>
-		<<if _slave.preg > 0>>
-			<<set _slave.pregType = setPregType(_slave)>>
-			<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-			<<set _slave.pregKnown = 1>>
-			<<set _slave.pregWeek = _slave.preg>>
-			<<run SetBellySize(_slave)>>
-		<</if>>
-	<<else>>
-		<<set _slave.preg = -1>>
-	<</if>>
-<<case "classical musician">>
-	<<set _slave = GenerateNewSlave("XX", {maxAge: 43, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "a classical musician">>
-	<<set _slave.prestige = 1>>
-	<<set _slave.prestigeDesc = "$He was the pride of a renowned orchestra.">>
-	<<set _slave.face = random(-20,0)>>
-	<<set _slave.anus = 0>>
-	<<set _slave.skill.vaginal = 0>>
-	<<set _slave.skill.anal = 0>>
-	<<set _slave.skill.oral = 0>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 50>>
-	<<if _slave.physicalAge >= 12>>
-		<<set _slave.teeth = "normal">>
-	<</if>>
-	<<set _slave.weight = random(-50,15)>>
-	<<if _slave.vagina > 0>>
-		<<if isFertile(_slave) && $seePreg != 0>>
-			<<set _slave.preg = either(-1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 5, 10)>>
-			<<if _slave.preg > 0>>
-				<<set _slave.pregType = setPregType(_slave)>>
-				<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-				<<set _slave.pregKnown = 1>>
-				<<set _slave.pregWeek = _slave.preg>>
-				<<run SetBellySize(_slave)>>
-			<</if>>
-		<<else>>
-			<<set _slave.preg = -1>>
-		<</if>>
-		<<set _slave.vagina = 1>>
-	<</if>>
-<<case "politician">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 35, maxAge: 65, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "a politician">>
-	<<set _slave.prestige = 2>>
-	<<set _slave.prestigeDesc = "$He was a widely known politician in $his former life. $His face has graced many campaign posters.">>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 10>>
-	<<set _slave.intelligence = random(60,90)>>
-	<<set _slave.intelligenceImplant = 30>>
-	<<set _slave.teeth = "normal">>
-	<<set _slave.weight = random(-10,60)>>
-	<<if isFertile(_slave) && $seePreg != 0>>
-		<<set _slave.preg = either(-1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 10, 20, 30, 39)>>
-		<<if _slave.preg > 0>>
-			<<set _slave.pregType = setPregType(_slave)>>
-			<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-			<<set _slave.pregKnown = 1>>
-			<<set _slave.pregWeek = _slave.preg>>
-			<<run SetBellySize(_slave)>>
-		<</if>>
-	<<else>>
-		<<set _slave.preg = -1>>
-	<</if>>
-<<case "shut-in">>
-	<<set _slave = GenerateNewSlave("XX", {maxAge: 43, disableDisability: 1})>>
-	<<run generateSalonModifications(_slave)>>
-	<<set _slave.career = "a shut-in">>
-	<<set _slave.anus = 0>>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 0>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 10>>
-	<<set _slave.weight = random(-100,60)>>
-<<case "procuress">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 20, maxAge: 65, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "a procuress">>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 25>>
-	<<set _slave.skill.entertainment = 25>>
-	<<set _slave.intelligence = random(51,80)>>
-	<<set _slave.weight = random(-10,120)>>
-<<case "investor">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 35, maxAge: 55, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "an investor">>
-	<<set _slave.prestige = 1>>
-	<<set _slave.prestigeDesc = "$He is a reputable investor from a bygone age.">>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 10>>
-	<<set _slave.intelligence = random(51,80)>>
-	<<set _slave.intelligenceImplant = 15>>
-	<<set _slave.weight = random(-50,60)>>
-	<<if isFertile(_slave) && $seePreg != 0>>
-		<<set _slave.preg = either(-1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 10, 20, 30, 39)>>
-		<<if _slave.preg > 0>>
-			<<set _slave.pregType = setPregType(_slave)>>
-			<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-			<<set _slave.pregKnown = 1>>
-			<<set _slave.pregWeek = _slave.preg>>
-			<<run SetBellySize(_slave)>>
-		<</if>>
-	<<else>>
-		<<set _slave.preg = -1>>
-	<</if>>
-<<case "scientist">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 28, maxAge: 55, disableDisability: 1})>>
-	<<set _slave.career = "a scientist">>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 10>>
-	<<set _slave.intelligence = random(70,90)>>
-	<<set _slave.intelligenceImplant = 30>>
-	<<set _slave.teeth = "normal">>
-	<<set _slave.weight = random(-50,50)>>
-<<case "lawyer">>
-	<<set _slave = GenerateNewSlave("XX", {minAge: 30, maxAge: 55, disableDisability: 1, ageOverridesPedoMode: 1})>>
-	<<set _slave.career = "a lawyer">>
-	<<set _slave.face = random(15,100)>>
-	<<set _slave.vagina = 1>>
-	<<set _slave.skill.oral = 35>>
-	<<set _slave.skill.anal = 15>>
-	<<set _slave.skill.whoring = 0>>
-	<<set _slave.skill.entertainment = 20>>
-	<<set _slave.intelligence = random(20,50)>>
-	<<set _slave.intelligenceImplant = 15>>
-	<<set _slave.weight = random(-50,140)>>
-	<<if isFertile(_slave) && $seePreg != 0>>
-		<<set _slave.preg = either(-1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 10, 20, 30, 39)>>
-		<<if _slave.preg > 0>>
-			<<set _slave.pregType = setPregType(_slave)>>
-			<<set WombImpregnate(_slave, _slave.pregType, 0, _slave.preg)>>
-			<<set _slave.pregKnown = 1>>
-			<<set _slave.pregWeek = _slave.preg>>
-			<<run SetBellySize(_slave)>>
-		<</if>>
-	<<else>>
-		<<set _slave.preg = -1>>
-	<</if>>
-<</switch>>
-<<run App.Utils.setLocalPronouns(_slave)>>
-<<switch $origin>>
-<<case "housewife">>
-	is an idyllic mansion in the countryside of an old world nation. Its owner is a businessman of some notoriety, but is often away from his expansive estate. A number of servants and maids are in residence, but the primary resident of the mansion is his $wife. From the sound of things, $he is not a young $woman but attractive enough in a fake sort of way.
-<<case "university professor">>
-	is the department offices of a still operational old world university. The University prides itself on a diverse and capable faculty, often touting its wealth of female professors as a symbol of its progressive agenda. Though they are unlikely to be young, these professors will be educated and quite intelligent. The head of the department is no exception, a $woman of considerable academic credentials.
-<<case "university student">>
-	is the residence dormitories of a still operational old world university. The University prides itself on a diverse and inspired student body, often touting its wealth of female students as a symbol of its progressive agenda. Though they are young, these students will likely have benefited from their education and fairly intelligent. By all accounts the prettiest of them is no exception, a student with a shining academic record.
-<<case "female military officer">>
-	is a military officer currently traveling to the front of a fresh conflict between rival powers in the old world. In an attempt to disguise $his high rank, $he is traveling with only a small escort of soldiers and is a prime target for enslavement. The officer is a graduate of a renowned old world military college and no stranger to the battlefield, yet has retained $his femininity despite $his considerable achievements.
-<<case "male military officer">>
-	is a military officer currently traveling to the front of a fresh conflict between rival powers in the old world. In an attempt to disguise $his high rank, $he is traveling with only a small escort of soldiers and is a prime target for enslavement. The officer is a graduate of a renowned old world military college and no stranger to the battlefield.
-<<case "military soldier">>
-	is the barracks of a local garrison in an old world town. The majority of the town's young men have already been sent to the front of a new conflict, so the town has conscripted a number of young $women to fill the ranks of their garrison. Though the soldiers are likely to be untested, they have still received some measure of combat training. Their sergeant is the nominal leader of the group, though $he holds the position due to familial connections rather than any real military seniority.
-<<case "doctor">>
-	is a hospital located in an impoverished old world City. Despite its crime ridden surroundings, the hospital possesses a sterling reputation as a result of its distinguished staff of veteran doctors and nurses. Chief among these medical professionals is a female doctor, an accomplished pioneer in $his field.
-<<case "nun">>
-	is a reclusive religious community in a mountain range between two current conflict zones. The members of the community have withdrawn from the collapsing social order of the world and established a commune in their mountain retreat, filling their days with peaceful reflection and prayer. Though the nuns have no true leader, one among them has emerged as the most pious of the sisters.
-<<case "journalist">>
-	is the offices of an esteemed old world newspaper firm. The paper is known for its investigative journalism, particularly as one of the few firms willing to delve into the brave new world of the Free Cities. The rising star of the paper is undoubtedly a young journalist who has been an outspoken critic of slaveholding and other Free Cities traditions.
-<<case "local news anchor">>
-	is the recording studio of a sleepy old world town's local news channel. The news channel itself is unremarkable, a quaint reminder of the tedious life of a small town, save for its news anchor. The anchor stands in stark contrast to $his fellow residents by the abundance of $his plastic surgery, likely an attempt to cling to youth lest $his coveted anchor position be snatched away by a younger $woman.
-<<case "classical dancer">>
-	is the performing arts theater at the heart of an aristocratic old world city. The theater itself would usually not be considered a choice target, except that tonight its stage is graced by a renowned dance troupe. The jewel of the troupe's cast is a young $girl<<if $pedo_mode == 0>>, barely past $his majority,<</if>> whose performance has been said to bring tears to the eyes of audiences the world over.
-<<case "law enforcement officer">>
-	is the precinct of a small old world town's police department. The department is notoriously underfunded and unlikely to be particularly well staffed. Nonetheless, one of the officers is well known in the area for $his adherence to the letter of the law despite $his small town cop status.
-<<case "classical musician">>
-	is the concert hall at the heart of an aristocratic old world city. The concert hall itself would usually not be considered a choice target, except that tonight its stage is graced by a renowned orchestra. The pride of the orchestra's cast is a <<if _slave.visualAge < 13>>little $girl<<elseif _slave.visualAge <= 18>>teenager<<elseif _slave.visualAge <= 24>>young $woman<<elseif _slave.visualAge <= 32>>$woman<<else>>mature $woman<</if>>, whose skill with $his instrument has been known to move listeners to tears.
-<<case "politician">>
-	is a campaign rally for the reelection of an old world politician. Though the rally will be an extremely public affair, the benefits of capturing a prestigious politician could outweigh the risks.
-<<case "shut-in">>
-	is the shack of a notorious shut-in located just outside your arcology. Not a particularly distinguished target, but it would save your $mercenariesTitle considerable time and effort. The shut-in $himself has been a fixture of the landscape for <<if _slave.visualAge < 13>>only a little while<<elseif _slave.visualAge <= 18>>some time<<elseif _slave.visualAge <= 32>>years<<else>>decades<</if>>, with many speculating that $he remains a virgin<<if _slave.visualAge > 32>> despite $his mature age<</if>>.
-<<case "procuress">>
-	is a halfway house for vulnerable $women operating in a nearby conflict zone. Far from being a wholesome institution, the proprietor of this halfway house is a notorious procuress who sells $his guests into slavery. Raiding the halfway house avoids the procuress' fees on a new shipment of slaves, with the procuress $himself as a tempting bonus.
-<<case "investor">>
-	is one of the last remaining business expositions still operating in the old world. In years past, such expositions were often a showcase for innovation and corporate development but in recent years have become a sad spectacle of industry stagnation. This particular exposition's keynote speaker is a reputable investor with decades of experience, hoping to breathe new life into some valuable yet dying firms.
-<<case "scientist">>
-	is a research lab operating on the lawless fringe between the old world and the Free Cities. Here, scientists push the boundaries of the known world without the burden of governmental oversight or moral restrictions. Their de facto leader is a fellow scientist, one of the first to leave the old world behind in pursuit of knowledge.
-<<case "lawyer">>
-	is the offices of a law firm operating on the boundary between the old world and the Free Cities. The lawyers within profit from the shaky legal channels between old world nations and new Free Cities, largely drawing up contracts or facilitating the transfer of goods, services, and slaves. The sole senior partner of the firm is one of the pioneers of this new field of legal work, having been a staunch corporate advocate for much of $his life.
-<</switch>>
-
-<<set _slave.origin = "Your " + $mercenariesTitle + " caught $him while raiding; $he was a " + $origin + ".">>
-<<run setHealth(_slave, random(30,50))>>
-<<set _slave.devotion = random(-45,-25)>>
-<<set _slave.trust = random(-60,-75)>>
-<<set _slave.oldDevotion = _slave.devotion>>
-
-The $origin is the primary target of the raid. $He's _slave.race.
-<<if (_slave.physicalAge <= 6)>>
-	$He is a young child and should be easy to corral.
-	<<set $targetEscape -= 2>>
-<<elseif (_slave.physicalAge <= 12)>>
-	$He is just a kid, but might have some surprises up $his sleeves.
-	<<set $targetEscape += 1>>
-<<elseif (_slave.physicalAge >= 100)>>
-	$He is really, really old and won't stand a chance of shuffling off.
-	<<set $targetEscape -= 5>>
-<<elseif (_slave.physicalAge >= 85)>>
-	$He is very old and unlikely to be hard to catch.
-	<<set $targetEscape -= 3>>
-<<elseif (_slave.physicalAge >= 70)>>
-	$He is old and slow.
-	<<set $targetEscape -= 1>>
-<</if>>
-<<if _slave.weight > 190>>
-	$His figure is catastrophically fat, so much so that the raid might be better off laying down speedbumps to thwart $his rascal-powered flight.
-	<<set $targetEscape -= 5>>
-<<elseif _slave.weight > 160>>
-	$His figure is extremely fat and unlikely to make it far, especially if stairs are involved.
-	<<set $targetEscape -= 3>>
-<<elseif _slave.weight > 95>>
-	$His figure is quite fat.
-	<<set $targetEscape -= 2>>
-<<elseif _slave.weight > 30>>
-	$His figure is fairly chubby.
-	<<set $targetEscape -= 1>>
-<<elseif _slave.weight < -95>>
-	$He's so skinny that $he appears almost emaciated.
-	<<set $targetEscape -= 1>>
-<<else>>
-	$He has a fairly average weight.
-<</if>>
-<<if _slave.muscles > 30>>
-	$His heavy musculature weighs $him down.
-	<<set $targetEscape -= 1>>
-<<elseif _slave.muscles <= 5>>
-	$His body is soft and toneless.
-	<<set $targetEscape -= 1>>
-<<else>>
-	$His body is fairly muscular.
-<</if>>
-<<if _slave.height >= 185>>
-	$He's tall enough that $his height makes $him easy to spot.
-	<<set $targetEscape -= 2>>
-<<elseif _slave.height < 150>>
-	$He's short enough that $his height makes $him difficult to spot.
-	<<set $targetEscape += 1>>
-<<else>>
-	$He's of an average height.
-<</if>>
-<<if _slave.boobs >= 2000>>
-	$He has absurdly large breasts.
-	<<set $targetEscape -= 3>>
-<<elseif _slave.boobs >= 800>>
-	$He has fairly large breasts.
-	<<set $targetEscape -= 1>>
-<<elseif _slave.boobs >= 400>>
-	$He has medium sized breasts.
-<<else>>
-	$He's fairly flat chested.
-	<<set $targetEscape += 1>>
-<</if>>
-<<if _slave.butt >= 6>>
-	$He has an immense posterior.
-	<<set $targetEscape -= 1>>
-<<elseif _slave.butt >= 4>>
-	$He has a large ass.
-<<elseif _slave.butt >= 2>>
-	$He's got a big butt.
-<<else>>
-	$He's got a flat ass.
-	<<set $targetEscape += 1>>
-<</if>>
-<<if _slave.dick >= 5>>
-	$His cock is large enough to slow $him down.
-	<<set $targetEscape -= 1>>
-<</if>>
-<<if (_slave.balls >= 5) && (_slave.scrotum > 0)>>
-	$His balls are likely to hurt while running, enough to slow $him down.
-	<<set $targetEscape -= 1>>
-<</if>>
-<<if _slave.preg >= _slave.pregData.normalBirth-1>>
-	$His ripe pregnant belly is very likely to preclude $him from escaping without help at all. All it takes is $his water breaking to practically doom $his flight.
-	<<set $targetEscape -= 10>>
-<<elseif _slave.belly >= 60000>>
-	$He is so massively pregnant it'll be next to impossible for $him to escape on foot.
-	<<set $targetEscape -= 10>>
-<<elseif _slave.belly >= 10000>>
-	$His pregnant belly is likely to preclude $him from escaping on foot at all.
-	<<set $targetEscape -= 5>>
-<<elseif _slave.belly >= 5000>>
-	$He's visibly pregnant and likely to be cautious and slow during $his escape.
-	<<set $targetEscape -= 3>>
-<<elseif _slave.belly >= 1500>>
-	There is a slight roundness to $his middle, likely an early pregnancy that will distract $him from fleeing.
-	<<set $targetEscape -= 1>>
-<</if>>
-
-<<if _ser == 0>>
-	<<set _target1 = _slave>>
-	<<set _origin1 = $origin>>
-	<<set _targetEscape1 = $targetEscape>>
-<<elseif _ser == 1>>
-	<<set _target2 = _slave>>
-	<<set _origin2 = $origin>>
-	<<set _targetEscape2 = $targetEscape>>
-<<else>>
-	<<set _target3 = _slave>>
-	<<set _origin3 = $origin>>
-	<<set _targetEscape3 = $targetEscape>>
-<</if>>
-
-<</for>>
-<br><br>
-
-Your $mercenariesTitle look to you for guidance and will strike the target of your choosing.
-
-<br><br>
-
-<span id="result">
-<<link "The first">>
-	<<replace "#result">>
-		<<set $activeSlave = _target1, $origin = _origin1, $targetEscape = _targetEscape1>>
-		<<include "SE raiding assault">>
-	<</replace>>
-<</link>>
-
-<br><<link "The second">>
-	<<replace "#result">>
-		<<set $activeSlave = _target2, $origin = _origin2, $targetEscape = _targetEscape2>>
-		<<include "SE raiding assault">>
-	<</replace>>
-<</link>>
-
-<br><<link "The third">>
-	<<replace "#result">>
-		<<set $activeSlave = _target3, $origin = _origin3, $targetEscape = _targetEscape3>>
-		<<include "SE raiding assault">>
-	<</replace>>
-<</link>>
-</span>
diff --git a/src/uncategorized/seRaidingAssault.tw b/src/uncategorized/seRaidingAssault.tw
deleted file mode 100644
index 813269e5cbffe1961e1c6e6654f182d79be584cc..0000000000000000000000000000000000000000
--- a/src/uncategorized/seRaidingAssault.tw
+++ /dev/null
@@ -1,217 +0,0 @@
-:: SE raiding assault [nobr]
-
-You make your selection and direct your $mercenariesTitle to attack the target.
-
-<<set _MercCaptureL = -4,_MercCaptureU = 4>>
-<<set _raidEscapeL = 1,_raidEscapeU = 3>>
-
-<<if $SF.Toggle && $SF.Active >= 1>>
-	<<if $SF.Squad.Satellite >= 1 && $SF.SatLaunched > 0>>
-		<<set _MercCaptureL += 1,_MercCaptureU += 1>>
-		<<set _raidEscapeL -= 1,_raidEscapeU -= 1>>
-	<</if>>
-	<<if $SF.Squad.SpacePlane >= 1>>
-		<<set _MercCaptureL += 1,_MercCaptureU += 1>>
-		<<set _raidEscapeL -= 1>>
-	<</if>>
-<</if>>
-<<set _MercCapture = random(_MercCaptureL,_MercCaptureU)>>
-<<set _raidEscape = random(_raidEscapeL,_raidEscapeU)>>
-<<run App.Utils.setLocalPronouns($activeSlave)>>
-
-<<switch $origin>>
-<<case "housewife">>
-	<<if $targetEscape >= _MercCapture>>
-		Somehow the house<<= $wife>> manages to evade your mercenaries.
-	<<elseif _raidEscape == 1>>
-		Your $mercenariesTitle pry open the door to the mansion's panic room to find that the $woman has hung $himself to escape capture. A waste.
-	<<else>>
-		Your $mercenariesTitle pry open the door to the mansion's panic room and pull the protesting house<<= $wife>> from its depths.
-		The house<<= $wife>> watches in terror as your $mercenariesTitle slake their lust on $his servants and maids, knowing that $his respite from a brutal rape must only be a temporary blessing.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "university professor">>
-	<<if $targetEscape >= _MercCapture>>
-		A confrontation with the University's security team allows the professors to escape capture by the $mercenariesTitle.
-	<<elseif _raidEscape == 1>>
-		Your $mercenariesTitle are met with surprising resistance by the university's professors and are forced to bid a hasty retreat before security can arrive in greater numbers.
-	<<else>>
-		Your $mercenariesTitle corner the professors and their department head in one of the university's many conference rooms, hauling them off to the VTOLs when the academics promptly surrender.
-		The department head spends the VTOL ride back to your arcology watching in terror as $his colleagues and peers are raped wholesale by your mercenaries. With $his educated mind, $he knows that being singled out from a similar fate must mean $he is being saved for someone and worries about who that might be.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "university student">>
-	<<if $targetEscape >= _MercCapture>>
-		A confrontation with the University's security team allows the students to escape capture by the $mercenariesTitle.
-	<<elseif _raidEscape == 1>>
-		Your $mercenariesTitle are met with surprising resistance by the university's students and are forced to bid a hasty retreat before security can arrive in greater numbers.
-	<<else>>
-		Your $mercenariesTitle corner the students in their rooms, hauling them off one by one to the VTOLs as they protest feebly.
-		The peerless student spends the VTOL ride back to your arcology watching in terror as $his friends and peers are raped wholesale by your mercenaries. With $his educated mind, $he knows that being singled out from a similar fate must mean $he is being saved for someone and worries about who that might be.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "female military officer">>
-	<<if $targetEscape >= _MercCapture>>
-		The officer's escort engages the $mercenariesTitle in a gunfight and in the confusion the officer manages to escape capture on foot.
-	<<elseif _raidEscape == 1>>
-		As your mercenaries gain the upper hand on the officer's escort, $he promptly puts $his service weapon to $his temple and pulls the trigger. A waste.
-	<<else>>
-		As your mercenaries gain the upper hand on the officer's escort, $he promptly puts $his service weapon to $his temple but hesitates. Luckily one of your $mercenariesTitle is close by and able to pluck the pistol from $his stiff fingers. The despondent officer is cuffed and taken back to the VTOL for transport.
-		The officer spends the VTOL ride back to your arcology watching as your $mercenariesTitle rape $his defeated subordinates. Given their brutal treatment, $he doubts $his respite from such a fate is due to any battlefield rules of conduct.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "male military officer">>
-	<<if $targetEscape >= _MercCapture>>
-		The officer's escort engages the $mercenariesTitle in a gunfight and in the confusion the officer manages to escape capture on foot.
-	<<elseif _raidEscape == 1>>
-		As your mercenaries gain the upper hand on the officer's escort, $he promptly puts $his service weapon to $his temple and pulls the trigger. A waste.
-	<<else>>
-		As your mercenaries gain the upper hand on the officer's escort, $he promptly puts $his service weapon to $his temple but hesitates. Luckily one of your $mercenariesTitle is close by and able to pluck the pistol from $his stiff fingers. The despondent officer is cuffed and taken back to the VTOL for transport.
-		The officer spends the VTOL ride back to your arcology watching as your $mercenariesTitle rape $his defeated subordinates. Given their brutal treatment, $he doubts $his respite from such a fate is due to any battlefield rules of conduct.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "military soldier">>
-	<<if $targetEscape >= _MercCapture>>
-		The young soldiers fight valiantly against the $mercenariesTitle until they are routed. Despite defeating them in the field, your $mercenariesTitle are unable to capture any of the soldiers who escape on foot.
-	<<elseif _raidEscape == 1>>
-		The young soldiers are unfaltering in their conviction and fight to their last last. When the smoke clears, the barracks is chocked with corpses for none of the soldiers are left alive to capture.
-	<<else>>
-		The young soldiers fight valiantly, but when the battle turns against them they decide to surrender. Their sergeant is cuffed with the remaining survivors and taken back to the VTOL for transport.
-		The sergeant spends the VTOL ride back to the arcology watching as $his childhood friends turned comrades in arms are raped by your mercenaries. $He wonders why $he has been spared this seemingly shared fate, but suspects it has little to do with $his nominally higher rank.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "doctor">>
-	<<if $targetEscape >= _MercCapture>>
-		The hospital's security staff alone would prove little match for the $mercenariesTitle, but just as they are about to be overrun an uneasy coalition of rival gangster and criminals who had been committed as patients join the fray and turn the tide of battle.
-	<<elseif _raidEscape == 1>>
-		The hospital's security staff alone would prove little match for your mercenaries, but they are joined by an uneasy coalition of rival gangster and criminals who had been committed as patients. Though your $mercenariesTitle prevail, they discover to their chagrin that the doctors and their staff were slain during the wanton exchange of fire.
-	<<else>>
-		The security staff of the hospital is easily overpowered and surrender rapidly, allowing your $mercenariesTitle to take the doctors and their staff into custody with little fuss.
-		The distinguished doctor spends the VTOL ride looking on at $his colleagues and peers being raped by your mercenaries. $He naïvely hopes that $he has been spared from that fate out of a desire for $his medical knowledge rather than $his body.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "nun">>
-	<<if $targetEscape >= _MercCapture>>
-		As the $mercenariesTitle close in on the commune, they are spotted by a group of young nuns tending to their grounds. Before your $mercenariesTitle can close the distance, they retreat behind the walls of their community and seal the gate behind them.
-	<<elseif _raidEscape == 1>>
-		The nuns flee into their inner sanctum as your $mercenariesTitle approach and bar the doors behind them as they go. When the last barrier is pried open, your $mercenariesTitle discover the nuns have committed suicide as a group rather than be taken prisoner.
-	<<else>>
-		Unarmed and defenseless, the nuns are easily cowed by your $mercenariesTitle and taken away one by one to the VTOLs. The most pious $sister prays vehemently until $he is dragged out of the inner sanctum in cuffs.
-		The pious nun spends the VTOL ride engaged in fervent prayer as $his sisters are raped by your mercenaries. $He naïvely believes that $his devotion and piety will see $him spared from the same fate as $his sisters.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "journalist">>
-	<<if $targetEscape >= _MercCapture>>
-		Though the $mercenariesTitle easily overwhelm the single security guard posted at the firm, they are unable to do so before he triggers an alarm. Faced with the prospect of local law enforcement arriving, your $mercenariesTitle beat a hasty retreat.
-	<<elseif _raidEscape == 1>>
-		Your $mercenariesTitle are met with fierce resistance by the staff of the newspaper firm, who take the raid as an opportunity to turn their abolitionist words into violent action. Eventually, your $mercenariesTitle retreat from the building before law enforcement can arrive.
-	<<else>>
-		Once the lone security guard is subdued, the journalists and editors of the firm quietly accept their restraints and file out of the building and into the waiting VTOL.
-		The journalist spends the VTOL ride watching as $his colleagues are raped by your mercenaries. $He studies every brutal detail, records ever anguished scream in $his mind, hoping that one day $he might escape to produce an editorial to surpass all others.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "local news anchor">>
-	<<if $targetEscape >= _MercCapture>>
-		Unfortunately for the $mercenariesTitle, the news channel appears to have been interviewing members of the local militia garrison at the time of the raid. Upon encountering more firepower than they had anticipated, your $mercenariesTitle wisely retreat from the engagement.
-	<<elseif _raidEscape == 1>>
-		Your $mercenariesTitle are able to subdue the news anchor and bid a hasty exit from the recording studio. Before they can board the waiting VTOL however, the anchor is struck in the head by a bullet fired by a man who was $his longtime fan turned stalker. It seems if he cannot have $him, neither can you.
-	<<else>>
-		The news anchor is subdued without issue and quietly escorted out of the recording studio and into the waiting VTOL.
-		The anchor is initially resistant during the VTOL ride, but soon grows complacent when $he is told of the luxury of your penthouse.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "classical dancer">>
-	<<if $targetEscape >= _MercCapture>>
-		Though they are excellent soldiers, the $mercenariesTitle are crude and uncultured. They are unable to blend into the audience and are soon discovered, giving the dance troupe the warning needed to make an escape from the theater.
-	<<elseif _raidEscape == 1>>
-		As your $mercenariesTitle close in on the stage and reveal their concealed weapons, the darling star of the dance troupe loses $his footing in shock and tumbles off the stage. The sharp crack as $he hits the ground drives the crowd and remaining members of the troupe hysterical, while your $mercenariesTitle exit the theater as chaos surges around them.
-	<<else>>
-		Once your $mercenariesTitle close in on the stage and reveal their concealed weapons, the dance troupe promptly surrenders. With the shocked audience looking on, each member is cuffed and escorted out the door to the waiting VTOL.
-		The dancer spends the VTOL ride in abject terror as $his friends and peers are raped by your $mercenariesTitle all around $him. $He clings to the hope that $he is being spared from the same fate out of a desire for $his dancing talent rather than $his body.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "law enforcement officer">>
-	<<if $targetEscape >= _MercCapture>>
-		Despite the lack of staff, it seems this particular precinct has been the recipient of an alarming quantity of military grade equipment. With their overwhelming firepower, the officers are able to hold off your $mercenariesTitle until reinforcements arrive and force your troops to retreat.
-	<<elseif _raidEscape == 1>>
-		Despite being outnumbered and outgunned, the officers stand their ground to the last. The sterling officer of the law your $mercenariesTitle sought to capture is the last to fall, stifled by a hail of bullets.
-	<<else>>
-		Your $mercenariesTitle break through the door of the precinct with their guns drawn. The precinct is so understaffed that each officer has a number of weapons drawn on them from every angle, so its no surprise when the precinct's sterling police<<= $woman>> formally surrenders the precinct and its officers to your mercenaries.
-		The officer spends the VTOL ride watching impassively as $his fellow officers are raped by your $mercenariesTitle all around $him. Before $he exits the VTOL upon $his arrival, $he informs your $mercenariesTitle that $he intends to bring each of them to justice for their supposed crimes.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "classical musician">>
-	<<if $targetEscape >= _MercCapture>>
-		Though they are excellent soldiers, the $mercenariesTitle are crude and uncultured. They are unable to blend into the audience and are soon discovered, giving the orchestra the warning needed to make an escape from the concert hall.
-	<<elseif _raidEscape == 1>>
-		As your $mercenariesTitle close in on the stage and reveal their concealed weapons, the crown jewel of the orchestra loses $his footing in shock and tumbles off the stage. The sharp crack as $he hits the ground drives the crowd and remaining members of the orchestra hysterical, while your $mercenariesTitle exit the concert hall as chaos surges around them.
-	<<else>>
-		Once your $mercenariesTitle close in on the stage and reveal their concealed weapons, the orchestra promptly surrenders. With the shocked audience looking on, each member is cuffed and escorted out the door to the waiting VTOL.
-		The musician spends the VTOL ride in abject terror as $his friends and peers are raped by your $mercenariesTitle all around $him. $He clings to the hope that $he is being spared from the same fate out of a desire for $his musical talent rather than $his body.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "politician">>
-	<<if $targetEscape >= _MercCapture>>
-		The $mercenariesTitle clash with the politician's security detail amidst a maelstrom of terrified civilians and the confrontation drags out for some time. By the time your $mercenariesTitle can advance, they discover that the politician has already been evacuated.
-	<<elseif _raidEscape == 1>>
-		With their security detail defeated and their crowd of supporters offering no protection, the politician tries to take up one of $his fallen protector's pistols to defend $himself. Unfortunately for $him and for your mercenaries, the politician has a staggeringly poor understanding of firearms and manages to shoot themselves in the face when they discharge the weapon. With the politician dead, there is little your $mercenariesTitle can do but exit the venue.
-	<<else>>
-		With their security detail defeated and their crowd of supporters offering no protection, the politician promptly surrenders in the hopes that they won't be harmed and is escorted to the waiting VTOL.
-		The politician spends the VTOL ride quietly, only breaking $his silence to ask your $mercenariesTitle about where $he is being brought and why. When they do not answer $he simply fusses with $his outfit, as if headed to an important interview.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "shut-in">>
-	<<if $targetEscape >= _MercCapture>>
-		The $mercenariesTitle pry open the shut-in's door to discover an empty shack. From the cooked meal still steaming on the dining room table and the remarkable absence of dust, it seems $he left only recently. Somehow the crafty <<if $activeSlave.visualAge < 13>>little <<elseif $activeSlave.visualAge <= 18>>teen <<elseif $activeSlave.visualAge <= 24>>young <<elseif $activeSlave.visualAge <= 32>><<else>>old <</if>> minx must have seen your $mercenariesTitle coming.
-	<<elseif _raidEscape == 1>>
-		When the $mercenariesTitle break down the door to the shut-in's shack, they are met with a terrible stench of dust and decay. Judging by the body hanging limply from the banisters, the shut-in took $his own life some time ago.
-	<<else>>
-		When your $mercenariesTitle break down the door to the shut-in's shack, they are met with a surprised and somewhat unkempt $woman staring at them. Despite $his lack of social interaction, they know better than to argue with a small army of armed $mercenariesTitle and quietly accepts being escorted back to the waiting VTOL.
-		The shut-in spends the VTOL ride sitting quietly in $his seat. Confused by $his silence, your $mercenariesTitle attempt to engage $him in conversation but are granted no response.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "procuress">>
-	<<if $targetEscape >= _MercCapture>>
-		The $mercenariesTitle break down the door to the halfway home to discover a throng of sniffling young women, who cling to their boots and beg for rescue. Once they have been accounted for, your $mercenariesTitle discover the procuress is nowhere to be found. It seems the wily old minx has somehow made $his escape before your $mercenariesTitle even arrived.
-	<<elseif _raidEscape == 1>>
-		When your $mercenariesTitle enter the halfway house, the impoverished women within mistake them for an international rescue mission. Before your $mercenariesTitle can say otherwise, the women go berserk with the prospect of freedom and break into the procuress' office to tear $him apart with their bare hands.
-	<<else>>
-		When your $mercenariesTitle enter the halfway house, the impoverished women within mistake them for an international rescue mission. Before your $mercenariesTitle can say otherwise, the women band together and drag the procuress out of $his office and restrain $him themselves. The $mercenariesTitle have to do little more than escort the grinning women to the waiting VTOLs, while they drag the protesting procuress with them.
-		The procuress spends the VTOL ride watching uneasily as the girls $he intended to sell into slavery are raped by your mercenaries. Far from having a conscience, $he realizes that $his own capture indicates that $he will not be long spared from such treatment. The revelation brings $him to weep tears down $his mature face, doomed to the same fate $he $himself sent many girls to.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "investor">>
-	<<if $targetEscape >= _MercCapture>>
-		The $mercenariesTitle raid the business exposition and thoroughly search the premises, only to discover that the investor never arrived. A terrified businessman informs your $mercenariesTitle that $he cited heightened security risks as the reason for $his absence.
-	<<elseif _raidEscape == 1>>
-		When your $mercenariesTitle corner the investor in the exposition, $he seemingly mistakes them for international police intent on taking $him in for prior economic crimes. Before $he can be subdued, the investor swallows a concealed pill and crumples to the ground dead.
-	<<else>>
-		When your $mercenariesTitle corner the investor in the exposition, $he seemingly mistakes them for international police intent on taking $him in for prior economic crimes. $He begrudgingly surrenders and is subsequently escorted back to a waiting VTOL.
-		The investor spends the VTOL ride practicing their sales pitches, techniques and speeches. It seems they haven't grasped what their destination is, nor the fate that awaits them upon arrival.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "scientist">>
-	<<if $targetEscape >= _MercCapture>>
-		When the $mercenariesTitle make an explosive entrance into the lab with their guns drawn, the chief scientist throws a vial of some mysterious liquid in front of them. The resultant smoke is so thick and choking that your $mercenariesTitle are forced to retreat from the building, during which time the scientists make their own escape. When your $mercenariesTitle reenter the building, they find it abandoned.
-	<<elseif _raidEscape == 1>>
-		The bulk of the scientists surrender shortly after your $mercenariesTitle make an explosive entrance into their lab. Before $he can be cuffed, the chief scientist takes a swig from some mysterious beaker of liquid. From the triumphant look on $his face as $he keels over dead, your $mercenariesTitle suspect the liquid was intended to have a transformative effect rather than a suicidal one.
-	<<else>>
-		The bulk of the scientists surrender shortly after your $mercenariesTitle make an explosive entrance into their lab. Before $he can be cuffed, the chief scientist takes a swig from some mysterious beaker of liquid. As the triumphant look on $his face fades, it becomes clear that the liquid did not have the transformative effect that $he desired.
-		The scientist spends the VTOL ride watching as $his colleagues and peers are raped around $him. That some of the earth's greatest minds have been reduced to sexual objects is disquieting enough, but the realization that $he is not likely to be spared from such a fate brings the $woman to tears.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<<case "lawyer">>
-	<<if $targetEscape >= _MercCapture>>
-		It seems the lawyer had anticipated the possibility of conflict on the frontier on the outer rim of the old world, so the $mercenariesTitle are able to do little more than enter the building before the law firm's offices seal themselves off. Faced with the prospect of lingering in a conflict zone, your $mercenariesTitle cut their losses and retreat back to their VTOLs.
-	<<elseif _raidEscape == 1>>
-		Your $mercenariesTitle capture the law firm's staff without much difficulty, but when they open the door to the lawyer's office they find $him frothing from the mouth and unresponsive. From the quantity of pill bottles evident on $his desk, it seems $he found the sole loophole to escape capture.
-	<<else>>
-		Your $mercenariesTitle capture the law firm's staff without much difficulty, but when they open the door to the lawyer's office they find $him frothing from the mouth and unresponsive. Despite $his attempts to drug $himself into suicide, the effects are temporary and the lawyer soon finds $himself being hauled off to a waiting VTOL with $his staff.
-		The lawyer spends the VTOL ride scarcely sparing any attention to the rape of $his staff all about $him. Instead $he seems almost lost in thought, as if concentrating on finding some loophole or legal means to escape the fate that has befallen $his staff.
-		<<run newSlave($activeSlave)>> /* skip New Slave Intro */
-	<</if>>
-<</switch>>
-<<if ($targetEscape >= _MercCapture) || (_raidEscape == 1)>>
-	Your $mercenariesTitle return without their final prize, but remain in high spirits given their other successes out in the field.
-<</if>>
-<<unset $targetEscape, $origin>>