Hey folks,
Quick question here which may just be me missing something blatantly obvious.
I've got the following code:
Simba Code:begin
MouseBox(696, 133, 716, 151, 2);
Wait(100 + Random(200));
ChooseOption('ast');
Wait(100 + Random(50));
InvMouse(i, 1);
end;
That MouseBox is for the summoning button around the minimap. The mouse rolls over the button but will not chooseoption or even right click to chose.
What am I missing here?


Reply With Quote










