diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-30 22:38:57 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-30 22:38:57 -0200 |
commit | 087ad55b3293290750fd4fc3c31e7c141d53d307 (patch) | |
tree | 8552ff1a64459e432189132c50475dde1676cc32 /npc/019-3/guards.txt | |
parent | c2c6d03c9a39cefd093f124472e049127b1c2fd6 (diff) | |
download | serverdata-087ad55b3293290750fd4fc3c31e7c141d53d307.tar.gz serverdata-087ad55b3293290750fd4fc3c31e7c141d53d307.tar.bz2 serverdata-087ad55b3293290750fd4fc3c31e7c141d53d307.tar.xz serverdata-087ad55b3293290750fd4fc3c31e7c141d53d307.zip |
Triggers, and now is bed time. Later I code the main event, and test.
And the noobs event too...
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; |