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)
@sh0rpo, Okay it worked tysm
use for the first bomb clamp01(ammo("GBU - 12")<2) , for the second clamp01(ammo("GBU - 12")<1)