# counter if music_on <> music_on_prev or $music_theme <> $music_theme_prev: close $cur_theme[track[$music_theme_prev]] music_on_prev = music_on $music_theme_prev = $music_theme if $music_theme <> '': ! WD: Numeric arrays 'cur_theme' & 'tracklist_*' don`t exist use string arrays copyarr '$cur_theme', '$tracklist_<<$music_theme>>' track[$music_theme] = track[$music_theme] - 1 if track[$music_theme] < 0:track[$music_theme] = arrsize('$cur_theme') end end if music_on = 1 and $music_theme <> '': if no isplay ($cur_theme[track[$music_theme]]): track[$music_theme] += 1 if arrsize('$cur_theme') <= track[$music_theme]:track[$music_theme] = 0 end play $cur_theme[track[$music_theme]], volume end ! WD: Code not called ! WD: Uninitialised~ '$race1[]', '$showcar' ! { if race_start = 1: bcolor = rgb(255, 255, 255) refint *clr if race_hit = 0: race_miss += 1 race_hit = 1 elseif [race_row] <> ' ' and race_row > 0: race_hit = 0 end '