I wanted to have the paladin power Thunderous smite query whether the target was marked and change the attack roll if it was. I was thinking something like this would work &{template:dnd4epower} {{encounter=7 }} {{name= Thunder Smite}} {{level= Paladin Attack 7}} {{type=Encounter}} {{keywords=Divine, Thunder, Weapon}} {{action=Standard Action }} {{range= ✦ Melee Weapon}} {{target= One creature}} {{?{Is the target marked? | Yes, = **Target is Marked** {{attack=[[1d20cs>19+[[ @{strength-mod} ]] + [[floor(@{level}/2)}]]+[[ @{weapon-1-attack} ]] ]]vs. **AC** }} {{damage=[[ @{weapon-1-num-dice}d(@{weapon-1-dice}) +@{weapon-1-num-dice}d(@{weapon-1-dice})+[[@{strength-mod}]]+[[ @{weapon-1-damage}]]+[[ @{weapon-1-damage}]]]] thunder damage and the target is knocked prone }} {{critical=[[69 + [[2d6]]]]thunder damage and the target is knocked prone.}} }} | No, = **Target is not marked** {{attack=[[1d20+[[ @{strength-mod} ]] + [[floor(@{level}/2)}]]+[[ @{weapon-1-attack} ]] ]]vs. **AC** }} {{damage=[[ @{weapon-1-num-dice}d(@{weapon-1-dice}) +@{weapon-1-num-dice}d(@{weapon-1-dice})+[[@{strength-mod}]]+[[ @{weapon-1-damage}]]+[[ @{weapon-1-damage}]]]] thunder damage and the target is knocked prone }} {{critical=[[69 + [[2d6]]]]thunder damage and the target is knocked prone.}} }}} But it doesn't at all. I then tried to have it so the entire power came after each query, but it ended in a similar result. I mostly Frankenstein the 4e codes together from other forum posts but couldn't find an answer to this anywhere. Any help would be much appreciated.