diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index 7af33a2cf1384eb803eaf5982f5727dced8a9e9a..fc4ca009cec0cb6febcd3ab05cd3281f33bcbd79 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -232,7 +232,7 @@
 		/* 000-250-006 */
 		''__@@.pink;<<SlaveFullName $slaves[_FLs]>>@@__'' is serving as the Madam.
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -351,7 +351,7 @@
 			<</if>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA whore">>
 			<br>&nbsp;&nbsp;&nbsp;
-			<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+			<<= saChoosesOwnClothes($slaves[$i])>>
 			<<include "SA rules">>
 			<<include "SA diet">>
 			<<include "SA long term effects">>
diff --git a/src/uncategorized/cellblockReport.tw b/src/uncategorized/cellblockReport.tw
index d9cc4191fd562e56ef8408eb67a5aa7fd673bd49..590412f6e0e21aadff6997d56d824fc4d7e5595d 100644
--- a/src/uncategorized/cellblockReport.tw
+++ b/src/uncategorized/cellblockReport.tw
@@ -154,7 +154,7 @@
 		/* 000-250-006 */
 		''__@@.pink;<<SlaveFullName $slaves[$i]>>@@__'' is serving as the Wardeness in $cellblockName.
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw
index 419db37d4c17b7e8cda73d505e2cbeed2a25fc31..fecb4e7f7acdbcdefd5d7378d8255a29b8e4d4ff 100644
--- a/src/uncategorized/clinicReport.tw
+++ b/src/uncategorized/clinicReport.tw
@@ -216,7 +216,7 @@
 		/* 000-250-006 */
 		''__@@.pink;<<SlaveFullName $slaves[_FLs]>>@@__'' is serving as the clinical nurse.
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -298,7 +298,7 @@
 		<</if>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<= saRest($slaves[$i])>>
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw
index 1d413c92173738240a2d7278d79f55cef1806e9f..59c18b07611d78371265872efe1fa1dbd2aab29b 100644
--- a/src/uncategorized/clubReport.tw
+++ b/src/uncategorized/clubReport.tw
@@ -141,7 +141,7 @@
 		/* 000-250-006 */
 		''__@@.pink;<<SlaveFullName $slaves[_FLs]>>@@__'' is performing as the DJ in $clubName.
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -247,7 +247,7 @@
 			<</if>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA serve the public">>
 			<br>&nbsp;&nbsp;&nbsp;
-			<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+			<<= saChoosesOwnClothes($slaves[$i])>>
 			<<include "SA rules">>
 			<<include "SA diet">>
 			<<include "SA long term effects">>
diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw
index 129926444c167679ccda1941991f2da745923eac..2658c9cd11f76abe3b9b1242e2381346be9bc4db 100644
--- a/src/uncategorized/dairyReport.tw
+++ b/src/uncategorized/dairyReport.tw
@@ -261,7 +261,7 @@
 		/* 000-250-006 */
 		''__@@.pink;<<SlaveFullName $slaves[_FLs]>>@@__'' is serving as your Milkmaid.
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
diff --git a/src/uncategorized/fullReport.tw b/src/uncategorized/fullReport.tw
index 5c485272d44f9089ac1b4ced121253394cda42b8..b8468bbfb19ee324e2f6ad4e1af9ce2282cee7e9 100644
--- a/src/uncategorized/fullReport.tw
+++ b/src/uncategorized/fullReport.tw
@@ -74,7 +74,7 @@
 	<</silently>>
 <<else>>
 	<<include "SA rules">>
-	<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+	<<= saChoosesOwnClothes($slaves[$i])>>
 	<<include "SA diet">>
 	<<include "SA long term effects">>
 	<<include "SA drugs">>
diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw
index 24bdb344e3ee0ff1197036a39774fea9937ba8de..fbaea844c7af8ddedfcc28aa9d66076e10a097ee 100644
--- a/src/uncategorized/masterSuiteReport.tw
+++ b/src/uncategorized/masterSuiteReport.tw
@@ -353,7 +353,7 @@
 		<<if $verboseDescriptions == 1>>
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA please you">>
 			<br>&nbsp;&nbsp;&nbsp;
-			<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+			<<= saChoosesOwnClothes($slaves[$i])>>
 			<<include "SA rules">>
 			<<include "SA diet">>
 			<<include "SA long term effects">>
diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw
index a7505831aaad0f6c846331f09159b1c84f62c469..e59a1a7d3ff83b018ebc4401f63da235e3496867 100644
--- a/src/uncategorized/saLiveWithHG.tw
+++ b/src/uncategorized/saLiveWithHG.tw
@@ -976,7 +976,7 @@
 	<<include "SA devotion">>
 	<</silently>>
 <<else>>
-	<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+	<<= saChoosesOwnClothes($slaves[$i])>>
 	<<include "SA rules">>
 	<<include "SA diet">>
 	<<include "SA long term effects">>
diff --git a/src/uncategorized/schoolroomReport.tw b/src/uncategorized/schoolroomReport.tw
index 5f87fcc5587c6f73f3be42eddbb7bbfdd513bd85..b392c67e7a5e79200108f5c19517d063b7c2ef88 100644
--- a/src/uncategorized/schoolroomReport.tw
+++ b/src/uncategorized/schoolroomReport.tw
@@ -139,7 +139,7 @@
 		/* 000-250-006 */
 		''__@@.pink;$slaves[_FLs].slaveName@@__'' is serving as your Schoolteacher.
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -220,7 +220,7 @@
 		<</if>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<include "SA take classes">>
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
diff --git a/src/uncategorized/servantsQuartersReport.tw b/src/uncategorized/servantsQuartersReport.tw
index 86bb775556d4c664705330070542da36d54cc59f..23a558ee7c8beddb4c87b754b857d0476ca9198e 100644
--- a/src/uncategorized/servantsQuartersReport.tw
+++ b/src/uncategorized/servantsQuartersReport.tw
@@ -211,7 +211,7 @@
 		/* 000-250-006 */
 		''__@@.pink;<<SlaveFullName $slaves[_FLs]>>@@__'' is serving as your Stewardess.
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -286,7 +286,7 @@
 			<<set _SQMilk += $milk, _SQMilkSale += $milkSale>>
 		<</if>>
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw
index 2597dd4bb7c816a86f7593ba4420cd309dc44c5c..49a0b2b08149cd1fd1944c5419820bf540725d2c 100644
--- a/src/uncategorized/spaReport.tw
+++ b/src/uncategorized/spaReport.tw
@@ -238,7 +238,7 @@
 		/* 000-250-006 */
 		''__@@.pink;<<SlaveFullName $slaves[$i]>>@@__'' is serving as the Attendant in $spaName.
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -305,7 +305,7 @@
 		<</if>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;She <<= saRest($slaves[$i])>>
 		<br>&nbsp;&nbsp;&nbsp;
-		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
+		<<= saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>