summaryrefslogtreecommitdiff
path: root/npc/019-2/guards.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/019-2/guards.txt')
-rw-r--r--npc/019-2/guards.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt
index 496285ca9..88fd736c6 100644
--- a/npc/019-2/guards.txt
+++ b/npc/019-2/guards.txt
@@ -128,6 +128,13 @@ OnHour00:
$NLIB_DAY+=1;
end;
+OnClock1800:
+ if ($NLIB_DAY == 7) {
+ kamibroadcast("All players, Nivalis Liberation Day starting in ##Bhalf hour##b.");
+ kamibroadcast("Failing this event will change the game world FOREVER and in an IRREVERSIBLE way.");
+ }
+ end;
+
OnClock1825:
if ($NLIB_DAY == 7)
announce "All players, Nivalis Liberation Day starting in five minutes.", bc_all | bc_npc;