Jump to content

While problem..


Recommended Posts

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
Link to comment
Share on other sites

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)
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...