
Good afternoon, I'm having serious issues with getting the below macro working. I'm trying to select a spell's level and have it display a template for that level of the spell. Currently the issue is upon using the macro, the window that pops up shows this in the field: Level 2, &{template:default I do understand that this is because of the order of operations and issues with the "}" "," and "|" characters. (And "&") I have already converted every single one of those characters in the below macro into their HTML entity counterpart and tried running the macro. The issue with the macro then is that running it does not attempt to display the query. It simply sends every possible query option into the chat but written as code and doesn't produce any errors in chat. It simply doesn't display any template as they should appear. Otherwise, this is the current code without using the HTML Entities. Any help would greatly be appreciated! /me casts Prayer of Healing upon the party! ?{Spell Level | Level 2, &{template:default} {{name=Prayer of Healing LVL 2 (Action)}}{{Healing=[[2d8+2+2+@{Davfinas Lethersmit|wisdom_mod}}]]}} {{Range=30 feet}} {{Target=Up to 6 creatures}} | Level 3, &{template:default} {{name=Prayer of Healing LVL 3 (Action)}}{{Healing=[[3d8+3+2+@{Davfinas Lethersmit|wisdom_mod}}]]}} {{Range=30 feet}} {{Target=Up to 6 creatures}} | Level 4, &{template:default} {{name=Prayer of Healing LVL 4 (Action)}}{{Healing=[[4d8+4+2+@{Davfinas Lethersmit|wisdom_mod}}]]}} {{Range=30 feet}} {{Target=Up to 6 creatures}} | Level 5, &{template:default} {{name=Prayer of Healing LVL 5 (Action)}}{{Healing=[[5d8+5+2+@{Davfinas Lethersmit|wisdom_mod}}]]}} {{Range=30 feet}} {{Target=Up to 6 creatures}} }