Page MenuHomeFeedback Tracker

Request: Scripting command for lowering/rasing Weapon
New, WishlistPublic

Description

There is already a scripting command for checking if a weapon is lowered.

isWeaponLowered = weaponLowered player;
return value = boolean

would be nice to have a scirpting feature that forces the player but most important the AI, to lower or raise his weapon even when he is walking. This command should be aplyable independent from their current behaviour mode.

_unit lowerweapon true / false;

_Unit raiseweapon true/false;

those commands could be very usefull for Mission- and Modmakers.

Details

Legacy ID
3413489286
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Additional Information

The only way a ai-unit will walk around with a lowered weapon at the moment is when he is set to careless or relax mode.
But this will also effect the units abillity to walk in formation and its spotting Beahviour.
In aware mode their are only walk around with raised weapons (besides running/jogging) wich looks realy unrealistic and could be changed with that new command. (try to walk or run a few kilometers with your rife raised all the time, its impossible)

Event Timeline

gizz46 edited Additional Information. (Show Details)Jan 25 2016, 4:11 PM
gizz46 set Category to Scripting.
gizz46 set Reproducibility to Always.
gizz46 set Severity to None.
gizz46 set Resolution to Open.
gizz46 set Legacy ID to 3413489286.May 8 2016, 1:34 PM

You can actually already control weapon with WeaponOnBack and WeaponInHand actions:
https://community.bistudio.com/wiki/Arma_3_Actions#WeaponInHand_.2F_WeaponOnBack

gizz46 added a subscriber: gizz46.May 8 2016, 1:34 PM

Thanks for the fast answer!!! Never expected the feedback tracker would be this efficient.

However the disricption says:

Change is persistent with player,

---> but AI units will change back to suit their current behaviour mode <-----.

---> AI generally keep their rifles safe unless moving or targeting.<-------

and these are the problem I would like have to resolved with the new scripting Commands.

Maybe I'm wasn't realy emphazising what I wanted from this request, so my apologies and I will try to narrow down the specifics in the description.