diff options
-rw-r--r-- | npc/012-7/airlia.txt | 15 |
1 files changed, 11 insertions, 4 deletions
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: |