| 12-31-2008, 09:00 AM | #2 | |
Quote:
Where do you set tempunit? |
| 12-31-2008, 09:14 AM | #3 |
Trigger: ![]() Set TempGroup = (Units within 250. blablabla)
![]() Set TempInt = (Number of units in TempGroup)
![]() call DestroyGroup(TempGroup)In your current trigger you mixed up 'TempGroup' and 'TempUnit' and used a quite strange way to set your unitgroup although it might actually work this way ^^ |
| 12-31-2008, 11:08 AM | #4 |
Yeah, use TempInt, but go all the way and store the damage/heal in it. Trigger: Since you don't seem to be comfortable with variables, I've left out the leak-cleaning parts (there are plenty of tutorials on that, should you feel it is important). |
| 12-31-2008, 03:59 PM | #5 |
