summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-15 18:10:20 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-15 18:10:20 -0300
commit1bffac5523399d7c4a14484b9ebc07dfd11313fc (patch)
treede218d5242296f6f68438c0dfcd83c0010b02621 /npc/functions/event.txt
parent8372f0dc00704ad326f1c8d40acbaec2c3e4250b (diff)
downloadserverdata-1bffac5523399d7c4a14484b9ebc07dfd11313fc.tar.gz
serverdata-1bffac5523399d7c4a14484b9ebc07dfd11313fc.tar.bz2
serverdata-1bffac5523399d7c4a14484b9ebc07dfd11313fc.tar.xz
serverdata-1bffac5523399d7c4a14484b9ebc07dfd11313fc.zip
Aurora Event Framework - Stop the previous event as well
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r--npc/functions/event.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 01afec06b..89c02ee03 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -321,6 +321,9 @@ OnClock0000:
// continue...
}
+ // Stop previous event
+ FYStopEvent();
+
// Trigger event framework
if (.@dofy && $EVENT$ == "")
FYNewEvent();