Procedure FindWillow; But isnt this any log..
Kinda Suspicious
Also, for this procedure if it dosent find the log what happens to the script?
The script is just going to keep searching
SCAR Code:
procedure FindWillow;
begin
if(not(FindDTM(LogName,x,y,23,57,478,303)))then
begin
repeat
FindDTM(LogName,x,y,23,57,478,303);
until FindDTM(LogName,x,y,23,57,478,303);
Mouse(x,y,1,1,false);
Wait(2000+random(200));
ChooseOption('draw X');
Wait(2000+random(100));
TypeSend('27');
Wait(2000+random(346));
CloseBank;
SetupFletching;
end;
end;