OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Luke on 02 Aug 2008, 22:37:05

Title: Firing manually (not manual fire) [SOLVED]
Post by: Luke on 02 Aug 2008, 22:37:05
I know it sounds simple,

But for the love of all that is sacred, I cant make a d30 fire at its current angle (or at all for that matter)  :banghead:  ???

I hope someone can help.

Luke

Title: Re: Firing manually (not manual fire)
Post by: Mandoble on 02 Aug 2008, 23:45:29
use action "useWeapon"
Code: [Select]
mygamelogic action ["useWeapon",myD30,gunner myD30,0];
The last 0 is the weapon index of the provided vehicle.