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

Show type of die rolled and bonus with macro

I put in this dice macro but I want to know how to get it to show WHAT dice I rolled in the chat box rather than JUST the number result.  So like  the d20 macro shows: 'D20: [[1d20]]' which works fine ( I don't know another way to do it), but when I use the query macro '[[?{How many}d?{Die type}]]'  I don't know how to get it to show me what dice were actually rolled other than seeing the 3d dice on the board.  Also, I don't know how to add the syntax in for a floating bonus on the Query roll, much less get it to SHOW that bonus in the chat so I can see it.  Any help out there? /w gm &{template:default} {{name=Dice}} {{Dice=[D4](!&#13#D4) [D6](!&#13#D6) [D8](!&#13#D8) [D10](!&#13#D10) [D12](!&#13#D12)[D20](!&#13#D20) [D??](!&#13#D??)}}
1484506292
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
An inline roll can only show the result. What you could do is this: ?{How many}d?{Die type}+?{Modifier|0}: [[?{How many}d?{Die type}+?{Modifier|0}]]
That worked great!