diff options
-rw-r--r-- | npc/002-3/nard.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 11c675530..8ac494abc 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -76,6 +76,9 @@ L_Checker: mesq l("The Alliance can help you in finding out about who you are, why you are here, or from where you came from. So, about the tasks I want completed."); LOCATION$ = "Candor"; setq ShipQuests_Julia, 3; + // Event handling + if ($EVENT$ == "Event") + getitem MercCard_EH, 1; next; .@price=800; mesc b(l(".:: Main Quest 1-3 ::.")), 3; @@ -210,8 +213,6 @@ L_NotYet: Zeny = Zeny-.@price; LOCATION$="Tulim"; getitem TulimMap, 1; - if ($EVENT$ == "Event") - getitem MercCard_EH, 1; mesq l("Set sail! We're going to Tulimshar!"); next; showavatar; |