From 087ad55b3293290750fd4fc3c31e7c141d53d307 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 30 Oct 2018 22:38:57 -0200 Subject: Triggers, and now is bed time. Later I code the main event, and test. And the noobs event too... --- npc/019-3/guards.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc/019-3') 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; -- cgit v1.2.3-70-g09d2