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/advanced_refiner.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/advanced_refiner.txt')
-rw-r--r-- | npc/re/merchants/advanced_refiner.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/merchants/advanced_refiner.txt b/npc/re/merchants/advanced_refiner.txt index 5331c5e38..1484d069c 100644 --- a/npc/re/merchants/advanced_refiner.txt +++ b/npc/re/merchants/advanced_refiner.txt @@ -134,7 +134,7 @@ malangdo,221,174,6 script Holink#mal_cash 4_CAT_ADV1,{ mes "You need ^ff9999"+getitemname(.@material)+"^000000 and ^ff9999"+.@price+"^000000 Zeny for this refine, meow~"; mes "Want to continue, meow?~"; next; - if(select("Yes!!:No!!") == 2) { + if(select("Yes!!", "No!!") == 2) { mes "[Holink]"; mes "Kyack!!"; mes "You don't belive in refine master Holink, meow?~"; @@ -160,7 +160,7 @@ malangdo,221,174,6 script Holink#mal_cash 4_CAT_ADV1,{ mes "^ff0000cards and enchantments will vanish for sure^000000."; mes "You still want to try, meow~?"; next; - if(select("Yes, I do!!:Forget about it!!") == 2) { + if(select("Yes, I do!!", "Forget about it!!") == 2) { mes "[Holink]"; mes "Meow! Wise choice, meow."; mes "But!!"; |