R

roderick805

Member

Last active 8 years ago

  1. 8 years ago
    Sat Jul 11 19:22:22 2015

    Sorry I was gone for awhile. I am new to alive. Can you elaborate?

  2. Fri May 15 01:50:19 2015
    R roderick805 started the conversation TACOM message recieved, "no groups available".

    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?

  3. Fri May 15 01:46:54 2015
    R roderick805 joined the forum.