There are several ways to write this. for a character whose token is selected: /w gm [[1d20 + @{selected|wisdom_mod} + @{selected|pb}]] If you want it for a specific character, use their name instead of "selected". As for rolling against a DC, I'm not sure what the goal is here. The result should let you know whether you have equaled or passed 10. You couldl put a -10 before the closing brackets, and that would give you the amount by which you have succeeded, any result of zero or higher being a success. Also, the above whispers the result to the gm (and the player who entered it). To make it an open roll, replace "/w gm" with "/roll" Is that what you are looking for?