diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:20:56 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:20:56 +0530 |
commit | 226f8b335500dbef9c647603f7e2cbe99b885956 (patch) | |
tree | a2b22bfe8d543500ebf11b2f79df7b045133784f /npc/battleground/kvm/kvm_enter.txt | |
parent | aaf3ea6ecd4d28714b8e4028acc730d18366630e (diff) | |
download | hercules-226f8b335500dbef9c647603f7e2cbe99b885956.tar.gz hercules-226f8b335500dbef9c647603f7e2cbe99b885956.tar.bz2 hercules-226f8b335500dbef9c647603f7e2cbe99b885956.tar.xz hercules-226f8b335500dbef9c647603f7e2cbe99b885956.zip |
Script Standardization: changed select format in battleground folder
Diffstat (limited to 'npc/battleground/kvm/kvm_enter.txt')
-rw-r--r-- | npc/battleground/kvm/kvm_enter.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/battleground/kvm/kvm_enter.txt b/npc/battleground/kvm/kvm_enter.txt index c165b8058..82d9580fa 100644 --- a/npc/battleground/kvm/kvm_enter.txt +++ b/npc/battleground/kvm/kvm_enter.txt @@ -54,7 +54,7 @@ bat_room,164,178,5 script KVM Mercenary Officer#1 4_M_KY_KNT,{ mes "[Guillaume Mercenary Officer]"; mes "Let them know the real might of Guillaume!"; next; - switch(select("I will fight with you.:End Conversation.")) { + switch(select("I will fight with you.", "End Conversation.")) { case 1: mes "[Guillaume Mercenary Officer]"; mes "Show them how strong we are."; @@ -78,7 +78,7 @@ bat_room,167,178,5 script Guillaume Knight#kvm 4_M_KY_SOLD,{ mes "Hello."; mes "What do you want to know?"; next; - switch(select("Apply for KVM.:What is KVM?:How do I participate in KVM?:I want to know my Kreiger Points.")) { + switch(select("Apply for KVM.", "What is KVM?", "How do I participate in KVM?", "I want to know my Kreiger Points.")) { case 1: mes "[Guillaume Knight]"; mes "Applications are not available yet."; @@ -152,7 +152,7 @@ bat_room,164,121,1 script KVM Mercenary Officer#2 4_M_CRU_KNT,{ mes "[Croix Mercenary Officer]"; mes "Let them know the real might of Croix!"; next; - switch(select("I will fight with you.:End Conversation.")) { + switch(select("I will fight with you.", "End Conversation.")) { case 1: mes "[Croix Mercenary Officer]"; mes "Show them how strong we are."; @@ -176,7 +176,7 @@ bat_room,167,121,1 script Croix Knight#kvm 4_M_CRU_SOLD,{ mes "Hello."; mes "What do you want to know?"; next; - switch(select("Apply for KVM.:What is KVM?:How do I participate in KVM?:I want to know my Kreiger Points.")) { + switch(select("Apply for KVM.", "What is KVM?", "How do I participate in KVM?", "I want to know my Kreiger Points.")) { case 1: mes "[Croix Knight]"; mes "Applications are not available yet."; |