diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 15:45:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 15:45:20 -0300 |
commit | d462434bc3284186ccf785e583be962cfe514484 (patch) | |
tree | 3f402a538c6827fd5280f09fb1f3d52597b59799 /npc | |
parent | ada6ec1615f03798c5c62f5f04687d339d88b6d1 (diff) | |
download | serverdata-d462434bc3284186ccf785e583be962cfe514484.tar.gz serverdata-d462434bc3284186ccf785e583be962cfe514484.tar.bz2 serverdata-d462434bc3284186ccf785e583be962cfe514484.tar.xz serverdata-d462434bc3284186ccf785e583be962cfe514484.zip |
Optimization (ES) - Eternal Swamps on Hurnscald - walking in warp will now open dialog window
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; +} |