P07_ChooseOptionMulti(['Take']);
Why won't it click the Take option, or any other option.
P07_ChooseOptionMulti(['Take']);
Why won't it click the Take option, or any other option.
Post your script? Maybe you aren't using it right?
Finished B.S. Program in Radiology!!
Projects: A big one! Total secret! hehe
It is supposed to work correctly, we can't know why it isn't working if you're not posting any piece of code from your script...
Check out my new script here: http://villavu.com/forum/showthread.php?p=1194418Al-Kharid Silk buyer
procedure releaseMice(SlotToRelease: Integer);
var
xsx, ysy, R, C: Integer;
begin
xsx := 565;
ysy := 215;
C := (Round(SlotToRelease / 4));
R := (SlotToRelease - (C * 4));
SlotToRelease := SlotToRelease + 1;
Wait(200 + Random(500));
if P07_ItemExists(SlotToRelease) then
begin
P07_MouseBox(xsx + (R * 42) + 10, ysy + (C * 36) + 10, xsx + (R * 42) + 20, ysy + (C * 36) + 20, mouse_right);
P07_ChooseOptionMulti(['Release']);
end;
end;
Where's P07_ChooseOptionMulti(['Take']);
Creds to DannyRS for this wonderful sig!
bump
do it like this:
Simba Code:Wait(Randomrange(300,600));
P07_ChooseOptionMulti(['Release', 'elease', 'eleas']);
Waiting after clicking is a good diea (nothing is instant) and putting more options there is needed in case OCR screws up while reading.
Last edited by litoris; 03-13-2013 at 06:54 PM.
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
It's still not clicking release :/
I messed up with a parenthesis, see this version.
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
There are currently 1 users browsing this thread. (0 members and 1 guests)