Here is a procedure;
As you can see im trying to make my miner check for gas everytime its going to mine..
procedure miner;
begin
MouseSpeed := 13;
FindGas;
findObj(x, y, 'Mine',Coal, 5)
mouse(x, y, 1, 1, true);
flag;
repeat
until findBlackChatMessage('You manage')
end;
Well whenever I try to do this, it gives me this error;
Unknown identifier 'FindGas' in script
I don't know why its doing this because I have a FindGas procedure.


Reply With Quote









