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
