From 0462bc828e59ce99a48303a2f6190d3a01ce9465 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 17 Jan 2016 17:59:05 +0530 Subject: Script Standardization: changed select format in RE folder --- npc/re/cities/eclage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/re/cities/eclage.txt') diff --git a/npc/re/cities/eclage.txt b/npc/re/cities/eclage.txt index f64b2bd38..a347b9922 100644 --- a/npc/re/cities/eclage.txt +++ b/npc/re/cities/eclage.txt @@ -48,7 +48,7 @@ ecl_in02,164,56,3 script Receptionist#Laphine 4_F_FAIRYKID2,{ mes "[Receptionist}"; mes "Welcome to Eclage Clinic."; next; - switch (select("Save Location:Rest:Finish the conversation")) { + switch (select("Save Location", "Rest", "Finish the conversation")) { case 1: mes "[Receptionist}"; mes "Clinic has been set as your save point. Be careful though~"; @@ -59,7 +59,7 @@ ecl_in02,164,56,3 script Receptionist#Laphine 4_F_FAIRYKID2,{ mes "Restore your mind and body at our clinic. It's filled with Eclage's clean energy."; mes "We charge 1 Splendide Coin normally, but we offer a special discount for travelers. Your total is 5,000 zeny. "; next; - switch (select("Pay with Splendide Coin:Pay with Zeny:Forget it")) { + switch (select("Pay with Splendide Coin", "Pay with Zeny", "Forget it")) { case 1: if (!countitem(Splendide_Coin)) { mes "[Receptionist}"; -- cgit v1.2.3-70-g09d2