Ok I have picked up steel wind strike and I am trying to work out how to creat a query where it will roll the attack rolls x amount of times, as I can target up to 5 creatures. So far I have: &{template:default} ?{Number of attacks|1} {{attack=[[1d20+@{Hoid|charisma_mod}+@{Hoid|pb}]] | [[1d20+@{Hoid|charisma_mod}+@{Hoid|pb}]]}} {{Force damage=[[6d10]] + [[6d10]] if crit}} But when I test it if I change the number 1 to anything else it still rolls one attack. Any thoughts?