From 23e155eca4b9659dd157d16bc343ec9e5e58ac01 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Jan 2019 16:02:45 -0200 Subject: Improve some intro dialogs to tie them better to Main Storyline --- npc/002-1/arpan.txt | 3 +++ npc/002-1/juliet.txt | 3 +++ npc/002-3/nard.txt | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index bd5d50004..5aefb138f 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -64,6 +64,9 @@ OnTalk: setq ShipQuests_Julia, 1; mesq lg("Yaya, you should go see her! She'll be happy to help you again."); next; + mesc b(l(".:: Main Quest 1-1 ::.")), 3; + msObjective(false, l("Talk to @@", l("Juliet"))); + next; goto L_Menu; diff --git a/npc/002-1/juliet.txt b/npc/002-1/juliet.txt index 82a8cc7f3..2507d8064 100644 --- a/npc/002-1/juliet.txt +++ b/npc/002-1/juliet.txt @@ -180,6 +180,9 @@ OnTouch: mesq l("I think I'm done with that now. You should now look for captain Nard downstairs. He'll be waiting for you."); mesq l("Do you have any questions?"); next; + mesc b(l(".:: Main Quest 1-2 ::.")), 3; + msObjective(false, l("Talk to @@", l("Captain Nard"))); + next; } mainMenu; end; diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 5ccd18f47..605b29444 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -63,7 +63,7 @@ L_MenuQuest: LOCATION$ = "Candor"; setq ShipQuests_Julia, 3; next; - mesc b(l(".:: Main Quest 1-1 ::.")), 3; + mesc b(l(".:: Main Quest 1-3 ::.")), 3; msObjective(Zeny >= .@price, l("* Collect @@/@@ GP", Zeny, .@price)); // Referral program -- cgit v1.2.3-60-g2f50