|
|
#1 |
Member
Join Date: Mar 2011
Location: Chile
Posts: 358
|
|
|
|
|
#2 |
Member
Join Date: Jan 2010
Location: Germany
Posts: 5,046
|
Action - Pick every destructible in range (or region, dunno).
Then count them manually, applying your own criteria.
__________________
I might edit my p0sts frequently and rapidly after posting.
DotA code of the week:
Jass:
function Func0243 takes nothing returns nothing
call Func0242()
endfunction
|
|
|
|
#3 |
Member
Join Date: May 2010
Location: Croatia
Posts: 3,618
|
u have enumdestructablesinrect command
if that helps.. then u can check if each destructable is tree and if is add +1 to ur variable
__________________
|
|