From a638515a3debabe881aeb377c4ee35ed11035322 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Apr 2019 18:24:43 -0300 Subject: Nard minor rewrite --- npc/002-3/nard.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/002-3') diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 173198a75..6db8c51c1 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -178,9 +178,9 @@ L_NotYet: 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; + select + rif(Zeny >= .@price, l("I've brought the money you've asked for.")), + l("Please excuse me, captain."); mes ""; mesn; @@ -188,6 +188,8 @@ L_NotYet: mesq l("Ten, fifty, thousand... Yep, this is the amount I've asked for."); next; setq General_Narrator, 1; + Zeny = Zeny-.@price; + LOCATION$="Tulim"; mesq l("Set sail! We're going to Tulimshar!"); next; showavatar; @@ -199,8 +201,6 @@ L_NotYet: mesn; mesq l("Welcome to Tulimshar, @@!", strcharinfo(0)); next; - Zeny = Zeny-.@price; - LOCATION$="Tulim"; mesn; mesq l("You can explore the city as you want, but if I were you, I would ##Btouch the Soul Menhir##b, north of here, to don't respawn at Candor."); next; -- cgit v1.2.3-70-g09d2