Hey I'm just about done my first script which is a woodcutter and the only thing left to do is add an ent finder. Since I've heard the srl one is not very good at finding ents, could someone help me to make my own procedure for that? Thanks.
Hey I'm just about done my first script which is a woodcutter and the only thing left to do is add an ent finder. Since I've heard the srl one is not very good at finding ents, could someone help me to make my own procedure for that? Thanks.



Well, before you click the tree you can make sure that Chop (tree name), the tree name isn't in yellow.
Wait, which kind? The tree-spirit kind, or the waving tree kind?
If its the first kind, looking for a fight will suffice, but for the second use something like:
SCAR Code:If (IsUpTextMulti('hop', 'op ', ' do')) Then
begin;
If not (FindColorTolerance(x, y, YELLOWCLR, TREENM, TREENM, TM, TM, 5)) Then
begin;
//put something to chot the tree or set a variable to reconize that there is no ent
end;
end;
The jealous temper of mankind, ever more disposed to censure than
to praise the work of others, has constantly made the pursuit of new
methods and systems no less perilous than the search after unknown
lands and seas.
There are currently 1 users browsing this thread. (0 members and 1 guests)