summaryrefslogtreecommitdiff
path: root/npc/events/easter_2008.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:31:48 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:31:48 +0530
commit6cc913e3fada193e29b09c10c728d15d29c49499 (patch)
tree57ccb7130c3b79bf8a6a200c9c4e089c36e760a3 /npc/events/easter_2008.txt
parentfa0b6b57f01f2ff360a633e5b5620998b7c4a9c6 (diff)
downloadhercules-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/easter_2008.txt')
-rw-r--r--npc/events/easter_2008.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/events/easter_2008.txt b/npc/events/easter_2008.txt
index 48417f8bd..5a28cd0bf 100644
--- a/npc/events/easter_2008.txt
+++ b/npc/events/easter_2008.txt
@@ -46,7 +46,7 @@ prontera,111,99,5 script Egg Salesman#prt::EggVendor 4W_M_02,{
mes "Eggs that I'm selling?";
next;
while(1) {
- switch(select("What are you doing?:Why Chicken Eggs?:Sure, I'll buy some.:Never mind.")) {
+ switch(select("What are you doing?", "Why Chicken Eggs?", "Sure, I'll buy some.", "Never mind.")) {
case 1:
mes "[Egg Salesman]";
mes "What am I--? I'm";
@@ -238,7 +238,7 @@ prontera,230,312,3 script Nerlen#es07 1_F_PRIEST,{
mes "Would you like me to";
mes "make some for you?";
next;
- switch(select("What do I need to make Holy Eggs?:I want to make Holy Eggs.:Maybe next time.")) {
+ switch(select("What do I need to make Holy Eggs?", "I want to make Holy Eggs.", "Maybe next time.")) {
case 1:
mes "[Nerlen]";
mes "For each Holy Egg";
@@ -354,7 +354,7 @@ morocc,131,26,5 script Secret Corps#egg 4_M_MASKMAN,{
mes "Why don't";
mes "you... Join us?";
next;
- switch(select("What for?:Um... But you're suspicious!")) {
+ switch(select("What for?", "Um... But you're suspicious!")) {
case 1:
mes "[Corps Member]";
mes "I see I've caught your";
@@ -394,7 +394,7 @@ morocc,131,26,5 script Secret Corps#egg 4_M_MASKMAN,{
mes "I hope you brought the";
mes "10 Holy Eggs I require.";
next;
- switch(select("Give Holy Eggs:Don't Give Holy Eggs")) {
+ switch(select("Give Holy Eggs", "Don't Give Holy Eggs")) {
case 1:
mes "[Corps Member]";
mes "So you do wish to";
@@ -472,7 +472,7 @@ morocc,131,26,5 script Secret Corps#egg 4_M_MASKMAN,{
mes "Now, did you bring me";
mes "33 Holy Eggs for your task?";
next;
- switch(select("Give Holy Eggs:Don't Give Holy Eggs")) {
+ switch(select("Give Holy Eggs", "Don't Give Holy Eggs")) {
case 1:
if (countitem(Holy_Egg) > 32) {
mes "[Corps Member]";