Damnations_Feet178 postsMnjoined 2004-08-14#12004-10-17Noob question -loopingOk 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
misaki12 postsUnited Statesjoined 2004-10-05#22004-10-18o.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.