I am stuck on a nested macro calling other macros. This is the code I have for the Query &{template:simple} {{rname=Dice}} {{name=}} {{r1=?{Choose|Public,#DPublic| Whispered,#DWhisper }}} The macros I am calling are written as follows: DWhisper /w gm &{template:simple} {{rname=Dice}} {{mod=}} {{r1=[[?{How many dice?}d?{How many sides?}+?{Any modifiers?}]]}} {{normal=1}} {{r2=}} {{charname=}} DPublic &{template:simple} {{rname=Dice}} {{mod=}} {{r1=[[?{How many dice?}d?{How many sides?}+?{Any modifiers?}]]}} {{normal=1}} {{r2=}} {{charname=}} I was hoping that I could get one to show publicly while the other is whispered. However, they both show up as public rolls. I feel like the fix is something easy but I am stuck as to what it is supposed to be.