diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:48:55 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:36 +0530 |
commit | d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 (patch) | |
tree | 6d0724392fc7454f4f6e9ea924fe16824fe48747 /npc/merchants/wander_pet_food.txt | |
parent | 20f6d1a9d0448869c80510c9be58c9bf30ee23bb (diff) | |
download | hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.tar.gz hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.tar.bz2 hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.tar.xz hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.zip |
Script Standardization: changed select format in merchants folder
Diffstat (limited to 'npc/merchants/wander_pet_food.txt')
-rw-r--r-- | npc/merchants/wander_pet_food.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/wander_pet_food.txt b/npc/merchants/wander_pet_food.txt index 7db9f285a..598430932 100644 --- a/npc/merchants/wander_pet_food.txt +++ b/npc/merchants/wander_pet_food.txt @@ -49,7 +49,7 @@ prontera,218,218,3 script Pet Enthusiast 4W_KID,{ mes "[Pet Enthusiast Jenny]"; mes "Do you have any food that you are looking for?"; next; - switch(select("Yes:No")) { + switch(select("Yes", "No")) { case 1: if ((countitem(Broken_Wine_Vessel) > 19) && (countitem(Alchol) > 0)) { mes "[Pet Enthusiast Jenny]"; @@ -57,7 +57,7 @@ prontera,218,218,3 script Pet Enthusiast 4W_KID,{ mes "Do you want to exchange them for"; mes "^ff000020 Spirit Liquor^000000 for your Wanderer pet?"; next; - switch(select("Yes, please!:No thank you.")) { + switch(select("Yes, please!", "No thank you.")) { case 1: mes "[Pet Enthusiast Jenny]"; mes "Ok here you go then."; |