
I am working on a sheet in which the system invokes multiple drops; effectively, there are three sources of drops from a roll: two attributes and a query variable. I'm aware i can drop-lowest-and-keep-highest to get two bites at the apple, but... putting dl@{attribute1}dl@{attribute2} gets rejected by the system. putting dl(@attribute1}+@{attribute2}) causes the parser to die a horrible death and tell me that XdYdl(R+S) = X. short of ballooning a matrix of quasi-variables such that @{attribute3} = @{attribute1}+@{attribute2}, is there a way to make this work?