I need to exclude units stored as variables inside trigger from being selected as targets. How to accomplish that? i found Unit In Unit Group Matching Condition function but this is not exactly what i need.
There is a function which allows you to make a unit group of units within a certain radius, then you can determine if you want that unit or not with if statements. It might be under pick units or something other.
I need to exclude units stored as variables inside trigger from being selected as targets. How to accomplish that? i found Unit In Unit Group Matching Condition function but this is not exactly what i need.
Well you can prevent it with IF unit is in unit group condition.
or
create unit group variable and remove units from the unit group.
Should be fairly simple
There is a function which allows you to make a unit group of units within a certain radius, then you can determine if you want that unit or not with if statements. It might be under pick units or something other.
That works thanks guys.