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

How to get rolls included inline?

Now I have seen with Initiative that you can get the number rolled to be inline with text @{selected|token_name} prepares for battle and rolls a [[1D20++1.01*?{initiative|9}&{tracker}]] for initiative My question is can it be done with a CMB check? @{selected|token_name} attempts to latch on and rolls a [[BLAH]], [[BLAH]], & [[BLAH]] to Grab I only ask because three seperate Grab checks takes up a lot of space in the chat box, and if it can be condensed that would be incredible
1605792197
Andreas J.
Forum Champion
Sheet Author
Translator
Tristan C. said: My question is can it be done with a CMB check? What does this mean? You could try find answers in the community documnetation on how macros work in general: <a href="https://wiki.roll20.net/Complete_Guide_to_Macros_%26_Rolls" rel="nofollow">https://wiki.roll20.net/Complete_Guide_to_Macros_%26_Rolls</a>
1605795438
David M.
Pro
API Scripter
Also not sure what a CMB check is, but what you wrote should work. Just replace "blah" with whatever rolls you want @{selected|token_name} attempts to latch on and rolls a [[1d20+@{selected|RelevantAttribute}]], [[1d20+@{selected|RelevantAttribute}]], &amp; [[1d20+@{selected|RelevantAttribute}]] to Grab or put inside of a template (default template shown here) &amp;{template:default} {{name=@{selected|token_name} attempts to grab...}} {{Roll 1=[[1d20]]}} {{Roll 2=[[1d20]]}} {{Roll 3=[[1d20]]}}