Hi guys,  I have a question for you. I use a macro for the attack and another macro for apply damage and it's all okay, but now i wanna insert ammunition tracking in the attack macro, and i don't know how to do it.  Can someone of u help me ? This is my macro attack:  !power {{ --tokenid|@{selected|token_id} --emote|** @{selected|token_name} attacca con Arco lungo. ** --corners|10 --name|Arco lungo --leftsub|Attacco a distanza --rightsub|Range: 45/180 m --Target|@{target||token_name} --Attack|[[ [$Atk] ?{Advantage?| Normal, 1d20 + 7 + [[@{selected|pb}]] [PROF]] | Advantage, 2d20KH1 + 7 + [[@{selected|pb}]] [PROF]] | Disadvantage, 2d20KL1 + 7 + [[@{selected|pb}]] [PROF]]} ]] vs **AC** [[@{target||npc_ac}]] --?? $Atk < @{target||npc_ac} ?? !Missed|**Bersaglio mancato!**  --?? $Atk >= @{target||npc_ac} AND $Atk.base <> 20  ?? !|**Hit** --?? $Atk.base == 20  ?? !|**Critical Hit** --?? $Atk.base == 1 ?? !|**Fallimento critico!** }}