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 .
×

A window to list stats from character sheet?

Any way to make a macro for a GM that pops up certain stats from everyone's character sheet in a window?
A window as in outside of the text chat? That would require some assistance from an API script.
Like the Initiative window (Which, by the way, I totally don't know how this works to begin with) but if it's API I need, where do I go to find that resource?
The API subforum is a good place to start. There are many users who are happy to help you write a script for this, if not recommend [adapting] an existing one.
i have one, give me a second to post it
/w gm &{template:default} {{name=@{selected|token_name}}} {{AC=[[@{selected|AC}]]}} {{HP=[[@{selected|HP}]] / [[@{selected|HP|max}]]}} {{Initiative=[[@{selected|initiative_overall}]]}} {{Speed=[[@{selected|speed}]]}} {{Wealth=[[@{selected|money_total_gp}]] **gp**}} {{P. Perception=[[@{selected|passive_perception}]]}}                                          THIS IS A TOKEN SELECTION TYPE
doesnt pop out in a window but pops into your chat
1452377023
Lithl
Pro
Sheet Author
API Scripter
There is no means to create new UI elements, with or without the API. The best you could probably do would be to have an API script updating the text of a handout.
Brian said: The best you could probably do would be to have an API script updating the text of a handout. That's actually what I had in mind ;)