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, 8 insertions, 0 deletions
diff --git a/npc/027-3_Crypt/test.txt b/npc/027-3_Crypt/test.txt
new file mode 100755
index 00000000..0f353a8d
--- /dev/null
+++ b/npc/027-3_Crypt/test.txt
@@ -0,0 +1,8 @@
+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;
+}