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/valentinesday.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/valentinesday.txt')
-rw-r--r-- | npc/events/valentinesday.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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."; |