// CCB sem coifa class braf_useraction_ccb_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_goggles_up'"; statement = "this addHeadgear 'braf_eb_ccb_goggles_down';"; }; class braf_useraction_ccb_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_goggles_down'"; statement = "this addHeadgear 'braf_eb_ccb_goggles_up';"; }; class braf_useraction_ccb_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb'"; statement = "this addHeadgear 'braf_eb_ccb_goggles_up';"; }; class braf_useraction_ccb_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_goggles_up'"; statement = "this addHeadgear 'braf_eb_ccb';"; }; class braf_useraction_ccb_attachnvg { displayName = "$STR_useractions_attachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb'"; statement = "this addHeadgear 'braf_eb_ccb_nvg';"; }; class braf_useraction_ccb_unattachnvg { displayName = "$STR_useractions_unattachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_nvg'"; statement = "this addHeadgear 'braf_eb_ccb';"; }; // CCB preto class braf_useraction_ccb_black_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_ccb_black_goggles_up'"; statement = "this addHeadgear 'braf_ccb_black_goggles_down';"; }; class braf_useraction_ccb_black_raise { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_ccb_black_goggles_down'"; statement = "this addHeadgear 'braf_ccb_black_goggles_up';"; }; class braf_useraction_ccb_black_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_ccb_black'"; statement = "this addHeadgear 'braf_ccb_black_goggles_up';"; }; class braf_useraction_ccb_black_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_ccb_black_goggles_up'"; statement = "this addHeadgear 'braf_ccb_black';"; }; class braf_useraction_ccb_black_attachnvg { displayName = "$STR_useractions_attachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_ccb_black'"; statement = "this addHeadgear 'braf_ccb_black_nvg';"; }; class braf_useraction_ccb_black_unattachnvg { displayName = "$STR_useractions_unattachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_ccb_black_nvg'"; statement = "this addHeadgear 'braf_ccb_black';"; }; // CCB com coifa class braf_useraction_ccb_cover_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_cover_goggles_up'"; statement = "this addHeadgear 'braf_eb_ccb_cover_goggles_down';"; }; class braf_useraction_ccb_cover_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_cover_goggles_down'"; statement = "this addHeadgear 'braf_eb_ccb_cover_goggles_up';"; }; class braf_useraction_ccb_cover_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_cover'"; statement = "this addHeadgear 'braf_eb_ccb_cover_goggles_up';"; }; class braf_useraction_ccb_cover_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_cover_goggles_up'"; statement = "this addHeadgear 'braf_eb_ccb_cover';"; }; class braf_useraction_ccb_cover_attachnvg { displayName = "$STR_useractions_attachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_cover'"; statement = "this addHeadgear 'braf_eb_ccb_cover_nvg';"; }; class braf_useraction_ccb_cover_unattachnvg { displayName = "$STR_useractions_unattachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_cover_nvg'"; statement = "this addHeadgear 'braf_eb_ccb_cover';"; }; // CCB United Nations class braf_useraction_ccb_unitednations_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_unitednations_goggles_up'"; statement = "this addHeadgear 'braf_eb_ccb_unitednations_goggles_down';"; }; class braf_useraction_ccb_unitednations_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_unitednations_goggles_down'"; statement = "this addHeadgear 'braf_eb_ccb_unitednations_goggles_up';"; }; class braf_useraction_ccb_unitednations_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_unitednations'"; statement = "this addHeadgear 'braf_eb_ccb_unitednations_goggles_up';"; }; class braf_useraction_ccb_unitednations_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_unitednations_goggles_up'"; statement = "this addHeadgear 'braf_eb_ccb_unitednations';"; }; class braf_useraction_ccb_unitednations_attachnvg { displayName = "$STR_useractions_attachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_unitednations'"; statement = "this addHeadgear 'braf_eb_ccb_unitednations_nvg';"; }; class braf_useraction_ccb_unitednations_unattachnvg { displayName = "$STR_useractions_unattachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_ccb_unitednations_nvg'"; statement = "this addHeadgear 'braf_eb_ccb_unitednations';"; }; // CCB FAB class braf_useraction_ccb_fab_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_fab_ccb_unitednations_goggles_up'"; statement = "this addHeadgear 'braf_fab_ccb_unitednations_goggles_down';"; }; class braf_useraction_ccb_fab_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_fab_ccb_unitednations_goggles_down'"; statement = "this addHeadgear 'braf_fab_ccb_unitednations_goggles_up';"; }; class braf_useraction_ccb_fab_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_fab_ccb_unitednations'"; statement = "this addHeadgear 'braf_fab_ccb_unitednations_goggles_up';"; }; class braf_useraction_ccb_fab_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_fab_ccb_unitednations_goggles_up'"; statement = "this addHeadgear 'braf_fab_ccb_unitednations';"; }; class braf_useraction_ccb_fab_attachnvg { displayName = "$STR_useractions_attachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_fab_ccb_unitednations'"; statement = "this addHeadgear 'braf_fab_ccb_unitednations_nvg';"; }; class braf_useraction_ccb_fab_unattachnvg { displayName = "$STR_useractions_unattachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_fab_ccb_unitednations_nvg'"; statement = "this addHeadgear 'braf_fab_ccb_unitednations';"; }; // MICH 2000 class braf_useraction_mich2000_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_cfn_mich2000_goggles_up'"; statement = "this addHeadgear 'braf_cfn_mich2000_goggles_down';"; }; class braf_useraction_mich2000_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_cfn_mich2000_goggles_down'"; statement = "this addHeadgear 'braf_cfn_mich2000_goggles_up';"; }; class braf_useraction_mich2000_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_cfn_mich2000'"; statement = "this addHeadgear 'braf_cfn_mich2000_goggles_up';"; }; class braf_useraction_mich2000_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_cfn_mich2000_goggles_up'"; statement = "this addHeadgear 'braf_cfn_mich2000';"; }; class braf_useraction_mich2000_attachnvg { displayName = "$STR_useractions_attachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_cfn_mich2000'"; statement = "this addHeadgear 'braf_cfn_mich2000_nvg';"; }; class braf_useraction_mich2000_unattachnvg { displayName = "$STR_useractions_unattachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_cfn_mich2000_nvg'"; statement = "this addHeadgear 'braf_cfn_mich2000';"; }; // MICH 2001 class braf_useraction_mich2001_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_mich2001_goggles_up'"; statement = "this addHeadgear 'braf_eb_mich2001_goggles_down';"; }; class braf_useraction_mich2001_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_mich2001_goggles_down'"; statement = "this addHeadgear 'braf_eb_mich2001_goggles_up';"; }; class braf_useraction_mich2001_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_mich2001'"; statement = "this addHeadgear 'braf_eb_mich2001_goggles_up';"; }; class braf_useraction_mich2001_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_mich2001_goggles_up'"; statement = "this addHeadgear 'braf_eb_mich2001';"; }; class braf_useraction_mich2001_attachnvg { displayName = "$STR_useractions_attachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_mich2001'"; statement = "this addHeadgear 'braf_eb_mich2001_nvg';"; }; class braf_useraction_mich2001_unattachnvg { displayName = "$STR_useractions_unattachnvg"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_mich2001_nvg'"; statement = "this addHeadgear 'braf_eb_mich2001';"; }; //OPSCORE Olive class braf_useraction_opscore_olive_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_olive_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_olive_goggles_down';"; }; class braf_useraction_opscore_olive_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_olive_goggles_down'"; statement = "this addHeadgear 'braf_eb_opscore_olive_goggles_up';"; }; class braf_useraction_opscore_olive_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_olive'"; statement = "this addHeadgear 'braf_eb_opscore_olive_goggles_up';"; }; class braf_useraction_opscore_olive_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_olive_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_olive';"; }; //OPSCORE COMTAC Olive class braf_useraction_opscore_comtac_olive_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_olive_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_olive_goggles_down';"; }; class braf_useraction_opscore_comtac_olive_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_olive_goggles_down'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_olive_goggles_up';"; }; class braf_useraction_opscore_comtac_olive_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_olive'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_olive_goggles_up';"; }; class braf_useraction_opscore_comtac_olive_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_olive_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_olive';"; }; // OPSCORE Black class braf_useraction_opscore_black_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_black_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_black_goggles_down';"; }; class braf_useraction_opscore_black_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_black_goggles_down'"; statement = "this addHeadgear 'braf_eb_opscore_black_goggles_up';"; }; class braf_useraction_opscore_black_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_black'"; statement = "this addHeadgear 'braf_eb_opscore_black_goggles_up';"; }; class braf_useraction_opscore_black_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_black_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_black';"; }; //OPSCORE COMTAC Black class braf_useraction_opscore_comtac_black_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_black_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_black_goggles_down';"; }; class braf_useraction_opscore_comtac_black_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_black_goggles_down'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_black_goggles_up';"; }; class braf_useraction_opscore_comtac_black_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_black'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_black_goggles_up';"; }; class braf_useraction_opscore_comtac_black_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_black_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_black';"; }; // OPSCORE Tan class braf_useraction_opscore_tan_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_tan_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_tan_goggles_down';"; }; class braf_useraction_opscore_tan_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_tan_goggles_down'"; statement = "this addHeadgear 'braf_eb_opscore_tan_goggles_up';"; }; class braf_useraction_opscore_tan_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_tan'"; statement = "this addHeadgear 'braf_eb_opscore_tan_goggles_up';"; }; class braf_useraction_opscore_tan_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_tan_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_tan';"; }; //OPSCORE COMTAC Tan class braf_useraction_opscore_comtac_tan_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_tan_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_tan_goggles_down';"; }; class braf_useraction_opscore_comtac_tan_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_tan_goggles_down'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_tan_goggles_up';"; }; class braf_useraction_opscore_comtac_tan_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_tan'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_tan_goggles_up';"; }; class braf_useraction_opscore_comtac_tan_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_eb_opscore_comtac_tan_goggles_up'"; statement = "this addHeadgear 'braf_eb_opscore_comtac_tan';"; }; //HIAF Army class braf_useraction_hiaf_army_helm_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_hiaf_army_helm_cover_gogle'"; statement = "this addHeadgear 'braf_hiaf_army_helm_cover_gogle_2';"; }; class braf_useraction_hiaf_army_helm_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_hiaf_army_helm_cover_gogle_2'"; statement = "this addHeadgear 'braf_hiaf_army_helm_cover_gogle';"; }; class braf_useraction_hiaf_army_helm_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_hiaf_army_helm_cover'"; statement = "this addHeadgear 'braf_hiaf_army_helm_cover_gogle';"; }; class braf_useraction_hiaf_army_helm_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_hiaf_army_helm_cover_gogle'"; statement = "this addHeadgear 'braf_hiaf_army_helm_cover';"; }; //HIAF Marine class braf_useraction_hiaf_marine_helm_lower { displayName = "$STR_useractions_lowergoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_hiaf_marine_helm_cover_gogle'"; statement = "this addHeadgear 'braf_hiaf_marine_helm_cover_gogle_2';"; }; class braf_useraction_hiaf_marine_helm_raise { displayName = "$STR_useractions_raisegoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_hiaf_marine_helm_cover_gogle_2'"; statement = "this addHeadgear 'braf_hiaf_marine_helm_cover_gogle';"; }; class braf_useraction_hiaf_marine_helm_putgoggles { displayName = "$STR_useractions_putgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_hiaf_marine_helm_cover'"; statement = "this addHeadgear 'braf_hiaf_marine_helm_cover_gogle';"; }; class braf_useraction_hiaf_marine_helm_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_hiaf_marine_helm_cover_gogle'"; statement = "this addHeadgear 'braf_hiaf_marine_helm_cover';"; }; // ========= MSA TC-801 =========== class braf_useraction_tc801_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_goggles_up'"; statement = "this addHeadgear 'braf_tc801_goggles_down';"; }; class braf_useraction_tc801_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_goggles_down'"; statement = "this addHeadgear 'braf_tc801_goggles_up';"; }; class braf_useraction_tc801_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801'"; statement = "this addHeadgear 'braf_tc801_goggles_up';"; }; class braf_useraction_tc801_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_goggles_up'"; statement = "this addHeadgear 'braf_tc801';"; }; class braf_useraction_tc801_earprot_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_goggles_up'"; statement = "this addHeadgear 'braf_tc801_earprot_goggles_down';"; }; class braf_useraction_tc801_earprot_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_goggles_down'"; statement = "this addHeadgear 'braf_tc801_earprot_goggles_up';"; }; class braf_useraction_tc801_earprot_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot'"; statement = "this addHeadgear 'braf_tc801_earprot_goggles_up';"; }; class braf_useraction_tc801_earprot_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_goggles_up'"; statement = "this addHeadgear 'braf_tc801_earprot';"; }; class braf_useraction_tc801_earprot_green_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_green_goggles_up'"; statement = "this addHeadgear 'braf_tc801_earprot_green_goggles_down';"; }; class braf_useraction_tc801_earprot_green_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_green_goggles_down'"; statement = "this addHeadgear 'braf_tc801_earprot_green_goggles_up';"; }; class braf_useraction_tc801_earprot_green_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_green'"; statement = "this addHeadgear 'braf_tc801_earprot_green_goggles_up';"; }; class braf_useraction_tc801_earprot_green_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_green_goggles_up'"; statement = "this addHeadgear 'braf_tc801_earprot_green';"; }; class braf_useraction_tc801_earprot_tan_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_tan_goggles_up'"; statement = "this addHeadgear 'braf_tc801_earprot_tan_goggles_down';"; }; class braf_useraction_tc801_earprot_tan_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_tan_goggles_down'"; statement = "this addHeadgear 'braf_tc801_earprot_tan_goggles_up';"; }; class braf_useraction_tc801_earprot_tan_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_tan'"; statement = "this addHeadgear 'braf_tc801_earprot_tan_goggles_up';"; }; class braf_useraction_tc801_earprot_tan_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_earprot_tan_goggles_up'"; statement = "this addHeadgear 'braf_tc801_earprot_tan';"; }; // TC-801 GREEN class braf_useraction_tc801_green_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_goggles_up'"; statement = "this addHeadgear 'braf_tc801_green_goggles_down';"; }; class braf_useraction_tc801_green_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_goggles_down'"; statement = "this addHeadgear 'braf_tc801_green_goggles_up';"; }; class braf_useraction_tc801_green_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801'"; statement = "this addHeadgear 'braf_tc801_green_goggles_up';"; }; class braf_useraction_tc801_green_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_goggles_up'"; statement = "this addHeadgear 'braf_tc801';"; }; class braf_useraction_tc801_green_earprot_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_goggles_up'"; statement = "this addHeadgear 'braf_tc801_green_earprot_goggles_down';"; }; class braf_useraction_tc801_green_earprot_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_goggles_down'"; statement = "this addHeadgear 'braf_tc801_green_earprot_goggles_up';"; }; class braf_useraction_tc801_green_earprot_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot'"; statement = "this addHeadgear 'braf_tc801_green_earprot_goggles_up';"; }; class braf_useraction_tc801_green_earprot_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_goggles_up'"; statement = "this addHeadgear 'braf_tc801_green_earprot';"; }; class braf_useraction_tc801_green_earprot_green_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_green_goggles_up'"; statement = "this addHeadgear 'braf_tc801_green_earprot_green_goggles_down';"; }; class braf_useraction_tc801_green_earprot_green_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_green_goggles_down'"; statement = "this addHeadgear 'braf_tc801_green_earprot_green_goggles_up';"; }; class braf_useraction_tc801_green_earprot_green_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_green'"; statement = "this addHeadgear 'braf_tc801_green_earprot_green_goggles_up';"; }; class braf_useraction_tc801_green_earprot_green_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_green_goggles_up'"; statement = "this addHeadgear 'braf_tc801_green_earprot_green';"; }; class braf_useraction_tc801_green_earprot_tan_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_tan_goggles_up'"; statement = "this addHeadgear 'braf_tc801_green_earprot_tan_goggles_down';"; }; class braf_useraction_tc801_green_earprot_tan_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_tan_goggles_down'"; statement = "this addHeadgear 'braf_tc801_green_earprot_tan_goggles_up';"; }; class braf_useraction_tc801_green_earprot_tan_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_tan'"; statement = "this addHeadgear 'braf_tc801_green_earprot_tan_goggles_up';"; }; class braf_useraction_tc801_green_earprot_tan_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_green_earprot_tan_goggles_up'"; statement = "this addHeadgear 'braf_tc801_green_earprot_tan';"; }; // TC-801 TAN class braf_useraction_tc801_tan_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_goggles_up'"; statement = "this addHeadgear 'braf_tc801_tan_goggles_down';"; }; class braf_useraction_tc801_tan_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_goggles_down'"; statement = "this addHeadgear 'braf_tc801_tan_goggles_up';"; }; class braf_useraction_tc801_tan_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801'"; statement = "this addHeadgear 'braf_tc801_tan_goggles_up';"; }; class braf_useraction_tc801_tan_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_goggles_up'"; statement = "this addHeadgear 'braf_tc801';"; }; class braf_useraction_tc801_tan_earprot_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_goggles_up'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_goggles_down';"; }; class braf_useraction_tc801_tan_earprot_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_goggles_down'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_goggles_up';"; }; class braf_useraction_tc801_tan_earprot_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_goggles_up';"; }; class braf_useraction_tc801_tan_earprot_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_goggles_up'"; statement = "this addHeadgear 'braf_tc801_tan_earprot';"; }; class braf_useraction_tc801_tan_earprot_green_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_green_goggles_up'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_green_goggles_down';"; }; class braf_useraction_tc801_tan_earprot_green_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_green_goggles_down'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_green_goggles_up';"; }; class braf_useraction_tc801_tan_earprot_green_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_green'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_green_goggles_up';"; }; class braf_useraction_tc801_tan_earprot_green_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_green_goggles_up'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_green';"; }; class braf_useraction_tc801_tan_earprot_tan_lower { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_tan_goggles_up'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_tan_goggles_down';"; }; class braf_useraction_tc801_tan_earprot_tan_raise { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_tan_goggles_down'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_tan_goggles_up';"; }; class braf_useraction_tc801_tan_earprot_tan_putgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_tan'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_tan_goggles_up';"; }; class braf_useraction_tc801_tan_earprot_tan_takeoffgoggles { displayName = "$STR_useractions_takeoffgoggles"; priority = 1; radius = 10; position = "camera"; showWindow = 0; hideOnUse = 1; onlyForPlayer = 0; shortcut = ""; condition = "alive this && headgear this == 'braf_tc801_tan_earprot_tan_goggles_up'"; statement = "this addHeadgear 'braf_tc801_tan_earprot_tan';"; };