No, i fixed that when I tried it. When I ran the script it still didn't click release.
Type: Posts; User: AzuriteKevin
No, i fixed that when I tried it. When I ran the script it still didn't click release.
It's still not clicking release :/
bump
its
P07_ChooseOptionMulti(['Release']);
in this code
procedure releaseMice(SlotToRelease: Integer);
var
xsx, ysy, R, C: Integer;
begin
xsx := 565;
ysy := 215;
C := (Round(SlotToRelease / 4));
R := (SlotToRelease - (C * 4));
...
P07_ChooseOptionMulti(['Take']);
Why won't it click the Take option, or any other option.
P07_ChooseOptionMulti(['Release']); there seems to be something wrong with this, as the script does not click release. It only winds up and right clicks them.
Im getting
Exception in Script: Unable to find file 'SRL.simba' used from 'C:\Users\Azurite\Downloads\MouseCatcher [0.2].simba'