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 there a way to determine which player on a sheet is which player in the game?

Character sheets have "Can be Edited & Controlled By" which I use to associate the player with their character and let them use the sheet - which I assume is the standard practice. However, that uses the Display Name from the "My Settings" section that is specific to the game. While the player list on campaign details page uses the global Display Name for the account. So how can I determine which player in the list of players is controlling the character?
1525288792
The Aaron
Pro
API Scripter
An API script could give you a link to their global profile as well as their profile image.
1525288976

Edited 1525289068
Thanks. _.each(findObjs({type: 'player'}), log); gives me enough information in the API log. Edit, to simplify...
1525289112
The Aaron
Pro
API Scripter
Cool. =D