I mean to be counted as a success if it's less than the auto calculated value. The exact thing I'm trying to do is /roll 1d10 < @{StunCheck}. In this case Stun check is Stun/10 so if they have a stun of 40 it should be 4. It populates in the sheet properly but when i try to do a sheet roll with it puts the formula instead of the result, so it might populate as an error in the formula or replace the Stun value with the result of the d10 depending on if I put /roll 1d10 < @{StunCheck} or /roll 1d10 < (@{StunCheck}) in the button's code