
Well, I have a "tank" (more like a tank chassis with a plane as the turret) and I'm having an issue with the bots not firing. The tank has MGs as primary weapons, and Katyusha rockets as secondary. Well, I can't get the bots to fire the rockets. No matter what I try...
I have this for the AI weapon:
Code: Select all
rem * Rocket AI
weaponTemplate.create Object69_Rocket_AI
weaponTemplate.burst 0
weaponTemplate.indirect 0
weaponTemplate.minRange 15.0
weaponTemplate.maxRange 300.0
weaponTemplate.weaponActivate PINone
weaponTemplate.weaponFire PIAltFire
weaponTemplate.setStrength Infantry 4.0
weaponTemplate.setStrength LightArmour 8.0
weaponTemplate.setStrength HeavyArmour 12.0
weaponTemplate.setStrength NavalArmour 0.0
weaponTemplate.setStrength Submarine 0.0
weaponTemplate.setStrength Air 0.0