diff options
Diffstat (limited to 'npc/quests/skills/merchant_skills.txt')
-rw-r--r-- | npc/quests/skills/merchant_skills.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/skills/merchant_skills.txt b/npc/quests/skills/merchant_skills.txt index f2aa46bb6..8a187f70f 100644 --- a/npc/quests/skills/merchant_skills.txt +++ b/npc/quests/skills/merchant_skills.txt @@ -93,7 +93,7 @@ alberta,83,96,5 script Necko 4W_M_02,7,7,{ mes "Learn how to shout with my help."; mes "Would you like to learn Crazy Uproar?"; next; - switch (select("Yes!!!!:No.:What is that?")) { + switch (select("Yes!!!!", "No.", "What is that?")) { case 1: mes "[Necko]"; mes "Ahahahahaha!! Good!!!"; @@ -236,7 +236,7 @@ alberta,119,221,6 script Charlron 1_M_PAY_ELDER,{ mes "seem to fit your fame."; mes "How pitiful."; next; - switch (select("That's why I came here.:What about my cart?:Two pairs is pitiful?")) { + switch (select("That's why I came here.", "What about my cart?", "Two pairs is pitiful?")) { case 1: if ((countitem(Wooden_Block) > 49) && (countitem(Iron) > 9) && (countitem(Animal's_Skin) > 19)) { mes "[Charlron]"; @@ -380,7 +380,7 @@ alberta,119,221,6 script Charlron 1_M_PAY_ELDER,{ mes "Mmm you should be able to learn"; mes "Cart Revolution!"; next; - switch (select("Hey~ that's why I came.:What's that?")) { + switch (select("Hey~ that's why I came.", "What's that?")) { case 1: .@care_random = rand(1,3); if (.@care_random == 1) { @@ -668,7 +668,7 @@ alberta,119,221,6 script Charlron 1_M_PAY_ELDER,{ mes "But none of them were able"; mes "to satisfy me."; next; - switch (select("I know, I know.:...?")) { + switch (select("I know, I know.", "...?")) { case 1: mes "[Gershaun]"; mes "...no, what I'm saying is."; @@ -713,7 +713,7 @@ alberta,119,221,6 script Charlron 1_M_PAY_ELDER,{ mes "[Gershaun]"; mes "Would you like to learn this skill?"; next; - switch (select("Yes!!:I want to learn sushi skills...")) { + switch (select("Yes!!", "I want to learn sushi skills...")) { case 1: mes "[Gershaun]"; mes "Ok!"; |