summaryrefslogtreecommitdiff
path: root/npc/cities/jawaii.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:21:28 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:21:28 +0530
commit5235fb8353dfc68d71608bb26b4ba776974a0991 (patch)
treee767a578f48d383ce3dbdc031f4dd7728e8fc82f /npc/cities/jawaii.txt
parent226f8b335500dbef9c647603f7e2cbe99b885956 (diff)
downloadhercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.gz
hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.bz2
hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.xz
hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.zip
Script Standardization: changed select format in cities folder
Diffstat (limited to 'npc/cities/jawaii.txt')
-rw-r--r--npc/cities/jawaii.txt34
1 files changed, 17 insertions, 17 deletions
diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt
index 0c29442c6..2af5ffcbb 100644
--- a/npc/cities/jawaii.txt
+++ b/npc/cities/jawaii.txt
@@ -54,7 +54,7 @@ jawaii,239,112,7 script Mariner#toizu 4W_SAILOR,{
mes "Would you like";
mes "to go back to Izlude?";
next;
- if (select("Go back.:Cancel.") == 1) {
+ if (select("Go back.", "Cancel.") == 1) {
mes "[Mariner]";
mes "Now, let me";
mes "guide you to";
@@ -89,7 +89,7 @@ jawaii,122,263,5 script Mariner#toalbe 4W_SAILOR,{
mes "ready to go back";
mes "to Alberta?";
next;
- if (select("Go back.:Cancel.") == 1) {
+ if (select("Go back.", "Cancel.") == 1) {
mes "[Mariner]";
mes "Now, let me";
mes "take you back";
@@ -115,7 +115,7 @@ jawaii,188,218,7 script Tavern Lady#Jawaii 1_F_PUBGIRL,{
mes "You're not going";
mes "to the tavern, are you?";
next;
- if (select("No, I am not.:Hell yeah~") == 1) {
+ if (select("No, I am not.", "Hell yeah~") == 1) {
mes "[Lady]";
mes "Whew~!";
mes "Thank goodness!";
@@ -239,7 +239,7 @@ jawaii,141,200,3 script Employee#sroom 4_M_NFMAN,{
mes "[Alowa]";
mes "^333333Beat me to death...^000000";
next;
- if (select("Use.:Cancel.") == 1) {
+ if (select("Use.", "Cancel.") == 1) {
mes "[Alowa]";
if (Zeny > 999) {
mes "T-Thank you ssso much!";
@@ -286,7 +286,7 @@ jawaii,108,199,5 script Employee#antroom 1_F_MERCHANT_02,{
mes "Do not hesitate to let me know when you've decided on the Antique Room. Once you've made your choice,";
mes "I will guide you there.";
next;
- if (select("Use.:Cancel.") == 1) {
+ if (select("Use.", "Cancel.") == 1) {
mes "[Pine Oran]";
if (Zeny > 999) {
mes "Thank you";
@@ -321,7 +321,7 @@ jawaii,107,189,5 script Employee#horoom 4_F_04,{
mes "[Sharkie Rania]";
mes "So you wanna go?";
next;
- if (select("Use.:Cancel.") == 1) {
+ if (select("Use.", "Cancel.") == 1) {
mes "[Sharkie Rania]";
if (Zeny > 999) {
mes "Eh, alright.";
@@ -364,7 +364,7 @@ jawaii,112,173,7 script Employee#villroom 4_F_04,{
mes "right now, if you wish. Would you";
mes "like to stay?";
next;
- if (select("Use.:Cancel.") == 1) {
+ if (select("Use.", "Cancel.") == 1) {
mes "[Larks Rania]";
if (Zeny > 999) {
mes "Thank you~";
@@ -412,7 +412,7 @@ jawaii,214,168,5 script Honeymoon Helper#Jawaii 1_F_LIBRARYGIRL,{
mes "It will instantly bring you to the wedding hall with magic power!";
mes "And it only costs 50,000 zeny...";
next;
- if (select("I shall buy it.:No, thanks.") == 1) {
+ if (select("I shall buy it.", "No, thanks.") == 1) {
mes "[Helper]";
if (Zeny > 49999) {
Zeny -= 50000;
@@ -728,14 +728,14 @@ jawaii_in,15,104,0 script Waitress#jawaii 1_F_PUBGIRL,{
mes "how can I help you?";
emotion e_kis;
next;
- switch(select("Give me food.:Bring me drink.:Where's the bar?")) {
+ switch(select("Give me food.", "Bring me drink.", "Where's the bar?")) {
case 1:
mes "[Waitress]";
mes "You can have";
mes "1 Meat for 1,000 zeny.";
mes "Would you like one?";
next;
- if (select("Yes.:Wha--! It's too expensive!") == 1) {
+ if (select("Yes.", "Wha--! It's too expensive!") == 1) {
mes "[Waitress]";
if (Zeny > 999) {
Zeny -= 1000;
@@ -761,7 +761,7 @@ jawaii_in,15,104,0 script Waitress#jawaii 1_F_PUBGIRL,{
mes "at 1,000 zeny.";
mes "Would you like one?";
next;
- if (select("Yes.:Wha--! It's too expensive!") == 1) {
+ if (select("Yes.", "Wha--! It's too expensive!") == 1) {
mes "[Waitress]";
if (Zeny > 999) {
Zeny -= 1000;
@@ -799,7 +799,7 @@ jawaii_in,15,104,0 script Waitress#jawaii 1_F_PUBGIRL,{
mes "Just have your drink";
mes "and then leave!";
next;
- if (select("I'm a member of Single Army!!:...I just wanted to congratulate them...") == 1) {
+ if (select("I'm a member of Single Army!!", "...I just wanted to congratulate them...") == 1) {
mes "[Employee]";
mes "Yeah, right.";
mes "Knock it off already.";
@@ -866,7 +866,7 @@ jawaii_in,28,124,0 script Bartender#jaw 1_ETC_01,{
end;
}
while (1) {
- switch(select("Follow Bartender's Recommendation.:I want a Gunslinger.:I want a Cobo.:I want a Bomb.:I want a Boogieman.")) {
+ switch(select("Follow Bartender's Recommendation.", "I want a Gunslinger.", "I want a Cobo.", "I want a Bomb.", "I want a Boogieman.")) {
case 1:
.@roof_jaw += 3;
if (.@roof_jaw > 9) {
@@ -1261,7 +1261,7 @@ prt_in,173,13,4 script Customer#SoloHan 4_M_04,{
mes "with some real liquor.";
while (1) {
next;
- if (select("...One more drink.:...What kind of place is it?") == 1) {
+ if (select("...One more drink.", "...What kind of place is it?") == 1) {
mes "[SoloHan]";
mes "Yeah~!";
mes "That's the spirit!";
@@ -1290,7 +1290,7 @@ prt_in,173,13,4 script Customer#SoloHan 4_M_04,{
mes "[SoloHan]";
mes "I guess now's the perfect time to have you sign this! Don't worry, I'll send you straight to paradise!";
next;
- if (select("Sign:Refuse to Sign") == 1) {
+ if (select("Sign", "Refuse to Sign") == 1) {
mes "[SoloHan]";
mes "Alright!";
mes "Take care!";
@@ -1314,7 +1314,7 @@ prt_in,173,13,4 script Customer#SoloHan 4_M_04,{
mes "So you feel like having some";
mes "real fun? Okay, then just sign over here. Count on me, I'll send you to paradise.";
next;
- if (select("Sign:Refuse to Sign") == 1) {
+ if (select("Sign", "Refuse to Sign") == 1) {
mes "[SoloHan]";
mes "Alright~!";
mes "Take care and have fun!";
@@ -1406,7 +1406,7 @@ prt_in,170,14,0 script Customer#Bachewcca 4_M_ORIENT02,{
mes "We invite you to Jawaii,";
mes "the honeymoon resort!";
next;
- switch(select("Jawaii?:Let's go to Jawaii~!:Cancel.")) {
+ switch(select("Jawaii?", "Let's go to Jawaii~!", "Cancel.")) {
case 1:
mes "[Helper]";
mes "There is an island far, far away from the Rune-Midgard continent.";