summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-2/_import.txt1
-rw-r--r--npc/000-2-2/area.txt14
2 files changed, 15 insertions, 0 deletions
diff --git a/npc/000-2-2/_import.txt b/npc/000-2-2/_import.txt
index b32db77f..653897f6 100644
--- a/npc/000-2-2/_import.txt
+++ b/npc/000-2-2/_import.txt
@@ -1,3 +1,4 @@
map: 000-2-2.gat
npc: npc/000-2-2/_mobs.txt
npc: npc/000-2-2/_warps.txt
+npc: npc/000-2-2/area.txt
diff --git a/npc/000-2-2/area.txt b/npc/000-2-2/area.txt
new file mode 100644
index 00000000..afc2e9f3
--- /dev/null
+++ b/npc/000-2-2/area.txt
@@ -0,0 +1,14 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Rat killer NPC
+
+000-2-2.gat,24,31,0,1 script AreaNPC 0,0,1,{
+
+OnTouch:
+
+ mesq l("This door seems locked");
+ close;
+
+} \ No newline at end of file