I'm trying to help a player out with macros to make things easier. He has a barrage attack (Spheres of Might) that let's him shoot 2, 3, 4, or 5 shots off, each for a different penalty to hit. I have a basic macro that is ?{How Many Attacks?|2,#barrage2 |3,#barrage3 |4,#barrage4 } Which works fine if I have barrage2 macro just set up as like "2" or something to know I have the correct output. If you press the up arrow after someone uses an attack of spell, you get all the text needed to reproduce that attack in a macro. I can make an attack under Weapons/Attacks and that works fine. I can copy + paste that into a macro and that macro works fine. I call this macro barrage2. But when I try to nest barrage2 in Barrage now, I no longer get the option to select 2, 3, or 4. I get Input Value: How Many Attacks? and get prompted with"2, &{template:pc" and can't select any values anymore. If I just type 2, it runs the macro for barrage2 but with "2" at the front of it, so it is no longer recongized as code. I know I can just run a few roll commands and add text to say "this is the to-hit" and "this is the damage" but I really like having everything formatted if possible, since the attacks also do a few nice things like adjust to any buffs the player turns on/off and rolls critical confirmations.