I can make a <button type="roll"> and it will roll dice and spit out the results to the chat box. I can make a <input type="checkbox"> and use css to make it look just like a button, and it will run a sheetworker. Is there a mechanism that will do both? I want a button that rolls dice and spits out the results to the chat box AND triggers a sheetworker. An attack rolls dice, damage, and hit location, but also costs the character points which must be subtracted from the character's END attribute. Is there a sheetworker event that will trigger when a button is pressed? Is there a way for a sheetworker to trigger a button?