diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 1ca0c8a81..6c38bd1f4 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -321,9 +321,9 @@ OnClock0000: // continue... } - // TODO: Trigger event framework + // Trigger event framework if (.@dofy) - debugmes "\033[1mFY event is set to happen..."; + FYNewEvent(); else debugmes "\033[1mAnother event is scheduled!"; } |