Hi does anybody know how to make a Camel drop grenades? I have a Camel E named EP1 & in a trigger i've grouped it to i have - this exec "Bombrun1.sqs".
;Bombrun1.sqs
EP1 selectWeapon "6Rnd_Grenade_Camel"
~1
EP1 fire "CamelGrenades";
~3
EP1 fire "CamelGrenades";
~3
EP1 fire "CamelGrenades";
~3
EP1 fire "CamelGrenades";
~3
EP1 fire "CamelGrenades";
~3
EP1 fire "CamelGrenades";
exit
Trigger is activating, this i know, as i've put a cresendo sound in it. But camel is not dropping nades, & no error messages appearin.
Note: i've tested exact same script with the AV8B and the BombLauncher - with success