Through some testing it seems that base code that controls ONSWeapon, doesn't allow the AltFire weapon, to fire, until the PrimaryFire weapon has recycled.
Is there a way to over-ride this?
I have a tank with a regular projectile for the main gun, but I have to wait for the main gun to recycle, before I can fire the altfire machinegun.
I haven't pasted my code, due to the fact that it's inherent from classes already existing that I am building off of. Is this changed in my vehicle class or my ONSWeapon class? What exactly do I need to add code-wise to get the functionality I need?
thanks in advance,
Magnum
Is there a way to over-ride this?
I have a tank with a regular projectile for the main gun, but I have to wait for the main gun to recycle, before I can fire the altfire machinegun.
I haven't pasted my code, due to the fact that it's inherent from classes already existing that I am building off of. Is this changed in my vehicle class or my ONSWeapon class? What exactly do I need to add code-wise to get the functionality I need?
thanks in advance,
Magnum
Comment