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

Do players see this?

In the character sheet you can write a description. If a player doesn't have an NPC in their journal and hence can't see their character sheet can they still somehow see the description of the character written here: Is the only way to see that description to have the character sheet in your journal and view it from there where the image points to?
1522590898

Edited 1522591410
The character sheet itself is not visible to other players (except with a recent API script for Pro users). You can use the Bio & Info tab on a journal entry to have written notes and/or an avatar illustration, then set the permissions so that journal item is in player's journals. They will be able to call up the Bio & Info tab like a handout. For that Description field in particular, players can call it up if there is a token on the board linked to that character sheet. Assuming the field is named attr_description, you would use @{target|description} and it will display the contents of that field in the chat. EDIT: Looks like that field is called attr_character_description, so @{target|character_description} is what you would use.
Thanks for the reply appreciate the information.