summaryrefslogtreecommitdiff
path: root/npc/re/events
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:59:05 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-17 18:23:15 +0530
commit0462bc828e59ce99a48303a2f6190d3a01ce9465 (patch)
tree58a74fe4351a6b1c95756bed7473d0fcecf0c9ed /npc/re/events
parent563d0c59e2afa7d63f8fab5faeb79c80d63a34a9 (diff)
downloadhercules-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')
-rw-r--r--npc/re/events/christmas_2013.txt4
-rw-r--r--npc/re/events/halloween_2013.txt8
2 files changed, 6 insertions, 6 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;
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;