Encountering a curious error(?) where I am trying to have the critical damage and subsequent information display in a multiattack template if either the first or second attack is a successful crit, but the critical script only activates if the first attack roll is a crit. This script is for a D&D 4E Avenger, involving the Oath of Enmity class feature, where I make two attack rolls and use either result. Would love for the interface to automatically pick up the crit on the multiattack, but it only does on the first. For reference, here's the roll template I'm using: &{template:dnd4epower} {{atwill=1 }} {{name=Basic Melee Attack }} {{level=Level 1 }} {{type=At-Will }} {{keywords=Weapon }} {{action=Standard }} {{range=Melee Weapon }} {{target=One Creature }} {{attack=[[1d20cs>19+35 [wisdom] ]] vs. **AC** }} {{multiattacktoggle=[[?{Number of Attacks|2}]]}} {{multiattack2=[[1d20cs>19+35 [wisdom] ]] vs. **AC** }} {{damage=[[2d12r<1+20 [wisdom] ]] damage.}} {{critical=[[0d0+24+20+7d10+4d12 [wisdom] ]] damage. He gains a +4 bonus to attack rolls and damage rolls until the end of his next turn, and the target takes a -2 penalty to attack rolls and defenses for the rest of the encounter (save ends)}} Not sure if there's an API script out there that I need, or a working of the roll template I can use, but anyone that knows of a solution would be greatly appreciated.