
Say I have an NPC with 5 different attacks. It starts at 0 and goes to 4. I want to run #4 - when I mouse over the black button in the Attacks section of the character sheet to trigger the attack it says repeating_weapon_SX_attack-roll So I would assume this would run it? %{selected|repeating_weapon_SX_attack-roll} Or maybe %{selected|repeating_weapon_4_attack-roll} But this doesn't do anything. I want to be able to run the macro text I edited on the attack by typing out a command. (That way I can make that specific attack a token action on that token that represents that character) So how do I go about doing this?