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 .
×

GMroll macro that takes up only 1 line in the chat window

1585489695

Edited 1585490361
So, I am learning macros.  I can make a GMroll in secret no problem.  I can make a roll just take up one line on the chat window.  But I cannot do both.  What would a macro look like that would do that? For example, when I click the macro, I would want "6d Trait Roll 5" - then when I highlighted the result it would give me more detail. Thanks, Eric
1585493491
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Put /w gm&nbsp; at the beginning of the macro and wrap any dice expressions in brackets. Example: /w gm The invisible bad guy rolls a [[1d20]] to hit would generate: The invisible bad guy rolls a&nbsp; <span class="inlinerollresult showtip tipsy-n-right" title=" Rolling 1d20 = ( 14 )" style="box-sizing: content-box; background-color: rgb(254, 246, 142); border: 2px solid rgb(254, 246, 142); padding: 0px 3px; font-weight: bold; cursor: help; font-size: 1.1em; color: rgb(64, 64, 64); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;">14 &nbsp;to hit The hover text for the roll won't work in the forum display, of course &nbsp;