Thread: Script Help..
View Single Post
  #2  
Old 12-25-2003, 03:03 AM
Blue_Dragn Blue_Dragn is offline
Registered User
Join Date: Jul 2003
Posts: 302
Blue_Dragn is on a distinguished road
Re: Script Help..

Quote:
Originally posted by ssnniitt5
can someone help me with a command? i used to be able to script really good.. but its been a while.. can someone tell me
what the shootparams command thingey is
NPC Code:

setshootparams param,param;



So it could have a lot of params running off it and can be caught by the same weapon or other weapon using

If the projectile hits a player

NPC Code:

if (actionprojectile) {
}



or

if the projectile hits the wall or ground

NPC Code:

if (actionprojectile2) {
}




Hope this helps
Reply With Quote