summaryrefslogtreecommitdiff
path: root/npc/001-2-32/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-32/doors.txt')
-rw-r--r--npc/001-2-32/doors.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/npc/001-2-32/doors.txt b/npc/001-2-32/doors.txt
deleted file mode 100644
index 59ee35eb3..000000000
--- a/npc/001-2-32/doors.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-// Evol scripts.
-// Author:
-// Reid
-// Description:
-// Doors NPCs.
-
-001-2-32,33,29,0 script ToFightRoom#001-2-32 NPC_HIDDEN,0,0,{
-
-OnTouch:
- if (mobcount("001-2-35","all") > 0)
- {
- narrator
- l("You hear some sound behind the door."),
- l("Somebody is probably training, better wait for him to finish.");
- }
- else
- {
- warp "001-2-35", 24, 29;
- }
-
- closedialog;
- close;
-}