
Okay I'm working on a campaign using the hackmaster system. For those who do not know hack master does not have turns, instead time is constantly moving forward a second at a time and players can take actions that take a varying amount of time to do (like casting a spell might take 7 seconds before it can go off). so far I plan to use the initiative counter for players (and enemies) to keep tract of when they can take their next action. The issue is that I want an easy way to have the current second update on the tracker for the players to see. Essentially I'm looking for a macro that will increase the number by one every time I press it and sends that update to the tracker. Ideally I would put that macro on a special token called tracker for ease of use. I want to know if this is possilbe?