summaryrefslogtreecommitdiff
path: root/npc/custom/events/mushroom_event.txt
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/mushroom_event.txt
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/mushroom_event.txt')
-rw-r--r--npc/custom/events/mushroom_event.txt2
1 files changed, 1 insertions, 1 deletions
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!";