12 Jul 12, 09:40PM
or you can make a list of every possible gema combinations
[cubescript]gema_list = [ gema GEMA G3m@ ...]
loop i (listlen $gema_list) [if (strstr (curmap 1) (at $gema_list $i)) [say "this map is a gema"] []][/cubescript]
[cubescript]gema_list = [ gema GEMA G3m@ ...]
loop i (listlen $gema_list) [if (strstr (curmap 1) (at $gema_list $i)) [say "this map is a gema"] []][/cubescript]