Profile image

Parachute Bomb

6,095 Skykid028  3 months ago

Hello I'm working on a build and need alittle help. This plane carries a B43 Nuclear Bomb and this has a parachute on the back. How do you delay the parachute to open after a few seconds without using any of the activation group buttons? Basically it'll deploy after the bomb is released.

NOTE I have other weapons on this plane so something as simple as -FireWeapons- won't work.

Thank you in advance and I'll be sure to give you credit when the build is complete

  • Log in to leave a comment
  • Profile image
    6,095 Skykid028

    Credit for @Monarchii when my build is done, the parachute on the B43 works flawlessly

    3 months ago
  • Profile image
    6,095 Skykid028

    @Monarchii when I get a chance I will definitely try it

    3 months ago
  • Profile image
    51.3k Monarchii

    @Skykid028 oh, so basically you just do this then-


    floor(smooth(ammo("name")=0,delay))

    3 months ago
  • Profile image
    6,095 Skykid028

    @Monarchii I think I do get it but it only has one parachute bomb. Thank you for the help 😊

    3 months ago
  • Profile image
    51.3k Monarchii

    this is kinda easy, but it's gonna be tedious..


    basically, you have to know which bomb drops first, then second, then third, etc etc...


    for the code of the parachute, it's basically..

    floor(smooth(ammo("X")=Y,Z))


    • X : name of the weapon(e.g. Boom 25, Boom 50, or any custom name)
    • Y : a bit hard to explain but basically you want this to like, idk, thos is the number of the bombs basically(so like, it'll activate the parachute when it equal to how many bombs you have)
    • Z : the delay(e.g. 0.1, 0.5, 2, tune it till you like it)

    idk if i explained it well but this is probably how I'd do it kek

    3 months ago
  • Profile image
    25.4k Graingy

    So a retarded bomb?

    3 months ago