Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Custom Dice

I am trying to create a macro so that I could roll a D6 however, I need the following numbers on it. 4,4,4,4,5,6, so as to ignore the 1,2,and 3s. can anyone help please?
1499407094
Gold
Forum Champion
Create a Rollable Table for it. Then use the macro that rolls your rollable table. <a href="https://wiki.roll20.net/Collections#Rollable_Table" rel="nofollow">https://wiki.roll20.net/Collections#Rollable_Table</a>... /roll 1t[DemetriusDice]
Thank you Gold!&nbsp;
You could also do this without a rollable table [[{1d6,4+0d0}kh1]]
1499443701
Lithl
Pro
Sheet Author
API Scripter
Kyle G. said: You could also do this without a rollable table [[{1d6,4+0d0}kh1]] However, if you were rolling multiples of this custom die, this solution would be much more awkward than a rollable table. (Compare [[{1d6,4+0d0}kh1 + {1d6,4+0d0}kh1]] to [[2t[DemetriusDice]]])
Thank you all for the feedback.&nbsp;