Good afternoon, all. I have a question regarding the D&D 5e character sheet. I'm working with a player who has a druid who wild shapes into various forms. I'd like to create a button the player can use as a Token Action to quickly access the attacks for a given form. Here is a screenshot of my current setup...
I have created Abilities buttons that allow me to change my rollable token and certain attributes using the TokenMod and ChatSetAttribute scripts. I am using Roll20 as a Pro level user. I created a sample attack - Wolf Bite - and I have the "Show as Token Action" currently disabled. What I would like to do is add a line in my Morph-3-Wolf button that would enable the "Show as Token Action" checkbox for the "Wolf-Bite", when the player moprhs to that form. Additionally, when the player morphs into a different form, I would like to add lines in those buttons to disable the "Show as Token Action" checkbox for the "Wolf-Bite". The effect would be that when the player is in a given form, the attacks for that specific form appear as Token Actions. Thia would minimize going to the character sheet to look up attacks. I haven't seen any scripts or suggestions yet that offers any suggestions. Is this something that is possible using the script functions in Roll20? Or would something like this require writing a new API? I'm not a programmer, per se, so I was hoping to use the syntax from existing scripts. Any suggestions would be greatly appreciated. Thanks again..