im sorry one last thing..whats the deal with everyone wanting to become an srl member???...whats special about it...sorry for the noob question.
lol not a noob question...i didnt even know there was such a thing as an SRL member my first month on board
well the benefits are:
1. no leechers....
2. VERY VERY good scripts you dont get in free section
3. people give good imput on your scripts that you make and test them
4. learn more advanced scripting techniques
EDIT:
i took a look at your script and my thoughts are:
1. You should read a tut on scripting standards to make your script look neat and organized
2. For the dropping problem you should read a tut on making DTMs and just make a log DTM and have something like this:
SCAR Code:
Procedure Drop;
begin
repeat
if(FindDTM(LogDTM,x,y,MIX1,MIY1,MIX2,MIY2))then
begin
Mouse(x,y,3,3,False);
ChooseOption('rop');
end;
until(not(FindDTM(LogDTM,x,y,MIX1,MIY1,MIX2,MIY2));
end;
3. You should use FindObj so it will check the UpText before it clicks it to make sure its a tree
You are off to a good start though im glad you are trying to script, and if you need any help with making it better just send me a pm and ill be glad to help. Good luck