I am using this script to make a custom Objective as a "defensive" mission. However not matter how many units are put down I can never get TACOM to attack.
Script:
Parameters:
select 0: _id (String);
select 1: _position (Array);
select 2: _size (Integer);
select 3: _type (String of "MIL" or "CIV");
select 4: _priority (Integer);
Code:
if (isServer) then {{[_x,"addObjective", ["OPCOM_custom_1", [25657.2,22175.8,0.00129318], 100, "MIL", 200] ] call ALiVE_fnc_OPCOM; } foreach OPCOM_INSTANCES};
Anyone able to get this to work?