I am using a Macro similar to this to add a init roll to the turn tracker for a selected character. &{template:default} {{name=@{selected|token_name} ❖ Initiative}} {{Initiative=[[d20+?{modifier?|0}&{tracker}]]}} I am looking for a similar macro that will run when NO TOKEN is selected and will add a CUSTOM ITEM to the turn tracker called "Round Count" that will autoincrement each cycle. I know this can be done in the GUI by clicking the turn Order gear icon + clicking add custom item and giving it a name and then a value of +1 before clicking ADD. But I would like to do it with a macro. Can this be done WITHOUT PRO API macros? Thanks.