hi my script has to talk to seaman and i did this procedure something like that:
procedure TalkToCustomsofficer;
begin
repeat
MarkTime(CustomsofficerTime);
if(FindColorSpiralTolerance(x,y, blahblahlbhla))then
begin
click (false,payfare)
end else
if(TimeFromMark(CustomsofficerTime) >= (30000))then
FindSymbol(x,y,'transportation');
Mouse(x,y,4,4,true);
Flag;
until(PayFare);
end;
i know i did stuff like blah blah and click that arent real procedures but this i did just to explain the thing is my timefrommark. it doesnt click on mm symbol when its 30 sec. can some1 help me( for the clicking stuff it works thats just to u to have an idea of it, all the matter is the timefrommark forget about clicking.)


Reply With Quote




