TargetSelected = 1 & targetLock = true & targetDistance < 400
when the missile is 400m or closer to the target for example USS tiny the cover and the bombs will detatch from the missile. To put it simple its like the Jericho Missile from Iron man
Funky trees help
4,237 HazerzIsBack
2.8 years ago
@b00stJuNKy im making a cluster missile. Where when the missile is close to the target for example USS tiny the bombs inside will detatch
Thanks Guys im kinda making a Cluster missile and thanks for your help
TargetSelected = 1 & TargetDistance < 400
This may work as well
maybe put TargetDistance<400 ? 1: 0?
If you have room for activation group.
.
TargetDistance < 400 & Activate7
.
You will have to target the craft before you arm with activation. I learned it will auto deploy if you start without AG because nothing is targeted when you start. It has to be unarmed with AG off until you Target.
.
If you don’t have AG available.
.
TargetDistance < 400 & IAS > 50
.
Any of IAS, TAS, or GS > 50-200(anything you like)
Just be sure you are targeting something before you hit that speed. And it won’t work under that speed so you can decide lol CHEERS (AND IM ASSUMING ITS A DETACHER)