Thread: Bad baddies
View Single Post
  #9  
Old 09-12-2005, 03:05 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
would a flag addition work? like:
NPC Code:
if(killed&&this.mode=4){
unset killed;
script for warp
}
//#CLIENTSIDE
if(this.mode=4){
set killed
}

Reply With Quote