From c8a60352361f60522b75ec86a79228d9b7a6b3d2 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Mon, 5 Mar 2018 01:00:53 -0300 Subject: Last attempt at Nard, I hope --- npc/002-4/nard.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/002-4') diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 070660dc8..cbb16f0bb 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -142,7 +142,7 @@ L_NotYet: mesn; mesq l("Welcome to Tulimshar, @@!", strcharinfo(0)); next; - set Zeny, Zeny-.@price; + Zeny = Zeny-.@price; LOCATION$="Tulim"; mesq l("You can explore the city as you want, but if I were you, I would visit the townhall first."); next; @@ -183,7 +183,7 @@ L_Travel: close; L_TCandor: - set Zeny, Zeny-.@price; + Zeny=Zeny-.@price; LOCATION$="Candor"; mes ""; @@ -194,7 +194,7 @@ L_TCandor: close; L_TTulim: - set Zeny, Zeny-.@price; + Zeny=Zeny-.@price; LOCATION$="Tulim"; mes ""; -- cgit v1.2.3-60-g2f50