diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index cd5a55cab34a0c3906e4fc52688e84632c023a85..89a77c271e2044b4a3e9d6c40e98d7fef68bf9ac 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -98,6 +98,16 @@ is
 		You order another slave to bring $him before your desk so you can inspect $him.
 	<<elseif ($activeSlave.assignment == "work in the dairy") && ($dairyRestraintsSetting > 1)>>
 		You go down to $dairyName to inspect $his heaving body.
+	<<elseif $activeSlave.assignment == "be your agent">>
+		You place a call to
+		<<set _agentLocation = "$his current location">>
+		<<for _i = 0; _i < $arcologies.length; _i++>>
+			<<if $arcologies[_i].leaderID == $activeSlave.ID>>
+				<<set _agentLocation = $arcologies[_i].name>>
+				<<break>>
+			<</if>>
+		<</for>>
+		<<print _agentLocation>>, and $he instantly appears on camera.
 	<<else>>
 		$He comes to you for an inspection
 		<<switch $activeSlave.assignment>>