Search:

Type: Posts; User: AzuriteKevin

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,393

    No, i fixed that when I tried it. When I ran the...

    No, i fixed that when I tried it. When I ran the script it still didn't click release.
  2. Replies
    10
    Views
    1,393

    It's still not clicking release :/

    It's still not clicking release :/
  3. Replies
    10
    Views
    1,393

    bump

    bump
  4. Replies
    10
    Views
    1,393

    its P07_ChooseOptionMulti(['Release']); in this...

    its
    P07_ChooseOptionMulti(['Release']);
    in this code
  5. Replies
    10
    Views
    1,393

    procedure releaseMice(SlotToRelease: Integer);...

    procedure releaseMice(SlotToRelease: Integer);
    var
    xsx, ysy, R, C: Integer;
    begin
    xsx := 565;
    ysy := 215;
    C := (Round(SlotToRelease / 4));
    R := (SlotToRelease - (C * 4));
    ...
  6. Replies
    10
    Views
    1,393

    Option Selecting Help?

    P07_ChooseOptionMulti(['Take']);

    Why won't it click the Take option, or any other option.
  7. Replies
    108
    Views
    20,475

    P07_ChooseOptionMulti(['Release']); there seems...

    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.
  8. Replies
    108
    Views
    20,475

    Im getting Exception in Script: Unable to find...

    Im getting
    Exception in Script: Unable to find file 'SRL.simba' used from 'C:\Users\Azurite\Downloads\MouseCatcher [0.2].simba'
Results 1 to 8 of 8