summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 20d777478..af6cc7a45 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -96,4 +96,13 @@ function script FYE_Regnum {
return;
}
+// Stops any Aurora Event
+function script FYStopEvent {
+ setarray .@av$, "Kamelot", "Regnum";
+ if (array_find(.@av$, $EVENT$) >= 0) {
+ sClear();
+ $EVENT$="";
+ }
+ return;
+}