summaryrefslogtreecommitdiff
path: root/npc/042-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-3')
-rw-r--r--npc/042-3/jail.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/042-3/jail.txt b/npc/042-3/jail.txt
index 7302d8967..89cab955b 100644
--- a/npc/042-3/jail.txt
+++ b/npc/042-3/jail.txt
@@ -155,6 +155,16 @@ OnHey:
OnHey2:
dispbottom l("Or should we even split ourselves to check all possible ways?")+" "+col(l("[Caution, this may be dangerous!]"), 1);
+ addtimer 7000, .name$+"::OnHey3";
+ end;
+
+OnHey3:
+ dispbottom l("Also, I don't think we will be able to go back if we pick the wrong way.");
+ addtimer 5000, .name$+"::OnHey4";
+ end;
+
+OnHey4:
+ dispbottom l("If we don't know where to go - Maybe we should go back looking for clues?");
end;
}