
Hi,
maybee i'am blind but i cant find (if it's possible) how to display a non repeating roll button in the chat via a rollTemplate.
i've found how to link a [label](~repeating_roll) or an [label](!abilities) but not a simple roll in the character sheet @_@
here is an exemple of code :
<button type="roll" name="roll_confirmation_fumble_atk" value="&{template:fumble}...">Fumble</button>
<fieldset class="repeating_armes">
<button type="roll" value="&{template:atk} {{btn_fumble= [Fumble](confirmation_fumble_atk) }} {{btn_degats=[Dégats](~repeating_armes_rollDegats)}}"> AT </button>
<button type="roll" name="roll_rollDegats" value="&{template:dmg}..."> Dégats </button>
</fieldset>
- when the player click on the AT button, the chat display the rollTemplate with the button "Dégats" and sometimes the button "Fumble"
- the button "Dégats" is linked to the roll button named "rollDegats" inside the repeating section "armes"
- but i cant find a way to link the button "Fumble" to the roll button "confirmation_fumble_atk" wich is not inside the repeating section