Hey all, I'm having an issue making a nested macro work. I have the following query macro, which should give me a drop-down to choose either the Heal or Undead macros: ?{Channel Type|Healing, #heal |Undead, #undead } Instead, it gives me: I'm not sure what I'm doing wrong, or why it's breaking the query box. I've made FAR more complicated querying macros than this using multiple drilldowns, but here I'm stumped. Maybe its something obvious I'm missing, in which case a fresh pair of eyes would help. Below are the two macros which are being referenced by the above macro: Heal: &{template:pc} {{showchar=[[1]]}} {{charname=Daniel Ali}} {{name=Channel Positive Energy}} {{type=ability}} {{abilitytype=Class Feature}} {{roll=**Healing** [[@{Daniel Ali|channel_energy_damage}d6]]}} {{castingtime=1 standard action}} {{range=Self}} {{area=30ft. radius}} {{targets=All living creatures within range (unless Selective Channel is used)}} {{duration=Instantaneous; see text.}} {{descflag=1}} {{desc=Healed creatures get 5e advantage on one attack roll, skill check, or saving throw of their choice within [[@{Daniel Ali|charisma_mod}]] round(s).
Multiple uses don't stack, but do reset the effect’s duration. Creatures benefit from only one instance of this effect at a time.}} {{shownotes=[[1]]}} {{notes=N/A.}} Undead: &{template:pc} {{showchar=[[1]]}} {{charname=Daniel Ali}} {{name=Channel Positive Energy}} {{type=ability}} {{abilitytype=Class Feature}} {{roll=**Positive Energy Damage** [[@{Daniel Ali|channel_energy_damage}d6r1]]}} {{save= }} {{saveeffect=Will half}} {{savedc=[[10+(floor(@{Daniel Ali|caster1_level}*.5))+@{Daniel Ali|charisma_mod}]]}} {{castingtime=1 standard action}} {{range=Self}} {{area=30ft. radius}} {{targets=All undead creatures within range (unless Selective Channel is used.)}} {{duration=Instantaneous.}} {{descflag=1}} {{desc=When dealing damage to undead with your channel energy ability, you can reroll any damage die roll that results in a natural 1.}} {{shownotes=[[1]]}} {{notes=N/A.}}