From d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sat, 16 Jan 2016 20:48:55 +0530 Subject: Script Standardization: changed select format in merchants folder --- npc/merchants/wander_pet_food.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/merchants/wander_pet_food.txt') 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."; -- cgit v1.2.3-60-g2f50