Jump to content

Do..Until.. error


Recommended Posts

Do
    $MonsterFind =  PixelSearch( 148, 34, 800, 291, $monsters )
    If Not $error Then
    MouseClick("right", $monsterfind[0], $Monsterfind[1])
    CheckDeath()
    EndIf
Until $error <> 0
Portal()

My code finds monsters, then attacks them.

When its done, i have it perform Func Portal()

Now, out of the blue, it started giving me

==> Subscript used with non-Array variable. error.

@ Mouseclick Monsterfind.

But ... why?

Solved. Stupid question @error not $error

Edited by ecstatic
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...