Also um genauer zu werden:
Das array ist in erster Instanz einem Würfel zugeordnet:
$array[0][0] = Würfel 1 = on/off
$array[1][0] = Würfel 2 = on/off
$array[2][0] = Würfel 3 = on/off
$array[3][0] = Würfel 4 = on/off
$array[4][0] = Würfel 5 = on/off
$array[5][0] = Würfel 6 = on/off
In zweiter Instanz dann seiner entsprechenden Zufallszahl 1-6.
Ich möchte also die Zahlen die z.b in
$array[0][1]
$array[1][1]
$array[2][1]
stehen miteinander vergleichen.
Hoffe das hilft besser zum helfen ;)