
Hello, In case anyone needs this, here is a simple script that creates a Text object which counts down from 45 seconds (or whatever amount of time you want). The text is placed next the current character token from the turn order, on the gm layer. The countdown updates once per second using the system clock (I believe it will keep accurate time even under lag). You don't need to enter any API commands. The script will listen for a change in the Turn Order and create a new timer automatically. When the turn changes, if there is any remaining time, the current clock will be deleted and replaced with a new one. When the time runs out, the current clock is deleted. At the top of the document are some customizable variables: fontSize should be an integer TimerFont can be any roll20 font TurnTimeLimit should be an integer TimerLayer can be 'gmlayer', 'objects', 'map' or 'walls' I've uploaded the script to my Github here . Here's a screenshot: -Michael