#******************************************* # MacVersion = 1.0 # MacDescription = Show all caches with D/T combinations that I haven't found yet. # MacAuthor = Carsten # MacFileName = missing_grid.gsk # MacUrl = #******************************************* $count = 0 ARRAY(10, 0) = "50" ARRAY(15, 0) = "50" ARRAY(20, 0) = "50" ARRAY(25, 0) = "50" ARRAY(30, 0) = "50" ARRAY(35, 0) = "50" ARRAY(40, 0) = "50" ARRAY(45, 0) = "50" ARRAY(50, 0) = "50" CANCELFILTER MFILTER Expression=$d_Found GOTO Position=Top WHILE NOT ($_EOL) ARRAY($d_Difficulty * 10, $d_Terrain * 10) = "found" GOTO Position=Next ENDWHILE CANCELFILTER $d = 10 $t = 10 USERFLAG type=clear range=all WHILE ($d <= 50) $t = 10 WHILE ($t <= 50) $test = ARRAY($d, $t) IF $test <> "found" $diff = $d / 10 $terr = $t / 10 MFILTER Expression=$d_Difficulty = $diff AND $d_Terrain = $terr IF $_FilterCount > 0 USERFLAG type=set range=filter ENDIF ENDIF $t = $t + 5 ENDWHILE $d = $d + 5 ENDWHILE CANCELFILTER MFILTER Expression=$d_Found USERFLAG type=clear range=filter CANCELFILTER MFILTER Expression=$d_Archived USERFLAG type=clear range=filter CANCELFILTER MFILTER Expression=$d_UserFlag