Heya Folks, I'm looking to write a quick script that will hook into the initiative tracker and then execute a command at the top (or bottom) of every round. I did some poking, and it looks like the `cron` script would have done this, but it seems to be discontinued and I was unable to find the source. I looked at what events are issued, and didn't see any that looked like what I wanted. Doing even more poking, it looks like maybe what I want to do is add a custom item to the tracker, then do a `on("change: @{tracker|Item Name}")` ? Any pointers appreciated!