summaryrefslogtreecommitdiff
path: root/npc/001-2-14/teleport.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-14/teleport.txt')
-rw-r--r--npc/001-2-14/teleport.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/001-2-14/teleport.txt b/npc/001-2-14/teleport.txt
deleted file mode 100644
index be3e12a5..00000000
--- a/npc/001-2-14/teleport.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// Evol scripts.
-// Author:
-// Travolta
-// Description:
-// Invisible NPC to teleport player back to the Ship.
-
-
-- script Teleporter -1,{
-
-OnCraftyDeath:
- if (playerattached())
- {
- warp "000-2-1",50,38;
- clientcommand "turndown";
- message strcharinfo(0), l("What a strange dream.");
- }
- end;
-
-}