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