diff options
Diffstat (limited to 'npc/014-2')
-rw-r--r-- | npc/014-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/014-2/guards.txt | 17 |
2 files changed, 18 insertions, 0 deletions
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; +} + |