- Joined
- Dec 31, 2007
- Messages
- 780
If i want my spell to be MUI is it better to use unit groups or a unit array?
-
pick every unit in unit group and do
-
if triggering unit equal to picked unit then
-
blabla
-
-
-
set x = 1
-
for each integer x from 1 to MAX do
-
if triggering unit equal to unit[x]
-
then blabla
-
-
x = x+1
-