Jump to content

Recommended Posts

Posted

Do
        $MonsterFind = PixelSearch(14, 35, 800, 630, $Monsters)
        CHECKHEALTH()
        If Not @error Then
            MouseClick("right", $MonsterFind[0], $MonsterFind[1])
        EndIf
    Until @error <> 0

==> Subscript used with non-Array variable.:
MouseClick("right", $MonsterFind[0], $MonsterFind[1])
MouseClick("right", $MonsterFind^ ERROR

Now why is it doing that?

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
×
×
  • Create New...