diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:59:05 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 18:23:15 +0530 |
commit | 0462bc828e59ce99a48303a2f6190d3a01ce9465 (patch) | |
tree | 58a74fe4351a6b1c95756bed7473d0fcecf0c9ed /npc/re/cities/eclage.txt | |
parent | 563d0c59e2afa7d63f8fab5faeb79c80d63a34a9 (diff) | |
download | hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.gz hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.bz2 hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.xz hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.zip |
Script Standardization: changed select format in RE folder
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}"; |