
Hi everyone, New to GMing in Roll 20, and I've been setting up some macros for the first time. I'm trying to build a list of actions for a monster within a roll template, that can launch the actions via buttons. The ability macro I have is: "/emas The Ochre Jelly slams against @{target|(Primary target)|token_name}! [[1d20+8]] vs **AC** Hit: [[2d6 +1]] Damage, and the target takes ongoing **Poison** damage! (Save ends)" The following macro gives me my roll template and button (with no spaces between the characters from "!" to ";"): "/w gm &{template:default} {{name=test}} {{Test=This is a test}}{{[SLAM](!
& # 13 ;%{Ochre Jelly|Slam}}}" But it doesn't display the die rolls, instead it displays all the math as text. As well, it prompts me to select a target immediately, instead of waiting for me to launch the button. What am I doing wrong, and how can I fix this? Thanks!