Please add a return value for the command createVehicleCrew (https://community.bistudio.com/wiki/createVehicleCrew), which consist (ideally) of a nested array which contains the following values:
- Array of created crew members
- Created group for the crew members
These values must already exist within the createVehicleCrew function and it would be nice to have them available directly as a transfered return value. This would save 2 - 3 additional command steps to determine the created crew via a crew command and their group (and possibly a short wait period, until all the crew members are successfully inside the vehicle).