Basically, I'm building a bunch of custom Arsenals by using the "BIS_Fnc_addVirtualCargo" functions. I'm just whitelisting all the weapons/magazines/items/etc I want as part of each custom VAB.
It all went well so far. Whitelisting weapons, magazines, clothing and items worked perfectly. However, I've run into a problem when trying to whitelist weapon attachments. For some reason, the "BIS_Fnc_addItemCargo" function only adds bipods and rail attachments to the VAB, but does not add any of the optics or suppressors I specify. Any help?