summaryrefslogtreecommitdiff
path: root/npc/re/merchants/enchan_upg.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
committerHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
commit1fd628e7be9e6de4ea48394be09ae10e912d8f3d (patch)
tree4e5b42a444f83976c33f22540d3aa46a8ceb7001 /npc/re/merchants/enchan_upg.txt
parente68aa1f74d315f7bf24d7c8829002d0031b23539 (diff)
parent0462bc828e59ce99a48303a2f6190d3a01ce9465 (diff)
downloadhercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.gz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.bz2
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.xz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.zip
Merge pull request #1110 from dastgir/22-ScriptClean-Phase2
Script CleanUp Phase 2
Diffstat (limited to 'npc/re/merchants/enchan_upg.txt')
-rw-r--r--npc/re/merchants/enchan_upg.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/re/merchants/enchan_upg.txt b/npc/re/merchants/enchan_upg.txt
index 67ad2c773..3193fcf1b 100644
--- a/npc/re/merchants/enchan_upg.txt
+++ b/npc/re/merchants/enchan_upg.txt
@@ -47,7 +47,7 @@ prt_in,28,73,3 script Devil Enchant Master#prq 1_M_SMITH,{
mes "Yes?";
mes "You are looking for me?";
next;
- switch(select("This is the first time seeing you!:I heard that you are the best!:Please initialize the enchant.")) {
+ switch(select("This is the first time seeing you!", "I heard that you are the best!", "Please initialize the enchant.")) {
case 1:
mes "[Devil Enchant Master]";
mes "Ha ha ha~ Of course, I am not the kind of person that simply deals with people.";
@@ -80,7 +80,7 @@ prt_in,28,73,3 script Devil Enchant Master#prq 1_M_SMITH,{
}
mes "Initializing will cost 100,000 zeny and confirming whether the weapon is enchanted!";
next;
- if (select("Let me think about it.:Initialize it now!") == 1) {
+ if (select("Let me think about it.", "Initialize it now!") == 1) {
mes "[Devil Enchant Master]";
mes "Come back after you have confirmed!";
close;
@@ -115,7 +115,7 @@ prt_in,28,73,3 script Devil Enchant Master#prq 1_M_SMITH,{
}
mes "Which type of effect do you want to enchant?";
next;
- switch(select("Let me think about it.:Physical Series:Magical Series")) {
+ switch(select("Let me think about it.", "Physical Series", "Magical Series")) {
case 1:
mes "[Devil Enchant Master]";
mes "Come back again after you change your mind!";
@@ -134,7 +134,7 @@ prt_in,28,73,3 script Devil Enchant Master#prq 1_M_SMITH,{
}
mes "The enchant process might fail, and ^ff0000it will reduce partial refine level^000000, but the slotted card and weapon will not be broken! Are you sure you want to continue?";
next;
- if (select("Next time!:Start now!") == 1) {
+ if (select("Next time!", "Start now!") == 1) {
mes "[Devil Enchant Master]";
mes "Come back again after you have decided!";
close;