User Details
- User Since
- Sep 10 2013, 8:08 PM (589 w, 3 d)
May 10 2016
Confirmed it is working in the dev build. thanks again
sorry your right about the removeAllItems. I am making a script that copies a units loadout to another unit even down to the ammo count for each magazine.The new command addItemToVest should make it easier but the magazines are empty and cannot even be removed by {player removeMagazine _x} forEach magazines player;
_vestPlayer = vest _player;
_vestItems = vestItems _player;
removeVest player;
player addVest _vestPlayer;
{player addItemToVest _x;} foreach _vestItems;
It looks like the magazine is added with no ammo (white bar on the left of icon is empty)
Never had this issue until the update today.
Faulting application name: arma3.exe, version: 1.2.110.424, time stamp: 0x52440456
Faulting module name: PhysX3_x86.dll, version: 3.2.4.1, time stamp: 0x5164246f
May 9 2016
having a command like unitBackpack for the vest and uniform would be easier.
Creating a object you can use it with addWeaponCargo, addMagazineCargo and addItemCargo.
(unitVest player) addWeaponCargo ["Whatever", 10];