summaryrefslogtreecommitdiff
path: root/npc/008-1/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/doors.txt')
-rw-r--r--npc/008-1/doors.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/008-1/doors.txt b/npc/008-1/doors.txt
new file mode 100644
index 00000000..de8ed1d8
--- /dev/null
+++ b/npc/008-1/doors.txt
@@ -0,0 +1,6 @@
+008-1,104,27,0 script CottageDoor NPC_WARP,0,0,{
+ end;
+
+OnTouch:
+ dispbottom(l("Locked."));
+}