Hi all, I have attempted my first macro, and although it works fine when I test it, it didn't work for the player that it was intended for. I would appreciate any help that anyone can offer. I'm sure this will be a crude macro to the experts, but it is a first attempt. The intention is, that when the player chooses the appropriate token action button, it will produce a breath fx of fire from the selected pc token to a target NPC token. Another feature is that it would produce an appropriate sound from the jukebox. It also shows the info in the chat menu. !roll20AM --audio,play,nomenu|Fire_Roar /fx breath-fire @{selected|token_id} &{template:default} {{name=@{selected|token_name} Cast Burning Hands at @{target|token_name}}}{{Damage=[[1d3+{2*@{selected|level-class2}}]] @{target|token_name} roll **SPELL** [[1d20]] vs **@{target|monspetar}** for half damage}} Thanks in advance