
I am using the OGL 5E character sheet, and I can call a repeating attack from an ability using
%{character_name|repeating_attack_$0_attack}
But, when I put it in a query, such as
?{Attack?|Weapon1,%{character_name|repeating_attack_$0_attack}|Weapon2,%{character_name|repeating_attack_$1_attack}}
it errors out. It errors out so badly that the sandbox crashed. I know calling an ability from an ability requires substitution. Is this what I'm running into here? Is this not possible?
Thanks!