Thread: putexplosion...
View Single Post
  #1  
Old 09-11-2005, 08:51 AM
MasterJak MasterJak is offline
Registered User
Join Date: Apr 2005
Posts: 4
MasterJak is on a distinguished road
putexplosion...

Here's the script:

canbecarried;
if (wasthrown) {
putexplosion 1,npcx,npcy;
sleep 1;
hide;
}

What I can't make it do:
When it (the npc) is thrown, it will blow up wherever it lands.

Help =*(
Reply With Quote