Hello. I can't seem to be able to save 2 positions of pixels at the same time. For example: Local $coord = PixelSearch (189,310,928,648, 0x5689E5) Local $coords = PixelSearch (189,310,928,648, 0xFFFFFF) MsgBox (0,"abc", $coord[0] , $coords[0]) Lets say 1 pixel is a and other is b. Message Box only shows pixel a x coordinate. How do I make it show pixel a and b coordinates?