summaryrefslogtreecommitdiff
path: root/npc/027-3_Crypt/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-3_Crypt/test.txt')
-rwxr-xr-xnpc/027-3_Crypt/test.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/npc/027-3_Crypt/test.txt b/npc/027-3_Crypt/test.txt
deleted file mode 100755
index 0f353a8d..00000000
--- a/npc/027-3_Crypt/test.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-027-3.gat,40,25,0 script zombifier 200,1,1{
- npctalk "If you die in the crypt, you are turned into a zombie";
- end;
-OnPCDieEvent:
- npctalk "The corpse of " + strcharinfo(0) + " has risen";
- monster "027-3.gat",41,25,"Corpse",1036,1,"Reaper::OnAvenged";
- end;
-}