When I RadialWalk by a general store, it won't stop.


SCAR Code:
procedure Walk;
begin
repeat
  RadialWalk(3830347,204,150,55,2,2)
until (FindSymbol(x,y,'shop'))
end;


It's supposed to Walk untill it see's the shop.. correct?