| 04-13-2007, 09:03 PM | #2 |
The most obvious mistake you did is that you don't exclude dead units in your group. It should look like this: Trigger: Actions
![]() Set g = (Units within 512.00 of (Center of Region[1]) matching ((((Matching unit) is A structure) Equal to False) and (((Matching unit) is alive) Equal to True)))
PS: I'm sorry if I translated something wrong. |
| 04-14-2007, 09:57 PM | #3 |
Do I have to use a variable? And btw am I using way too long a script for something that could be done much easier? |
| 04-15-2007, 02:06 AM | #4 |
1. It'll make it much quicker and easier. 2. Kind of, why take the long way when you can take the short and easy way? ![]() |
