Major Victory

Results 2 comments of Major Victory

You can specify forced numbers in the notation, `1d20@14` will force a 14. You can specify more than one by using a comma to seperate them: `4d20@1,2,3,4`

That's close, but you'll want to use a DiceNotation to parse a string into parts, then use that in your roll. ```js element_container = $('#container'); //this should be your canvas...