i am having a problem with a trading procedure. i have this procedure
SCAR Code:
procedure findtrade;
begin
if someonetrades then
 begin
   AcceptTrade;
   turnoff:=1;
 end;

end;

repeating but its not working (the turnoff is just to stop the loop)
i got all of this from the SRL/SRL/Misc/Trade.scar file

just keep skipping over, never even trys to click on the trade. just dose everything else its sposted to