The !cron tool is quite nice, but it would be so much mightier if it would be able to handle macros. !cron can be found here: <a href="https://github.com/Roll20/roll20-api-scripts/blob/" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/blob/</a>... The documentation here: <a href="https://wiki.roll20.net/Script:cron" rel="nofollow">https://wiki.roll20.net/Script:cron</a> I would like to use !cron together with !tttime ( <a href="https://app.roll20.net/forum/post/1386741/script-t" rel="nofollow">https://app.roll20.net/forum/post/1386741/script-t</a>... Such that I could use !cron -i 00:00:01 #timemacro Where #timemacro is !ttaddsec 1 !tttime Which would let me use whatever time scale I want (instead of 1 for 1:1) and let the ingame clock run in situations where the player are under analysis paralysis. The first comand would add 1 second to the time, while the second command would print it to the chat. Currently the !cron command above leads to a API sandbox crash.