You could also do:
SCAR Code:
Procedure FletchShafts;
Begin
if(FindItemName('Knife'))then
Begin
Mouse(x,y,2,2,true);
Wait(500+random(200));
if(FindItemName('Logs'))then
Begin
Mouse(x,y,2,2,true); {You have to pick this color}
Wait(1000+random(1000)); |
If(FindMSColorTol(x,y,Color Of The Big Bow In Chat Box,20))then
Begin
MMouse(x,y,2,2);
if(IsUpText('letch'))then
Begin
Mouse(x,y,2,2,False);
ClickOption('X',3);
Wait(200+random(500));
SendText('30'+chr(13));
Repeat
Any Randoms You Have; {Or whatever it says}
Any Other AntiBan You Have; |
Until(IsChatMessage('You have run out of logs to fletch');
End;
End;
End;
End;
End;
Or you can probably even do it easier by changing where it says
SCAR Code:
if(FindItemName('Knife'))then {AND} if(FindItemName('Logs')then
TO
SCAR Code:
ClickItemName('Knife'); {AND} ClickItemName('Logs');
↑ Hope all that helped you out! 
- Da Der Der