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/christmas_2013.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/re/events/christmas_2013.txt') diff --git a/npc/re/events/christmas_2013.txt b/npc/re/events/christmas_2013.txt index ae91b9a30..25fad1384 100644 --- a/npc/re/events/christmas_2013.txt +++ b/npc/re/events/christmas_2013.txt @@ -166,7 +166,7 @@ xmas,150,134,3 script Union Commander Cliff 4_XMAS_CAT1,{ mes "Let me ask you bluntly."; mes "You must be single. I've got a feeling. Right?!??"; next; - if (select("- ...maybe...?:WHAT! I'm in a relationship!!") == 2) { + if (select("- ...maybe...?", "WHAT! I'm in a relationship!!") == 2) { mes "[Union Commander Cliff]"; mes "What? ...in a relationship?!!"; mes "...Not single, but a couple..."; @@ -208,7 +208,7 @@ xmas,150,134,3 script Union Commander Cliff 4_XMAS_CAT1,{ mes "[Union Commander Cliff]"; mes "What do you think? Would you join my Singles Union Army and make Christmas day for singles?"; next; - select("Count me in!:I'll help.:I can't say no, can I?"); + select("Count me in!", "I'll help.", "I can't say no, can I?"); mes "[Union Commander Cliff]"; mes "Yeah! That's it! but we need more members to stand against couples."; next; -- cgit v1.2.3-60-g2f50