First Version of AI_A2G_DISPATCHER. There are lots of challenges here to overcome. One of the first one is the defense points.

This commit is contained in:
FlightControl
2018-11-02 16:43:06 +01:00
parent c164c0f9e3
commit 3e3dfc83aa
10 changed files with 4767 additions and 692 deletions

View File

@@ -712,7 +712,7 @@ function CONTROLLABLE:TaskAttackUnit( AttackUnit, GroupAttack, WeaponExpend, Att
groupAttack = GroupAttack or false,
visible = Visible or false,
expend = WeaponExpend or "Auto",
directionEnabled = Direction and true or false,
directionEnabled = Direction and true or nil,
direction = Direction,
altitudeEnabled = Altitude and true or false,
altitude = Altitude or 30,