Skip to content
Snippets Groups Projects
Commit 3402af64 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'agent' into 'pregmod-master'

agent LS intro

See merge request pregmodfan/fc-pregmod!6870
parents b12dd32c 57094935
Branches
Tags
1 merge request!6870agent LS intro
...@@ -98,6 +98,16 @@ is ...@@ -98,6 +98,16 @@ is
You order another slave to bring $him before your desk so you can inspect $him. You order another slave to bring $him before your desk so you can inspect $him.
<<elseif ($activeSlave.assignment == "work in the dairy") && ($dairyRestraintsSetting > 1)>> <<elseif ($activeSlave.assignment == "work in the dairy") && ($dairyRestraintsSetting > 1)>>
You go down to $dairyName to inspect $his heaving body. 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>> <<else>>
$He comes to you for an inspection $He comes to you for an inspection
<<switch $activeSlave.assignment>> <<switch $activeSlave.assignment>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment