Jump to content

Recommended Posts

Posted

Hello

i have a questen with a if problem. i want my script to do the IF thing over and over agen until it found that colur that i want it to found.

herese the code

If PixelGetColor(377, 418) = 0x627FB6 Then

MsgBox(1,"Hello",";)")

EndIf

sorry for bad english

Posted

Hello

i have a questen with a if problem. i want my script to do the IF thing over and over agen until it found that colur that i want it to found.

herese the code

sorry for bad english

You're looking for a loop.

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