
I have 3 attributes: @{Skill} = 60, @{Mod} = 10, @{Total} = @{Skill}+@{Mod} 1d100cs<@{Total} is parsing out to (1d100cs<60)+10 (giving 11-110 with crits on 60 and less) when I'm trying to get 1d100cs<70 (giving 1-100 with crits on 70 and less) Any help on how to format this? Everything I'm trying just gives syntax errors or "could not determine the result of..."