ok this is my irst complete script but it has an error code
SCAR Code:
{HIHI12340 FIRST SCRIPT PowerChopper
AntiRandoms go to Jad}
program PowerChopper;
{.includeSLR/SLR.scar}
procedure AntiRandoms;
begin
FindTalk;
FindNormalRandoms;
if (FindFight = true) then
begin
RunAwayDirection('N');
Wait(10000 + random(3000));
runback;
end;
end;
procedure FindNormalTree;
begin
SetupSRL;
repeat
if(FindColor(x,y,2373688,587,397,0,0))then
MMouse(x,y,0,0);
Wait(100+random(70));
Mouse(x,y,0,0,True);
Wait(600+random(300);
DoAntiRandoms
until(InvFull);
end;
begin
DropTo(2,28);
end;
begin
repeat
RepeatClicking;
drop;
until(false);
end.
i got unknown identifier findtalk
which is my antirandom (maybe not good but i just started)
if its good then tell me
if it needs work tell me what has to be done
thanks

and please tell me if it will even work!!