I can look up the values of say Perception and Alertness on a character sheet by using @{Character|Perception} and @{Character|Alertness} I want to then be able to roll that value of dice against a difficulty I set and give me the outcome. The thing I have made doesn't do anything: &{template:default} {{name=Vampire Die Roller}} {{Perception and Alertness}**: [[@{Character|Perception}d10cs0cf0+@{Character|Alertness}d10cs0cf0>?{Difficulty|6}}]]}} I think it wants a Difficulty for the Perception part? I have no idea how to make it use the difficulty I set for the whole thing.