summaryrefslogtreecommitdiff
path: root/npc/014-2/guards.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/014-2/guards.txt')
-rw-r--r--npc/014-2/guards.txt17
1 files changed, 17 insertions, 0 deletions
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;
+}
+