Hi, I was looking at ways to speed up some things, specifically in Cyberpunk Red Solo Mode quick combat. What I was trying to do is to make a macro that: 1- pastes the result of an attack roll into the chat "X shoots! [[result]]" 2- use that same result and put it as the token_name, so that its nametag shows the result. However, It doesn't seem like Token mod has any inline command (something like !token-mod /emas "npc" shoots! [[1d10+@{selected|bar1}]] --set name|$[[0]] ) nor any public feedback/non-silent feature ChatSetAttr has both however it cannot modify token attributes ! AFAIK The tokens I use for this have no attached character sheets anyway and I don't like having one trillion sheets for random mooks. Do you have any idea? Right now I just use a macro for the attack and then use a tokenmod macro to edit the nametag, but it takes time, and I'm doing this for a dozen rolls and tokens each time.