diff options
Diffstat (limited to 'npc/019-3/guards.txt')
-rw-r--r-- | npc/019-3/guards.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/019-3/guards.txt b/npc/019-3/guards.txt index e2a18771f..5c3c16420 100644 --- a/npc/019-3/guards.txt +++ b/npc/019-3/guards.txt @@ -5,6 +5,8 @@ // Nivalis Liberation Day NPC 019-3,128,2,0 script Guard#019-3.1 NPC_GUARD1,{ + if ($NLIB_DAY == 7) + goto L_MK; mesn; mesq l("Are you done yet?"); select @@ -39,10 +41,19 @@ closedialog; close; +L_MK: + mesn; + mesq l("Good luck hunting down the Monster King."); + close; + OnBegin: npctalk l("Begin!"); end; +OnAdvise: + npctalk l("You must be where the Monster King at 16:30 UTC sharply - no delays allowed!"); + end; + OnInit: .sex = G_MALE; .distance = 5; |