summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/event.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index f5ca2d615..70e87ea77 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -240,6 +240,10 @@ OnForceInit:
.score+=9999;
goto OnTimer90000;
+OnProrrogate:
+ .event += 300; // Extend event duration in 5 minutes
+ end;
+
OnReminder:
announce("Aeros Event : You have asked to be reminded five minutes after an Aeros Event is started.", bc_self|bc_pc);
end;