surpher 1 Posted March 14, 2014 You only get the error when you add the vest class to the config? Try adding class ItemCore; class ItemCore; class VestItem; class Vest_Camo_Base: ItemCore { class ItemInfo; }; class NFP_Plate_Carrier: Vest_Camo_Base { scope = 2; displayName = "NFP Carrier Green"; picture = "\A3\characters_f\Data\UI\icon_V_plate_carrier_1_CA.paa"; model = "\A3\characters_f_beta\indep\equip_ia_vest02.p3d"; hiddenSelections[] = {"camo"}; hiddenSelectionsTextures[] = {"NFP\data\od_carrier_co.paa"}; class ItemInfo : VestItem { uniformModel = "\A3\characters_f_beta\indep\equip_ia_vest02.p3d"; containerClass = "Supply100"; mass = 50; armor = 5*0.5; passThrough = 0.7; hiddenSelections[] = {"camo"}; }; }; Share this post Link to post Share on other sites
Vilevirtus 10 Posted March 14, 2014 Surphur, again thank you very much. It worked. You're doing amazing work here. Share this post Link to post Share on other sites