Hello, I really hope this isn't something already explained in the Help section of the site. Here goes nothing. I'm working on a slightly complex macro. It's done, and it works flawlessly, with one hitch. I have a message to the GM at the end that displays a variable that the macro modified, but instead of showing the final value for Temp1 (the variable name) The line appears like: /w gm has @{selected|Var_setup}TEMP1} left. I've also tried using: /w gm has @{selected|Var_setup}TEMP1} left. (Var_setup is set to '@{selected|', trying to trick the system into parsing the Var_setup but not touching TEMP1 until the end, but it saw through my ploy.) Is there a way to have a variable (character sheet attribute) display the accurate number at the end of a macro, after being modified in the same macro?