
Hello everyone, I just recently began to learn the features of custom character sheets. So far, I've made a custom initiative based on the d6 die, which in the HTML shows up as: Init <input type="text" name="Init""/> <button type='roll' value='/roll @{Init}d6 &{tracker}' name 'Init'>Init</button> Tell me, is it possible to display this button at the top of the screen when a token is selected, as is done with a macro with the "Show as Token Action" parameter? What to add to HTML for such display?