diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-31 11:30:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-31 11:30:30 -0300 |
commit | 03221eeaea10f1ff5992ab8aaddeb48daf596930 (patch) | |
tree | b188a74258e5e19ef091956906f4beff79d2f06b /npc/009-2 | |
parent | 940ffdfd68c2fe669df3b4ac422a1df20944f551 (diff) | |
download | serverdata-03221eeaea10f1ff5992ab8aaddeb48daf596930.tar.gz serverdata-03221eeaea10f1ff5992ab8aaddeb48daf596930.tar.bz2 serverdata-03221eeaea10f1ff5992ab8aaddeb48daf596930.tar.xz serverdata-03221eeaea10f1ff5992ab8aaddeb48daf596930.zip |
Minor improvement
Diffstat (limited to 'npc/009-2')
-rw-r--r-- | npc/009-2/librarian.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index 3cea9f79d..0db05f0a8 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -7,7 +7,10 @@ 009-2,67,60,2 script Book Keeper NPC_FEMALE,{ .@n = getq(General_Narrator); - if (.@n == 4) goto L_Complete; + if (.@n == 4) mesn; + if (.@n == 4) mesc l("Anyway, I think if you go to Hurnscald Townhall, and speak with the mayor."); + if (.@n == 4) mes ""; + if (.@n >= 4) goto L_Complete; if (.@n == 3) goto L_Report; if (.@n == 2) goto L_Advance; mesn; |