Page 1 of 1

How to find a tree?

Posted: 2008-02-23 17:39:03
by Injectioner
How can I find a tree in my screen with a script/command?
I've oberved that, qhen I use ,infotile I get some additional information and this information repeat in tree of the same type(graphic).
I wanna know how can I find a tree, I tryed to learn in the scripts done, but I didn't get the X of the question. =/

Thanks.

[]'s

Posted: 2008-02-23 17:42:32
by Destruction

Posted: 2008-02-23 17:55:18
by Injectioner
When I run the script, appear an error that says "Funcion Not Found - ABS". =/

[]'s

Posted: 2008-02-23 22:30:21
by Edred

Code: Select all

sub abs(a) 
Var b
If a<0 Then
  b=-a
Else
  b=a
endif
return b
endsub

Posted: 2008-02-25 01:05:05
by Injectioner
"Function not found - WALKER"

O.o'

Posted: 2008-02-25 01:11:44
by Destruction
Injectioner wrote:"Function not found - WALKER"

O.o'

Don't run, i said see.. If u really wish to run my script, then good walker you can obtain here: viewtopic.php?p=66813#66813

Posted: 2008-02-25 01:17:32
by Injectioner
Destruction wrote:
Injectioner wrote:"Function not found - WALKER"

O.o'

Don't run, i said see.. If u really wish to run my script, then good walker you can obtain here: viewtopic.php?p=66813#66813


ohhh... It works, with some adjusts I think it will work correctly at my shard.
Thanks.

=**