I'm screwing up somewhere in getting the turn tracker to work. What I want to do is build a sheet macro that will roll a initiative based on a attribute and a dice roll then input it into the turn tracker but there needs to be no token selected. The initiative is 1d10+modifier. The mod is general an attribute and a racial bonus that is hardcoded into the roll. examples (it won't send to the tracker but will roll with no token selected) [[1d10+@{DEX} &{tracker}]] <--This is what I want to work. No token selected but roll to tracker. (this will send to the tracker but only if a token is selected) [[1d10+@{test|DEX} &{tracker}]] What am I doing wrong?