I'm not sure if this is supposed to work, but including descriptive text enclosed with single brackets [ ] within a nested inline roll fails. nested inline roll macro w/descriptive text fails [[ [[1d20]]+5[mod] ]] Inline roll macro w/descriptive text works [[ 1d20+5[mod] ]] Workaround: Including a 0d0 roll along with other nested inline rolls work [[ 0d0+[[1d20]]+5[mod] ]] Is this working as intended or can this be changed so that a 0d0 roll isn't necessary? Thanks