From ff15b0643f2e8741c208891e00448c27af513b88 Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Fri, 29 Jun 2018 16:52:36 -0400
Subject: [PATCH] set to temp variables

---
 src/uncategorized/brothelReport.tw          | 8 ++++----
 src/uncategorized/cellblockReport.tw        | 4 ++--
 src/uncategorized/clinicReport.tw           | 8 ++++----
 src/uncategorized/clubReport.tw             | 8 ++++----
 src/uncategorized/dairyReport.tw            | 4 ++--
 src/uncategorized/fullReport.tw             | 4 ++--
 src/uncategorized/masterSuiteReport.tw      | 4 ++--
 src/uncategorized/saLiveWithHG.tw           | 4 ++--
 src/uncategorized/schoolroomReport.tw       | 8 ++++----
 src/uncategorized/servantsQuartersReport.tw | 8 ++++----
 src/uncategorized/slaveSummary.tw           | 2 +-
 src/uncategorized/spaReport.tw              | 8 ++++----
 12 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index bdec3240e97..7af33a2cf13 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -242,7 +242,7 @@
 		<br><<include "SA devotion">>
 	<<else>>
 		<<silently>>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = 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;
-			<<= saChoosesOwnClothes($slaves[$i])>>
+			<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 			<<include "SA rules">>
 			<<include "SA diet">>
 			<<include "SA long term effects">>
@@ -363,7 +363,7 @@
 			<<silently>>
 			<<include "SA chooses own job">>
 			<<include "SA whore">>
-			<<= saChoosesOwnClothes($slaves[$i])>>
+			<<set _chosenClothes = 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 1cbe68d627c..d9cc4191fd5 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -164,7 +164,7 @@
 		<br><<include "SA devotion">>
 	<<else>>
 		<<silently>>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = 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 a39db89089b..419db37d4c1 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -226,7 +226,7 @@
 		<br><<include "SA devotion">>
 	<<else>>
 		<<silently>>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -310,7 +310,7 @@
 		<<silently>>
 		<<include "SA chooses own job">>
 		<<set _dump = saRest($slaves[$i])>>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = 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 81407c74bcd..1d413c92173 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -151,7 +151,7 @@
 		<br><<include "SA devotion">>
 	<<else>>
 		<<silently>>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = 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;
-			<<= saChoosesOwnClothes($slaves[$i])>>
+			<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 			<<include "SA rules">>
 			<<include "SA diet">>
 			<<include "SA long term effects">>
@@ -259,7 +259,7 @@
 			<<silently>>
 			<<include "SA chooses own job">>
 			<<include "SA serve the public">>
-			<<= saChoosesOwnClothes($slaves[$i])>>
+			<<set _chosenClothes = 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 1351317189b..129926444c1 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -271,7 +271,7 @@
 		<br><<include "SA devotion">>
 	<<else>>
 		<<silently>>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = 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 3235fb52a88..5c485272d44 100644
--- a/src/uncategorized/fullReport.tw
+++ b/src/uncategorized/fullReport.tw
@@ -65,7 +65,7 @@
 <<if $showEWD == 0>>
 	<<silently>>
 	<<include "SA rules">>
-	<<= saChoosesOwnClothes($slaves[$i])>>
+	<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 	<<include "SA diet">>
 	<<include "SA long term effects">>
 	<<include "SA drugs">>
@@ -74,7 +74,7 @@
 	<</silently>>
 <<else>>
 	<<include "SA rules">>
-	<<= saChoosesOwnClothes($slaves[$i])>>
+	<<set _chosenClothes = 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 5a3cac62f4e..24bdb344e3e 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;
-			<<= saChoosesOwnClothes($slaves[$i])>>
+			<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 			<<include "SA rules">>
 			<<include "SA diet">>
 			<<include "SA long term effects">>
@@ -365,7 +365,7 @@
 			<<silently>>
 			<<include "SA chooses own job">>
 			<<include "SA please you">>
-			<<= saChoosesOwnClothes($slaves[$i])>>
+			<<set _chosenClothes = 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 aed9f2ac0c2..a7505831aaa 100644
--- a/src/uncategorized/saLiveWithHG.tw
+++ b/src/uncategorized/saLiveWithHG.tw
@@ -966,7 +966,7 @@
 
 <<if $showEWD == 0>>
 	<<silently>>
-	<<= saChoosesOwnClothes($slaves[$i])>>
+	<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 	<<include "SA rules">>
 	<<include "SA diet">>
 	<<include "SA long term effects">>
@@ -976,7 +976,7 @@
 	<<include "SA devotion">>
 	<</silently>>
 <<else>>
-	<<= saChoosesOwnClothes($slaves[$i])>>
+	<<set _chosenClothes = 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 46ef9138721..5f87fcc5587 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -149,7 +149,7 @@
 		<br><<include "SA devotion">>
 	<<else>>
 		<<silently>>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -232,7 +232,7 @@
 		<<silently>>
 		<<include "SA chooses own job">>
 		<<include "SA take classes">>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = 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 e96f8b7ef54..86bb775556d 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -221,7 +221,7 @@
 		<br><<include "SA devotion">>
 	<<else>>
 		<<silently>>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -302,7 +302,7 @@
 			<<include "SA get milked">>
 			<<set _SQMilk += $milk, _SQMilkSale += $milkSale>>
 		<</if>>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw
index e0a3c313e86..817a32724c2 100644
--- a/src/uncategorized/slaveSummary.tw
+++ b/src/uncategorized/slaveSummary.tw
@@ -195,7 +195,7 @@
 
 	<<if (_Slave.choosesOwnClothes == 1) && (_Slave.clothes == "choosing her own clothes")>>
 		<<set _oldDevotion = _Slave.devotion>>
-		<<run saChoosesOwnClothes(_Slave) >>
+		<<set _chosenClothes = saChoosesOwnClothes(_Slave)>>
 		<<set $slaves[_ssi].devotion = _oldDevotion, _Slave = $slaves[_ssi]>> /* restore devotion value so repeatedly changing clothes isn't an exploit */
 	<</if>>
 	<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>>
diff --git a/src/uncategorized/spaReport.tw b/src/uncategorized/spaReport.tw
index 5a060902e4a..2597dd4bb7c 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -248,7 +248,7 @@
 		<br><<include "SA devotion">>
 	<<else>>
 		<<silently>>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = 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;
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
 		<<include "SA long term effects">>
@@ -316,7 +316,7 @@
 	<<else>>
 		<<silently>>
 		<<include "SA chooses own job">>
-		<<= saChoosesOwnClothes($slaves[$i])>>
+		<<set _chosenClothes = saChoosesOwnClothes($slaves[$i])>>
 		<<set _dump = saRest($slaves[$i])>>
 		<<include "SA rules">>
 		<<include "SA diet">>
-- 
GitLab