
Ok, so I am trying to make it so I don't have to open character sheets, causes lag too often with all the stuff going on, and I want to make a "show on token" macro for any selected tokens.
I already have done this for saves and initiative:
%{selected|Roll-for-initiative}
But I can't seem to find the % macro for the attacks in the character sheet.

Is there something I can roll in a macro for the sheet to roll this?
I already have done this for saves and initiative:
!power {{
--emote| @{selected|token_name} tries to save against an attack
--charid|@{selected|character_id}
--name|Save [[ [$Roll] 1d0 + ?{What save?| Fort, 1|Ref, 2|Will, 3}]]
--?? $Roll == 1 ?? Save Type:| Fortitude!
--?? $Roll == 2 ?? Save Type:| Reflex!
--?? $Roll == 3 ?? Save Type:| Will!
--?? $Roll == 1 ?? Save Roll:| [[1d20 + [[@{selected|Fort}]] + ?{Bonus?|0} ]]
--?? $Roll == 2 ?? Save Roll:| [[1d20 + [[@{selected|Ref}]] + ?{Bonus?|0} ]]
--?? $Roll == 3 ?? Save Roll:| [[1d20 + [[@{selected|Will}]] + ?{Bonus?|0} ]]
}}
%{selected|Roll-for-initiative}
But I can't seem to find the % macro for the attacks in the character sheet.

Is there something I can roll in a macro for the sheet to roll this?