| 11-23-2009, 11:39 AM | #2 |
If another trigger runs while this trigger is running (which can happen since you have wait actions in there) and that trigger also uses an integer A loop, it will override your current loop. You should use a unique variable for your loop here. |
| 12-03-2009, 11:28 PM | #4 |
Try to pick only alive units, the way you have it now you try to attack dead units, too. |
