deleteVehicle is an extremely common command to use
this kind of code is frequent in many missions:
{ deleteVehicle _x } forEach _array
perhaps we could do away with that and instead just
deleteVehicle _array
deleteVehicle is an extremely common command to use
this kind of code is frequent in many missions:
{ deleteVehicle _x } forEach _array
perhaps we could do away with that and instead just
deleteVehicle _array