From 9d5db4c9b4bbb05153b29ee7340acbd35ed226bf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 7 Jan 2019 01:03:26 -0200 Subject: Rakinorf Initial Version (Main Storyline 2-2) --- npc/009-2/librarian.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/009-2') 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 -- cgit v1.2.3-70-g09d2