| 04-15-2007, 08:25 AM | #2 |
A nested Unit Group loops don't always behave nicely. I think there's some trick for GUI wherein you have your first Unit Group loop which runs a separate trigger and that trigger has the actions (picked unit should still work... I think) and has a Unit Group loop inside it. I'm not sure if it actually works, just something I recall. In reality, JASS is just much better for this. |
| 04-15-2007, 04:55 PM | #3 |
If you have a unit group inside a unit group, you cant do picked unit. Instead, make 2 variables (PickedUnit and PickedUnit2) and set those variables to the units, etc. |
