I'm attempting to make a macro so that for spells such as scorching ray when it is at the level to obtain it's second or third ray that the attack accounts for those. Essentially I have everything leading up to that point, but not way of making "[[4d6]] [4d6]]" happen. What i have so far is: [[( {3 , ceil((@{level}-2)/4)}kl1)]] to indicate the number or rays. So, is it at all possible to make it roll 2+ SEPARATE sets of [[4d6]]?