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/valentinesday.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/events/valentinesday.txt') diff --git a/npc/events/valentinesday.txt b/npc/events/valentinesday.txt index 4f9145b46..bb64f4121 100644 --- a/npc/events/valentinesday.txt +++ b/npc/events/valentinesday.txt @@ -44,7 +44,7 @@ alberta,26,243,4 script Stephen 1_M_MERCHANT,{ mes "That's right, don't you love chocolate.... I do."; mes "And you are in luck, because I'm selling them for only 5,000 zeny a piece!"; next; - if(select("I want some chocolate!:No thanks.")==2) { + if(select("I want some chocolate!", "No thanks.")==2) { mes "[Stephen]"; mes "You don't want any chocolate?"; mes "I'm telling you! You'll regret it!"; @@ -104,7 +104,7 @@ prt_castle,54,34,4 script Carl Orleans 1_M_01,{ mes "[Carl Orleans]"; mes "Yes?"; next; - if(select("I want some hand made chocolate...:I'm lost, sorry to bother you.")==2) { + if(select("I want some hand made chocolate...", "I'm lost, sorry to bother you.")==2) { mes "[Carl Orleans]"; mes "Oh... well, if you want me to make some of my special Hand Made Chocolate...."; mes "You will need to give me at least ^0000FF 3 Chocolates^000000."; -- cgit v1.2.3-60-g2f50