summaryrefslogtreecommitdiff
path: root/npc/magic/zarkor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic/zarkor.txt')
-rw-r--r--npc/magic/zarkor.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/npc/magic/zarkor.txt b/npc/magic/zarkor.txt
deleted file mode 100644
index 2e0c3b116..000000000
--- a/npc/magic/zarkor.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-// TMW2 script
-// Author: Jesusalva <admin@tmw2.org>
-//
-// Magic Script: TMW2_ZARKOR
-//
-// Spawns a Cave Maggot.
-// This is to test stuff, more than to create anything really.
-
-
-- script sk#zarkor 32767,{
- end;
-
-/*
-OnFriendlyDeath:
- emote 4;
- end;
-*/
-
-OnCall:
- // Deprecated
- dispbottom l("The usage of @sk-commands was deprecated");
- end;
-
-OnInit:
- end;
-}