LCLICK(612,476)
WAITMS(1000) // delay after click 1000 ms = 1 sec
$count = 0
$s = 0
GETSCREEN
COLORMODE(6)
FOR($a=0,$a<8) // calculation of areas
IF_PIXEL_IN(592,353+$s, 688,369+$s, 4177727)
INC($count,1)
END_IF
INC($s,28)
END_CYC
IF($count > 3) // if there are more than 3 green
LCLICK(554,478) // Confirm
ELSE
LCLICK(679,477) // Cancel
END_IF
WAIT(1)