if ((nearestObject [_pos,_vaultHouse]) getVariable ["locked",true]) exitWith {hint localize "STR_ISTR_Blast_Exploit"};class boltcutter {
    variable = "boltCutter";
    displayName = "STR_Item_BCutter";
    weight = 5;
    buyPrice = 7500;
    sellPrice = 1000;
    illegal = true;
    edible = -1;
    drinkable = -1;
    icon = "icons\ico_boltCutter.paa";
};if ((nearestObject [_pos,_vaultHouse]) getVariable ["locked",true]) exitWith {hint localize "STR_ISTR_Blast_Exploit"};