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

Referencing stats from another Character sheet

Hi all,

I have had trouble looking for a solution to this, so thought I would ask here. I am playing an Artificer in one of my games and have decided to take the Homunculus Servant as one of my infusions. My DM has given me a sheet to fill out, I have set it to NPC. Now what I want to do is reference stats from my character's sheet. For example the Servant's health is equal to my Con Mod + Int Mod + Level in Artificer. Now I could work this out quite easily, however I was hoping I could do something like ((@{Consilio|constitution_mod})+(@{Consilio|intelligence_mod})+(@{Consilio|level})) and have it automatically set the Servant's health whenever my stats or level would change. Is this possible, and if so, how?

No, each character sheet is isolated to see / update attributes on just that character.

The guys in the API sub-forum might have some ideas, but I'm not familiar with how those work or what sort of stuff is available there.
July 21 (5 years ago)

Edited July 21 (5 years ago)
Kraynic
Pro
Sheet Author

I'm not sure if it would work.  You could try to set the max health as this and see if it will calculate:

[[@{Consilio|constitution_mod}+@{Consilio|intelligence_mod}+@{Consilio|level}]]

If it does work, it may only calculate once and not adjust as your stats change though.  If your DM has a pro subscription (which gives access to the api), this could probably be set up as a Tokenmod or ChatSetAttr command allowing you to update with a click each time your stats changed.

I will try that out and see if it works, our DM does have pro and the API is enabled.