ecstatic Posted April 19, 2009 Posted April 19, 2009 (edited) 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 April 19, 2009 by ecstatic
Richard Robertson Posted April 19, 2009 Posted April 19, 2009 (edited) You need @error, not $error. Oh, you figured it out as I was posting. Edited April 19, 2009 by Richard Robertson
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