diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-08 14:41:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-08 14:41:07 -0300 |
commit | 12dcc238684d7e3fea382f5863461105f96e55b6 (patch) | |
tree | 0fc91974481f09e5d8cadbf6db835e73f5f12b14 /npc/042-3/jail.txt | |
parent | bc1f9ac4c39b6996ee41936fb3602cac52e31630 (diff) | |
download | serverdata-12dcc238684d7e3fea382f5863461105f96e55b6.tar.gz serverdata-12dcc238684d7e3fea382f5863461105f96e55b6.tar.bz2 serverdata-12dcc238684d7e3fea382f5863461105f96e55b6.tar.xz serverdata-12dcc238684d7e3fea382f5863461105f96e55b6.zip |
Inform players even more clearly about the dangers of picking the wrong path
Diffstat (limited to 'npc/042-3/jail.txt')
-rw-r--r-- | npc/042-3/jail.txt | 10 |
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; } |