Page MenuHomeFeedback Tracker

actionNow doesn't execute DropWeapon properly
Closed, DuplicatePublic

Description

private _weaponHolder = "GroundWeaponHolder_Scripted" createVehicle getPosATL player; 
private _primary = primaryWeapon player ; 
player actionNow ["DropWeapon", _weaponHolder, _primary];

Despite action can execute this, the code results to vanish the primary weapon nowhere. Haven't tested on other actions yet.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting