Warcraft III resources & community, 2003–2006 · archived

Integer A - set variable for unit

3 posts
#1

Integer A - set variable for unit

In one spell I use: for each interger A from 1 to 8 (or sumthing) create 1 unit at position of casting unit offset by 600 toward 360/8 x (real)integer A. But how can I set all those units to another variable?
#2
Use the For each blabla do ACTIONS. In this way you can add more actions inside the loop.

~Daelin
#3
... Ofcourse, why didnt I think of that? :?

thnx