RPGツクールMV スクリプト基本編 - Qiita

//乱数取得rnd = Math.randomInt(10) + 1; //1~10の乱数rnd = Math.floor(Math.random()*10)+1; //1~10の乱数rnd …