I know I shouldn't have started this late at night :) What I'm trying to do is roll 1d10 and check if it's greater than or equal to the character toughness attribute and print the character name plus Pass/Failedd, tried looking at examples in the scriptcard docs, but, i can't see it :( what I have is this !scriptcard {{ --#title|@{selected|token_name} checks toughness vs @{selected|Toughness} --=TTest|1d10 --?[$TTest} -ge @{selected|Toughness} | [ --+| Passed [$TTest} --] | [ --+|Failed [$TTest} --] }}