SCAR Code:program New;
{.include SRL/SRL.scar}
var i, x, y: integer;
ColorArray:array of integer;
begin
i:=2;
SetArrayLength(ColorArray,i);
ColorArray[0] := 2382951;
ColorArray[1] := 2514794;
SetupSRL;
ActivateClient;
Wait(1000);
repeat
RadialWalk(ColorArray,180,300,56,-1,-1);
until(FindSymbol(x, y, 'bank'));
Mouse(x,y,x,y,true);
end.
Line 14: [Error] (14695:40): Type mismatch in script
Can someone help me? I want for this to search for both of these colors.
Cut em2 it






Reply With Quote







