diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:21:28 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:21:28 +0530 |
commit | 5235fb8353dfc68d71608bb26b4ba776974a0991 (patch) | |
tree | e767a578f48d383ce3dbdc031f4dd7728e8fc82f /npc/cities/ayothaya.txt | |
parent | 226f8b335500dbef9c647603f7e2cbe99b885956 (diff) | |
download | hercules-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/ayothaya.txt')
-rw-r--r-- | npc/cities/ayothaya.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/cities/ayothaya.txt b/npc/cities/ayothaya.txt index 618a71413..45f2d025f 100644 --- a/npc/cities/ayothaya.txt +++ b/npc/cities/ayothaya.txt @@ -47,7 +47,7 @@ mes "a land of exotic mystery,"; mes "my hometown Ayotaya!"; next; - switch(select("About Ayotaya.:Go to Ayotaya.:Cancel.")) { + switch(select("About Ayotaya.", "Go to Ayotaya.", "Cancel.")) { case 1: mes "[Aibakthing]"; mes "We Ayotayans are a pious people who value peace and sincerity. We endeavor to lead simple, yet noble, lives in harmony with nature."; @@ -72,7 +72,7 @@ mes "If you're ready, we can leave"; mes "right now~"; next; - if (select("I'm ready, let's go!:No.") == 1) { + if (select("I'm ready, let's go!", "No.") == 1) { if (Zeny > 9999) { mes "[Aibakthing]"; mes "Hoo! Hah! Hoo! Hah!"; @@ -110,7 +110,7 @@ ayothaya,152,68,1 script Aibakthing#ayo2 4_M_THAIONGBAK,{ mes "Hoo! Hah! Hmm! Hah!"; mes "So, how did you like Ayotaya? Did you get a chance to try Tom Yum Goong? When you're ready, I shall take you back home."; next; - if (select("Go back to Alberta.:Cancel.") == 1) { + if (select("Go back to Alberta.", "Cancel.") == 1) { mes "[Aibakthing]"; mes "You will be welcome to come back whenever you please. I hope that we will see each other again sometime soon. Thank you~"; close2; @@ -301,7 +301,7 @@ ayothaya,241,264,5 script Young Man#5ayothaya2 4_M_THAIONGBAK,{ mes "You wanna challenge"; mes "me to a match?"; next; - if (select("Sure!:Nah~") == 1) { + if (select("Sure!", "Nah~") == 1) { mes "[Eik]"; mes "Ow ow ow!"; mes "I was just"; |