How does one identify the OPCOM name? I tried renaming my military commander module to "OPCOM_Blu" in the editor, and using the following code in a trigger:
[OPCOM_Blu,"addObjective", [str random 10000, getPos K4A, 100, "CIV", 100] ] call ALiVE_fnc_OPCOM;
I only want the objective being placed for my BLUFOR units, the code before worked fine in the trigger I just don't want every OPCOM instance to recieve that objective, only BLUFOR.
UPDATE: Got it working by unnaming mil commander module and using "OPCOM_1" instead of "OPCOM_Blu" in code. Thanks for the help, Spyder!