I appologize for all the threads asking for help guys, but I tend to mod a lot and if I can't figure something out on my own I figure its best to ask around.
This time around I'm looking at functions. I'm trying to call an OnImpact function in a projectile script, but the base faction projectiles lua already has the OnImpact script. Is there a way I can add on to that function in my script without having to do a round about hook? The effect I want to add to the projectile is not one I want every unit who uses the base projectile to have.