diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:31:48 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:31:48 +0530 |
commit | 6cc913e3fada193e29b09c10c728d15d29c49499 (patch) | |
tree | 57ccb7130c3b79bf8a6a200c9c4e089c36e760a3 /npc/events/christmas_2005.txt | |
parent | fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6 (diff) | |
download | hercules-6cc913e3fada193e29b09c10c728d15d29c49499.tar.gz hercules-6cc913e3fada193e29b09c10c728d15d29c49499.tar.bz2 hercules-6cc913e3fada193e29b09c10c728d15d29c49499.tar.xz hercules-6cc913e3fada193e29b09c10c728d15d29c49499.zip |
Script Standardization: changed select format in events folder
Diffstat (limited to 'npc/events/christmas_2005.txt')
-rw-r--r-- | npc/events/christmas_2005.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/events/christmas_2005.txt b/npc/events/christmas_2005.txt index d3d9841e2..a39fe5851 100644 --- a/npc/events/christmas_2005.txt +++ b/npc/events/christmas_2005.txt @@ -65,7 +65,7 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{ emotion e_lv; next; if (countitem(Santa's_Hat) > 0) { - if (select("Here.:It's ok.") == 1) { + if (select("Here.", "It's ok.") == 1) { mes "[Designer Louise Kim]"; mes "Nice choice!!"; mes "If I do it like this ..."; @@ -73,7 +73,7 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{ mes "finally it'll turn into fantastic hat."; mes "But before that,I need some materials to make with."; next; - if (select("What are the materials?:So what? I don't want to know.") == 1) { + if (select("What are the materials?", "So what? I don't want to know.") == 1) { mes "[Designer Louise Kim]"; mes "Well, nothing special."; mes "Basically, you need Santa's hat of course."; @@ -228,7 +228,7 @@ prontera,155,285,3 script Enjoy#enjoy 4_M_MONK,{ mes "!!!!!!!!!!!"; mes "!!!!!!!!!!!!!"; next; - switch(select("Wow!:Hm...I'm not interested.:I have ~")){ + switch(select("Wow!", "Hm...I'm not interested.", "I have ~")){ case 1: mes "[Enjoy]"; mes "Alright~~!!!"; @@ -967,7 +967,7 @@ prontera,156,242,0 script Oholy#pron::OholyDup 1_F_PRIEST,{ mes "your mind when you think of Christmas?"; next; } - switch(select("Santa Claus:Christmas Gifts:Christmas Carols:Santa Hat:I don't like couples")) { + switch(select("Santa Claus", "Christmas Gifts", "Christmas Carols", "Santa Hat", "I don't like couples")) { case 1: mes "[Oholy]"; mes "Santa Claus!"; |