
Hello, I have a macro that roll dices and take in account an attribute (awe in below example) of the player character. At the moment, i have made that macro as "token action" so that it can get the attribute value. /roll 1d6 + @{selected|awe} ==> It means that it is mandatory that at first the player select its character token before launching the macro. But as the players only have 1 character, and thus only 1 token, i would like that selecting the character token is not needed anymore. I would like to remove the "selected" in the macro and replace it by something else that link automatically to the player token. But i can't find that in the macro documentation. Do you know if this is possible and how ? Thanks in advance.