Well i was working in a game bot and in one Function IF, with 3 ANDs its says ERROR... Can someone tell me how to fixe the error plz.   $point5 = PixelSearch(60, 157, 1772, 759, 0x182A34)  $point4 = PixelSearch(60, 157, 1772, 759, 0x736F6E)           $point1 = PixelSearch(60, 157, 1772, 759, 0xAE9E75)   If IsArray($point1) And IsArray($point4) And IsArray($point5) IsArray Then   MouseClick("left",843,499,1) Help plz... Thanks