diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-23 19:00:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-23 19:00:12 -0300 |
commit | a53e976c11b147eb05347aa7136143e25c25d26b (patch) | |
tree | 3848eb3986bbff47f0d1aa81e830761aefba7518 /npc/012-7/airlia.txt | |
parent | 64d3f000649ca78616ac1038e0490fe8e855b314 (diff) | |
download | serverdata-a53e976c11b147eb05347aa7136143e25c25d26b.tar.gz serverdata-a53e976c11b147eb05347aa7136143e25c25d26b.tar.bz2 serverdata-a53e976c11b147eb05347aa7136143e25c25d26b.tar.xz serverdata-a53e976c11b147eb05347aa7136143e25c25d26b.zip |
Finish Airlia dialog.
Diffstat (limited to 'npc/012-7/airlia.txt')
-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: |