Try fire:
unit fire array
Operand types:
unit: Object
array: Array
Type of returned value:
Nothing
Description:
Unit will fire from given weapon. Argument has format [muzzle, mode, magazine] or [muzzle, mode].
Example:
soldierOne fire ["throw","SmokeShell","SmokeShell"]
One of the modes for some wepaons is burst, as follows:
murderer2 fire ["M16","Burst"]
murderer2 fire ["AK74","Burst"]