
Found this macro for Alacrity in another thread [<a href="https://app.roll20.net/forum/post/9023242/need-help-making-a-macro" rel="nofollow">https://app.roll20.net/forum/post/9023242/need-help-making-a-macro</a>] @{selected|wtype}&{template:simple}{{rname=INITIATIVE ROLL}}{{mod=@{selected|initiative_bonus}}}{{r1= [[?{With advantage?|Normal, 1d20 | Advantage, 2d20kh1 | Disadvantage, 2d20kl1} + @{selected|initiative_bonus}@{selected|pbd_safe}[INIT] +1d8cf0cs0[ALACRITY] &{tracker} ]]}} {{normal=1}} @{Selected|charname_output} With the suggestion of changing the alacrity to ?{Alacrity?|No,|Yes,+1d8cf0cs0[ALACRITY]} for a query, giving me: @{selected|wtype}&{template:simple}{{rname=INITIATIVE ROLL}}{{mod=@{selected|initiative_bonus}}}{{r1=1d20+ @{selected|initiative_bonus}@{selected|pbd_safe}[INIT] ?{Alacrity?|No,|Yes,+1d8cf0cs0[ALACRITY]} &{tracker} ]]}} {{normal=1}} @{Selected|charname_output} Attempting to insert it into a macro it asks for alacrity, and it requires me to have the token selected but it doesn't visibly do anything. Any suggestions what I got wrong?