diff options
Diffstat (limited to 'npc/019-2')
-rw-r--r-- | npc/019-2/guards.txt | 7 |
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; |