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/coin_exchange.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/merchants/coin_exchange.txt') diff --git a/npc/merchants/coin_exchange.txt b/npc/merchants/coin_exchange.txt index 392a18c0b..8ce94830d 100644 --- a/npc/merchants/coin_exchange.txt +++ b/npc/merchants/coin_exchange.txt @@ -52,13 +52,13 @@ setarray .@items[2],12342,12343,12348; .@Book = 11019; //Manuk_Selling_Item .@coin = 6080; //Manuk_Coin - .@i = select("View item description:Manuk's Opportunity:Manuk's Courage:Manuk's Faith:Cancel"); + .@i = select("View item description", "Manuk's Opportunity", "Manuk's Courage", "Manuk's Faith", "Cancel"); } else { setarray .@items[2],12344,12345,12349; .@Book = 11018; //Splendide_Selling_Item .@coin = 6081; //Splendide_Coin - .@i = select("View item description:Buy Pinguicula's Fruit Jam:Buy Luciola's Honey Jam:Buy Cornus' Tears:Do nothing"); + .@i = select("View item description", "Buy Pinguicula's Fruit Jam", "Buy Luciola's Honey Jam", "Buy Cornus' Tears", "Do nothing"); } mes .@n$; if (.@i == 1) { @@ -70,7 +70,7 @@ else if (.@i < 5) { mes "I can sell you 3 "+getitemname(.@items[.@i])+" for ^3131FF1 coin^000000."; next; - switch(select("Purchase:Do not purchase")) { + switch(select("Purchase", "Do not purchase")) { case 1: if (countitem(.@coin)) { mes .@n$; -- cgit v1.2.3-60-g2f50