We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ffef9 commit e64b6a7Copy full SHA for e64b6a7
addons/AIO_AIMENU/postInit.sqf
@@ -9,6 +9,8 @@ while {isNull _display} do {
9
private _ctrl = _display displayCtrl 51;
10
11
//Default Variables
12
+AIO_sprintingUnits = [];
13
+AIO_EnableSprintMode = 0;
14
AIO_driver_mode_enabled = false;
15
AIO_MAP_EMPTY_VEHICLES_MODE = false;
16
AIO_selectedunits = [];
@@ -19,6 +21,7 @@ AIO_nearPlane = [];
19
21
AIO_nearHeli = [];
20
22
AIO_nearcargo = [];
23
AIO_rearmTargets = [];
24
+AIO_copyExactStance = AIO_useExactStanceCopy;
25
if (isNil "AIO_unitsToHoldFire") then {AIO_unitsToHoldFire = []};
26
if (isNil "AIO_dismissedUnits") then {AIO_dismissedUnits = []};
27
if (isNil "AIO_recruitedUnits") then {AIO_recruitedUnits = []};
0 commit comments