DM Eddie said: Isn't that against their order of operations? <a href="https://wiki.roll20.net/Dice_Reference#Order_of_Operations" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Order_of_Operations</a> Not for this example - if the initiative bonus was 2, you selected 'Advantage', and you got a 9 and 18 for your advantage roll it would resolve like this: [[?{Initiative|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20dh1}+@{Initiative_bonus}&{tracker}]] 3. Attribute calls are resolved [[?{Initiative|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20dh1}+ 2 &{tracker}]] 5. Roll queries are executed up to 99 levels deep [[ 2d20kh1 +3&{tracker}]] 6. Inline rolls are executed, starting with the most deeply nested inline roll working upward. [[ ( 9+ 18) +2&{tracker}]] [[ 18 +2&{tracker}]] [[ 20 &{tracker}]] I just tested it out and it works perfectly fine for me.