apsync Posted May 23, 2005 Posted May 23, 2005 any1 know why i keep getting error ? -> $CHECK1 = PixelGetColor( 272, 373) $CHECK2 = PixelGetColor( 345, 373) $CHECK3 = PixelGetColor( 737, 377) While Not ($CHECK1 = 0 && $CHECK2 = 0 && $CHECK3 = 0) $CHECK1 = PixelGetColor( 272, 373) $CHECK2 = PixelGetColor( 345, 373) $CHECK3 = PixelGetColor( 737, 377) Wend
440LVB Posted May 23, 2005 Posted May 23, 2005 any1 know why i keep getting error ? ->$CHECK1 = PixelGetColor( 272, 373) $CHECK2 = PixelGetColor( 345, 373) $CHECK3 = PixelGetColor( 737, 377) While Not ($CHECK1 = 0 && $CHECK2 = 0 && $CHECK3 = 0) $CHECK1 = PixelGetColor( 272, 373) $CHECK2 = PixelGetColor( 345, 373) $CHECK3 = PixelGetColor( 737, 377) Wend<{POST_SNAPBACK}>Try 'AND' instead of '&&' (syntax of C)
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