So i have a script to spawn a group and profile it so lets say this group has a global variable of NewGroup = _Profile
then i spawn a crewed APC also with a script and that global variable is VehicleProfileTest1 = _profileVehicle
. Then i do this _VehicleAss = [NewGroup,VehicleProfileTest1] call ALIVE_fnc_createProfileVehicleAssignment;
which returns true but then when i do this command _result2 = [_VehicleAss,NewGroup] call ALIVE_fnc_profileVehicleAssignmentToVehicleAssignment;
to try and get the NewGroup in VehicleProfileTest1 i get an error. Am i doing somthing wrong here been trying forever and cant get it. My over all goal here is to get my spawned group to get in as the cargo so the apc can transport the group. Thanks in advance!!