This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
How would I check in a condition that a region contains a unit.
I mean a specific region containing ANY UNIT.
also is there a way to react to the event: UI - Player Any Player clicks Left mouse button Down.
so that you can do something like this: if player clicked on a unit do (1) else (2)
To check if a unit is in a region, use the Units In Region Matching Condition function. For the second one, use the If Then Else function.
How would I check in a condition that a region contains a unit.
I mean a specific region containing ANY UNIT.
also is there a way to react to the event: UI - Player Any Player clicks Left mouse button Down.
so that you can do something like this: if player clicked on a unit do (1) else (2)
To check if a unit is in a region, use the Units In Region Matching Condition function. For the second one, use the If Then Else function.