
Hello, I am going to start playing a Chronurgy Wizard and need some help making a macro that tracks all the relevant initiative modifiers in one place. I'll be starting at level 10 with a weapon of warning so I need to be able to roll with advantage (toggle option please) and will possibly have an active spell that grants an additional 1d8 to initiative rolls. This subclass also grants the ability to add the character Int modifier to their roll. This is what I have so far, but as you can see it doesn't query anything and just rolls. &{template:default} {{name=Initiative}}{{@{selected|token_name}=[[ 1d20 + 1d8 + @{selected|intelligence_mod} + @{selected|initiative_bonus} &{tracker} ]]}} Please help!