
I am having some trouble with a macro. I am trying to pull the maximum Hit Points of a target, but it comes up with the message that no such attribute exists. If I put it as pulling from a selected token it works, just not from a targeted token. So the following works: [[(ceil(@{selected|hitpoints|max}/@{target|hitdie}))*(1d3)]] But this doesn't: [[(ceil(@{target|hitpoints|max}/@{target|hitdie}))*(1d3)]] Can anyone figure out why it works with selected tokens and not targeted tokens?