Hello, I am having some issues with my dice rolling. "/roll [[ceil(@{selected|rogue_level}/2)]]d6" will roll the correct number of dice for my rogues sneak attack. Everything is great. However I'm trying to get it to evaluate inline so I can use the API power card. When I remove the /roll all I get is a printed result of "xd6" The x is the correct number but no role. I think I'm falling foul of the nesting / bracket order here but I can't figure out where. I've moved the d6 inside the brackets and messed around for the last hour and I can't get it to work. Help?