diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-07 01:03:26 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-07 01:03:26 -0200 |
commit | 9d5db4c9b4bbb05153b29ee7340acbd35ed226bf (patch) | |
tree | f17340f29fb5250cbc47434ae6a4c4c55b37ee81 /npc/009-2/librarian.txt | |
parent | 94299b1a9eb27f37c37ad3dcc09b57b174df4f33 (diff) | |
download | serverdata-9d5db4c9b4bbb05153b29ee7340acbd35ed226bf.tar.gz serverdata-9d5db4c9b4bbb05153b29ee7340acbd35ed226bf.tar.bz2 serverdata-9d5db4c9b4bbb05153b29ee7340acbd35ed226bf.tar.xz serverdata-9d5db4c9b4bbb05153b29ee7340acbd35ed226bf.zip |
Rakinorf Initial Version (Main Storyline 2-2)
Diffstat (limited to 'npc/009-2/librarian.txt')
-rw-r--r-- | npc/009-2/librarian.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index 2c07ad585..f743ee382 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -7,12 +7,12 @@ 009-2,67,60,2 script Book Keeper NPC_FEMALE,{ .@n = getq(General_Narrator); - if (.@n == 6) mesn; - if (.@n == 6) mesc l("Anyway, I think you should go to Hurnscald Townhall again, and speak with the mayor."); - if (.@n == 6) next; - if (.@n >= 6) goto L_Complete; - if (.@n == 5) goto L_Report; - if (.@n == 4) goto L_Advance; + if (.@n == 8) mesn; + if (.@n == 8) mesc l("Anyway, I think you should go to Hurnscald Townhall again, and speak with the mayor."); + if (.@n == 8) next; + if (.@n >= 8) goto L_Complete; + if (.@n == 7) goto L_Report; + if (.@n == 6) goto L_Advance; mesn; mesq l("Hello. I am the book keeper, responsible for keeping Halinarzo History."); // TODO: Import data from BR-002-5 (Royal Library) and make available story about TMW-BR |