Hello all! I'm trying to streamline the math for one of my players whose character is a Beast Master Ranger (DnD 5e). Their
companion's AC, attack rolls, and damage rolls increase based off of
the ranger's proficiency bonus, and I want to call the ranger's PB in
the companion's NPC sheet so that those values can adjust themselves as
the ranger levels. I'm trying something like this: 13+@{Stor Helder|pb} , where 13 is the base AC of the companion But
it only ever shows the whole string and doesn't actually call the
attribute. I figure it's a problem with referencing another character
sheet, but I'm not sure how to work around it. Any ideas?