Page MenuHomeFeedback Tracker

this addMagazines in init field of a ammobox or unit stopped working
Closed, ResolvedPublic

Details

Legacy ID
3080995889
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
Editor
Steps To Reproduce

place Box_East_Ammo_F (Basic Ammo CSAT) in the editor, then copy following code in the initialization field of the ammobox:

ClearWeaponCargo this; ClearMagazineCargo this;
this addMagazines ["5Rnd_127x108_APDS_Mag", 10];

Event Timeline

maquez edited Steps To Reproduce. (Show Details)Dec 13 2015, 2:04 PM
maquez set Category to Editor.
maquez set Reproducibility to Always.
maquez set Severity to None.
maquez set Resolution to No Bug.
maquez set Legacy ID to 3080995889.May 8 2016, 1:18 PM

addMagazines is the wrong command to be used on ammo boxes. Use addMagazineCargoGlobal instead