
Why is this not working? Even if I remove the ()'s, use []'s or use a combination of ()'s and []'s it does not work. /r (1d10!+?{Attribute|0}+?{Skill Level|0}+?{Special Ability|0})>(?{Difficulty|0}+?{Difficulty Modifier|0}) What I want it to do is have the player put in his roll 1d10 exploding then add that to his Attribute score and skill level. If that sum is greater than the sum of the Difficulty plus Difficulty Modifier then a success has occurred. Optimally if it would post if it feel outside the range (below) then it was a failure. Formula: [(1d10 exploding + Attribute + Skill Level + Special Ability) > (Difficulty + Difficulty Modifier)] = success