the dtms arent being found in the bank. im 100% sure i made them right, i set the tol to 255 as well.
SCAR Code:
Procedure FindFoodBank;
begin
if (FindDTM(Salmon, x, y, MSX1, MSY1, MSX2, MSY2)) or
(FindDTM(Trout, x, y, MSX1, MSY1, MSX2, MSY2)) or
(FindDTM(Lobster, x, y, MSX1, MSY1, MSX2, MSY2)) or
(FindDTM(Tuna, x, y, MSX1, MSY1, MSX2, MSY2)) or
(FindDTM(SwordFish, x, y, MSX1, MSY1, MSX2, MSY2)) then
begin
Mouse(x,y,3,5,False);
Wait(393);
ChooseOption('X');
Wait(400);
TypeSend('28');
Wait(435);
end;