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/merchants/enchan_mal.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/merchants/enchan_mal.txt')
-rw-r--r-- | npc/re/merchants/enchan_mal.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/re/merchants/enchan_mal.txt b/npc/re/merchants/enchan_mal.txt index 3007c9ee4..7be4eaa6f 100644 --- a/npc/re/merchants/enchan_mal.txt +++ b/npc/re/merchants/enchan_mal.txt @@ -47,7 +47,7 @@ malangdo,213,167,4 script Mayomayo#mal 4_CAT_3COLOR,{ mes "[Mayomayo]"; mes "Wow welcome. It is new Mayomayo refinement store~ I enchant some luxury weapons including level 4 weapons."; next; - switch(select("Any store policy changes?:Enchant High Ranked Weapon:Initialize Enchant (Need Silvervine Fruit)")) { + switch(select("Any store policy changes?", "Enchant High Ranked Weapon", "Initialize Enchant (Need Silvervine Fruit)")) { case 1: mes "[Mayomayo]"; mes "When I enchant weapons, the slotted cards or refined level are dissipated sometimes. I hated it. However, one day I found how to do it without any extinction."; @@ -55,7 +55,7 @@ malangdo,213,167,4 script Mayomayo#mal 4_CAT_3COLOR,{ mes "[Mayomayo]"; mes "Have you ever seen a building of person of reinforcement capacity association?"; next; - if(select("I've seen it before.:I haven't seen it before.") == 2) { + if(select("I've seen it before.", "I haven't seen it before.") == 2) { mes "[Mayomayo]"; mes "That builiding is located to the southeast of where I am. Why don't you go on a field trip there?"; close; @@ -385,7 +385,7 @@ L_Socket: mes "[Mayomayo]"; mes "When you use the "+getitemname(.@coin[.@coin_select])+", you can choose the enchant type."; next; - switch(select("Stop:Short Range Type:Long Range Type:Caster Type")) { + switch(select("Stop", "Short Range Type", "Long Range Type", "Caster Type")) { case 1: mes "[Mayomayo]"; mes "Ok. If you change your mind, let me know."; @@ -416,7 +416,7 @@ L_Socket: mes "[Mayomayo]"; mes "I'm trying for the "+.@str$+" enchant. ^ff0000It will not touch previous refinement and cards. Also, the equipment will not be destroyed.^000000 Can I continue?"; next; - if(select("I'll come back later.:Please, continue.") == 1) { + if(select("I'll come back later.", "Please, continue.") == 1) { mes "[Mayomayo]"; mes "Ok. If you change your mind, come back again."; close; @@ -622,7 +622,7 @@ L_Socket: mes "[Mayomayo]"; mes "I will only initialize the enchant effect without touching previous refined level and cards."; next; - if(select("Stop:Continue") == 1) { + if(select("Stop", "Continue") == 1) { mes "[Mayomayo]"; mes "If you change your mind, come back anytime."; close; |