Right now if you have a macros like that (to check which players have succeeded in spot) /roll 1d20 + @{Player1|Spot} > ?{Spot DC} /roll 1d20 + @{Player2|Spot} > ?{Spot DC} the Spot DC variable will be asked twice. It will be nice to have a feature that will allow variable reuse. Perhaps the best way is either to have a symbol in front or just if it has the same name and already known - use the value. Should be easy to implement and will allow more complex and interesting macros creation like this one where dm can instantly check for all players spot.