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/ticket_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/ticket_refiner.txt')
-rw-r--r-- | npc/re/merchants/ticket_refiner.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/merchants/ticket_refiner.txt b/npc/re/merchants/ticket_refiner.txt index bfa983b98..7d5aeffe7 100644 --- a/npc/re/merchants/ticket_refiner.txt +++ b/npc/re/merchants/ticket_refiner.txt @@ -49,7 +49,7 @@ prontera,184,177,6 script Refine Master 4_M_REPAIR,{ mes "for refining items,"; mes "but I don't work anymore."; next; - switch(select("I'll go on my way.:Hmm... this makes me curious.")) { + switch(select("I'll go on my way.", "Hmm... this makes me curious.")) { case 1: mes "[Refine Master]"; mes "Take care, adventurer."; @@ -67,7 +67,7 @@ prontera,184,177,6 script Refine Master 4_M_REPAIR,{ mes "I can refine an item up to the ^006400same level as your ticket^000000."; mes "You don't have to worry! There's no chance of breaking your item."; next; - if(select("I'll come back later.:Refine item with ticket.") == 1) { + if(select("I'll come back later.", "Refine item with ticket.") == 1) { mes "[Refine Master]"; mes "Okay."; mes "You can come again later."; @@ -146,7 +146,7 @@ prontera,184,177,6 script Refine Master 4_M_REPAIR,{ mes "I'm going to refine ^006400"+getequipname(.@part)+"^8B4513 up to the +"+.@ticket_lv+" level^000000 with ^006400"+getitemname(.@ticket_id)+"^000000."; mes "May I proceed?"; next; - if(select("No.:Yes.") == 1) { + if(select("No.", "Yes.") == 1) { emotion e_dots; mes "[Refine Master]"; mes "Oh, you changed your mind."; |