Hello all! I'm still adjusting to writing macros and I'm having trouble and wanted to see if I could get help. This my current macro: ?{Is Apollo near?|Yes,#Initiative-Bonus&nbsp; |No,#Initiative&nbsp; } Here is #Initiative-Bonus: /em rolls a [[1d20 + @{selected|initiative_bonus}[init] &amp;{tracker} + 3]] for initiative. Here is #Initiative: /em rolls a [[1d20 + @{selected|initiative_bonus}[init] &amp;{tracker}]] for initiative. Now my issue that when I use this macro it doesn't give a "multiple choice table" but rather has a query field and then just displays: Yes,/em rolls a&nbsp; <span class="inlinerollresult showtip tipsy-n-right" original-title=" Rolling 1d20 + 0[init] &amp;{tracker + 3 = ( 7 )+0" style="box-sizing: content-box; background-color: rgb(254, 246, 142); border: 2px solid rgb(254, 246, 142); padding: 0px 3px; font-weight: bold; cursor: help; font-size: 1.1em; color: rgb(64, 64, 64); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;">7 &nbsp;for initiative. |No,/em rolls a&nbsp; <span class="inlinerollresult showtip tipsy-n-right" title=" Rolling 1d20 + 0[init] = ( 5 )+0" style="box-sizing: content-box; background-color: rgb(254, 246, 142); border: 2px solid rgb(254, 246, 142); padding: 0px 3px; font-weight: bold; cursor: help; font-size: 1.1em; color: rgb(64, 64, 64); font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;">5 &nbsp;for initiative. }&nbsp; When used. (7 and 5 being examples from the demo roll) What am I doing wrong? How can I fix this?