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/_import.txt | 1 + npc/014-2/guards.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 npc/014-2/guards.txt (limited to 'npc/014-2') diff --git a/npc/014-2/_import.txt b/npc/014-2/_import.txt index 06d0056e7..9efb6ced4 100644 --- a/npc/014-2/_import.txt +++ b/npc/014-2/_import.txt @@ -2,5 +2,6 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/014-2/_mobs.txt", "npc/014-2/_warps.txt", +"npc/014-2/guards.txt", "npc/014-2/mouboo.txt", "npc/014-2/woodywife.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