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
Credit for @Monarchii when my build is done, the parachute on the B43 works flawlessly
@Monarchii when I get a chance I will definitely try it
@Skykid028 oh, so basically you just do this then-
floor(smooth(ammo("
name
")=0,delay
))@Monarchii I think I do get it but it only has one parachute bomb. Thank you for the help 😊
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
))idk if i explained it well but this is probably how I'd do it kek
So a retarded bomb?