
Hello, I don't think that there is any way to do that but today i spent my day to find a way to change the attribute src of an image in the sheet template when using it on a character. The basic idea was : <img name="attr_character_avatar">
<!-- or -->
<img src="@{character_avatar}"> For sure, and for security reason i think, only the attribute *value* can be binded by a character attribute|method. But even <img value="@{character_avatar}"> doesnt works. So i begun to change *character_avatar* by a new custom attribute *attr_Avatarurl* updated from an input text. And again in all those cases before, even in doing that, the image could not retrieve *attr_Avatarurl* to update itself. This may be for security reasons but i really think that be able to display the character avatar is a necessity. If any one has any idea feel free to answer me ^^ Thanks