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

Which character sheet is a campaign using?

1614484182
kahn265
Pro
API Scripter
Is there a property I can look at to determine what character sheet a campaign is using? Some of the systems have multiple options for Sheets to use. I'd like to be able to query what sheet a campaign is using so I could extrapolate needed functionality as I try to think of a way for a macro to interact with a game based on the Character sheet being used Anyone have any ideas?
1614505183

Edited 1614513037
On(‘ready’,()=> { log(JSON.stringify(Campaign()));}); did you have a look in this already? I just did... alas it's not there.
1614523360
kahn265
Pro
API Scripter
Yeah, I have a bit of hack script I run to examine objects in the sandbox - I haven't located it yet.