
Is there a way to dynamically draw the character sheet art into a macro? I would not know where to draw the reference from, but what I mean to do is something like this:
[character image](@{selected|character_art})
Where character_art would be drawing on https://s3.amazonaws.com/files.d20.io/images/83649467/PNf1HWUrCq2RxqayDWyFvw/med.png?1560156344, for example, into the image tag and using the image method to draw it.
I would be looking at a way from existing Roll20 dynamic references, not from an API. I know that APIs can do it, I've seen TheAaron do it with Message of the Day for Handouts - I know this can be done that way. I'm trying to find a way with existing references though, to simplify it.