From 61d644e8a4e8e3aaff12208a1892a15a0ac0eb9f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 11 Jun 2020 17:37:47 -0300 Subject: A bit cheap, but force Halinarzo Librarian to react when you're putting horses over carriage Also: Prepare grounds for Brawler - ASPD nerfs --- npc/009-2/librarian.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'npc/009-2') diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index bd4ea8e3c..4b4b7faa1 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -13,11 +13,39 @@ if (.@n >= 9) goto L_Complete; if (.@n == 8) goto L_Report; if (.@n == 6 || .@n == 7) goto L_Advance; + if (.@n < 6 && .@n >= 2) goto L_Horses; 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 close; +L_Horses: + mesn; + mesq l("Hello. I am the book keeper, responsible for keeping Halinarzo History."); + next; + select + l("Cool, thank you."), + l("I was born here but I had amnesia."); + mes ""; + if (@menu == 1) + close; + mesn; + mesq l("Please prove your statement."); + next; + mesc l("You realize that you have no means to prove your statement."); + mesc l("Saying that you were sent here would prove nothing."); + mesc l("How do you even prove amnesia, anyway?"); + next; + mesn; + mesq l("You are just a random stranger trying to steal adventurer data, aren't you?? %%e"); + next; + mesn; + mesq l("I bet you'll now ask for %s's password, and scam all their money!!", strcharinfo(0)); + next; + mesn; + mesq l("Get out of here! Before I call the city guard!!"); + close; + L_Advance: .@nt = getq2(General_Narrator); // Initial Value is 0. -- cgit v1.2.3-60-g2f50