
I have a macro to print my player's passive perceptions so I can check them all at once quickly when I need to check them. The macro looks like this: /w gm &{template:default} {{name=Passive Perception}}{{Lester [[10+@{Lester Tweevle|perception_bonus}]] Storflick [[10+@{Storflick|perception_bonus}]] Bart [[10+@{Bartholomew Trapp|perception_bonus}]] Nelgraz [[10+@{Nelgraz|perception_bonus}]] Ralibar [[10+@{Ralibar|perception_bonus}]] Root [[10+@{Root Ben'Grognard|perception_bonus}] Khan [[10+@{Khan|perception_bonus}]] }} I'm having problems with the Root entry. The apostrophe in the name causes problems. I've tried using @{selected|character_id} to grab the ID of the character from the token and using that in the macro but that doesn't work either. Can anyone tell me a way to get around this problem without telling the player he has to change the character's name? Thanks.