Hey Deadly, i am modding one of S1Ns yew cutter scripts and i was wondering if you could put me in the right direction. What i need is when the chop procedure is running i want to make it instead of just searching for the tree and then keep searching until it appears i want it to search for 10 seconds then if it cant find it then it will end the procedure.
Simba Code:
FindObjCustom(x, y, ['hop', 'down'], [4937570, 4344918], 5) Then
begin
WriteLn('Found North Yew');
MMouse(x, y, 2, 2);
end;
Above is what i use atm to find the yew tree.
Please help thanks.