How to program a macro that mimics the Roll20?

Alternatively, if there’s a way to add the Attack and damage buttons from the character sheet to the Macro toolbar, that would be even easier.

When to use two attack rolls in a macro?

Moved to Specific Use Questions. I started this in my D&D 5e playtest group awhile back… we just use two attack rolls in every macro. Always use the first one if you don’t have adv/dis or whichever is higher/lower if you do. So a basic melee attack macro looks like…

How to make an attack roll in R20?

In R20, when you make an attack roll using the built-in char sheet for 5E, it outputs 2 results (with modifiers and everything) in a single line. I’d like to do this with a Macro, so that I can access this functionality quickly through the Toolbar (I read the Macro section and the Dice reference from the R20 wiki, and no luck).

What happens when you open a macro in Roll20?

Unfortunately, whenever you open a macro stored there, Roll20 parses the macro and this causes HTML entities to be converted to the characters their represent. This breaks your carefully created macro. So, if you place macros containing HTML entities there, it’s a good idea to store a backup somewhere.

How to combine multiple rolls in a macro?

Tip: You can click on any roll, on your character sheet, then go to the chat window and press the up arrow to reveal the code used. This can be used to combine various rolls into one handy button! One of the strengths of the macro system is its ability to execute multiple actions with a single command.

Do you need a name for Roll20 macro?

These brackets cause Roll20 to actually perform the roll and add the yellow background you see in the image above. The @ {Name|classactioncustom1skill} is needed for the macro to work correctly. The rolls shown so far are pretty basic. However, they can be made a lot more complex and advanced.

You Might Also Like