You can use either the characters name, or selected or target keywords, as long as know the attribute name. Assuming the name for the level attribute is caster_level any of these will work: @{selected|caster_level} @{target|caster_level} @{mycharacters_name|caster_level} For selected, you must have the token representing the character selected. That wont be possible if you dont control the character. For target, you'll get prompted to select a token, and it works with anyone. For using a characters name, you'll need to have control over that character, but you dont have to select anything.