Silvyre said: An Advanced Roll Query can combine those two Queries: &{template:dnd4epower} {{name=Basic Attack
}} {{emote=**@{character_name}** swings his weapon.
}} {{level=Character Attack 1
}} {{atwill=1
}} {{type=At-Will ♦
}} {{keywords=Weapon
}} {{action=Standard Action♦
}} {{range=Melee OR 15/30
}} {{target=one creature
}} {{attack= [[ 1d20 + ?{Weapon|
@{weapon-5-name}, @{strength-mod-level} + @{weapon-5-attack} ]] vs AC
}} {{**Damage**=[[ @{weapon-5-num-dice}d@{weapon-5-dice} + @{weapon-5-damage} + @{dexterity-mod} |
@{weapon-6-name}, @{dexterity-mod-level} + @{weapon-6-attack} ]] vs AC
}} {{**Damage**= [[ @{weapon-6-num-dice}d@{weapon-6-dice} + @{weapon-6-damage} + @{dexterity-mod}
} + ?{Modifiers|0} ]]
}} Trying to do something similar, involving nesting ability macros, my first attempt was something like, ?{Type:|Trip,%{Wren|Chain-Trip}|Basic,%{Wren|Chain-Attack}} This has the obvious errors of } and | within the nesting area, which I then replaced with & #124; and 125 respectively, however I am still getting errors such as: TypeError: l is undefined If I knew how to make a text box like the one of yours i just quoted, i could show you exactly what im attempting =/ Any tips? Edit: Actually I've narrowed it down a step further, %{Wren|Chain-Trip} works just fine %{Wren& #124Chain-Trip} does not work at all :( (the space between & # was just to be able to get it in this text box)