Set Is Objective Target By Tag Result

The SetIsObjectiveTargetByTag result sets the IsObjectiveTarget flag on any Building Tagged Combatant that contains the ObstructionGameLogic script.

This allows Objectives to correctly use Buildings as a target.

Properties

PropertyRequiredDefaultDetails
TypetrueSetIsObjectiveTargetByTag-
IsObjectiveTargettrue-IsObjectiveTarget is used by Objectives. For example, Destroy Buildings Objectives.

Set to: true or false
Tagstrue-Tags to identify the Building. If multiple are provided then ALL must match.

Example

{
"Type": "SetIsObjectiveTargetByTag",
"IsObjectiveTarget": true,
"Tags": ["defend_building_3b"]
}