diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:48:55 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:36 +0530 |
commit | d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 (patch) | |
tree | 6d0724392fc7454f4f6e9ea924fe16824fe48747 /npc/merchants/buying_shops.txt | |
parent | 20f6d1a9d0448869c80510c9be58c9bf30ee23bb (diff) | |
download | hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.tar.gz hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.tar.bz2 hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.tar.xz hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.zip |
Script Standardization: changed select format in merchants folder
Diffstat (limited to 'npc/merchants/buying_shops.txt')
-rw-r--r-- | npc/merchants/buying_shops.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/buying_shops.txt b/npc/merchants/buying_shops.txt index ca32bb287..31202445e 100644 --- a/npc/merchants/buying_shops.txt +++ b/npc/merchants/buying_shops.txt @@ -51,7 +51,7 @@ que_job01,68,84,1 script Black Marketeer#Buying 4_M_SITDOWN,{ mes "You must need something badly to come to find me."; mes "What do you want?"; next; - switch(select("Bulk Buyer Shop License:Who are you?:Nothing, nothing!")) { + switch(select("Bulk Buyer Shop License", "Who are you?", "Nothing, nothing!")) { case 1: mes "[Mr. Jass]"; mes "I knew it!"; @@ -128,7 +128,7 @@ alberta_in,58,52,4 script Purchasing Team#Buying 1_M_ORIENT01,{ mes "I'm Hugh from the Purchasing Team."; mes "How may I help you today?"; next; - if(select("Purchase Bulk Buyer Shop License:Quit") == 2) { + if(select("Purchase Bulk Buyer Shop License", "Quit") == 2) { mes "[Mr. Hugh]"; mes "Please feel free to ask me if you need any Bulk Buyer Shop Licenses."; mes "Come again~"; @@ -218,7 +218,7 @@ alberta_in,58,52,4 script Purchasing Team#Buying 1_M_ORIENT01,{ mes "Say, would you like to register now?"; mes "If you do, I'll teach you how to open the Bulk Buyer Shop."; next; - if(select("Learn how to open Bulk Buyer Shop:Cancel") == 2) { + if(select("Learn how to open Bulk Buyer Shop", "Cancel") == 2) { mes "[Mr. Hugh]"; mes "Man, that's disappointing!"; mes "Using this bulk buyer option can benefit your business in many ways, but it's your call."; |