Simba Code:Procedure TeleGrab;
begin
GameTab(tab_Magic);
Cast('telekinetic grab', 1); //Line with error
if FindColorTolerance(X, Y, 14672618, sx, sy, ex, ey, 5) then
MMouse(x,y,0,0);//this moves mouse there
wait(100);
Mouse(x,y,1,1,true);//this clicks it
//14672618 = berries
end;


Reply With Quote

