On the flag thing, i was using it to pick up bones and it was working great until it click on a bone but soemone else picked it up first and the script just stopped there and didnt do anything.
When i use 'ake Bone' it would just click cancel because it didnt find it. this is the procedure btw....
SCAR Code:
Procedure Pickup;
Begin
Repeat
Findcolor(x,y,bonecolor,5,5,515,340)
Wait(300+random(100))
Mouse(x, y, 2, 2, False);
Wait(350+random(150))
ChooseOption(x, y, 'Bone');
Flag;
Wait(600+random(200))
Until(InvFull)
AntiRandoms;
end;
I looked through it, but I couldnt find it for some reason. I know it exists though (im pretty sure)