
We have a bard. I wanted to set up a buff that, when click, automatically adds the appropriate bonus based on the Bard's level. If the characters are the same level (which the rest of the PCs are) then this works fine as this: 1 +floor((@{level}+1)/6) to Attack 1 +floor((@{level}+1)/6) to Damage However, we've acquired an NPC groupie of a different level. To avoid simply updating the buff a each level up, I'm trying to pull the Bard's level with the following, but it doesn't seem to register the Bard's level. 1 +floor((@{Nymeriel|level}+1)/6) to Attack 1 +floor((@{Nymeriel|level}+1)/6) to Damage I've double checked and even copy/pasted the character name, but it doesn't work.