Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopard20 authored Jul 1, 2018
1 parent aa7ccfa commit e0b04d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/AIO_AIMENU/Menus.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ AIO_switchweapon_subMenu =

AIO_unitTargeting_subMenu =
[
["Unit Targeting",true],
["Auto Target",true],
["Disable", [2], "", -5, [["expression", "[(groupSelectedUnits player), 3] execVM ""AIO_AIMENU\setBehaviour.sqf"" "]], "1", "1"],
["Enable", [3], "", -5, [["expression", "[(groupSelectedUnits player), 4] execVM ""AIO_AIMENU\setBehaviour.sqf"" "]], "1", "1"]
];
Expand All @@ -107,7 +107,7 @@ AIO_behaviour_subMenu =
["Careless", [2], "", -5, [["expression", "[(groupSelectedUnits player), 1] execVM ""AIO_AIMENU\setBehaviour.sqf"" "]], "1", "1"],
["Fire On My Lead", [3], "", -5, [["expression", "[(groupSelectedUnits player), 2] execVM ""AIO_AIMENU\setBehaviour.sqf"" "]], "1", "1"],
["No Launcher", [4], "", -5, [["expression", "[(groupSelectedUnits player), 3] execVM ""AIO_AIMENU\switchweapon.sqf"" "]], "1", "1"],
["Unit Targeting", [5], "#USER:AIO_unitTargeting_subMenu", -5, [["expression", ""]], "1", "1"],
["Auto Target", [5], "#USER:AIO_unitTargeting_subMenu", -5, [["expression", ""]], "1", "1"],
["Retreat!", [6], "", -5, [["expression", "[(groupSelectedUnits player)] spawn AIO_retreatFnc "]], "1", "1"],
["", [], "", -5, [["expression", ""]], "1", "0"],
["Refresh", [], "", -5, [["expression", "[(groupSelectedUnits player), 5] execVM ""AIO_AIMENU\setBehaviour.sqf"" "]], "1", "1"]
Expand Down

0 comments on commit e0b04d3

Please sign in to comment.