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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
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?
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]
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]]])