summaryrefslogtreecommitdiff
path: root/npc/battleground/tierra/tierra_enter.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:20:56 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:20:56 +0530
commit226f8b335500dbef9c647603f7e2cbe99b885956 (patch)
treea2b22bfe8d543500ebf11b2f79df7b045133784f /npc/battleground/tierra/tierra_enter.txt
parentaaf3ea6ecd4d28714b8e4028acc730d18366630e (diff)
downloadhercules-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/tierra/tierra_enter.txt')
-rw-r--r--npc/battleground/tierra/tierra_enter.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/battleground/tierra/tierra_enter.txt b/npc/battleground/tierra/tierra_enter.txt
index f742c07f8..43b28eb5b 100644
--- a/npc/battleground/tierra/tierra_enter.txt
+++ b/npc/battleground/tierra/tierra_enter.txt
@@ -45,7 +45,7 @@ bat_room,124,178,5 script Tierra Gorge Officer#01a 4_M_KY_KNT,{
mes "[Guillaume Army Officer]";
mes "Let's show the power of the Guillaume Army to those stinky Croixs!";
next;
- switch(select("I want to join your army!:End Conversation")) {
+ switch(select("I want to join your army!", "End Conversation")) {
case 1:
if ((Class == Job_Novice) || (BaseClass == Job_SuperNovice)) {
mes "[Guillaume Army Officer]";
@@ -105,7 +105,7 @@ bat_room,140,178,5 script Tierra Gorge Officer#02a 4_M_KY_KNT,{
mes "[Guillaume Army Officer]";
mes "Let's show the power of the Guillaume Army to those stinky Croixs!";
next;
- switch(select("I want to join your army!:End Conversation")) {
+ switch(select("I want to join your army!", "End Conversation")) {
case 1:
if ((Class == Job_Novice) || (BaseClass == Job_SuperNovice)) {
mes "[Guillaume Army Officer]";
@@ -262,7 +262,7 @@ bat_room,125,121,1 script Tierra Gorge Officer#01b 4_M_CRU_KNT,{
mes "[Croix Army Officer]";
mes "Let's show the power of the Croix Army to those stinky Guillaumes!";
next;
- switch(select("I want to join your army!:End Conversation")) {
+ switch(select("I want to join your army!", "End Conversation")) {
case 1:
if ((Class == Job_Novice) || (BaseClass == Job_SuperNovice)) {
mes "[Croix Army Officer]";
@@ -322,7 +322,7 @@ bat_room,140,121,1 script Tierra Gorge Officer#02b 4_M_CRU_KNT,{
mes "[Croix Army Officer]";
mes "Let's show the power of the Croix Army to those stinky Guillaumes!";
next;
- switch(select("I want to join your army!:End Conversation")) {
+ switch(select("I want to join your army!", "End Conversation")) {
case 1:
if ((Class == Job_Novice) || (BaseClass == Job_SuperNovice)) {
mes "[Croix Army Officer]";