Good day, I am attempting to make a spell that targets multiple enemies. I am using the roll templates from the pathfinder character sheet. I found the part of the sheet that handles the roll templates and ripped it out, so I am using just that. My roll, currently, is this: &{template:pf_spell} {{name=Fireball}} {{character_name=@{selected|token_name}}} {{character_id=@{selected|character_id}}} {{level= %{Level|Level}}} {{Aura Cost=%{Spell_Cost|Aura_Cost}}} {{casting_time=%{Spell_Cost|Action_Cost}}} {{components=V, S}} {{range=%{Spell_Range|Close_Range}}} {{Area=2x2 Square}} {{@{target|Target1|token_name}=%{Spell_Acc|Accuracy_1}; [[%{Spell_Dam_AoE_Fire|Fire_Damage_2x2_1}]] }} {{@{target|Target2|token_name}=%{Spell_Acc|Accuracy_2}; [[%{Spell_Dam_AoE_Fire|Fire_Damage_2x2_2}]] }} {{@{target|Target3|token_name}=%{Spell_Acc|Accuracy_3}; [[%{Spell_Dam_AoE_Fire|Fire_Damage_2x2_3}]] }} {{description=@{selected|token_name} throws an exploding ball of fire at the targeted area.}} The problem I am having is that Targets 2 and 3 do not roll properly. 1 Rolls correctly. 2 and 3, however, seem to ignore the brackets [[ ]] and just display the ability without fully rolling it. Targets 2 and 3 are copy pasted from 1, with the only exception being that the numbers for the target are changed. Additionally, I have done the same thing for all components that occur within each respective roll. Additionally, if I put one further set of brackets around them then I can make them roll. The trouble with that, at least in terms of the accuracy rolls, is that with the way it is set up it would not be able to show me critical hits or fails. Is there a limitation that I am not aware of? I was hoping to extend this further with at least 5 targets (5 accuracy rolls, 5 damage rolls). Thanks for any help. Let me know if I need to provide more detailed information about the nature of any of the individual calls within that formula.