Created the following macro for my campaign and it's working like I want. &{template:pc} {{showchar=[[1]]}} {{charname=@{selected|character_name}}} ?{Potion | Cure Light Wounds, {{name=Potion of Cure Light Wounds}} {{roll=[[1d8+1]]}} | Cure Moderate Wounds, {{name=Potion of Cure Moderate Wounds}} {{roll=[[2d8+3]]}} | Cure Serious Wounds, {{name=Potion of Cure Critical Wounds}} {{roll=[[3d8+5]]}} } However, when I want to review/edit this macro, the formula has reverted automatically the html to their normal characters. &{template:pc} {{showchar=[[1]]}} {{charname=@{selected|character_name}}} ?{Potion | Cure Light Wounds, {{name=Potion of Cure Light Wounds}} {{roll=[[1d8+1]]}} | Cure Moderate Wounds, {{name=Potion of Cure Moderate Wounds}} {{roll=[[2d8+3]]}} | Cure Serious Wounds, {{name=Potion of Cure Critical Wounds}} {{roll=[[3d8+5]]}} } If I were to run this macro after this reversion, it will fail because of Roll20's limit recognizing nested inquiries. Is there a way to prevent this? I'm currently having to keep a backup copy of my macros so I can overwrite the reversion before I make any further changes. Thanks.