diff --git a/src/uncategorized/descriptionOptions.tw b/src/uncategorized/descriptionOptions.tw
index 41e6cafa82b64ba42f9de297779c6ccfcf379c58..001684d01a731ca5bdc81278c121ded40148bba6 100644
--- a/src/uncategorized/descriptionOptions.tw
+++ b/src/uncategorized/descriptionOptions.tw
@@ -9,7 +9,11 @@
 
 <<set $nextButton = "Back">>
 <<if $storedLink !== "Slave Interact">>
-	<<set $nextLink = "Options">>
+	<<if lastVisited("Slave Interact") === 1>>
+		<<set $storedLink = "Slave Interact">>
+	<<else>>
+		<<set $storedLink = "Options">>
+	<</if>>
 <<else>>
 	<<set $nextLink = $storedLink>>
 <</if>>
diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw
index df94927a7755d3d336e367f9f48cbc2ef55cbfcf..abb80bddc538bf434ad3b8786aea07d65971dec4 100644
--- a/src/uncategorized/nextWeek.tw
+++ b/src/uncategorized/nextWeek.tw
@@ -1,10 +1,5 @@
 :: Next Week [nobr]
 
-<<if def $storedReturn>>
-	<<run delete $storedReturn>>
-<</if>>
-<<run delete $storedLink>>
-<<run delete $storedButton>>
 <<set $HackingSkillMultiplier = HackingSkillMultiplier()>>
 <<set $upgradeMultiplierArcology = upgradeMultiplierArcology()>>
 <<set $upgradeMultiplierMedicine = upgradeMultiplierMedicine()>>
@@ -466,4 +461,4 @@
 	<<if ($rep > 17500)>> <<set $rep = 17500>> <</if>>
 <</if>>
 <<set $NaNArray = findNaN()>>
-<<goto "Main">>
+<<goto "Main">>
\ No newline at end of file
diff --git a/src/uncategorized/summaryOptions.tw b/src/uncategorized/summaryOptions.tw
index 04c1edc13df07a73c0d3bb984224ef21d746dd22..cd3418324881213e6825b1f05b0c41b000eaeacf 100644
--- a/src/uncategorized/summaryOptions.tw
+++ b/src/uncategorized/summaryOptions.tw
@@ -1,8 +1,12 @@
 :: Summary Options [nobr]
 
 <<set $nextButton = "Back">>
-<<if $storedLink !== "Slave Interact">>
-	<<set $nextLink = "Options">>
+<<if $storedLink !== "Slave Interact" || $storedLink !== "Main">>
+	<<if lastVisited("Main") === 1>>
+		<<set $storedLink = "Main">>
+	<<else>>
+		<<set $storedLink = "Options">>
+	<</if>>
 <<else>>
 	<<set $nextLink = $storedLink>>
 <</if>>
@@ -172,4 +176,4 @@ Main menu assignment shortcuts are
 <</if>>
 
 <br><br>
-//[[FC Dev's preferred options|Summary Options ][$seeDesk = 0, $seeFCNN = 0, $sortSlavesBy = "devotion",$sortSlavesOrder = "descending",$sortSlavesMain = 0,$rulesAssistantMain = 1,$abbreviateDevotion = 1,$abbreviateRules = 1,$abbreviateClothes = 2,$abbreviateHealth = 1,$abbreviateDiet = 1,$abbreviateDrugs = 1,$abbreviateRace = 1,$abbreviateGenitalia = 1,$abbreviatePhysicals = 1,$abbreviateSkills = 1,$abbreviateMental = 1,$abbreviateSidebar = 1]]//
+//[[FC Dev's preferred options|Summary Options ][$seeDesk = 0, $seeFCNN = 0, $sortSlavesBy = "devotion",$sortSlavesOrder = "descending",$sortSlavesMain = 0,$rulesAssistantMain = 1,$abbreviateDevotion = 1,$abbreviateRules = 1,$abbreviateClothes = 2,$abbreviateHealth = 1,$abbreviateDiet = 1,$abbreviateDrugs = 1,$abbreviateRace = 1,$abbreviateGenitalia = 1,$abbreviatePhysicals = 1,$abbreviateSkills = 1,$abbreviateMental = 1,$abbreviateSidebar = 1]]//
\ No newline at end of file