diff options
Diffstat (limited to 'npc/008-1/doors.txt')
-rw-r--r-- | npc/008-1/doors.txt | 6 |
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 000000000..de8ed1d8e --- /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.")); +} |