From 5146dab6617d5210b3f0b2b6fd170b443f98a1d4 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 21 Feb 2018 13:19:12 -0300 Subject: Request confirmation at Nard before he taking your money. Also, give you 1000 GP back at Elmo for the beer (may be changed later) --- npc/002-4/nard.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/002-4/nard.txt') diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 4e3c5e3f6..f3cfc9027 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -120,6 +120,11 @@ L_CandorIsland: L_NotYet: mesn; + menu + l("I've brought the money you've asked for."),-, + l("Please excuse me, captain."), L_Close; + + mes ""; if (Zeny >= .@price) { mesq l("Ten, fifty, thousand... Yep, this is the amount I've asked for."); next; @@ -180,6 +185,9 @@ L_TTulim: mesq l("I was planning to go there soon, anyway. All aboard!"); close; +L_Close: + close; + OnInit: .sex = G_MALE; .distance = 5; -- cgit v1.2.3-60-g2f50