This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Is there any way to exclude an overload unit from a unit filter? I'm sure it's not possible without having to exclude other unit types, just curious
Use a unit type validator.
Hmm, how do I associate a validator with a unit filter?
It's for "Issue Order" for units
Couldn't you just use a if / then / else statement and have a condition for the unit type of unit =! overlord?
For "Pick Each Unit" (or something similar) yes, but I can't do that for "Unit - Issue Order"
However, I should be able to combine the two by doing the following:
Unit - Pick EachUnit If (Unit Type of Unit) != Overlord Unit - Issue Order for (Picked Unit)
Is there any way to exclude an overload unit from a unit filter? I'm sure it's not possible without having to exclude other unit types, just curious
Use a unit type validator.
Hmm, how do I associate a validator with a unit filter?
It's for "Issue Order" for units
Couldn't you just use a if / then / else statement and have a condition for the unit type of unit =! overlord?
For "Pick Each Unit" (or something similar) yes, but I can't do that for "Unit - Issue Order"
However, I should be able to combine the two by doing the following: