summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/eventmaster.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt
index b76a6cd97..311795476 100644
--- a/npc/001-1/eventmaster.txt
+++ b/npc/001-1/eventmaster.txt
@@ -178,12 +178,13 @@ L_Rate:
goto L_Menu;
L_EventHandler:
- if($@GM_EVENT)
+ if($@GM_EVENT) {
announce l("The event is over!"), bc_all|bc_npc; // I haven't tested this yet.
$@GM_EVENT=0;
- else
+ } else {
announce l("The mana bridge to Aeros is open! To participate on event, talk to ##BSoul Menhir##b!"), bc_all|bc_npc;
$@GM_EVENT=1;
+ }
end;
OnAerosMobDeath: