Hello, I've been trying to create a generic macro that I could use with any selected token to attack. I've tried with %{selected|repeating_melee-strikes_$id_ATTACK-DAMAGE-NPC} but to no avail. In fact, I'd like a macro similar to this one I created: /w gm @{selected|token_name} secretly rolls [[1d20+?{Select Saving|Vigueur, @{selected|saving_throws_fortitude}|Reflexes, @{selected|saving_throws_reflex}|Volonté, @{selected|saving_throws_will}|}]] But that would propose me to select between the several melee attack (and then one for range attacks, etc) Anyone knows how to do that? EDIT: I tried this too, but it is not working at all -_- &{template:rolls}{{charactername=@{selected|character_name}}} {{header=strikes}} {{notes_show=@{selected|roll_show_notes}}} {{info01_name=Melee}} {{info01=?{Attaque de mélée|attaque 1 {[@{selected|repeating_melee-strikes_$0_weapon}](~selected||repeating_melee-strikes_$0_ATTACK-DAMAGE-NPC)} |attaque 2 {[@{selected|repeating_melee-strikes_$1_weapon}](~selected||repeating_melee-strikes_$1_ATTACK-DAMAGE-NPC) } }}