blob: 0f353a8d1aae69d5d969f60b2d2b7d289a3792be (
plain) (
blame)
1
2
3
4
5
6
7
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;
}
|