
So got a couple questions; The first: is it possible to create a token action tied to that character only that is not visible on the character sheet but is when you select the token? The second: is it possible to create a token action that is fillable from a compendium? So that when you drag and drop it fills in the tokens name and the token actions action? I tried the first thing that came to mind like this <button class="tokenaction" type='roll' name='roll_@{m_taction_name_a}' value='@{selected|m_taction_ability_a}'></button> and it did not work with values that worked for a token action for @{m_taction_name_a} and @{selected|m_taction_ability_a}