Warcraft III resources & community, 2003–2006 · archived

Noob question -looping

2 posts
#1

Noob question -looping

Ok really easy noob i needa know how to trigger and wright a looping action, basically when player cats ability i want a looping action of unit-train unit and stuff, i dunno how to do it
#2
o.0 I assume you will want the action to repeat a set number of times?

You use `For Each Integer <variable, could be Integer A or Integer B or your own global variable> from <Start> to <Finish>, do Actions (multiple'.

Then you can use Integer A or Integer B or w/e inside the loop if you want sth different to happen each time.