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

Is is possible to reference token bar values as attributes in macros?

I've looked around quite a bit, but so far have come up empty. I want to use a macro to call up the values inputted in a token's bar, something like: @{selected|bar_1_value} I know that the bar's value is not strictly speaking an attribute of the token, but the fact that I can call up its name with @{selected|token_name} makes me think that this should be possible.
1432152261
The Aaron
Roll20 Production Team
API Scripter
@{selected|bar1} or @{selected|bar1|max} You can also use @{target|bar1}, @{target|Choose Foe|bar1}, @{target|Choose Foe|bar1|max} For more info, sSee: <a href="https://wiki.roll20.net/Macros#Using_a_Selected_To" rel="nofollow">https://wiki.roll20.net/Macros#Using_a_Selected_To</a>...
Perfect! Thanks, The Aaron!
1432152887
The Aaron
Roll20 Production Team
API Scripter
No problem!