diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-2/guards.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/014-2/guards.txt b/npc/014-2/guards.txt index ef97a8b71..a72389dd2 100644 --- a/npc/014-2/guards.txt +++ b/npc/014-2/guards.txt @@ -5,6 +5,7 @@ // Access to Eternal Swamps 014-2,58,103,0 script Guard Jennifer NPC_GUARD2,{ +OnMain: mesn; mesq l("Halt! Beyond this gate, is the Great River and the Eternal Swamps."); next; @@ -37,4 +38,10 @@ OnInit: .distance = 5; end; } +014-2,56,107,0 script #ToEternalSwamps NPC_HIDDEN,2,0,{ + end; +OnTouch: + doevent "Guard Jennifer::OnMain"; + end; +} |