summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/eventmaster.txt1
-rw-r--r--npc/001-1/portal.txt3
2 files changed, 4 insertions, 0 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt
index f4a749d05..b44ffac69 100644
--- a/npc/001-1/eventmaster.txt
+++ b/npc/001-1/eventmaster.txt
@@ -680,6 +680,7 @@ L_EventHandler:
if($@GM_EVENT) {
announce ("The event is over!"), bc_all|bc_npc; // I haven't tested this yet.
$@GM_EVENT=0;
+ $@MK_SCENE=MK_NONE;
} else if (!$@MK_SCENE) {
announce ("The mana bridge to Aeros is open! To participate on event, talk to ##BSoul Menhir##b!"), bc_all|bc_npc;
channelmes("#world", "An event is happening on Aeros! Hurry up!");
diff --git a/npc/001-1/portal.txt b/npc/001-1/portal.txt
index 6865bc77b..79e74640d 100644
--- a/npc/001-1/portal.txt
+++ b/npc/001-1/portal.txt
@@ -21,11 +21,14 @@ L_Leave:
goto L_Close;
L_Enable:
+ mesc l("WARNING: Deprecated!"), 1;
+ mesc l("Please don't use this function in future!");
$@GM_EVENT=1;
close;
L_Disable:
$@GM_EVENT=0;
+ $@MK_SCENE=MK_NONE;
close;
// Uses l() to translate utilities