True, keep high and keep low do work, but they are just nasty workarounds and complex rolls just become even more cumbersome using those workarounds.. I have to work with that quite a bit currently and this results in character sheet rolls like the following one: /r [Hide]{@{MU}-1d20, 0d1}kl1 + {@{IN}-1d20, 0d1}kl1 + {@{GE}-1d20, 0d1}kl1+@{Hide_SP} - {1d1*@{BE}-2, 0d1}kh1 I would much rather rephrase like this: /r [Hide]min(@{MU}-1d20, 0) + min(@{IN}-1d20, 0) + min(@{GE}-1d20,0) + @{Hide_SP} - max(@{BE}-2,0) Hence +1