summaryrefslogtreecommitdiff
path: root/npc/battleground/tierra/tierra02.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/tierra02.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/tierra02.txt')
-rw-r--r--npc/battleground/tierra/tierra02.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/battleground/tierra/tierra02.txt b/npc/battleground/tierra/tierra02.txt
index ef6b3b3ee..b8eb4619a 100644
--- a/npc/battleground/tierra/tierra02.txt
+++ b/npc/battleground/tierra/tierra02.txt
@@ -319,7 +319,7 @@ bat_a02,185,270,1 script Guillaume Blacksmith#a02 4_M_REPAIR,{
mes "We can repair the Barricade with ^3131FF50 Stones, 3 Sinew of Bear, 500 Metal Fragments, 30 Rough Elunium and 100 Gold.^000000";
mes "We have it all except for the 50 Stones!";
next;
- switch(select("Repair.:Leave it.")) {
+ switch(select("Repair.", "Leave it.")) {
case 1:
if (countitem(Stone) > 49) {
mes "[Guillaume Blacksmith]";
@@ -403,7 +403,7 @@ bat_a02,170,121,5 script Croix Blacksmith#bat_a02 4_M_REPAIR,{
mes "We can repair the Barricade with ^3131FF50 Stones, 3 Sinew of Bear, 500 Metal Fragments, 30 Rough Elunium and 100 Gold.^000000";
mes "We have it all except for the 50 Stones!";
next;
- switch(select("Repair.:Leave it.")) {
+ switch(select("Repair.", "Leave it.")) {
case 1:
if (countitem(Stone) > 49) {
mes "[Croix Blacksmith]";
@@ -947,7 +947,7 @@ bat_a02,1,1,3 script Release all#a02 4_DOG01,{
} else {
mes "May I help you?";
next;
- switch(select("Release all.:Cancel.")) {
+ switch(select("Release all.", "Cancel.")) {
case 1:
mes "Bye.";
close2;