Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Any way to have Abilities you have created under the Attributes and Abilities section of a character to their character sheet?

Don't know if this is possible, but I'm wanting to create a character sheet that create a button and run the macro created within the Attributes and Abilities section. This way I can have macro abilities based on the specific character, but have the execution button on the character sheet. I don't know if I am explaining myself very clear so I am going to give an example below: Each character has 4 different things (ie Attack, Tech, Strength, Vision) to roll off of several tables that produces an image(s). The table that are rolled depends on the character. Under abilities I create the four abilities based on the character. I want rollable (executable) buttons four the four abilities to be present on the character sheet to directly execute the macro in the ability. Is this possible?
1642749869
Andrew R.
Pro
Sheet Author
You should tell us what Character Sheet your game is using. 
1642789311
Gold
Forum Champion
Basically no, but also yes? To put Buttons on the actual Character Sheet tab, that would require you to do "Custom Sheet" --- and this might or might not be worthwhile to take the effort.  You'd take the underlying code from the existing character sheet, modify that code to include your buttons, and then upload your Custom Sheet and designate your game table to use your Custom Sheet instead of the offiical sheet. Macro Buttons (either set as Token Actions, or as Macro Quick Bar), would be a much faster easier way to get Buttons that call upon Attributes & Abilities.  To create such a Macro Button as this, is easy.  The drawback is this button won't be on the Character Sheet, but instead will be a button somewhere else in the Roll20 interface (outside/off the Sheet). Quickest route will be to create GM macros that calls on that Attributes&Ability, and then either set that Macro to be a Token Action (and require players to select a Token to access the button), or ask all Players to "Enable Macro Quick Bar" and checkmark to put your Attack/Strength/Tech/Vision macros in their quickbar.
I’m using the custom sheet.
1642867601
Kraynic
Pro
Sheet Author
Sounds like you just need to add roll buttons to your sheet then.&nbsp; <a href="https://wiki.roll20.net/Building_Character_Sheets#Sheet_Rolls_and_Roll_Buttons" rel="nofollow">https://wiki.roll20.net/Building_Character_Sheets#Sheet_Rolls_and_Roll_Buttons</a>