As I mentioned in a recent thread, I am trying to convert an extant but unpublished Trail of Cthulhu sheet to Night's Black Agents. There are two elements to the conversion: 1) Appearance: I've got all the sheet sections I want and I more or less understand how the layout works/how to change it. I have also converted/added abilitiesto match Night's Black Agents. I find the CSS intimidating, so I am unsure where to start with theming the sheet so it looks like it's for a spy thriller game. 2) Spend function: This is either going to be using macros or the API and I am not sure which. Right now the Trail of Cthulhu sheet (linked below), when used in conjunction with the API script (also linked below) allows one to roll and spend points from ability pools to add to the roll. One of Gumshoe's core features is the ability to spend certain kinds of points without a roll. I would like some guidance creating code that would allow me to just spend points and message that that had been done. There is an... I guess you'd say it's unpublished API script for Gumshoe here:&nbsp; <a href="https://github.com/Roll20/roll20-api-scripts/blob/" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/blob/</a>... The sheet that uses it (also unpublished) is here:&nbsp; <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/Gumshoe_TrailOfCthulhu" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/Gumshoe_TrailOfCthulhu</a> I have spent a lot of time analyzing the javascript, and I have not figured out a way to decouple the spending from the rolling.&nbsp; If anyone has the time and ability to help, I would be super grateful. Thanks C