Hey folks, I have a macro that calls the result of a chosen number of d6's and prints out how many were less than or equal to 1 as a whisper. in a separate box, it also calls the result of a random table for me. Both happen on click of the macro button. Is it at all possible to have both lines of code work together and print in one box as opposed to separate boxes? It's aesthetic but I'd like to keep it clean. Additional bonus question: would it be possible to set it so that it ONLY calls the random table when the result of the first line calls anything greater than zero? I'll post what I have so far: " /w gm [[?{Number of dice rolled|1}d6<1]] /w gm &{template:default} {{name= Complication }} {{ [[1t[Complication]]]}}"