diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-02-25 19:08:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-02-25 19:08:05 -0300 |
commit | 441f20555be907b954674949832abdece4ec3ae6 (patch) | |
tree | bdbe1795288f79eb181dd549b6fbbfb0aecd53d2 | |
parent | 003362ec6f9d6868d4c64dad87551c1300e4f5db (diff) | |
download | serverdata-441f20555be907b954674949832abdece4ec3ae6.tar.gz serverdata-441f20555be907b954674949832abdece4ec3ae6.tar.bz2 serverdata-441f20555be907b954674949832abdece4ec3ae6.tar.xz serverdata-441f20555be907b954674949832abdece4ec3ae6.zip |
Futurely, I wish to be theoretically capable of extending Aeros events duration.
-rw-r--r-- | npc/functions/event.txt | 4 |
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; |