
Hi everyone. I am relatively new to roll 20 and completely new to macro making. Through information gathered from friends and google searching I have been able to make a few functional macros that all do a large portion of what I want but just not quite everything. If the reason why I cant get these working is because neither me nor my dm have upgraded accounts please let me know. So basically what I am trying to do is make a series of macros that allow me to reckless cast as fast as possible so my turns do not take an excessive amount of time. For anyone who is not familiar to the new ua class here is a link to the pdf <a href="https://media.wizards.com/2018/dnd/downloads/UA-3S" rel="nofollow">https://media.wizards.com/2018/dnd/downloads/UA-3S</a>... Here is what I have made so far that works: /r 1d10 &{template:default} {{name= Reckless Cast Cantrips}} {{Acid Splash = [[1]]}} {{chill touch = [[2]]}} {{fire bolt = [[3]]}} {{light = [[4]]}} {{poison spray = [[5]]}} {{ray of frost = [[6]]}} {{shocking grasp = [[7]]}} {{sacred flame = [[8]]}} {{thorn whip = [[9]]}} {{Roll twice and cast each cantrip, but if you roll another 10 on either die, you cast nothing, wasting your action = [[10 ]]}} This outputs a d10 roll and a very nice looking chart of each spell cast based on the number rolled. In a perfect world the spell names would all be clickable in order to link spell description and a damage roll or a spell description with a button that is clickable to roll damage. That seems to be impossible at least without an upgraded account, so my solution was to try to create a macro for each spell that links the spell description with a clickable button to roll damage. So I would click the macro for the chart, select my spell, then type #spellname where spellname is a macro I create. The spell macro would link a spell description with range and what type of attack/save it is. I would then use a macro I have that already works perfectly to roll for a spell attack if needed and if it hits, or no attack roll is needed I would click the button to roll damage. The problem I am having right now is creating a macro with a functioning clickable button. Here is what I have that links a button and then the typed information I want, but even though the button looks like it should be clickable, when clicked it does nothing, no error code, just nothing: [Acid Splash](!#Dmg1d6) Dexterity Save Range 60 Ft You hurl a bubble of acid. Choose one creature within range, or choose two creatures within range that are within 5 feet of each other. A target must succeed on a Dexterity saving throw or take 1d6 acid damage. This spell's damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6). The macro Dmg1d6 is just a macro for /r 1d6 which I checked does work. I have also tried putting in /r 1d6 and /r1d6 the button simply does not work, even though the cursor changes into a hand when I mouse over it. As a bonus, if someone can help me get the button to work I could use some help formatting the output to look closer to what the actual roll 20 spell descriptions and damage rolls look like with a box around it and bold text to emphasize certain information like the type of attack/save and range I have a spreadsheet I am working on in the meantime as a reference for each spell if it turns out that I simply cant create the macros I want without an upgraded account. Link here <a href="https://docs.google.com/spreadsheets/d/1AdXnYp815B" rel="nofollow">https://docs.google.com/spreadsheets/d/1AdXnYp815B</a>... I appreciate any and all help on this matter, Thank you for your time!