Fulltext results:
- Dice Roller
- a small dice roller in javascript. You enter the number of dice, sides and the offset and press the butto... ere is a second form where you can just enter the number of dice and press the butten for the type of dice... !(n>0)) { n = 1; } if (!(s>0)) { s = 6; } o = Number(o); if (isNaN(o)) { o = 0; } document.rolldic