diff options
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 |