Howdy all! I'd like to put a button on my character sheet that puts out !myfunction character_id to the API. How do I do that? I've tried @{Name|id} @{Name|_id} @{Name|characterid} @{Name|_characterid} and none of it works, because I think it's searching the attribute space and not the property space. Is there an easy way to spit out the character id, or will I have to kludgily handle this on the API side?