diff options
Diffstat (limited to 'npc/re/merchants/enchan_upg.txt')
-rw-r--r-- | npc/re/merchants/enchan_upg.txt | 8 |
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; |