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

Token bar question

How do you get rid of the bar above a token?
1504127100
The Aaron
Pro
API Scripter
If there isn't a max value or if the max value isn't a number, it won't show a bar. 
You can also uncheck the player permissions for the Bars to hide them from the view of players.
I"m using the macro below to display the total damage done to a monster in the chat.  If I do what you said it won't work since there is no value for it to use.  Is there any way to change the macro to display the info I want and still get rid of the bar? /desc @{target|Monster|character_name} has taken [[ [[ @{target|Monster|bar1|max} - @{target|Monster|bar1}]] ]] total damage.
Sorry, I didn't see the answer from Silvyre before I posted my reply.
1504131739
Andrew C
Marketplace Creator
If you wanted to use that macro, but don't want the Bars displayed... you might be able to drag up the Max HP of the monster another way. I know on the D&D3.5E sheet there is the field you would want. This would work... /desc @{target|token_name} has taken [[ [[@{target|npchitpoints|max}-@{target|npchitpoints}]] ]] total damage