diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
deleted file mode 100644
index d2048d46cd4e003a92e9d712bb2938415406abc2..0000000000000000000000000000000000000000
--- a/src/uncategorized/walkPast.tw
+++ /dev/null
@@ -1,129 +0,0 @@
-:: Walk Past [nobr]
-
-<<set $target = "">>
-<<set _seed = random(1,100)>>
-<<set _watchArray = [], _watch = "">>
-<<if $familyTesting == 1 && totalRelatives($activeSlave) > 0 && random(1,100) > 80>>
-	<<set $relation = randomRelatedSlave($activeSlave)>>
-	<<setLocalPronouns $relation 3>>
-	<<if $relation.mother == $activeSlave.ID || $relation.father == $activeSlave.ID>>
-		<<set $relationType = _daughter3>>
-	<<elseif $activeSlave.mother == $relation.ID>>
-		<<set $relationType = "mother">>
-	<<elseif $activeSlave.father == $relation.ID>>
-		<<set $relationType = "father">>
-	<<else>>
-		<<switch areSisters($activeSlave, $relation)>>
-		<<case 1>>
-			<<set $relationType = "twin">>
-		<<case 2>>
-			<<set $relationType = _sister3>>
-		<<case 3>>
-			<<set $relationType = "half-<<= _sister3>>">>
-		<</switch>>
-	<</if>>
-	<<set _flag = 110, $partner = "relation">>
-<<elseif $familyTesting == 0 && ($activeSlave.relation !== 0) && (random(1,100) > 80)>>
-	<<set _flag = 110, $partner = "relation">>
-<<elseif ($activeSlave.relationship > 0) && (random(1,100) > 70)>>
-	<<set _flag = 120, $partner = "relationship">>
-<<elseif ($activeSlave.rivalry !== 0) && (!isAmputee($activeSlave)) && (random(1,100) > 70)>>
-	<<set _flag = 130, $partner = "rivalry">>
-<<else>>
-	<<set _flag = 99, $partner = "">>
-<</if>>
-
-<<setLocalPronouns $activeSlave>>
-
-<<= primeSlave($activeSlave, _seed)>>
-
-<<if ($partner == "rivalry")>>
-	<<set _partnerSlave = getSlave($activeSlave.rivalryTarget)>>
-	<<setLocalPronouns _partnerSlave 2>>
-	<<if ndef _partnerSlave>>
-		<<goto "Main">>
-	<</if>>
-
-	<<= rivalSlave($activeSlave, _seed)>>
-
-<<elseif ($partner == "relationship") && ($activeSlave.relationship >= 3) && ($activeSlave.releaseRules !== "restrictive") && ($activeSlave.releaseRules !== "masturbation") && ($activeSlave.releaseRules !== "chastity")>>
-
-	<<= loverSlave($activeSlave)>>
-
-<<elseif ($partner == "relationship") || ($partner == "relation")>>
-
-	<<= relatedSlave($activeSlave)>>
-
-<<else>>
-	<<if $activeSlave.fuckdoll == 0>>
-		<<set _watchArray.push("boobWatch")>>
-	<</if>>
-	<<if $activeSlave.belly < 1500000>>
-		<<if ($activeSlave.dick > 0) && ($seeDicks > 0) && ($sexualOpeness == 1 || $activeSlave.toyHole == "dick")>>
-			<<set _watchArray.push("dickWatch")>>
-		<</if>>
-		<<if $activeSlave.vagina != -1>>
-			<<set _watchArray.push("vaginaWatch")>>
-		<</if>>
-	<</if>>
-	<<if $activeSlave.belly >= 1500>>
-		<<set _watchArray.push("bellyWatch")>>
-	<</if>>
-	<<set _watchArray.push("anusWatch")>>
-	<<set _watchArray.push("buttWatch")>>
-	<<set _watchArray.push("lipWatch")>>
-
-	<<set _watch = _watchArray.random()>>
-
-	<<switch _watch>>
-		<<case "boobWatch">>
-			<<= boobWatch($activeSlave)>>
-		<<case "dickWatch">>
-			<<= dickWatch($activeSlave)>>
-		<<case "vaginaWatch">>
-			<<= vaginaWatch($activeSlave)>>
-		<<case "bellyWatch">>
-			<<= bellyWatch($activeSlave)>>
-		<<case "anusWatch">>
-			<<= anusWatch($activeSlave)>>
-		<<case "buttWatch">>
-			<<= buttWatch($activeSlave)>>
-		<<case "lipWatch">>
-			<<= lipWatch($activeSlave)>>
-	<</switch>>
-<</if>>
-
-<<if $activeSlave.fuckdoll == 0>>
-	<<if (["buttWatch", "anusWatch"].includes(_watch)) && ($activeSlave.chastityAnus)>>
-		//If you wish to have anal intercourse with $him you must order $him to remove $his chastity belt.//
-		<span id="walkpast"><<link "Grope $his rear instead">><<replace "#walk">><<include $target>><</replace>><</link>></span>
-	<<elseif (_watch == "vaginaWatch") && ($activeSlave.chastityVagina)>>
-		//If you wish to have vanilla intercourse with $him you must order $him to remove $his chastity belt.//
-	<<elseif _flag > 100>>
-		<<if $familyTesting == 1 && _flag == 110>>
-			/* No content yet */
-		<<else>>
-			<span id="walkpast"><<link "Summon them both">><<replace "#walk">><<include $target>><</replace>><</link>></span>
-		<</if>>
-	<<elseif $activeSlave.assignment == "stay confined">>
-		<span id="walkpast"><<link "Have $him brought out of $his cell">><<replace "#walk">><<include $target>><</replace>><</link>></span>
-	<<elseif ($activeSlave.assignment == "work in the dairy") && ($dairyRestraintsSetting > 1)>>
-		//$He is strapped into a milking machine and cannot leave $dairyName.//
-	<<else>>
-		<<switch $activeSlave.assignment>>
-			<<case "be your agent" "live with your agent" "work in the dairy" "work in the brothel" "serve in the club" "work as a servant" "serve in the master suite" "stay confined" "be confined in the cellblock" "be confined in the arcade" "work a glory hole" "be the Madam" "be your Concubine" "be the Wardeness" "live with your Head Girl" "be the Stewardess" "be the Schoolteacher" "be the Attendant" "be the DJ" "be the Milkmaid">>
-				<span id="walkpast"><<link "Have $him take a break and come up">><<replace "#walk">><<include $target>><</replace>><</link>></span>
-			<<default>>
-				<span id="walkpast"><<link "Call $him over">><<replace "#walk">><<include $target>><</replace>><</link>></span>
-		<</switch>>
-	<</if>>
-<<else>>
-	<<switch $target>>
-	<<case "FVagina">>
-		<span id="walkpast"><<link "Fuck $him">><<replace "#walk">><<FFuckdollVaginal>><</replace>><</link>></span>
-	<<case "FButt" "FAnus">>
-		<span id="walkpast"><<link "Fuck $him">><<replace "#walk">><<FFuckdollAnal>><</replace>><</link>></span>
-	<<default>>
-		<span id="walkpast"><<link "Fuck $him">><<replace "#walk">><<FFuckdollOral>><</replace>><</link>></span>
-	<</switch>>
-<</if>>