shelldrake 10 Posted May 17, 2017 Hi all, been lurking on the forums for a while now but this is my first request for help with triggers. I am trying to make a line that spawns a live grenade (preferably a 40mm he grenade) and drops it from a drone flying above. Basically replicating what groups are doing in the middle east with rec. drones, any help will be appreciated. I have tried "G_40mm_HE" createVehicle (getPos drone) (drone being the name of the object it's spawned to) I've used this in the past for other classnames used for explosions on the ground, but I think I'm having trouble with the grenade being 'live'. Thanks in advance all. Cheers Share this post Link to post Share on other sites
DSabre 2332 Posted May 31, 2017 config a small bomb that has the model of a grenade. That is what I did in my addons (biplanes etc.) Share this post Link to post Share on other sites
JSD 18 Posted May 31, 2017 This question still going? You could maybe try something with addWeaponTurret or addMagazineTurret. Not sure if that would work with grenades though, it works with other weapons. Share this post Link to post Share on other sites
shelldrake 10 Posted June 8, 2017 Thanks for the help guys, I'll give this a shot when I'm in game next! Share this post Link to post Share on other sites
dave_beastttt 135 Posted August 4, 2018 _vehicle addWeaponTurret ["BombDemine_01_F",[-1]]; _vehicle addMagazineTurret ["PylonRack_4Rnd_BombDemine_01_F",[-1]]; Laws of War DLC Share this post Link to post Share on other sites