Hello to all! I am using Pathfinder 1ED for a game and because I use PRD compendium entries, the default settings for the game do not apply to tokens when they are dropped on the page/map. So... any chance someone out there has written an API script that automatically populates the assignment of AC and HP to different token bars when the token is dropped on the page. When I look at the details of the dropdown, the AC and the HP values appear to be some kind of an ID rather than a simple text value of "AC" or "HP", but most of the other options in the dropdown can be referenced by a simple text value (example below - see how the option value for "ac" is different than all the others) I have made a script to set the value for "sheetattr_ac_ability_mod" just fine (as an example). If I use the specific value for the "ac" works but only for the single token (as each monster/character seems to have it's own ID value for the "ac" option). I basically want to know how to get the ID for the "ac" option so I can set as the token is dropped on the page. Of course if there is much more elegant way to do this Man, I hope this all makes sense... thanks in advance for any help on this!