From 5235fb8353dfc68d71608bb26b4ba776974a0991 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sat, 16 Jan 2016 20:21:28 +0530 Subject: Script Standardization: changed select format in cities folder --- npc/cities/louyang.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/cities/louyang.txt') 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; -- cgit v1.2.3-60-g2f50