
Hello.
I continue to form a custom character sheet for the home rule system.
I ran into a problem that the new parameter is displayed in the character sheet, as well as the roll of the die. Moreover, it was possible to display all this with a separate button on the token action, however, the throw is tied to the parameter in Attributes and Abilities, however, the parameter is not displayed in it, only if you do not add it manually.
HTML:
Инициатива <input type="number" name="Инициатива" class="attribute"/>
<button type='roll' class="tokenaction" name="Инициатива" value='/roll @{Инициатива}d6 &{tracker}' name 'Инициатива'>Инициатива</button>
Is there a way to add in the code so that the parameters are also duplicated in Attributes and Abilities or do they always have to be manually entered for each character sheet?