Description
Description
Details
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
Comment Actions
addMagazines is the wrong command to be used on ammo boxes. Use addMagazineCargoGlobal instead