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/clothes_dyer.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/merchants/clothes_dyer.txt') diff --git a/npc/merchants/clothes_dyer.txt b/npc/merchants/clothes_dyer.txt index 34c7fb7b2..f0b20256f 100644 --- a/npc/merchants/clothes_dyer.txt +++ b/npc/merchants/clothes_dyer.txt @@ -50,7 +50,7 @@ function Dyes; mes .n$; mes "How may I assist you?"; next; - switch(select("- Talk:- Dye Clothing:- Price List:- ^777777Cancel^000000")) { + switch(select("- Talk", "- Dye Clothing", "- Price List", "- ^777777Cancel^000000")) { case 1: mes .n$; mes "Life may have gotten a bit better, but when I look at all of the orders I've received... Whew!"; @@ -165,7 +165,7 @@ function Dyes { mes "the default for free."; mes "Are you sure?"; next; - switch(select("Yes:No")) { + switch(select("Yes", "No")) { case 1: mes .n$; setlook 7,0; -- cgit v1.2.3-60-g2f50