From a8abeca39fece0d7b36f71fdae3c83509924c228 Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Mon, 16 Apr 2018 22:24:27 -0400
Subject: [PATCH] Fix

---
 src/uncategorized/main.tw | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 613304717cf..4df29859a82 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -183,6 +183,7 @@ __''MAIN MENU''__&nbsp;&nbsp;&nbsp;&nbsp;//[[Summary Options]]//
 					
 				/* Start Italic event text */
 				<<if (def _BG) && ($slaves[_BG].assignment == "guard you")>>
+				    <<set $i = _BG>>
 					<<set _GO = "idiot ball">>
 					<br><<include "Use Guard">>
 					<br>&nbsp;&nbsp;&nbsp;&nbsp;<<print "[[Use her mouth|FLips][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
@@ -509,6 +510,7 @@ Filter by assignment: |
 <</if>>
 
 <<if (def _BG) && ($slaves[_BG].assignment == "guard you") && ($useSlaveSummaryOverviewTab != 1)>>
+    <<set $i = _BG>>
 	<<set _GO = "idiot ball">>
 	<br><<include "Use Guard">>
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;<<print "[[Use her mouth|FLips][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
-- 
GitLab