- Joined
- Oct 11, 2012
- Messages
- 711
Hi all, here is the story:
I have a unit array to store all the hero units, such as Hero[0], Hero[1].....Hero[31]. Now, as a condition of a spell, I want to select all of them expect Hero[0], how to do that other than enumerating every other hero units?
GetTriggerUnit() != Hero[0] does not work
Thanks all.
I have a unit array to store all the hero units, such as Hero[0], Hero[1].....Hero[31]. Now, as a condition of a spell, I want to select all of them expect Hero[0], how to do that other than enumerating every other hero units?
GetTriggerUnit() != Hero[0] does not work
Thanks all.