Glad to hear it's working well! As far as adding that as a feature, I'm not sure if I want it to be part of the script, but for now you can do this with a trigger where the condition is set to true and the on activation is { if ([thisTrigger, _x] call bis_fnc_inTrigger) then { _x setVariable ["tint_house_blacklisted", true] }; } foreach ((getPos thisTrigger) nearObjects ["house_f", (triggerArea thisTrigger#0 max triggerArea thisTrigger#1)]) then it should automatically blacklist buildings inside of the trigger when the mission starts. I hope that helps.
    • Thanks
    1