
I'm trying to set up a nested dice macro wherein I click one macro, it shows me all the dice options in chat, and then I click the one I want. I got the code from a youtube channel called Taking20 and when I type it in, it works just as I want it to. However, when I click save macro, it's reformatted and no longer works. This is the code I'm typing in: /w gm [D4](! #W4)[D6](! #W6)[D8](! #W8)[D10](! #W10)[D12](! #W12)[D20](! #W20)[D100](! #W%) This works great as long as I don't hit save. After I hit save, I get this: /w gm [D4](!
#W4)[D6](!
#W6)[D8](!
#W8)[D10](!
#W10)[D12](!
#W12)[D20](!
#W20)[D100](!
#W%)
Any idea why and how I can fix it?