From d462434bc3284186ccf785e583be962cfe514484 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Sep 2019 15:45:20 -0300 Subject: Optimization (ES) - Eternal Swamps on Hurnscald - walking in warp will now open dialog window --- npc/014-2/guards.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/014-2/guards.txt') 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; +} -- cgit v1.2.3-70-g09d2