In the system I use the initiative is determined as follows: by the fixed Reflex value, in case of a tie, by the fixed value of Intuition and in case of a new tie by the roll of 1d6. I thought of creating a query where the player chooses one of the 3 options and sends the result to the turn tracker. Since & {tracker} does not seem to work with fixed numbers for fixed values I use 1d0 + {selectedIname_attribute (reflex or intuition}. I thought the syntax should be this, but I don't get a satisfactory result, can anyone help? & {template: default} {{name = @ {selected | token_name} tested initiative}} {{Initiative =? {Initiative-- | Reflex ([[1d0 + @ {selected | reflex} & {tracker}]]) | Intuition ([[1d0 + @ {selected | intuition} & {tracker}]]) | Scrolling [[1d6 +} & {tracker}]])}}}