| 03-11-2007, 09:04 AM | #2 | |
Quote:
I believe that you're leaking unit groups, even though you're using GetLastCreatedGroup(). Also, that code is just asking to be optimized... give me 10 minutes and I might have it. |
| 03-11-2007, 09:12 AM | #3 |
Thank you so much I dont know jass so I am stuck using the GUI... I plan on learning jass but i dont have the time right now... Also I just ran a 30 minute test and there is something leaking so you are probably right about the unit groups... |
| 03-11-2007, 10:12 AM | #5 |
thank you would i avoid a leak if I destroy the first trigger after it is done setting the variables? |
| 03-11-2007, 10:16 AM | #6 |
It *technically* leaks because the trigger has run its worth. I usually forget to destroy those triggers anyway, but yes, it would be a good idea to use a call DestroyTrigger(GetTriggeringTrigger()). EDIT: Holy shit! I just noticed the time change... it appears as though there was a ~2 hour delay between your second post and my second post. Why is DST so early this year!? |
| 03-11-2007, 10:27 AM | #7 |
nm |
| 03-11-2007, 10:30 AM | #8 |
"Integer Comparison" > "For Loop Integer B". It's at the top of the list, I believe. |
