I'm making a script where soldiers armed with flares will regularly fire them if it's night and they have detected the enemy.
I know this line of code will make a WEST officer (with an m203) fire a flare:
_guy fire ["m203muzzle", "Flare"]
But how do I get the east officer (armed with the ak74 and attached bg 15) to fire a flare?
Eg: What name do I put in place of "m203Muzzle"? I have tried "bg15Muzzle", but that dont work. Any theories?