diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:35:36 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:45 +0530 |
commit | 4d139eb924e63f88065071de722ddc39465cd5e3 (patch) | |
tree | f25d5322e19e1ebd060064786e5d9c6e1a5ef572 /npc/quests/skills/merchant_skills.txt | |
parent | 57ed698dc135be8222e127fe8e1d02c456e7f8b5 (diff) | |
download | hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.gz hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.bz2 hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.xz hercules-4d139eb924e63f88065071de722ddc39465cd5e3.zip |
Script Standardization: changed select format in quests folder
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!"; |