Hi all,
I'm making my first custom character sheet, and I'm unable to show a text attribute (entered by a player in their sheet) in a roll macro result - help very much appreciated!
This is for a character sheet's table of equipment. The idea is that players add their equipment to it as they play, by entering its name in the first column (then selecting its Ability, assigning proficiency, checking "owned" and "equipped" checkboxes... etc). The table also provides a roll button for each row...
So I have the first cell named "attr_Equipment1_Name", with its value set to blank (value="").
In the sandbox sheet, I've entered "Radio", so I'd like to see:
*CharacterName* rolls Radio *result*
<td><button type="roll" class="sheet-btn" name="roll_Equipment1" value="/e rolls *attr_Equipment1_Name* [[1d20+ability and proficiency maths]]" style="width:25px">Roll</button></td>
I've gone through a pile of syntax ( {, [,[[, field|value...) without luck, and my forum searches aren't finding this topic - is this possible please, or does this text need to be hardcoded?
I can see that a dropdown selection list of 'all possible equipment' would be one hack, but I'd rather leave it open for the players to add anything.
Thanks very much in advance!