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

Linking Attributes between Character Sheets

January 05 (7 years ago)
I'm using the 5th Edition OGL and I'm trying to set up some sheets for one of my player's Druid and I'm looking for a way to link or copy her WIS, INT, and CHA from her main character sheet to her transformed sheets for Wild Shape. 

I've got a nice Token Swapping API that works fantastically for swapping the tokens out, but I can't seem to find anything to get around this.

Any help would be appreciated. Thanks!
January 05 (7 years ago)
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
This could be done with the API script ChaSetAttr. You set up a macro to invoke it to set those three abilities to a specific number. You can even read them from the druid's character sheet: @{charactername|Intelligence}, for instance. Note that the actual syntax depends on your character sheet choice. You might need to create three custom abilities on the animal sheets to hold the original values so you can change them back with another command.
January 06 (7 years ago)
That worked out perfectly. Thanks for your help