diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-11 18:28:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-11 18:30:34 -0300 |
commit | 52a7570741631f6213dac83a036913dd21f03336 (patch) | |
tree | fc111f1844a12c6bce1af04b14c6622cc9b4cfd5 /npc/009-1 | |
parent | 9b1543772c9854b3356fb28462f4b27e95a88698 (diff) | |
download | serverdata-52a7570741631f6213dac83a036913dd21f03336.tar.gz serverdata-52a7570741631f6213dac83a036913dd21f03336.tar.bz2 serverdata-52a7570741631f6213dac83a036913dd21f03336.tar.xz serverdata-52a7570741631f6213dac83a036913dd21f03336.zip |
Fix bugs and upgrade Jacob dialog
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/guards.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index 50df598ee..d652cc37b 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -16,7 +16,8 @@ .@fd=!(getmapmask("011-3")&1024); // .@fd - is flooded? if (!.@fd) { mesn; - mesq l("Various people already went missing, including GMs. This is why if you plan to cross, @@.", b(l("You won't be allowed to walk sideways, except to avoid a monster or two."))); + // There's a limit on how much info I can send with @@ + mesq l("Various people already went missing, including GMs. This is why if you plan to cross, ") + b(l("You won't be allowed to walk sideways, except to avoid a monster or two.")); mesc l("If you try to walk west or east too much, you'll hit an \"invisible wall\" to prevent you from getting lost."); next; select @@ -24,6 +25,12 @@ l("My equipment is good, let me through!"); mes ""; if (@menu == 2) { + if (BaseLevel < 20) { + mesn; + .@palgal$=lg("gal", "pal"); + mesq l("It might be, but your level isn't. Sorry @@. No going to Hurnscald before level 20.", .@palgal$); + close; + } warp "011-3", 37, 219; closedialog; close; @@ -36,7 +43,7 @@ if (GHQUEST) GHQ_Assign(Snake, "Halinarzo"); - end; + close; L_MKControl: mesn; |