summaryrefslogtreecommitdiff
path: root/npc/006-8
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-8')
-rw-r--r--npc/006-8/_import.txt1
-rw-r--r--npc/006-8/kage.txt15
2 files changed, 16 insertions, 0 deletions
diff --git a/npc/006-8/_import.txt b/npc/006-8/_import.txt
index 7e9400efd..2587b757d 100644
--- a/npc/006-8/_import.txt
+++ b/npc/006-8/_import.txt
@@ -1,2 +1,3 @@
// Map 006-8: Capture the Flag
// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/006-8/kage.txt",
diff --git a/npc/006-8/kage.txt b/npc/006-8/kage.txt
new file mode 100644
index 000000000..7a35a4c80
--- /dev/null
+++ b/npc/006-8/kage.txt
@@ -0,0 +1,15 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+
+006-8 mapflag zone MMO No Revive
+
+006-8,44,68,0 script #OutOf0068 NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ if (!$@CAPTURE_FLAG)
+ warp "006-6", 47, 34;
+ end;
+}
+