
Hey Guys!
I'm facing some problems building a macro for a custom character sheet.
The macro so far is:
&{template:default}
{{name=Langschwert}}
{{Action=*@{character_name} greift mit seinem **Langschwert** an.*}}
{{To Hit=Er würfelt eine [[(1d20+@{str}+@{skill_combat_heavy}) ]] und braucht eine [[ ?{Target AC|0}]]}}
{{Damage=Er verursacht [[(1d10+@{skill_combat_heavy})]] Schaden}}
This works fine but instead of rolling the damage at once I want to click on DAMAGE and then make the roll, like it is in the standard Character Sheets. Anyone here, who knows how to do that?