summaryrefslogtreecommitdiff
path: root/npc/battleground/kvm/kvm_enter.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
committerHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
commit1fd628e7be9e6de4ea48394be09ae10e912d8f3d (patch)
tree4e5b42a444f83976c33f22540d3aa46a8ceb7001 /npc/battleground/kvm/kvm_enter.txt
parente68aa1f74d315f7bf24d7c8829002d0031b23539 (diff)
parent0462bc828e59ce99a48303a2f6190d3a01ce9465 (diff)
downloadhercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.gz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.bz2
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.xz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.zip
Merge pull request #1110 from dastgir/22-ScriptClean-Phase2
Script CleanUp Phase 2
Diffstat (limited to 'npc/battleground/kvm/kvm_enter.txt')
-rw-r--r--npc/battleground/kvm/kvm_enter.txt8
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.";