Thread: putexplosion...
View Single Post
  #3  
Old 09-11-2005, 04:07 PM
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
erm, this would work XD:
NPC Code:
if(created){
canbecarried
}
if(wasthrown){
putexplosion 1,x,y;
sleep 1;
hide;
}

Reply With Quote