New post as a follow up of another question regarding sheetworker <a href="https://app.roll20.net/forum/post/11113833/set-default-token-bar-attributes" rel="nofollow">https://app.roll20.net/forum/post/11113833/set-default-token-bar-attributes</a> I am trying to automatically link the token bars to certain attributes on a compendium drop. The wiki post below points the setDefaultToken as the right sheetworker function to do so, but doesn't list bar1_link as a potential property to set... <a href="https://wiki.roll20.net/Sheet_Worker_Scripts#setDefaultToken.28values.29" rel="nofollow">https://wiki.roll20.net/Sheet_Worker_Scripts#setDefaultToken.28values.29</a> Looking at it more closely, on a correctly set token, the bar1_link is not set to the attribute name (say "hp"), but on a unique id for the hp attribute... setdefaultToken actually sets the bar1_link value if asked to, but just with the name, not the id... Googling again the subject, I found instance of people actually able to link this way, and even reporting a bug about it. <a href="https://app.roll20.net/forum/post/4615653/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/4615653/slug%7D</a> Is there any way to get the id of an attribute, to then use it to write the bar1_link with setdefaulttoken? I mean the wiki clearly lists the linking to an attribute as the main goal of setDefaultToken, so there must be a way to make it work