diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-19 19:58:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-19 19:58:04 -0300 |
commit | 476f426443bb544d839edd73d4c13f85aad338f8 (patch) | |
tree | 8902cc941f4249824a749e130110039b12d0cbc0 /npc/017-1/paxel.txt | |
parent | 4ea19270fef8a576f1ec58538cfb52d5c96aa809 (diff) | |
download | serverdata-476f426443bb544d839edd73d4c13f85aad338f8.tar.gz serverdata-476f426443bb544d839edd73d4c13f85aad338f8.tar.bz2 serverdata-476f426443bb544d839edd73d4c13f85aad338f8.tar.xz serverdata-476f426443bb544d839edd73d4c13f85aad338f8.zip |
Minor changes related to previous commit. Now I need @Saulc to shout at it :b
Diffstat (limited to 'npc/017-1/paxel.txt')
-rw-r--r-- | npc/017-1/paxel.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/017-1/paxel.txt b/npc/017-1/paxel.txt index 9094d1ef0..93bd5790b 100644 --- a/npc/017-1/paxel.txt +++ b/npc/017-1/paxel.txt @@ -20,8 +20,8 @@ L_OutOfSeason: mesn; mesq l("Hello! Calm wind today!"); menu - l("Yes, but I like windy days."), L_Wind, - l("Hmm... sorry but gotta go..."), L_Go; + l("Yes, but I like windy days."), L_Wind, + l("Hmm... sorry but gotta go..."), L_Go; close; L_Go: @@ -48,9 +48,9 @@ L_Ask1: mesq l("Hello @@! Do you have some @@ with you?", strcharinfo(0), getitemlink(TerraniteOre)); menu - rif(countitem(TerraniteOre),l("Yes... right... what about Terranite Ore?")), L_Quest1, - rif(countitem(TerraniteOre),l("Yes, but I have grown attached to Terranite Ore...")), L_No, - l("Right, but now I have business in other places."), L_Rude; + rif(countitem(TerraniteOre),l("Yes... right... what about Terranite Ore?")), L_Quest1, + rif(countitem(TerraniteOre),l("Yes, but I have grown attached to Terranite Ore...")), L_No, + l("Right, but now I have business in other places."), L_Rude; close; L_Quest1: @@ -58,8 +58,8 @@ L_Quest1: mesq l("Terranite Ore is a really special item. People without helmets can't understand @@'s real power, anyway if you could give me some of them you would understand why they are so special.", getitemlink(TerraniteOre)); menu - l("Certainly, you can have all my Terranite Ore."), L_Check1, - l("Sorry but I am not interested in that."), L_No; + l("Certainly, you can have all my Terranite Ore."), L_Check1, + l("Sorry but I am not interested in that."), L_No; close; L_No: @@ -95,8 +95,8 @@ L_Ask2: mesc l("@@/@@ GP", format_number(Zeny), format_number(10000)); menu - l("Please have a look, I have what you asked"), L_Check2, - l("On my way to get what you need."), -; + l("Please have a look, I have what you asked"), L_Check2, + l("On my way to get what you need."), -; close; |