I am trying to follow the steps from this youtube video <a href="https://www.youtube.com/watch?v=rrbqdkGIa00" rel="nofollow">https://www.youtube.com/watch?v=rrbqdkGIa00</a> I am trying to figure out he macro but I am not sure what to do. He suggest this macro %{selected|repeating_npcaction_$0_npc_action} but it does not work it just returns selected|repeating_npcaction_$0_npc_action I just want to create a "monster" template so I can create monsters like the video and have the attacks set up as macro so each monster will have an attack button for each type of attack. if i go in to the character sheet I can click a weapon and the macro looks like this @{Commoner|output_option} &{template:5e-shaped} {{character_name=@{Commoner|character_name}}} @{Commoner|show_character_name} {{title=Club}} {{action=1}} @{Commoner|hide_gm_info} {{@{Commoner|shaped_d20}=1}} {{attack_type_macro=[Melee Weapon Attack:](~-L-Yn3uGN4KK0mTt4qW1|repeating_action_-L-m2DqcxyBGVktsKYFg_attack)}} {{has_attack_damage=1}} {{attack_damage_crit=[[1d4]]}} {{attack_damage=[[1d4[damage]]]}} {{attack_damage_type=bludgeoning}} {{has_attack_damage=1}} {{attack_damage_macro=[Hit:](~-L-Yn3uGN4KK0mTt4qW1|repeating_action_-L-m2DqcxyBGVktsKYFg_attack_damage)}} {{attack_damage_crit_macro=[Crit:](~-L-Yn3uGN4KK0mTt4qW1|repeating_action_-L-m2DqcxyBGVktsKYFg_attack_damage_crit)}} {{attack1=[[@{Commoner|shaped_d20}@{Commoner|d20_mod} + 2[proficient]]]}} {{reach=5 ft.}} the other macros I got to work I just changed @{commoner to @{selected and then I could just click the token and then the macro and it would work fine for that token. This one seems bound to a weapon and I can't figure out how to just make it use what ever is the first (or Zero) attack I don't need anything as "fancy" as the output above. I just want something like this Wolf attacked Roll 15 to hit and did 6 damage just for some history I used a script for github to import the monsters into my journal and the are all NPC in the shaped sheet. A few I moved the compendium to the shaped sheet so the monster all have weapons entered. basically what is a simple macro that roll the to hit and damage from a selected token. Useing attack 0 or 1. I know the slots all start from 0 not 1 any help would be great. thanks