
I'm making my own character sheet, everything is going fine as far as layout and attributes, etc... the only issue I wish I could solve is that I would like a number of buttons in the character sheet to call a macro. I've been using multiple instances of button[type="roll"] to display a roll like this...
&{template:default} {{name=@{ranged_weapon1}}} {{To Hit=[[1d100cf>98cs<02]]}} {{Dex + Skill=[[@{dm}+@{rw_skill_1}]]}} {{Range=@{rw_range_1}}}{{Max Damage=@{rw_damage_1}}} {{SEU Use=@{rw_seu_1}}} {{Rate of Fire=@{rw_rof_1}}} {{Defense=@{rw_defense_1}}} {{Spare Clips=@{rw_qty_1}}} {{Ammo In Clip=@{rw_ammo_1}}}
but I would much rather just have the button call up a macro like #ranged-weapon-attack-1
I see in the wiki it says you can't use a button to call macros or put anything in chat, just curious if anyone has found a work-around, or maybe it technically can work and I had some syntax issues when I was experimenting with it.
If it is possible for a button in the character sheet to call for a specific macro, what does that syntax look like?