ecstatic Posted May 21, 2009 Posted May 21, 2009 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now