diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-17 18:24:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-17 18:24:43 -0300 |
commit | a638515a3debabe881aeb377c4ee35ed11035322 (patch) | |
tree | 15807dd1292849cc3cf2931d71e6b8922f2360dc /npc | |
parent | 78834016424daf045fff65b289b16e33415bc13f (diff) | |
download | serverdata-a638515a3debabe881aeb377c4ee35ed11035322.tar.gz serverdata-a638515a3debabe881aeb377c4ee35ed11035322.tar.bz2 serverdata-a638515a3debabe881aeb377c4ee35ed11035322.tar.xz serverdata-a638515a3debabe881aeb377c4ee35ed11035322.zip |
Nard minor rewrite
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; |