- Joined
- Mar 29, 2012
- Messages
- 542
Hello guys.... I need a favor here... About Jass, and this is the first time I'm using it, but I'm not sure if it can or maybe I just use GUI Instead of this.
Can I make function to check and destroy tree like this :
[jass=My Jass]function IsDestructableTreeDestroy takes destructable dt, boolean tb returns nothing
......
endfunction[/code]
dt = The destructable that will check and destroy (kill)
tb = 'True' then destroy the destructable 'False' I don't need to tell, right ?
Or only using GUI ?. And sorry, I'm not tested it yet.
Can I make function to check and destroy tree like this :
[jass=My Jass]function IsDestructableTreeDestroy takes destructable dt, boolean tb returns nothing
......
endfunction[/code]
dt = The destructable that will check and destroy (kill)
tb = 'True' then destroy the destructable 'False' I don't need to tell, right ?
Or only using GUI ?. And sorry, I'm not tested it yet.