Profile image

Proximity detection?

1,133 Lettuceman43  11 months ago

Can you tell a missile to explode or a detached to activate when x meters away from an enemy?

  • Log in to leave a comment
  • Profile image

    @Hiimakeplanes Missiles have proximityDetonationRangeMin and proximityDetonationRangeMax
    Min: recommended -1
    Max: depends on explosionScale, but I'd say leave it on standard by not adding it

    +1 11 months ago
  • Profile image

    fuseInput
    TargetSelected ? TargetDistance / (800 - rate(TargetDistance)) : 60
    This is for cannons with 800 velocity, as far as I’m aware you can’t fuse a missile

    +1 11 months ago