Pat S. said: ... not even sure if the API (pro subscription feature) could do all that. For the record, it is possible with the API. The only saving of values you can do without the API is in the Turn Order, and it's pretty limited. If you have a token selected, you can store a value under its name in the tracker. Assuming you had a token named "Treasure" selected, you could roll something: [[1d6 &{tracker}]] You can then reference the value using the name: [[ &{tracker|Treasure}d100 ]] You can also adjust it: [[ 1d6 &{tracker:-} ]] [[ 1d6 &{tracker:+} ]] If you're crafty with math, you can probably create a macro that uses those features to build something interesting. Might have to be across two macro button presses, and does require a token to be selected with a known name, but still interesting to know, I hope. =D