Thread: death script
View Single Post
  #5  
Old 08-12-2003, 12:34 AM
Mykel Mykel is offline
:o
Mykel's Avatar
Join Date: May 2002
Location: Canton, Ohio.
Posts: 5,526
Mykel has a spectacular aura about
Send a message via AIM to Mykel Send a message via MSN to Mykel
Or you could just use:

NPC Code:
if(created){
setstring client.dead,false;
}

if(playerdies){
setstring client.dead,true;
timeout=.05;
}

if(timeout){
if(strequals(#s(client.dead),true)){

__________________
(Married to Skyld)
Reply With Quote