View Single Post
Old 08-05-2004, 03:19 PM   #1 (permalink)
smurfbizkit
Senior Member
 
Join Date: Sep 2001
Posts: 1,094
Send a message via ICQ to smurfbizkit Send a message via AIM to smurfbizkit Send a message via MSN to smurfbizkit
Default Hummel Autotargetting?

In the last Blitz2 patch I decided to make it so that the mobile artillery can autotarget enemy units. I changed them to it and most of them work. However, people claim the Hummel still doesn't autotarget...

It's aiupdateinterface is the exact same as the other mobile artillery as well (see below). What would be the problem?

Code:
  Behavior = AIUpdateInterface ModuleTag_03
    Turret
      TurretTurnRate = 0   ; turn rate, in degrees per sec
      ControlledWeaponSlots = PRIMARY
    End
    AutoAcquireEnemiesWhenIdle = Yes ;No
  End
smurfbizkit is offline   Reply With Quote