new Variable[MAX_PLAYERS][128];Variable[0][0] = 'A';Variable[1][0] = 'B';if(Variable[0][0] == 'A' && Variable[1][0] == 'B') Variable[2][0] = 'C';