Hey Shadow Bob, I haven't tested it in a while, and have been really busy etc, however try these sets of possible working code:
_Events_Unit_S =
[
[[_group] call compile preProcessFile "ROMM_IA.sqf"],
[],
[],
[],
[],
[]
];
_Events_Unit_S =
[
["[_group] call compile preProcessFile ''ROMM_IA.sqf''"],
[],
[],
[],
[],
[]
];
_Events_Unit_S =
[
["[_group] execVM ''ROMM_IA.sqf''"],
[],
[],
[],
[],
[]
];
_Events_Unit_S =
[
[[_group] execVM "ROMM_IA.sqf"],
[],
[],
[],
[],
[]
];