If I were to make a Function in my script that looks for a bitmap and returns true, would this work?
SCAR Code:Function CheckLostConnection:Boolean;
begin
If(findbitmaptolerancein(LostConnection,x,y,0,0,620,480,20))then
Result := True;
end;
I would rather be corrected now, than getting banned later :P



Reply With Quote








