Igo
0
Q:

Arma 3 create inventory item

class CfgWeapons
{
    class ItemCore;
    class InventoryItem_Base_F;
    
    class Revo_mD_flag: ItemCore
    {
        author = "Revo";
        displayName = "$STR_mD_flag";
        model = "\A3\Signs_F\SignSpecial\FlagSmall_F.p3d";
        scope = 2;      
        scopeArsenal = 2;
        scopeCurator = 2;
        simulation= "ItemMineDetector"
        picture = "\Revo_mineDetector\images\flag_icon.paa";
        descriptionShort = "$STR_mD_flagDesription";
        class ItemInfo: InventoryItem_Base_F
        {
            mass=10;
        };
    };
};
0

New to Communities?

Join the community