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

Get Aura 1 radius value from a macro and how can you print the D&D 5th Character Sheet?

I am trying to write a macro that will simply display the @{selected|aura1radius} but obviously, I am not sure what the actual value is for that entry. Is there a list of what the item names are for macros (since they do not match the API names)...I know of the token_name, Bar1, etc, from searches, but cannot find the magical combination for the aura radius. Also, I would love to be able to do a Show All on the D&D 5th Character sheet and then print it, so I have it at hand for notes and review without clicking on the screen. Is there a way for that to be done? Thanks!
1411140365
Pat S.
Forum Champion
Sheet Author
From what I understand, any automated manipulation of the aura is an API function The show all and print for sheets is not possible unless you use a screen shot and a photo program to piece stuff together.
1411140757

Edited 1411140769
The Aaron
Roll20 Production Team
API Scripter
Pat is correct on both counts. aura1_radius is not accessible from macros but is from the API. Similarly, there isn't a built in way to print the character sheets.
<Le Sigh> Thank folks! I was going in circles on both of these and was feeling a little idiotic.
1411141830
Pat S.
Forum Champion
Sheet Author
Sorry that we couldn't provide a simple way of doing it.