diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:59:05 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 18:23:15 +0530 |
commit | 0462bc828e59ce99a48303a2f6190d3a01ce9465 (patch) | |
tree | 58a74fe4351a6b1c95756bed7473d0fcecf0c9ed /npc/re/events/christmas_2013.txt | |
parent | 563d0c59e2afa7d63f8fab5faeb79c80d63a34a9 (diff) | |
download | hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.gz hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.bz2 hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.xz hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.zip |
Script Standardization: changed select format in RE folder
Diffstat (limited to 'npc/re/events/christmas_2013.txt')
-rw-r--r-- | npc/re/events/christmas_2013.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |