From 1dab71476e7fa493966b8e389e3a8c9f3a3616ee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Jan 2019 16:00:01 -0200 Subject: Introduce a new helper for main storyline: msObjective(). --- npc/002-3/nard.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'npc/002-3') diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 51defc7b6..5ccd18f47 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -64,10 +64,7 @@ L_MenuQuest: 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; + msObjective(Zeny >= .@price, l("* Collect @@/@@ GP", Zeny, .@price)); // Referral program if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) { -- cgit v1.2.3-60-g2f50