I just did Judas
the game_dice1[count] = set_dice1[count]; is one of the problems.
Basically what the error means, from my understanding, is that game_dice1 is not a valid variable to accept set_dice1 even when they both have the same declaration within my function.
There's your problem Judas.