From 1848d312cd46dba3da35262f1d91ed53f180bf94 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Jan 2019 15:20:52 -0200 Subject: Improve Nard dialog --- npc/002-3/nard.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'npc/002-3/nard.txt') diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 790517905..51defc7b6 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -62,6 +62,12 @@ L_MenuQuest: mesq l("Why we're going Tulimshar, you may ask? Because well, believe me, if you want to find out anything, the best place to ask around is Tulim!"); LOCATION$ = "Candor"; setq ShipQuests_Julia, 3; + next; + mesc b(l(".:: Main Quest 1-1 ::.")), 3; + if (Zeny >= .@price) + mesc l("* @@/@@ GP", Zeny, .@price), 2; + else + mesc l("* @@/@@ GP", Zeny, .@price), 9; // Referral program if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) { @@ -169,12 +175,18 @@ L_CandorIsland: goto L_MenuQuest; L_NotYet: - mesn; + mesc b(l(".:: Main Quest 1-1 ::.")), 3; + if (Zeny >= .@price) + mesc l("* @@/@@ GP", Zeny, .@price), 2; + else + mesc l("* @@/@@ GP", Zeny, .@price), 9; + mes ""; menu l("I've brought the money you've asked for."),-, l("Please excuse me, captain."), L_Close; mes ""; + mesn; if (Zeny >= .@price) { mesq l("Ten, fifty, thousand... Yep, this is the amount I've asked for."); next; -- cgit v1.2.3-60-g2f50