Posted by: ipod_shift - Wednesday, October 10, 2012 5:39:08 PM
In my AoD, I want to have Jarmen Kell be an important unit so he can do high damage to all enemy units, as you only get one. I gave him the ability to attack tanks and keeping his ability to attack infantry. But, I want to make him able to attack planes. Any way to do this?

Posted by: NewNightmare - Wednesday, October 10, 2012 7:57:50 PM
If its for zero hour, look up minigunner's code. You'll have to make a TERTIARY weapon with preferredagainst = AIRCRAFT, as well as make a weapon with [code=plain] AntiAirborneVehicle = Yes AntiAirborneInfantry = Yes AntiGround = No[/code] At the end, while adding this to the other 2 weapons, just for safety [code=plain] AntiAirborneVehicle = No AntiAirborneInfantry = No AntiGround = Yes[/code]