Difference between revisions of "James M."
From Roll20 Wiki
(Created page with "A quick and dirty way to add NPCs: Create a token macro to output the text of the red bar: "@{selected|Bar3}" and put their attack roll in the red bubble. eg: "1d20+5 to h...") |
Andreas J. (Talk | contribs) m (formatting) |
||
Line 1: | Line 1: | ||
− | A quick and dirty way to add NPCs: Create a token macro to output the text of the red bar: | + | A quick and dirty way to add NPCs: |
+ | |||
+ | Create a [[token]] macro to output the text of the red bar: <code>@{selected|Bar3}</code> and put their attack roll in the red bubble. | ||
+ | {{ex}} | ||
+ | <pre style="overflow:auto;white-space:pre-wrap;">[[1d20+5]] to hit [[2d6]] damage</nowiki></code></pre> |
Revision as of 11:33, 25 September 2021
A quick and dirty way to add NPCs:
Create a token macro to output the text of the red bar: @{selected|Bar3}
and put their attack roll in the red bubble.
Example:
[[1d20+5]] to hit [[2d6]] damage</nowiki></code>