Pixel Color Scanner
Usage:  Will work separately or as part of a script
1) Run script, follow prompts
SUB PIXEL_COLOR_CHECK
display ok Move your cursor to the pixel you want identified, then hit 'F1'
repeat
  OnHotKey f1
    {
    set %check_pixel_x #cursorx
    set %check_pixel_y #cursory
    savePix %check_pixel_x %check_pixel_y 1
    display ok #pixcol
    }
Until #False
halt; change to return for integration into another script