From 0462bc828e59ce99a48303a2f6190d3a01ce9465 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 17 Jan 2016 17:59:05 +0530 Subject: Script Standardization: changed select format in RE folder --- npc/re/events/halloween_2013.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/re/events/halloween_2013.txt') diff --git a/npc/re/events/halloween_2013.txt b/npc/re/events/halloween_2013.txt index 92c8da7d3..3d72fc6b0 100644 --- a/npc/re/events/halloween_2013.txt +++ b/npc/re/events/halloween_2013.txt @@ -37,7 +37,7 @@ prontera,154,136,5 script Suspicious Coffin#2013HE 4_NFCOFFIN,{ if (!eve_bs) { mes "- The coffin seems very suspicious -"; next; - if (select("Leave it:Knock-knock.") == 1) { + if (select("Leave it", "Knock-knock.") == 1) { mes "- You left though with doubt. -"; close; } @@ -161,7 +161,7 @@ prontera,154,136,5 script Suspicious Coffin#2013HE 4_NFCOFFIN,{ mes "Don't feel pressured."; mes "The strawberry thing will be recovered after few days of illness."; next; - if (select("Help them.:Leave it.") == 2) { + if (select("Help them.", "Leave it.") == 2) { mes "[Trick]"; mes "Ooops!"; mes "Well, then we have to go out Treat!"; @@ -219,7 +219,7 @@ prontera,154,136,5 script Suspicious Coffin#2013HE 4_NFCOFFIN,{ mes "[Trick]"; mes "Last time when I visited there, I saw piled up pumpkin cake which was taller than castle... how much should we make more?"; next; - if (select("help them:leave it.") == 1) { + if (select("help them", "leave it.") == 1) { mes "[Trick]"; mes "^ff9000Pumpkins are any of field. Please collect organic or non-organic pumpkins for 30 people and bring them to Chef Candycon at Niflheim.^000000"; next; @@ -395,7 +395,7 @@ L_GivePumpkin: mes "^ff9000*****WARNING*****^000000"; mes "^ff9000You will give all of pumpkin, [ALL]!^000000"; mes "^ff9000Will you proceed?^000000"; - if (select("Give all pumpkins.:Cancel") == 2) { + if (select("Give all pumpkins.", "Cancel") == 2) { mes "[Chef Candycon]"; mes "Eeh~~ You have no use for those pumpkins~~"; close; -- cgit v1.2.3-60-g2f50