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

Easy way to determine a character's Character ID?

I am using a script that can reference a character by their Character ID, but I can't figure out an easy way to find out what the IDs are of the characters in my game. I don't want to simply reference them, I want to know what those IDs are so I can use them in a script by having the ID display in the chat.
1495900516
The Aaron
Pro
API Scripter
If you have a token that represents a character, you can select it and put this in the chat: @{selected|character_id} that will print the character id, which will look something like -Kj13sf24ti
Thanks very much. That's exactly what I was looking for.