Greetings!
Is there a way to script an AI unit to fire his weapon in Burst or Fully automatic mode?
The following code works to force a unit to fire, but he only fires single shots when I would like it to be burst or full auto:
rider1 action ["useWeapon",rider1,rider1,1];
The last parameter in the array is Weapon Position 1, which forces him to fire his primary weapon.
I see this command in the WIKI, and I'm hoping the mode parameter is what I want, but I don't know what values to use.
_soldier fire ["throw","SmokeShell","SmokeShell"]
The definition for the command is:
Unit fire ["muzzle", "mode", "magazine"]
Any ideas anybody?