Like this;
ObjectCreationList OCL_ReinforcementPadUSAVehicle
DeliverPayload
Transport = AmericaJetCargoPlane
StartAtPreferredHeight = Yes
StartAtMaxSpeed = Yes
MaxAttempts = 4
DropOffset = X:0 Y:0 Z:-5
DropDelay = 400
PutInContainer = LargeParachute
Payload = AmericaTankPaladin 2
Payload = AmericaTankCrusader 2 ParachuteDirectly = Yes ; will tell all contained parachutes to go ahead and bunch
; up on the target instead of parachuting to the spot below their drop point.
DeliveryDistance = 250
End
End
or this; 2 deliver in the same ocl
ObjectCreationList OCL_ReinforcementPadUSAVehicle
DeliverPayload
Transport = AmericaJetCargoPlane
StartAtPreferredHeight = Yes
StartAtMaxSpeed = Yes
MaxAttempts = 4
DropOffset = X:0 Y:0 Z:-5
DropDelay = 400
PutInContainer = LargeParachute
Payload = AmericaTankPaladin 2
ParachuteDirectly = Yes ; will tell all contained parachutes to go ahead and bunch
; up on the target instead of parachuting to the spot below their drop point.
DeliveryDistance = 250
End
DeliverPayload
Transport = AmericaJetCargoPlane
StartAtPreferredHeight = Yes
StartAtMaxSpeed = Yes
MaxAttempts = 4
DropOffset = X:0 Y:0 Z:-5
DropDelay = 400
PutInContainer = LargeParachute
Payload = AmericaTankCrusader 2
ParachuteDirectly = Yes ; will tell all contained parachutes to go ahead and bunch
; up on the target instead of parachuting to the spot below their drop point.
DeliveryDistance = 250
End
End
Edited by user Monday, July 4, 2016 10:46:24 AM(UTC)
| Reason: Not specified