diff options
Diffstat (limited to 'npc/re/cities/eclage.txt')
-rw-r--r-- | npc/re/cities/eclage.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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}"; |