First One:
Why doesn't "ChooseOption()" work?
I have everything correct, it doesn't work :L
Second One:
Can someone teach me about Case statements?
Here are my if's:
Simba Code:
if FindObjCustom(x2, y2, ['Smelt'], [6055530], 5) then
begin
MouseItem(1, True);
Mouse(x2,y2,0,0,True);
wait(2000);
end;
if FindObjCustom(x3,y3,['Make'], [2347505,2279913,2346735,1874882,2279398], 3) then
begin
Mouse(x3,y3,0,0,False);
wait(1000);
ChooseOption('ll');
end;
Third One:
Can someone show me how to use PixelShift?
It'd be very helpful in my scripts.