How do i tell a rotator or a detacher to it trigger itself by distance.
like how to tell a detacher to trigger if the target is less than 2000 meters?
I'm talking about a custom missile i made and wanted to make it to have two stages.
How do i tell a rotator or a detacher to it trigger itself by distance.
like how to tell a detacher to trigger if the target is less than 2000 meters?
I'm talking about a custom missile i made and wanted to make it to have two stages.
I'm not sure the accurate measurement of TargetDistance, but using a code like; TargetDistance < value
would work. hope this helps!