
When creating characters and adding abilities it is not unheard of wanting to reference abilities in the same character. Wouldn't it be nice if, instead of doing this:
Then if you have a lot of characters that need the same functionality, you can just duplicate them and it will work as is. Right now I would have to go through each duplicate and retype the target character in my abilities. Also if for some reason the character changes its name during play it would break the abilities, whereas "this" would just resolve to the current correct name.
%{Bugbear|attack} // example borrowed from https://wiki.roll20.net/Macros#Nesting_Abilities
... you could do something like this:%{this|attack}...?
Then if you have a lot of characters that need the same functionality, you can just duplicate them and it will work as is. Right now I would have to go through each duplicate and retype the target character in my abilities. Also if for some reason the character changes its name during play it would break the abilities, whereas "this" would just resolve to the current correct name.