class CfgWeapons { class ACE_ItemCore; class CBA_MiscItem_ItemInfo; class PMCS_Tablet: ACE_ItemCore { scope = 2; scopeArsenal = 2; scopeCurator = 2; author = "IDSolutions"; displayName = "Tablet"; picture = QPATHTOF(images\getac_f110.paa); model = QPATHTOF(data\pmcs_tablet.p3d); descriptionShort = "PMC Simulator 3.0 tablet for navigation, communication, and more."; hiddenSelections[] = {"camo1"}; hiddenSelectionsTextures[] = {QPATHTOF(data\getac_f110_co.paa)}; class ItemInfo: CBA_MiscItem_ItemInfo { mass = 0; }; }; };