ipod_shift
  • ipod_shift
  • 50.25% (Neutral)
  • Private Topic Starter
13 years ago
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?
Sponsor
NewNightmare
13 years ago
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
   AntiAirborneVehicle   = Yes
  AntiAirborneInfantry  = Yes
  AntiGround            = No
At the end, while adding this to the other 2 weapons, just for safety
  AntiAirborneVehicle   = No
  AntiAirborneInfantry  = No
  AntiGround = Yes