Want to create a macro that uses repeating attack, I have it working I just need it to pull the name of the weapon or spell from the repeating attack section just like it does for spells. Here is what I have !power {{ --emote|** @{selected|token_name} Uses a Weapon** --tokenid|@{selected|token_id} --titlebackground|none --titlefontshadow|none --whisper|@{selected|character_name} --corners|10 --format|atwill --name|^^Weapons --leftsub|@{selected|character_name} --rightsub|Level @{selected|level} @{selected|class}^^ ^^ --Weapons:| ^^ [@{selected|repeating_attack_$0_attackname}] (~selected|repeating_attack_$0_attack) ^^[@{selected|repeating_attack_$1_attackname}](~selected|repeating_attack_$1_attack) ^^[@{selected|repeating_attack_$2_attackname}](~selected|repeating_attack_$2_attack) }} Need this part [@{selected|repeating_attack_$0_attackname}] to pull the name in the first slot. for spells I use [@{selected|repeating_spell-2_$0_spellname}] but its not working for repeating attack.