From 12dcc238684d7e3fea382f5863461105f96e55b6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 May 2020 14:41:07 -0300 Subject: Inform players even more clearly about the dangers of picking the wrong path --- npc/042-3/jail.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/042-3') 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; } -- cgit v1.2.3-70-g09d2