Here are several ways: This needs to be an Ability on the character: /roll 1d20 + @{PROFICIENCY_NAME} + @{cha} This can be a macro, and will work for any character linked to a token - you must select a token first: /roll 1d20 + @{selected|PROFICIENCY_NAME} + @{selected|cha} This will work anywhere - you need to supply the character name or token name: /roll 1d20 + @{NAME|PROFICIENCY_NAME} + @{NAME|cha} This uses an Inline Roll (the [[ ]]) to include a roll within text. I make a @{selected|PROFICIENCY_NAME} roll and roll [[1d20 + @{selected|PROFICIENCY_NAME} + @{selected|cha}]] If there are all CAPS, replace them with words with the appropriate for your character. The wiki does cover these options.