From a53e976c11b147eb05347aa7136143e25c25d26b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 May 2019 19:00:12 -0300 Subject: Finish Airlia dialog. --- npc/012-7/airlia.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'npc/012-7/airlia.txt') diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt index f0ce38ac6..70e182ae9 100644 --- a/npc/012-7/airlia.txt +++ b/npc/012-7/airlia.txt @@ -149,14 +149,21 @@ L_In5: L_Nivalis: // Supposed to send player to talk with another NPC on Nivalis about World's Edge - mes l("Going to World Edge? Never heard of."); + mesn; + mesq l("Going to World Edge? Never heard of."); + next; + mesn; + mesq l("My father probably knew... Well, you better ask Blue Sage then."); next; - mes l("my father probably knew... Well, you better ask Blue Sage then."); + mesn; + mesq l("The Blue Sage is Nivalis Mayor and very knowledgeable on stuff. Lemme write a letter of recommendation for you and sign it in Rakinorf's stead..."); next; mesc b(l(".:: Main Quest 3-1 ::.")), 3; mesc l("* Meet the Blue Sage"), 9; - if (is_staff()) - setq General_Narrator, 10, 0; + setq General_Narrator, 10, 0; + next; + mesn; + mesq l("There you go. I wish you good luck. @@", col(l("*grumpf*"), 9)); close; OnInit: -- cgit v1.2.3-60-g2f50