From 6cc913e3fada193e29b09c10c728d15d29c49499 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sat, 16 Jan 2016 20:31:48 +0530 Subject: Script Standardization: changed select format in events folder --- npc/events/christmas_2005.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/events/christmas_2005.txt') 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!"; -- cgit v1.2.3-70-g09d2