okk....
so ive been trying to make it so scar clicks on coins it finds on thw ground...
however, it will only do it sometimes...
heres the procedure im using:
SCAR Code:
procedure Using_MEOW;
var
Colors : TIntegerArray;
begin
Colors := [2411005, 2476797, 2345213, 1608366, 1608367, 1608623];
For n := 0 to 5 do
begin
if FindObjTPA(d, e, Colors[n], 15, 0, 19, 19, 1, ['Coins','oins'])then
begin
Mouse(d, e, 8, 8, True);
I'm pretty sure that the uptext isnt working atm...
so any other way of finding these coins would be appreciated...
plz no spam like..."looks good"
because thats not what im asking..
i want to know how to change it so it finds the coins every time and clicks on them.