Most important: How do you make multiple projectiles come out at once (like a shotgun);
Least Important: Is there something that makes projectiles come out of the fire bone but always hit the center?
Documentation/Scripting/WeaponObject.html

Or the pistol script if you cant find the obvious docs
What does "slop" mean? Innacurate?
I assume it is.
all the clouds are red!
its the apocolipse!
all because Victoria asked me out!
*pulls out pitch fork*
Chainfist Wrote:What does "slop" mean? Innacurate?
"slop" allows you to make the projectile inaccurate to whatever degree you wish. You can set the weapon to fire more then one projectile without having to repeat the projectile fire code in the fire function. Check the pistol script.
I could be wrong, but I believe that in the documentation "slop"=="slope".
The pistol only fires one bullet at a time. I want multiple bullets.
beavertoes Wrote:I could be wrong, but I believe that in the documentation "slop"=="slope".
Nope, it means "slop" like you "slopped a bunch of dirt around", it's a factor as to how far off the bullets are from the mark. You can fire multiple projectiles at once, with a slope factor that tells how inaccurate they are.
As others have said, check out the pistol script as it has a secondary mode that does that.
[>] Brian