Im trying to pick up bones in the lumbrage chicken pen but the color of the bone i pick is always the same as the chickens and flowers. I tried the white, grey, and all parts of the bone but i can't find a unique bone color. Someone please tell me what to do.
Also, would this work to find the bone on ground, right click it, and click on Take bone?
SCAR Code:
Procedure Pickup;
Begin
Findcolor(x,y,bonecolor,5,5,515,340) //i have bonecolor as constant
Mouse(x, y, 1, 1, False);
If(ChooseOption(x, y, 'bon'))then
Mouse(x, y, 1, 1, True);
end;
If not, please correct me, Ty