Fulltext results:
- Dice Roller
- t. You enter the number of dice, sides and the offset and press the button “roll”. The script shows the... s = parseInt(document.rolldice.s.value); var offset = parseInt(document.rolldice.o.value); var result = offset; var rolls = ""; var roll; for (var i = 0;