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/lutie.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/lutie.txt')
-rw-r--r-- | npc/cities/lutie.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/lutie.txt b/npc/cities/lutie.txt index 4ddfe206d..9f57cc2dc 100644 --- a/npc/cities/lutie.txt +++ b/npc/cities/lutie.txt @@ -46,7 +46,7 @@ aldebaran,223,222,4 script Mr. Claus 4_M_SANTA,{ mes "I wish all of you joy"; mes "and Christmas cheer!"; next; - switch(select("Info about Lutie:Move to 'Lutie':Cancel")) { + switch(select("Info about Lutie", "Move to 'Lutie'", "Cancel")) { case 1: mes "[Mr. Claus]"; mes "^3355FFLutie^000000, the fantastic Christmas Town! Always filled with the spirit of giving, Lutie is filled with appetizing cakes, tiny toy soldiers, and all sorts of wonderful things~!"; @@ -491,7 +491,7 @@ xmas,134,112,4 script Snowman 4_M_SNOWMAN,{ mes "On the same spot..."; mes "Day after day after day after day after day after day after day after day after day after day..."; next; - switch(select("^3355FFSnowysnow?^000000:Info about the Christmas dungeon:Quit this conversation")) { + switch(select("^3355FFSnowysnow?^000000", "Info about the Christmas dungeon", "Quit this conversation")) { case 1: if (xmas_npc < 2) { cutin "rutie_snownow01.bmp",2; @@ -792,7 +792,7 @@ xmas,146,136,4 script Hashokii 4_M_PIERROT,{ mes "La La La~!"; mes "Dum di Dum di Dum!"; next; - switch(select("Yo Clown boy, what's up?:About Snowysnow:Quit conversation")) { + switch(select("Yo Clown boy, what's up?", "About Snowysnow", "Quit conversation")) { case 1: mes "[Hashokii]"; mes "La La La~!"; |