diff options
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r-- | npc/002-3/nard.txt | 14 |
1 files changed, 13 insertions, 1 deletions
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; |