summaryrefslogtreecommitdiff
path: root/npc/cities/louyang.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/louyang.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/louyang.txt')
-rw-r--r--npc/cities/louyang.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/cities/louyang.txt b/npc/cities/louyang.txt
index c73c6c2df..71a9d0e0e 100644
--- a/npc/cities/louyang.txt
+++ b/npc/cities/louyang.txt
@@ -54,7 +54,7 @@
mes "on a picnic somewhere~";
mes "La la la la~";
next;
- switch(select("About Louyang.:Go to Louyang.:Cancel.")) {
+ switch(select("About Louyang.", "Go to Louyang.", "Cancel.")) {
case 1:
mes "[Girl]";
mes "Oh, are you";
@@ -90,7 +90,7 @@
mes "[Girl]";
mes "So, are you ready?";
next;
- if (select("Yes!:No.") == 1) {
+ if (select("Yes!", "No.") == 1) {
if (Zeny > 9999) {
mes "[Girl]";
mes "Okay~";
@@ -128,7 +128,7 @@ lou_fild01,190,100,7 script Girl#1lou 4_F_CHNDRESS1,{
mes "like to go back";
mes "to Alberta?";
next;
- if (select("Go back to Alberta.:Cancel.") == 1) {
+ if (select("Go back to Alberta.", "Cancel.") == 1) {
mes "[Girl]";
mes "I hope to";
mes "see you again!";
@@ -294,7 +294,7 @@ lou_in01,25,23,5 script Friendly Looking Lady#lo 4_F_CHNDRESS3,{
mes "This is an elevator which leads";
mes "to the Observation Tower. We are providing you a safe and fast transfer service for an affordable fee. Would you like to use this service?";
next;
- switch(select("Information.:Yes.:Maybe next time.")) {
+ switch(select("Information.", "Yes.", "Maybe next time.")) {
case 1:
mes "[Hong Miao]";
mes "After many suggestions and proposals were sent to the Louyang tourism office, the Observation Tower was built so tourists can enjoy the sights.";
@@ -334,7 +334,7 @@ louyang,84,254,0 script Exit#lou HIDDEN_NPC,{
mes "of descent apparatus.";
mes "Would you like to use it?^000000";
next;
- if (select("Yes.:No.") == 1) {
+ if (select("Yes.", "No.") == 1) {
if (rand(1,100) == 34) {
percentheal -99,0;
warp "louyang",86,269;