-
SCAR Code:
if not(RadialRoadWalk(FindRoadColor, 49, 70, 45, 3,3)) then
RadialRoadWalk(FindRoadColor,283,300,47,3,3);
fflag(5);
What happen if it doesnt work?
SCAR Code:
// var SA, EA : Integer;
SA := 90;
EA := 90;
repeat
if not RadialRoadWalk(FindRoadColor, SA, EA, 45, 3,3)) then
begin
SA := + 5;
EA := -5;
else
break;
end;
until (SA > 360) or (EA <= 0);
-
SCAR Code:
if FindQuiz then
SolveQuiz;
Remove that FindNormalRandoms already searchs it...
-
SCAR Code:
If FindSymbol(x, y,'bank') then
begin
Instead of that make DDTM's, better than FindSymbol...
- Instead of using FindObjCustom use FindObjTPA, read RM's tut.