summaryrefslogtreecommitdiff
path: root/npc/custom/events
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:29:35 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:29:35 +0530
commitfa0b6b57f01f2ff360a633e5b5620998b7c4a9c6 (patch)
tree4d498a2b0c030af860e8387cae14faa81fe264d9 /npc/custom/events
parent5235fb8353dfc68d71608bb26b4ba776974a0991 (diff)
downloadhercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.tar.gz
hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.tar.bz2
hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.tar.xz
hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.zip
Script Standardization: changed select format in custom folder
Diffstat (limited to 'npc/custom/events')
-rw-r--r--npc/custom/events/cluckers.txt2
-rw-r--r--npc/custom/events/disguise.txt8
-rw-r--r--npc/custom/events/mushroom_event.txt2
3 files changed, 6 insertions, 6 deletions
diff --git a/npc/custom/events/cluckers.txt b/npc/custom/events/cluckers.txt
index 1f32f9f25..2388d239d 100644
--- a/npc/custom/events/cluckers.txt
+++ b/npc/custom/events/cluckers.txt
@@ -57,7 +57,7 @@ prontera,156,219,4 script Cluckers 4_NFCOCK,{
mes "Cluck cluck! Cluuuuuck? ^FF0000~Hi GM " + strcharinfo(0) + ", Wanna play today?~^000000";
mes "Cluck cluck... CLUCK! ^FF0000~Just tell me what to do!~^000000";
next;
- while(1) switch(select("Start Event:Check Prize:Set Prize:Not today Cluckers")) {
+ while(1) switch(select("Start Event", "Check Prize", "Set Prize", "Not today Cluckers")) {
case 1:
mes "[Cluckers]";
mes "CLUCK! ^FF0000~Sure thing!~^000000";
diff --git a/npc/custom/events/disguise.txt b/npc/custom/events/disguise.txt
index ac218a2c2..476a21f27 100644
--- a/npc/custom/events/disguise.txt
+++ b/npc/custom/events/disguise.txt
@@ -22,7 +22,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{
mes .@n$;
mes "Select an option.";
next;
- switch(select("Turn ON/OFF Event:Event Settings")) {
+ switch(select("Turn ON/OFF Event", "Event Settings")) {
case 1:
mes .@n$;
if (.EventON) {
@@ -32,7 +32,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{
mes "The Event is currently: [^FF0000OFF^000000]";
mes "Would you like to turn it ON?";
}
- if(select("Yes:No")==2) close;
+ if(select("Yes", "No")==2) close;
if (.EventON) {
set .EventON,0; set .Timer,0;
setnpctimer 0; stopnpctimer;
@@ -50,7 +50,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{
mes .@n$;
mes "Pick a setting to modify.";
next;
- switch(select("Monster Display:Number of Rounds:Prize Settings")) {
+ switch(select("Monster Display", "Number of Rounds", "Prize Settings")) {
case 1:
setarray .@r$[0],"Disguise as all monsters.","Disguise as MVPs only.";
mes .@n$;
@@ -104,7 +104,7 @@ prontera,160,155,4 script Disguise Event 4_M_NFDEADMAN,{
mes .@n$;
mes "Welcome.";
mes "How may I be of assistance?";
- if(select("Information:Nothing, just passing through.")==2) close;
+ if(select("Information", "Nothing, just passing through.")==2) close;
next;
mes .@n$;
mes "This event is quite simple.";
diff --git a/npc/custom/events/mushroom_event.txt b/npc/custom/events/mushroom_event.txt
index 29faaf979..ef25a9294 100644
--- a/npc/custom/events/mushroom_event.txt
+++ b/npc/custom/events/mushroom_event.txt
@@ -23,7 +23,7 @@ prontera,142,228,6 script Find the Mushroom BLACK_MUSHROOM,{
if (.status || getgmlevel() < .GM) close;
mes "Start the event?";
next;
- if(select("- No:- Yes") == 1) close;
+ if(select("- No", "- Yes") == 1) close;
donpcevent strnpcinfo(0)+"::OnMinute10";
mes "[ Find The Mushroom ]";
mes "Event started!";