Profile image

GBU - 12 Stabilizers problem

593 ZeroTierV  5 days ago

I'm currently remaking one of my old build that has a GBU - 12 Paveway II
and I'm having some problems with the activation of the rear stabilizers

Problem

My build has 2 paveway bombs.
If I drop 2 of them at the same time, the stabilizers of the first dropped bomb becomes deactivated.

Here's the code that I used

First bomb - clamp01(ammo("GBU - 12")=1)
Second bomb - clamp01(ammo("GBU - 12")=0)

  • Log in to leave a comment
  • Profile image
    593 ZeroTierV

    @sh0rpo, Okay it worked tysm

    4 days ago
  • Profile image
    30.6k sh0rpo

    use for the first bomb clamp01(ammo("GBU - 12")<2) , for the second clamp01(ammo("GBU - 12")<1)

    +1 5 days ago