- Joined
- Apr 15, 2016
- Messages
- 118
It's known that doing things like this:
is somewhat faster than using Matching Condition (Matching Unit is a Filter).
However, how would you do something like the first Trigger Filtering in a scenario like this:
And no, the following doesn't work:
-
Actions
-

Unit Group - Pick Every Unit in MyGroup
-


Set TempUnit = Picked Unit
-


If All Conditions are true then do (Actions):
-


Conditions
-



TempUnit is a Filter
-



TempUnitnit is filter 2
-
-


Actions
-



Dance with TempUnit
-
-
-
is somewhat faster than using Matching Condition (Matching Unit is a Filter).
However, how would you do something like the first Trigger Filtering in a scenario like this:
-
Actions
-

Set MyGroup = Unit in range matching filters
-

Set LuckyOrCursedUnit = Random 1 Unit from ChosenGroup
-
And no, the following doesn't work:
-
Actions
-

Unit Group - Pick Every Unit in MyGroup
-


Set TempUnit = Picked Unit
-


If All Conditions are true then do (Actions):
-


Conditions
-



TempUnit is a Filter
-



TempUnitnit is filter 2
-
-


Actions
-



Set TempUnit = Random Unit from MyGroup
-



Dance with TempUnit
-
-
-
