
I have a house rule where long rest only heals half max hp + 1d12 if the player is proficient with Medicine. /roll 1d12+@{selected|hp|max} / 2 This roll works but the following does not @{selected|hp|max} / 2 I fixed it by doing the following but there has to be a better way. /roll 1d0+@{selected|hp|max} / 2