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

[4e] How can I reference ANOTHER character's level in a macro?

I know how to reference the same character's level in a macro, but if I have a macro that's based on another character's level (Say, a summoned primal spirit's bonuses which are based on the character that summoned it), how do I program it to reference that character's level stat? I've tried a few things and nothing's worked so far.
If that other Character has a visible Token that has been configured to Represent it, and that Character possesses an Attribute that corresponds to its level, you could target that "level" Attribute , e.g. using @{target|level}.
1454904470

Edited 1454904504
James W.
Sheet Author
API Scripter
Alternatively, if the macro is supposed to always use the same character, you can just use their name: @{Character's name|level}