I'm making weapons for homing rocket script, the weapon never actually spawns a projectile through default function. Do i need to include all the projectile stuff?
ammo = " ";
projectile = rocketLauncherProjectile;
projectileType = Projectile;
shellExitDir = "1.0 -1.3 1.0";
shellExitOffset = "0 0 0";
shellExitVariance = 15.0;
shellVelocity = 7.0;
That.
Editnote: Oh how i hate datablocks.
Also, what's the variable for a vehicle's driver, the vehicle's maxHP, and the type of vehicle?(Flying/ground)