I have having a problem with funtion, not sure what the problem is.
I keep getting a type mismatch on the FindObjTPA lineCode:Function Ladder:Boolean; var x, y:Integer; begin if FindObjTPA(x, y, 3886429, 10, 10, 12, 12, 400, ('Climb')) then begin MoveMouse(x, y); Wait(1000); ClickMouse(x, y, 1); end; end;


Reply With Quote














