From b68e43387daa519cdf36b290e1eeafa27089bf42 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Mar 2019 17:22:19 -0300 Subject: Balance, tweak, Eternal Swamp utils, etc --- npc/014-2/guards.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 npc/014-2/guards.txt (limited to 'npc/014-2/guards.txt') diff --git a/npc/014-2/guards.txt b/npc/014-2/guards.txt new file mode 100644 index 000000000..6216de67c --- /dev/null +++ b/npc/014-2/guards.txt @@ -0,0 +1,17 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Access to Eternal Swamps + +014-2,41,56,0 script Guard Jennifer NPC_GUARD2,{ + mesn; + mesc l("Beyond this bridge are the Eternal Swamps!"); + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} + -- cgit v1.2.3-70-g09d2