Jump to content

Recommended Posts

Posted

It calls the function microcamp, even though the pixel color in that area is not that color.

Func Micro()
If $micro = 1 Then PixelSearch(27, 84, 27, 84, 0xAFFF00, 10)
If Not @error Then Call("MicroCamp")
Endfunc
Posted

Try...

Func Micro()
   If $micro = 1 Then 
      PixelSearch(27, 84, 27, 84, 0xAFFF00, 10)
      If Not @error Then Call("MicroCamp")
   EndIf
Endfunc

qq

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