SCAR Code:
Procedure ChopIt;
Begin
if (not (LoggedIn)) then LoginPlayer
repeat
if(findcolortolerance(x,y,treecolor1,117,204,887,709,10)) or //It
(findcolortolerance(x,y,treecolor2,117,204,887,709,10)) or//look
(findcolortolerance(x,y,treecolor3,117,204,887,709,10)) or//for
(findcolortolerance(x,y,treecolor4,117,204,887,709,10)) or//the
(findcolortolerance(x,y,treecolor5,117,204,887,709,10)) or//color
(findcolortolerance(x,y,treecolor6,117,204,887,709,10)) then//on screen
begin
MMouse(x,y,3,3);//Moves the mouse over it
if (IsUpText('ree')) then//Looks to see if it says 'ree'
begin
repeat
Mouse(x,y,2,2,true);//Clicks it
Wait(15000) or//Whats 15 secs or
MMouse(x,y,3,3) then //Moves over to the tree
until not(IsUpText('ree')); {I changed this to a loop so then it will see when the text is up. I wouldn't recommend having that wait there, but, it's your script...}