twiggy158 10 Posted July 26, 2016 Hello, I am trying to find a way to use the Spawn AI module with the Apex Syndicat units. Is there a way to spawn actual Syndikat units? I found a way to give the AAF units one particular uniform from the Syndikat group with the following code in the expression: Synd = _this select 0; { loadout = [_x, configfile >> "CfgVehicles" >> "I_C_Soldier_Bandit_1_F"] call BIS_fnc_loadinventory; } forEach units Synd; This only spawns units with one gear type however. Is there a way to set what units can spawn through the mission.sqm? Any help would be much appreciated. Thanks, Twiggy Share this post Link to post Share on other sites