var dice = (Math.round(Math.random()*SideCube)) if(dice==0) dice=1;
var dice = Math.floor(Math.random() * SideCube) + 1;