Hi all... I have a token macro that is trying to call a macro that is on a charactersheet. I want to use an attribute from selected token as part of the macro name, but it wont let me do it. Is there a trick to this? This creature is CR Rated: @{selected|npc_challenge} %{MacroCRLOOT|CRLOOT@{selected|npc_challenge} This will output the creatures CR, lets say 3 of the selected token, this works fine. But the secondline just outputs as the formula text, and doesnt fire the macro from the MacroCRLOOT page. If I replace that line with: %{MacroCRLOOT|CRLOOT3 Then it will run properly.. This appending will work if you use the # to run macros, but I cant use that to call a sheet (that I know of) Any clues on how to make this append properly? Overall Goal is to have a token button that will pull the CR level and run the macro for loot of that level. Since I need a macro for every CR level, thought it best that they live on a sheet. (free user, so no scripts)