/* File: fn_vehicleOwners.sqf Author: Description: Pulled from old system, will be revised for new system. */ private ["_return","_format"]; _return = ""; { _format = format ["%1
",_x select 1]; _return = _return + _format; } forEach (_this select 0); _return;